header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h3{
    color: #21344B !important;
    font-size: 20pt;
}

#header-wrap{
    height: 100px;
    display: flex;
    align-items: center;
}

.header-row{
    justify-content: right;
}

#proyecto-img-1{
    max-width: 300px;
}


#logo_biosafe, #logo_biosafe > 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: #1abc9c !important;
    }

}

.content-wrap:not(:hover) .title-section{
    background-color: whitesmoke;
    transition: 0.3s all ease-in-out;
}

.resultados-section h2{
    color: #1abc9c;
}

.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 img:hover{
    filter: drop-shadow(2px 4px 6px grey);
    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;
}
@media (max-width: 992px) {
    #header_nav{
        position: absolute;
        top: 30px;
        right: 0;
        background-color: white;
    }

    nav{
        margin-top: 25px;
    }
}



/* 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;
}