/* Styles ROOT */
:root{
    --rojo-sutspes: #7B292C;
    --rojo-claro-sep: #B42E10;
    --gris-sep: #44474C;
    --gris-sutspes-variant: #44474C;
    
}
body{
    background: #FDECDC;
    /* background-image: url('../img/Background.jpg'); Ruta a tu imagen de fondo */
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
}

.content-head-spacing {
    margin-bottom: 60px;
}

.dad {
    display: flex;
    justify-content: center;
    align-items: center;
}

.son {
    padding: 10px;
}

/* Section Slider */

.fondo-home-imagen {background-image: url('./../img/bg_stuspes.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; 
}

.header-style {
    background-color: var(--rojo-sutspes);
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.navegacion{
    display: flex;
    align-items: center;
}

.width-logo-sep {
    width: 100%;
    text-align: center;
    align-items: center;
}

.logo-top{
    position: relative;
    z-index: 2;
}

.text-asesor-header {
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
}

.logo-header{
    width: 100%;
    padding-bottom:4%;
}

.logo-iexe-header {
    fill: #fff;
    stroke-width: 0px;
}

.dropdown-menu {
    height: auto !important;
    border-color: gray !important;
}

.list-menu {
    /* padding-top: 15%; */
    padding-left: 15%;
    /* padding-bottom: 15%; */
}

.requisitos-item {
    font-size: 16px;
    margin-left: 12px;
}

.btn-header-style {
    border-color: white !important;
    width: 150px;
    padding-top: 5% !important;
    padding-bottom: 8% !important;
}

.btn-secondary:hover {
    font-weight: bold;
}

.title-home-primary {
    font-size: 48px;
    font-weight: 800;
    color: var(--rojo-sutspes);
}

.title-home {
    font-size: 24px;
    font-weight: 800;
    width: 200%;
    color: var(--rojo-sutspes);
    padding-right: 10vw;
}

.texto-principal {
    font-size: 21px;
    color: var(--gris-sep);
    width: 110%;
}


.texto-leyenda {
    font-size: 12px;
    color: black;
}

.imagen-persona-home {
    width: 100%;
}

.formulario-header {
    background: var(--gris-sutspes-variant);
    border-radius: 0px 0px 0 0;
    margin-bottom: -15px;
    margin-top: 4em;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    color: white;
}

.formulario-header h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
}

.header-form {
    font-weight: 200;
    padding-bottom: 5px;
}

.cuerpo-formulario {
    background-color: white;
    padding: 20px;
    padding-top: 20px !important;
    border-radius: 0px 0px 15px 15px;
}

.formulario-header, .cuerpo-formulario {
    box-shadow: 0px 15px 27px #3c3c3c55;
        /* border-radius: 15px 15px 0px 0px ; */
        padding-top: 1px;
}

.cuerpo-formulario label {
    color: var(--rojo-claro-sep);
    font-weight: 900;
    font-size: 14px;
}

form#interes input {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid var(--gris-sutspes-variant);
    border-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
form#interes input::placeholder {
    color: var(--gris-sutspes-variant);
}

.select-class {
    border-bottom: 2px solid var(--gris-sutspes-variant) !important;
    font-size: 13px !important;
}

.btn-form-slide {
    border-radius: 25px;
    /*height: 48px;*/
    border: none;
    font-weight: 800;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    padding: 5px 20% 10px 20%;
    color: white;
    background-color: var(--rojo-claro-sep);
}

span.disclaimer > a, span.disclaimer {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    color: black;
}

/* footer styles */

footer{
    padding-top: 25px;
    background-color: var(--gris-sutspes-variant);
    color: white;
}

.logo-iexe-footer {
    fill: white;
    stroke-width: 0px;
}

.logo-footer{
    width: 40%;
    padding-bottom:4%;
    max-width: 370px;
    min-width: 180px;
}

.subpie{
    background-color: var(--rojo-sutspes);
}

a.aviso-privacidad {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}

p.copy-pie {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.direccion-pie {
    font-size: 18px;
}

#requisitos a {
    color: transparent;
}

.telefono-wa-pie {
    font-size: 33px;
    font-weight: 800;
}

.telefono-wa-pie a {
    text-decoration: none;
    color: white;
}

.telefono-wa-pie a:hover {
    text-decoration: none;
    color: rgb(161, 161, 161);
}
@media screen and (max-width: 1449px) {
    .title-home {
        width: 160% ;
    }
}

@media screen and (max-width: 991px) {

        .title-home {
        width: 100%;
    }

    .texto-principal {
        width: 100%;
    }
    
    .text-footer-1 {
        padding-left: 0%;
    }

    .spacing-header{
        margin-bottom: 0px;
    }
    
    .requisitos-text {
        font-size: 24px;
        margin-left: 4vw;
    }

    #carousel-requisitos {
    margin-left: 4vw;
    }

    section#formulario h1 {
        font-size: 28px;
    }
    
    section#formulario p {
        font-size: 16px;
    }

    section#formulario input {
        font-size: 16px;
        padding: 10px 10px 10px 20px;
    }

    .btn-form-section {
        font-size: 24px;
        width: 90% !important;
    }

    .tu-futuro-title {
        font-size: 34px;
        font-weight: 900;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .direccion-pie {
        font-size: 12px;
    }

    .btn-editorial {
        font-size: 16px;
    }
}


