header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed !important;
}

.menu-link{
    color: white;
}

.h1{
    color: #ec9910 !important;
}

.h3{
    color: #ec9910 !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: #fcf2e2;
}

.is-expanded-menu .sticky-header #header-wrap{
    background-color: #444444 !important;
}

.is-expanded-menu .sticky-header #header-wrap .current > a{
    color: #ec9910;
}

.header-row{
    justify-content: right;
}

#proyecto-img-1{
    max-width: 300px;
}

.tipos-ensayo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tipo{
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.33333333% - 10px);
}

.tipo img{
    height: 100%;
    width: 100%;
    filter: brightness(0.6);
}

.tipo-text{
    box-sizing: border-box;
    width: 90%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    padding: 15px;
    h3{
        color: #ec9910 !important;
    }
    p{
        color: #cbcbcb;
    }
}

.tipo:hover img{
    filter: brightness(0.8);
    transition: 0.2s all ease-in-out;
}

.tipo:hover p{
    color: whitesmoke;
}


#logo_exhaustion, #logo_exhaustion > 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 video {
    width: 100%;
}



.parrafo-1{
    font-size: 15pt;
    color: #565656;
}

.parrafo-2, .card-text{
    color: #565656;
}

.ods > img{
    margin-top: 20px !important;
}

/* CARROUSEL CARDS */
.carousel-container {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.carousel-track-wrapper {
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 10px 0px;
}
.carousel-track {
    display: flex;
    gap: 20px;
    cursor: grab;
    padding: 10px;
}
.card{
    height: 100%;
    color: #21344B;
}
.card-title{
    color: #21344B;
}
.card-text{
    color: #585858;
}
.card-body{
    z-index: 1;
}
.card img{
    position: absolute;
    width: 35%;
    bottom: 25px;
    right: 25px;
    z-index: 0;
    opacity: 0.5;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(33, 52, 75, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 100%;
    transition: background 0.3s ease, transform 0.2s ease;
}
.carousel-btn:hover {
    background: rgba(33, 52, 75, 0.9);
}
.carousel-btn i{
    height: 25px;
    width: 32px;
}
.prev { left: 10px; }
.next { right: 10px; }

#section-services{
    padding-top: 0px;
}

.resultados-section{
    background-color: #444444;
}

.content-wrap:hover .title-section{
    background-color: #444444;
    transition: 0.3s all ease-in-out;
    
    .h3{
        color: #ec9910 !important;
    }

}

.content-wrap:not(:hover) .title-section{
    background-color: whitesmoke;
    transition: 0.3s all ease-in-out;
}

.resultados-section h2{
    color: #ec9910;
}

.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;
    }
}
/* CONTENT TAB 3 */
.block-tab-3 {
    background-color: white;
    /* 
    background-color: #fcf2e2;
    */
    padding: 0px;
}
.block-tab-3 h1,
.block-tab-3 h2,
.block-tab-3 h3,
.block-tab-3 h4,
.block-tab-3 h5,
.block-tab-3 p {
    font-family: 'Inter',  sans-serif;
    color: #000;
}
.tab-pane h2{
    color: #ec9910;
}
.block-tab-3 .nav-link {
    padding: 20px 32px;
    color: #AAA;
    border-left: 1px solid #DDD;
    font-size: 1.25rem;
    transition: all .2s ease;
}
.block-tab-3 .nav-link:hover {
    color: #777;
}
.block-tab-3 .nav-link.active {
    color: #ec9910;
    border-color: #ec9910;
    font-weight: 500;
    background-color: transparent;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns.grid-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .card-columns > * {
        display: inline-block;
        width: 100%;
    }
}
.card-columns a {
    position: relative;
    display: block;
}
@media (max-width: 991.98px) {
    .block-tab-3 .nav-link {
        border: 1px solid #CCC;
        padding: 10px 15px;
        margin: 5px;
        font-size: 1.15rem;
    }
}
/* STICKY CARDS */
:root {
    --cnvs-warning-font: quiche-sans, sans-serif;
}
.block-sticky-cards .content-wrap,
.block-sticky-cards .section { overflow: visible; margin: 0; box-sizing: border-box; width: 100%;}
.block-sticky-cards .sticky-section + .sticky-section {
    margin-top: 5vh;
}
@media (min-width: 992px) {
    .block-sticky-cards .sticky-section {
        --sticky-top-gap: 30px;
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: calc(150px + var(--sticky-top-gap));
    }
    .block-sticky-cards .sticky-section + .sticky-section {
        margin-top: 20vh;
    }
}
.sticky-section{height: fit-content; min-height: 425px;}

#solicitar, .button-1{
    background-color: #ec9910 !important;
    color: white;
}

#solicitar:hover, .button-1:hover{
    color: #ec9910;
    background-color: transparent !important;
    border: 1px solid #ec9910 !important;
}

/* CONTENT TAB 1 */
.block-tab-1.nav-pills{
    padding: 20px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.block-tab-1.nav-pills .nav-link {
    padding: 25px;
    border-radius: 4px;
    width: 80px;
}
.block-tab-1.nav-pills .nav-link.active {
    background-color: #ec9910;
    box-shadow: var(--cnvs-box-shadow) !important;
}
.block-tab-1.nav-pills .nav-link h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    color: #707070;
}
.block-tab-1.nav-pills .nav-link.active h4{
    color: whitesmoke;
}
@media (max-width: 767.98px) {
    .block-tab-1.nav-pills .nav-link p {
        display: block;
        visibility: visible;
    }
    .block-tab-1.nav-pills .nav-link,
    .block-tab-1.nav-pills .nav-link.active {
        padding: 20px;
        margin-bottom: 8px;
    }
    
    .block-tab-1.nav-pills{
        justify-content: center;
    }
}
.tab-pane div{
    line-height: var(--cnvs-line-height-content);
    font-size: 14pt;
    color: #565656;
}
.tab-pane ul li::marker{
    color: #ec9910;
    background-color: #ec9910;
}
.block-sticky-cards-wrap {
    overflow: visible;
}

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;
}