header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed !important;
}

#logo{
    filter: drop-shadow(2px 4px 6px white);
}

.menu-link{
    color: white;
}

.h1, .primary-color, strong, b{
    color: #7ED956 !important;
}

.h3{
    color: #7ED956 !important;
    font-size: 20pt;
}

#section-about{
    overflow: hidden;
}

.lead{
    color: #505050;
}

.tab-content ul, .tab-content ul li{
    padding-left: 20px;
}

#buttons-tab-1::-webkit-scrollbar{
    display: none;
}

#header-wrap{
    height: 100px;
    display: flex;
    align-items: center;
}

.is-expanded-menu .sticky-header #header-wrap a{
    color: #444444;
}

.is-expanded-menu .sticky-header #header-wrap{
    background-color: #d1d1d1  !important;
    #logo{
        filter: drop-shadow(2px 4px 6px grey);
    }
}

.is-expanded-menu .sticky-header #header-wrap .current > a{
    color: #7ED956;
}

.header-row{
    justify-content: right;
}

.vertical-middle{
    pointer-events: none;
}

.tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    width: 600px;
    max-width: 80%;
    font-size: 14px;
  }

  .ods:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

.secondary-button:hover, .button-solicitar:hover{
    border: 1px solid #7ED956;
    color: #7ED956;
    background-color: white;
}

.secondary-button, .button-solicitar{
    background-color: #7ED956;
    color: whitesmoke;
    pointer-events: auto;
}

#proyecto-img-1{
    max-width: 300px;
}

#logo, #logo > img{
    height: 100%;
    z-index: 999;
}

#content-section-1{
    text-align: justify;
}

.video-text-container {
    margin: 20px auto;
}

.video-container {
    float: left;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 100%;
}

.video-container img{
    border-radius: 10px;
    box-shadow: 0px 1rem 1rem grey;
}

.video-container video {
    width: 100%;
}

.parrafo-1{
    font-size: 15pt;
    color: #565656;
}

.parrafo-2, .card-text{
    color: #565656;
}

.bloque-secundarios, .img-sec{
    height: fit-content;
    align-items: center;
}

.objs-secs{
    height: 100%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.obj-sec:last-child{
    border-bottom: none;
}

.obj-sec{
    height: 25%;
    border-bottom: 1px solid lightgrey;
    padding: 30px 0px;
    color: #565656;
    place-content: center;
}

.img-sec{
    margin-top: 25px !important;
}

@media screen and (min-width: 1200px) {
    .bloque-secundarios{
        height: auto;
    }
    .bloque-secundarios:nth-child(3){
        .objs-secs{
            order: 2; padding-right: 0px; padding-left: 50px;
        }
    }
    .img-sec{
        margin-top: 0px;
    }
}

.ods > img{
    margin-top: 20px !important;
}

#section-services{
    padding-top: 0px;
}

.resultados-section{
    background-color: #444444;
}

.content-wrap:hover .title-section{
    background-color: #d1d1d1e0;
    transition: 0.3s all ease-in-out;
    
    .h3{
        color: #7ED956 !important;
    }

}

.content-wrap:not(:hover) .title-section{
    background-color: whitesmoke;
    transition: 0.3s all ease-in-out;
}

.resultados-section h2{
    color: #7ED956;
}

.resultado:hover{
    background-color: #f5f5f5;
    transition: 0.3s all ease-in-out;
    color: white;
}

/* TITLE SECTION */
.title-section{
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    background-color: whitesmoke;
}

#objetivos-secundarios{
    padding-bottom: 0px;
}

#empresas-colaboradoras{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    img{
        height: 225px;
        filter: drop-shadow(2px 4px 6px grey);
    }
}

.marquee{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

#empresas-colaboradoras img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

#empresas-colaboradoras img:not(:hover){
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

/* FOOTER */
.footer-img{
    max-width: 150px;
}

.social-icon{
    border: none;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #8A3AB9 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }


/* MODALES */
#template-contactform input, #template-contactform textarea{
    width: 100%;
}
#ok{
    width: fit-content !important;
}

/* SLIDER */
#slider .display-3 {
    color: var(--cnvs-contrast-0);
    mix-blend-mode: difference;
}
@media (min-width: 768px) {
    .text-stretch {
        position: relative;
        width: calc(100% + 300px);
        z-index: 1;
    }
}

#solicitar, .button-1{
    background-color: #7ED956 !important;
    color: white;
}

#solicitar:hover, .button-1:hover{
    color: #7ED956;
    background-color: transparent !important;
    border: 1px solid #7ED956 !important;
}

button.close{
    border: none;
    height: 30px;
}

@media (max-width: 992px) {
    #header_nav{
        position: absolute;
        top: 30px;
        right: 0;
        background-color: white;
    }
    nav{
        margin-top: 25px;
    }
    #slider{
        margin-top: 100px;
    }
}

/* Testimonials - Grid
-----------------------------------------------------------------*/

.testimonials-grid .grid-item {
	padding: 2rem;
}

.testimonials-grid .grid-item .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}


/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
	float: left;
	margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 64px;
	height: 64px;
}

.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
	position: relative;
	overflow: hidden;
}

.testi-content p {
	margin-bottom: 0;
	font-family: 'PT Serif', serif;
	font-style: italic;
}

.testi-content p::before,
.testi-content p::after { content: '"'; }

.testi-meta {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.testi-meta::before { content: '\2013'; }

.testi-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 13px;
	text-transform: none;
	padding-left: 10px;
}