/*estilo de secciones*/

.section{
    text-align: center;
    max-width: 550px;
    margin: auto;
    position: relative;
    z-index: 5;
    padding: 90px 0 80px 0px;

}

.subtitulo{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: #155bd5;
    border: 2px solid;
    border-radius: 30px;
    padding: 8px 30px;
}

.section-story{
    padding-top: 120px;
    padding-bottom: 90px;
    background-color: #fafafa;
    
}

.nav-story{
    background-color: #efefef;
    padding: 15px;
    border-radius: 5px;
}

.nav{
    border: none;
}

.nav-tabs-btn .nav-link.active{
    background-color: #0d6efd;
    color: white;
    border-radius: 4px;

}

.nav-tabs-btn .nav-link {
    background-color: white;
    border-radius: 4px;
    margin-right: 20px;
    color: #000000;
}

.contenido-story{
    padding-left: 50px;
}

.section-video{
    background-color: #fafafa;
    padding: 100px 0
}
.contenido-video-seccion{
    text-align: center; 
    max-width: 550px; 
    margin: auto; 
    margin-bottom: 50px;
}
.story-video{
    padding-left: 60px;
}

.titulo-story{
    margin-top: 20px;
}

.tab-content{
    padding-top: 30px;

}

.contenido-nav{
    margin-top: 40px;

}

.titulo_section{
    font-weight: 700;
}

.btn-video{
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    background-color: #155bd5;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.section-azul{
    padding: 100px 0;;
}


.extracto_banner_azul{
    color: #ffffff;
}


.contact-form-wrapper {
    padding: 50px 73px;
    background: white;
    border: 1px solid #e0e0e0;
    margin-left: 0px;
    border-radius: 10px;
   
    margin-left: 30px;
}


.contact-item{
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    margin-bottom: 30px;
    padding: 20px 30px;
    transition: all 0.3s ease-out 0s;
}

.icono{
    color: white;
    background: #0d6efd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-form input{
    padding: 15px 25px;
    border-radius: 30px;
    border: 1px solid gray;
    margin-bottom: 25px;
    width: 100%;
}

.contact-form textarea{
    padding: 15px 25px;
    border-radius: 30px;
    border: 1px solid gray;
    margin-bottom: 25px;
    width: 100%;
}

.contenido-contact{
    margin-left: 20px;
}

.contenido-contact h5{
    color: #155bd5;
}


.nav-underline{
    padding-top: 50px;
}

.nav-underline .nav-link.active{
    color: #0d6efd;
}


.nav-underline .nav-link.active:hover{
    color: #0d6efd;
}

.nav-item a{
    font-weight: 700;
    color: #6d6d6d;
}


.subtitulo-contacto{
    font-size: 20px;
    color: #155bd5;
    font-weight: 700;
}

.contacto-section{
    position: relative;
    z-index: 3;
    top: 120px;
}


.btn-banner-azul{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid white;
    color: white;
}


.btn-banner-azul:hover{
    background-color: white;
    color: #0d6efd;
}