
h1, h2, h3, h4, h5, h6, p, a, span, strong, div, form, select, option, textarea, button {
    font-family: 'Montserrat', sans-serif; }
        
        header, main, footer, aside, nav, figure, figcaption, article { display: block;}
        
        h1, h2, h3, h4, h5, h6, p {margin: 0; }
        
        body { margin: 0 !important;
        background: #ffffff;}
    
    html {scroll-behavior: smooth;}

@media (prefers-color-scheme: dark) {

    body {
        --color-bg: rgb(53,53,53);
        --color-text: wheat;
        
        --color-bg: #DDDDDD;
        --color-text: #EE6352;}
    }

.img-fit {
    object-fit: contain;
    overflow: hidden;
}

main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.continuar {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;
    right: 5px;
}
    
.text_continuar {
    position: relative;
    font-size: var(--text-lg);
    color: var(--azul-one);
}

.b_atras {
    position: relative;
    font-size: var(--text-lg);
    color: var(--azul-one);
}

.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}
    


#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 13vh;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 1% 41.5%;}

.label_vist {position: relative;
    font-size: 1.5em;
    color: #333;}

.select_opt {position: relative;
    padding: 1%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 1.5em;
    width: 80%;
    height: 80%;
}

.btn {position: absolute; /* General settings */
    padding: .7rem 6.1rem;
    margin: 0 auto;
    font-size: 2em;
    border-radius: .4rem;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    background: var(--azul-logifarma-ligth);
    border-color: var(--azul-logifarma-ligth);
    color: white}

.btn:hover {
    background: var(--azul-logifarma-dark);
    border-color: var(--azul-logifarma-dark);
}

.tel {
    color: var(--azul-logifarma-ligth);
}

.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;
}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;
}

.conten_carga_home { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

:root{
    --linea--borde-relleno:#3498db;
    --linea--borde-vacio:#e0e0e0;
    --azul-one: #468bc4;
    --azul-two: #007BFF;
    --azul-logifarma-ligth: #2a57a9;
    --azul-logifarma-dark: #023798;

      --text-xs: 0.6875rem;
      --text-sm: 0.8125rem;
      --text-base: 1rem;
      --text-md: 1.1875rem;
      --text-lg: 1.4375rem;
      --text-xl: 1.75rem;
      --text-2xl: 2.0625rem;
      --text-3xl: 2.5rem;
      --text-4xl: 3rem;
}
body {
    margin: 0;
}
.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2vh;
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 97%;
    transform: rotate(0deg);
    left: 20%;
}
.azul-logi-dark {
    color: var(--azul-logifarma-dark);
}

.azul-logi-ligth {
    color: var(--azul-logifarma-ligth);
}

.bg-azul-logi-dark {
    background-color: var(--azul-logifarma-dark);
}

.bg-azul-logi-ligth {
    background-color: var(--azul-logifarma-ligth);
}

.pagina {
    position: absolute;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0 0 0 75px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 20%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 15px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 40%;
    height: 10px;
    width: 40px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}
.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}



main section.vista1 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 12vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 27%;
    height: 60%;
    padding: 1% 36.5%;}

main section.vista1 div.vist1_1 {position: relative;
    margin: 20px auto 0;
    width: 30%;
    padding: 0;
    height: 40vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 27%;
    height: 5vh;
    margin: 20px auto 0;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 100%;
    margin: auto;}

.icon_img {position: relative;
    width: 2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 27%;
    height: 6vh;
    margin: 5px auto 20px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f;}

.piedepagina{position: relative;
    width: 100%;
    height: 308vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 27%;
    height: 17%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 1.1em;
    margin: auto 0;
}

.cont_pie {position: relative;
    width: 27%;
    height: 5vh;
    margin: 5px auto 5px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 0.6% 4%;
    margin: 0px auto 0;
    font-size: 2em;
    border-radius: 0px;
    border: solid 2px white;
    left: 40.3%;
    top: 91%;
    background: #3c468f;
    color: #ffff;
    font-weight: 100;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista2 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista2 div.vist2_text { position: relative;
    margin: 0 auto;
    width: 82%;
    height: 17vh;
    font-weight: 500;}

main section.vista2 div.ist2_text h1 { font-size: 1.5em;
    padding: 0 0 0 2%;}

main section.vista2 div.vist2_text p {font-size: 1em;
    padding: 1% 0 0 4%;}

main section.vista2 nav.vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 1vh 0% 0% 0%;
    float: none;}

main section.vista2 nav.vist2 div.img { width: 100%;
    height: 15vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 0% 0% 0% 20%; width: 5%; height: 16%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 28%; font-size: 1.2em; height: 10vh;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 50%;
    height: 40%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 8.5%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: 1.3em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

main section.vista3 p.vist3 { font-size: 1.1em; }

main section.vista3 h1.vist3 { font-size: 1.5em; font-weight: 500;}

.cont_inpu_auto {position: relative;
    margin: 3% auto;
    width: 40%;
    height: 5vh;
    display: flex;}

main section.vista3 input.inp_vist3 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
border-radius: 0px;}


.inp_vist3:valid + .inputext_auto, .inp_vist3:focus + .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-30px);
font-size: 1em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.inputext_auto {position: absolute;
    width: 100%;
    height: 46%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 2% 0;
    pointer-events: none;
    font-size: 1em;
    }
main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t {position: relative;
    text-align: center;
    margin: 5% 0px 2% 5%;
    font-size: 1em;
    width: 44%;}

main section.vista3 div.vist3_img {position: absolute;
    width: 40%;
    top: 35%;
    right: 7%;
    height: 50vh;
    margin: 0 auto;
    filter: drop-shadow(0px 1px 2px #e4dddd);}

main section.vista3 div.vist3_img img.vist3 {width: 100%;
height: 100%;
padding: 0%;}

main section.vista3 p.vist3_t2 {position: relative;
    text-align: center;
    font-size: 1em;
    width: 32%;
    margin: 4% 0px 2% 11%}

main section.vista3 div.tet {margin: 4% 0 4% 58px;
    width: 44%; }

main section.vista3 div.tet a.vist3 {left: 43%;
    position: relative; font-size: 1.7em;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista4 h1.vist4 {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 400;
    }


main section.vista4 p.vist4_1 { width: 44%;
    text-align: center;
    margin: 1% auto;
    font-size: 1.3em;
    color: red;}


.video {position: relative;
    width: 36%;
    height: 55vh;
    padding: 0 1% 0 1%;
    margin: 0px 31% 3px 31%}

.conten_foto {position: relative;
    width: 43%;
    height: 50vh;
    padding: 0%;
    margin: 0 auto;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;}

.btn_archi {position: absolute;
    top: 90%;
    left: 40%;
    width: 15.2%;
    height: 6.2%;
    border: solid 2px #468bc4;
    border-radius: 0px;
    color: #468bc4;
    display: block;
    font-size: 1.5em;}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 26%;
    left: 25%;}

.arch_btn {opacity: 0;
    width: 200px;
    height: 32px;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: relative;
    padding: 0.5% 1%;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 12px;
    left: 32%;
    top: 16px;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 1.1% 4.6%;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 12px;
    left: 43%;
    top: 82%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    height: 11vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista5 p.vist5 { width: 81%;
    height: 10vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 32%;
    padding: 0;}


main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 81%;
    height: 7vh;
    text-align: center;
    margin: 3% auto 0;
    font-size: 1.4em;
    font-weight: 300;}


.p_vist6 {position: relative;
    width: 93%;
    height: 3vh;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px auto 0% auto}

.filt {position: relative;
    margin: 0px auto 5px;
    width: 30%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;
    font-size: 1em;}
.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width:  43%;
    height: 43%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}

.fa-solid {
    font-weight: 900;
    position: relative;
    font-size: --var(--text-base)
    }

.elec {position: relative;
    width: 30%;
    height: 31vh;
    margin: 2% auto 0 auto;
    overflow: auto;}

.elec::-webkit-scrollbar{
   width: 10px;
   background: #ffff;
}

.elec::-webkit-scrollbar-thumb{
    background: #0572ce;
    border-radius: 8px;
}

.row-radio-btn {
    display: flex;
    padding: .125rem 1rem;
    justify-content: space-between;
    align-items: center;
    margin-botton: .4rem;
}

.row-radio-btn:hover {background: #d4cfcf;}

.label-radio {
    width: 91%;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn_muni {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 30%;
    height: 4vh;
    text-align: left;
    margin: 4% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.cont_inpu_direccion {position: relative;
    margin: 3% auto;
    width: 30%;
    height: 5vh;
    display: flex;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-20px);
font-size: 0.8em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 46%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 2% 0;
    pointer-events: none;
    font-size: 1em;
    color: #606060;
    }

option {
  background-color: white;
  padding: 4px;
  color: rgb(107, 107, 197);
  margin-bottom: 1px;
   font-size: 1em;
  cursor: pointer;
}

.btn_dir {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 1% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.ti_vist8 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 2% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
    margin: 3% auto 0%;
    width: 30%;
    height: 5vh;
    display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 3% auto;
    width: 30%;
    height: 5vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 1.1em;
    color: #606060;
    border-radius: 0px;}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
    color: #0572ce;
    transform: translateX(10px) translateY(-30px);
    font-size: 1em;
    transition: 0.5S;
}

.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.inputext_celular {position: absolute;
    width: 100%;
    height: 46%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 2% 0;
    pointer-events: none;
    font-size: 1.1em;
    color: #606060;
    }


.p_vist8 {position: relative;
    width: 64%;
    height: 3vh;
    font-size: 1em;
    font-weight: 400;
    margin: 1% auto 0;
    text-align: center;}

.switch {
    position: relative;
    width: 30%;
    height: 5vh;
    margin: 1% auto 0;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 91%;
    height: 3vh; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 95%;
    margin: auto 0px;
}

.text-switch{
    font-size: 0.9em;
    font-weight: 100;
    margin: 6px;
}

.lbl-switch {
    display: inline-block;
    width: 33px;
    height: 17px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 5px;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100px;
    top: 2px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 17px;
}

.inp-switch {
    display: none;
}

.error_vaci{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}

.error_celu{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}

.tex {
    position: relative;
    margin: auto;
    width: 18%;
    height: 100%;
    color: red;
    font-weight: 100;
    font-size: 0.9em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 2% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;}

.p_vist9 {position: relative;
    width: 64%;
    height: 10vh;
    font-size: 1em;
    font-weight: 400;
    margin: 3% auto 0;
    text-align: center;}

.vist9_t {position: relative; width: 81%;
    text-align: center;
    margin: 3% auto 0%;
    font-size: 1.4em;
    font-weight: 300;}


main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}


.valid {position: relative;
    margin: 1% auto 7% auto;
    width: 40%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 1rem; padding: 0px; border-radius: 2px; user-select: none; left: 27%; top: 107%; width: 48%; height: 32%; text-align: center; display: none;}

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 23%;
    height: 9vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: center;
    margin: 7% auto 7%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}

.home {text-decoration: none;
    color: #468bc4;
}

.box-select-input{
    display:flex;
    justify-content:center;
    align-items: end;
    padding: 0rem .5rem;
    margin: 2rem 0rem;
}
.label-and-select{
    align-items: start;
    display: flex;
    flex-direction: column;
}
.label-and-select label{
    margin-bottom: .5rem;
    color: var(--azul-logifarma-dark);
}

.mt-2 { margin-top:2rem }
.mt-3 { margin-top:3rem }
.mt-4 { margin-top:3rem }
.mt-5 { margin-top:5rem }
.mb-1 { margin-bottom:1rem }
.mb-2 { margin-bottom:2rem }
.mb-3 { margin-bottom:3rem }
.mb-4 { margin-bottom:4rem }
.mb-5 { margin-bottom:5rem }

.button_modal {
      border: none;
      border-radius: .4rem;
      background-color: inherit;
      /*padding: 14px 28px;*/
      font-size: 1.2em;
      cursor: pointer;
      display: inline-block;
      color: white;
      width: 92%;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
      box-shadow: 16px 14px 15px -3px rgb(0 0 0 / 26%);
    }

    /* On mouse-over */
    .button_modal:hover {background: #eee;}

    .btn_success {background: #2a57a9;}
    .btn_success:hover {background: #023798;}
    .btn_info {background: #3bb227;}
    .btn_info:hover {background: #157a05;}

    .hvr-float {
      display: inline-block;
      vertical-align: middle;
      transform: translateZ(0);
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      transition-duration: 0.3s;
      transition-property: transform;
      transition-timing-function: ease-out;
    }
    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
      transform: translateY(-8px);
    }

   .btn_and_text{
       margin-top: 3rem;
       width: 25rem;
       text-align: center;
   }

    .input-effect {
      position: relative;
      margin-bottom: 0rem;
      margin-left: 1rem;
      width: 28%;
    }

    .input-effect label {
      position: absolute;
      color: gray;
      top: 0;
      left: 0;
      pointer-events: none;
      transition: 0.2s ease all;
    }

    .input-effect input:focus + label,
    .input-effect input:valid + label {
      top: -1.5rem;
      font-size: 1.2em;
      color: var(--azul-logifarma-dark); /* You can adjust the color to your preference */
    }

    .input-effect input {
      padding: 0.2rem 0rem;
      width: 100%;
      border: none;
      border-bottom: 1px solid #ccc;
      outline: none;
      font-size: 1.2em;
    }

    /* Optional: Add a transition for smoother animation */
    .input-effect input {
      transition: border-bottom 0.2s ease, font-size 0.2s ease;
    }
    :root {
      --arrow-bg: rgba(255, 255, 255, 0.3);
      --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
      --option-bg: white;
      --select-bg: rgba(255, 255, 255, 0.2);
    }
    .custom-select{
        background-color: white;
        width: 23rem;
        border: none;
         outline: 0;
        font-size: 1.2em;
    }

    .input-effect {
      position: relative;
      margin-bottom: 0rem;
      margin-left: 1rem;
      width: 28%;
    }

    .input-effect label {
      position: absolute;
      color: gray;
      top: 0;
      left: 0;
      pointer-events: none;
      transition: 0.2s ease all;
    }

    .input-effect input:focus + label,
    .input-effect input:valid + label {
      top: -1.5rem;
      font-size: 1.2em;
      color: var(--azul-logifarma-dark); /* You can adjust the color to your preference */
    }

    .input-effect input {
      padding: 0.2rem 0rem;
      width: 100%;
      border: none;
      border-bottom: 1px solid #ccc;
      outline: none;
      font-size: 1.2em;
    }

    /* Optional: Add a transition for smoother animation */
    .input-effect input {
      transition: border-bottom 0.2s ease, font-size 0.2s ease;
    }
    :root {
      --arrow-bg: rgba(255, 255, 255, 0.3);
      --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
      --option-bg: white;
      --select-bg: rgba(255, 255, 255, 0.2);
    }
    .custom-select{
        background-color: white;
        width: 22.1rem;
        border: none;
         outline: 0;
        font-size: 1.2em;
    }
.atras {
    text-decoration:none;
    }
    div.boxItem {
      display: inline-block;
      border: 1px solid black;
      padding: 1em;
      margin-right: 5em;
      position:relative
    }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1899px){

.sub-fs-small { font-size: 1rem; margin-top:1.8rem}
.txt-sm { font-size: 1.5rem; }
.btn-fomag-sm-pd { padding: 1.3rem 0rem; }
h1, h2, h3, h4, h5, h6, p, a, span, strong, div, form, select, option, textarea, button {
    font-family: 'Montserrat', sans-serif; }

        header, main, footer, aside, nav, figure, figcaption, article { display: block;}

        h1, h2, h3, h4, h5, h6, p {margin: 0; }

        body { margin: 0 !important;}

    html {scroll-behavior: smooth;}


main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.continuar {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.text_continuar {
    position: relative;
}

#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 13vh;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 1% 41.5%;}

.label_vist {position: relative;
    font-size: 1.5em;
    color: #333;}

.select_opt {position: relative;
    padding: 1%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 1.5em;
    width: 100%;
    height: 100%;
}

.btn { /* max width 1899px */
    font-size: 1.8em;
    top: 89%;}

.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;
}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;
}

.conten_carga_home { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

:root{
    --linea--borde-relleno:#3498db;
    --linea--borde-vacio:#e0e0e0;
}
body {
    margin: 0;
}
.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2vh;
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 97%;
    transform: rotate(0deg);
    left: 22%;
}

.pagina {
    position: absolute;
    font-size: 0.8em;
    width: 100%;
    height: 100%;
    padding: 0 0 0 45px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 20%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 15px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 40%;
    height: 8px;
    width: 40px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}
.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}



main section.vista1 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 12vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 27%;
    height: 60%;
    padding: 1% 36.5%;}

main section.vista1 div.vist1_1 {position: relative;
    margin: 15px auto 0;
    width: 30%;
    padding: 0;
    height: 35vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 28%;
    height: 5vh;
    margin: 20px auto 0;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 100%;}

.icon_img {position: relative;
    width: 2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 28%;
    height: 6vh;
    margin: 5px auto 15px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f;}

.piedepagina{position: relative;
    width: 100%;
    height: 8vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 27%;
    height: 18%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 1.1em;
    margin: auto;
    text-align: left;
    width: 100%;
}

.cont_pie {position: relative;
    width: 27%;
    height: 5vh;
    margin: 5px auto 5px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 0.4% 5%;
    margin: 5px auto 0;
    font-size: 1.8em;
    border-radius: 0px;
    border: solid 2px white;
    left: 40.6%;
    top: 90%;
    background: #3c468f;
    color: #ffff;
    font-weight: 100;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista2 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista2 div.vist2_text { position: relative;
    margin: 0 auto;
    width: 82%;
    height: 17vh;
    font-weight: 500;}

main section.vista2 div.ist2_text h1 { font-size: 1.5em;
    padding: 0 0 0 2%;}

main section.vista2 div.vist2_text p {font-size: 1em;
    padding: 1% 0 0 4%;}

main section.vista2 nav.vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 1vh 0% 0% 0%;
    float: none;}

main section.vista2 nav.vist2 div.img { width: 100%;
    height: 15vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 0% 0% 0% 20%; width: 5%; height: 16%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 28%; font-size: 1.2em; height: 10vh;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 50%;
    height: 43%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 8.5%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: 1.3em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

.cont_inpu_auto {position: relative;
        margin: 2% auto;
    width: 40%;
        height: 7vh;
    display: flex;}

main section.vista3 input.inp_vist3 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
border-radius: 0px;}

.inp_vist3:valid + .inputext_auto, .inp_vist3:focus + .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-20px);
font-size: 0.8em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t {position: relative;
    text-align: center;
    margin: 5% 0px 2% 5%;
    font-size: 1em;
    width: 44%;}

main section.vista3 div.vist3_img {position: absolute;
    width: 40%;
    top: 34%;
    right: 7%;
    height: 50vh;
    margin: 0 auto;
    filter: drop-shadow(0px 1px 2px #e4dddd);}

main section.vista3 div.vist3_img img.vist3 {width: 100%;
height: 100%;
padding: 0%;}

main section.vista3 p.vist3_t2 {position: relative;
    text-align: center;
    font-size: 1em;
    width: 44%;
    margin: 4% 0px 2% 5%}

main section.vista3 div.tet {margin: 4% 0 4% 0px;
    width: 44%; }

main section.vista3 div.tet a.vist3 {left: 43%;
    position: relative; font-size: 1.7em;}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}



main section.vista4 p.vist4_1 { width: 44%;
    text-align: center;
    margin: 1% auto;
    font-size: 1.3em;
    color: red;}


.video {position: relative;
    width: 36%;
    height: 55vh;
    padding: 0 1% 0 1%;
    margin: 0px 31% 3px 31%}

.conten_foto {position: relative;
    width: 470px;
    height: 300px;
    padding: 0%;
    margin: 0 auto;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;}

.btn_archi {position: absolute;
    top: 89%;
    left: 40%;
    width: 19.7%;
    height: 7%;
    border: solid 2px;
    border-radius: 0px;
    border-color: #468bc4;
    color: #468bc4;
    display: block;}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1em;
    position: absolute;
    top: 18%;
    left: 24%;}

.arch_btn {opacity: 0;
    width: 100%;
    height: 100%;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: relative;
    padding: 0.5% 1%;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 12px;
    left: 32%;
    top: 16px;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 0.8% 3.5%;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 12px;
    left: 43%;
    top: 86%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    height: 11vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista5 p.vist5 { width: 81%;
    height: 10vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 32%;
    padding: 0;}


main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 81%;
    height: 5vh;
    text-align: center;
    margin: 2% auto 13px;
    font-size: 1.4em;
    font-weight: 300;}


.p_vist6 {position: relative;
    width: 93%;
    height: 6vh;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px auto 2% auto}

.filt {position: relative;
    margin: 5px auto;
    width: 30%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;}
.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width: 50%;
    height: 50%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}




.elec {position: relative;
    width: 30%;
    height: 21vh;
    margin: 2% auto 0 auto;
    overflow: auto;}


.con:hover {background: #d4cfcf;}


.btn_muni {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 81%;
    height: 5vh;
    text-align: center;
    margin: 2% auto 0;
    font-size: 1.3em;
    font-weight: 300;}

.cont_inpu_direccion {position: relative;
    margin: 3% auto;
    width: 30%;
    height: 7vh;
    display: flex;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-20px);
font-size: 0.8em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 46%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 2% 0;
    pointer-events: none;
    font-size: 1em;
    color: #606060;
    }

.errorlist {
    color:#cc0033;
    float:left;
    clear:both;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    }

option {
  background-color: white;
  padding: 4px;
  color: rgb(107, 107, 197);
  margin-bottom: 1px;
   font-size: 1em;
  cursor: pointer;
}

.btn_dir {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 0.5% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.ti_vist8 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 2% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
    margin: 0% auto 0%;
    width: 30%;
    height: 7vh;
    display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 1% auto 5%;
    width: 30%;
    height: 7vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.1em;
    color: #606060;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}


.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
color: #0572ce;
transform: translateX(10px) translateY(-20px);
font-size: 0.8em;
transition: 0.5S;
}

.inputext_celular {position: absolute;
    width: 100%;
    height: 46%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 2% 0;
    pointer-events: none;
    font-size: 1em;
    color: #606060;
    }

.p_vist8 {position: relative;
    width: 30%;
    height: 6vh;
    font-size: 0.9em;
    font-weight: 400;
    margin: 1% auto 0;
    text-align: center;}

.switch {
    position: relative;
    width: 30%;
    height: 5vh;
    margin: 2% auto 2%;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 91%;
    height: 3vh; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 95%;
    margin: 0px 1% 0px 0px;
}

.text-switch{
    font-size: 0.8em;
    font-weight: 100;
    margin: 1px auto;
}

.lbl-switch {
    display: inline-block;
    width: 33px;
    height: 17px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100px;
    top: 2px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 17px;
}

.inp-switch {
    display: none;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 2% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;}


.p_vist9 {position: relative;
    width: 64%;
    height: 10vh;
    font-size: 1em;
    font-weight: 400;
    margin: 3% auto 0;
    text-align: center;}

.vist9_t {position: relative; width: 81%;
    text-align: center;
    margin: 3% auto 0%;
    font-size: 1.4em;
    font-weight: 300;}


main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}

.valid {position: relative;
    margin: 3% auto 7% auto;
    width: 40%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 0.7rem; padding: 0px; border-radius: 2px; user-select: none; left: 27%; top: 107%; width: 46%; height: 32%; text-align: center; display: none;}

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 27%;
    height: 11vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: center;
    margin: 7% auto 7%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}


}

.home {text-decoration: none;
    color: #468bc4;
}


/* .
.
.
.
.
.---------------------------------------------------------------------------------
.
.
.
.
.
.
 */

@media only screen and (max-width:1024px) and (max-height:1366px){

.sub-fs-small { font-size: 1rem; margin-top:1.8rem}
.txt-sm { font-size: 1.5rem; }

h1, h2, h3, h4, h5, h6, p, a, span, strong, div, form, select, option, textarea, button {
    font-family: 'Montserrat', sans-serif; }

        header, main, footer, aside, nav, figure, figcaption, article { display: block;}

        h1, h2, h3, h4, h5, h6, p {margin: 0; }

        body { margin: 0 !important;}

    html {scroll-behavior: smooth;}


main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}


#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 2% 41.5%;}

.label_vist {position: relative;
    font-size: 2.2em;
    color: #333;}

.select_opt {position: relative;
    padding: 0%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 2em;
    width: 100%;
    height: 100%;
    margin: 0;}

.btn { /* max width 1024px and 1366px*/
    top: 89%;}
.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 12px;
}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;
}

.conten_carga_home { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 96%;
    transform: rotate(0deg);
    left: 0%;
}

.pagina {
    position: absolute;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 20%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 15px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 40%;
    height: 10px;
    width: 40px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}
.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}

main section.vista1 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 8vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 50%;
    height: 80%;
    padding: 1% 25.5%;}

main section.vista1 div.vist1_1 {position: relative;
    margin: 40px auto 0;
    width: 60%;
    padding: 0;
    height: 35vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 63%;
    height: 5vh;
    margin: 30px auto 0;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;
}

.icon_img {position: relative;
    width: 2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 63%;
    height: 4vh;
    margin: 10px auto 30px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 8%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    color: #3c468f;}

.piedepagina{position: relative;
    width: 100%;
    height: 8vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 63%;
    height: 17%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 1.5em;
    margin: auto;
}

.cont_pie {position: relative;
    width: 63%;
    height: 6vh;
    margin: 5px auto 5px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 40%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 3% 14%;
    margin: 0px auto 0;
    font-size: 2em;
    border-radius: 0px;
    border: solid 2px white;
    left: 29%;
    top: 89%;
    background: #3c468f;
    color: #ffff;
    font-weight: 100;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista2 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista2 div.vist2_text { position: relative;
    margin: 0 auto;
    width: 100%;
    height: 15vh;
    font-weight: 500;}

main section.vista2 div.vist2_text h1 { font-size: 2.5em;
    padding: 0 0 0 2%;}

main section.vista2 div.vist2_text p {font-size: 1.5em;
    padding: 2% 0 0 4%;}

main section.vista2 nav.vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 1vh 0% 0% 0%;
    float: none;}

main section.vista2 nav#vist2 div.img { width: 100%;
    height: 15vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 1% 0% 0% 10%; width: 14%; height: 13%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 29%; font-size: 1.8em;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 70%;
    height: 43%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 10%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: 1.3em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

main section#vist3 p.vist3 { font-size: 1.9em; }

main section.vista3 h1.vist3 { font-size: 2.4em; font-weight: 500;}

.cont_inpu_auto {position: relative;
    margin: 4% auto 3%;
    width: 80%;
    height: 6vh;
    display: flex;}

main section.vista3 input.inp_vist3 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 2em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;
}

.inp_vist3:valid + .inputext_auto, .inp_vist3:focus + .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-35px);
font-size: 1.4em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}


main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t { position: relative;
    text-align: center;
    margin: 1%;
    font-size: 1.2em;
width: 100%;}

main section.vista3 div.vist3_img {position: relative;
    width: 80%;
    height: 30vh;
    top: 0;
    right: 0;
    margin: 10% auto 1%;
    filter: drop-shadow(0px 1px 2px #e4dddd);}

main section.ist3 div.vist3_img img.vist3 {position: relative;
    width: 100%;
    height: 100%;}

main section.vista3 p.vist3_t2 {padding: 6% 6% 1% 6%;
    font-size: 1.5em;
    text-align: center;
    width: 88%;
    margin: 0;}

main section.vista3 div.tet {margin: 4% auto 4% auto; width: 27%; }

main section.vista3 div.tet a.vist3 {left: 0%;
    position: relative; font-size: 1.7em;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}



main section.vista4 p.vist4_1 { width: 63%;
    text-align: center;
    margin: 4% auto;
    font-size: 1.7em;
    color: red;}


.video {position: relative;
    width: 95%;
    height: 39vh;
    padding: 0 2% 0 2.5%;}

.conten_foto {position: relative;
    width: 100%;
    height: 420px;
    padding: 0%;
    margin: 0 auto;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;
    border: 0;}

.btn_archi {position: absolute;
    top: 88%;
    left: 29%;
    width: 46%;
    height: 8%;
    border: solid 2px #468bc4;
    border-radius: 0px;
    color: #468bc4;
    display: block;
    font-size: 1.9em;}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 33%;
    left: 31%;}

.arch_btn {opacity: 0;
    width: 100%;
    height: 100%;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: absolute;
    padding: 3% 5%;
    margin: 0 auto;
    font-size: 2em;
    border-radius: 12px;
    left: 6%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 2.7% 11%;
    margin: 0 auto;
    font-size: 1.7em;
    border-radius: 12px;
    left: 32%;
    top: 85%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    height: 11vh;
    text-align: center;
    margin: 0% auto;
    font-size: 2.4em;
    font-weight: 300;}

main section.vista5 p.vist5 { width: 81%;
    height: 10vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1.5em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

main section.vista5 div.vist5_1 img.img2 {position: fixed;
    width: 58%;
    z-index: 9;
    left: 22%;}

main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 81%;
    height: 9vh;
    text-align: center;
    margin: 3% auto 0;
    font-size: 2em;
    font-weight: 300;}

.p_vist6 {position: relative;
    width: 93%;
    height: 3vh;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    margin: 0px auto 5% auto}

.filt {position: relative;
    margin: 5px auto;
    width: 70%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;
    font-size: 1.9em;}

.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width: 50%;
    height: 50%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}



.elec {position: relative;
    width: 70%;
    height: 26vh;
    margin: 5% auto 0 auto;
    overflow: auto;}

.elec::-webkit-scrollbar{
   width: 10px;
   background: #ffff;
}

.elec::-webkit-scrollbar-thumb{
    background: #0572ce;
    border-radius: 8px;
}

.btn_muni {position: absolute;
    padding: 3% 13%;
    margin: 0 auto;
    font-size: 2em;
    border-radius: 12px;
    left: 29%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 70%;
    height: 4vh;
    text-align: left;
    margin: 12% auto 0;
    font-size: 2em;
    font-weight: 300;}

.cont_inpu_direccion {position: relative;
margin: 4% auto 7%;
width: 70%;
height: 6vh;
    display: flex;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 2em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-45px);
font-size: 1.5em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 2em;
    color: #8f8f8f;
    }

.p_vist7{position: relative;
    width: 64%;
    height: 6vh;
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 auto 0;
    border-radius: 0px;}

.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
    }

option {
  background-color: white;
  padding: 4px;
  color: rgb(107, 107, 197);
  margin-bottom: 1px;
   font-size: 1em;
  cursor: pointer;
}

.btn_dir {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    height: 10vh;
    text-align: center;
    margin: 5% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.ti_vist8 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
margin: 4% auto 4%;
width: 70%;
height: 6vh;
    display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 4% auto 7%;
    width: 70%;
    height: 6vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.7em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
    color: #0572ce;
transform: translateX(10px) translateY(-45px);
font-size: 1.3em;
    transition: 0.5S;
}


.inputext_celular {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 1.7em;
    color: #8f8f8f;
    }


.p_vist8 {position: relative;
    width: 64%;
    height: 6vh;
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 auto 0;
    border-radius: 0px;}

.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.switch {
    position: relative;
    width: 68%;
    height: 2vh;
    margin: 2% auto 7%;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 77%;
    height: 100%; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 95%;
    margin: 0px 1% 0px 0px;
}

.text-switch{
    font-size: 1.2em;
    font-weight: 100;
    margin: 1px auto;
}

.lbl-switch {
    display: inline-block;
    width: 38px;
    height: 22px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100px;
    top: 3px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 18px;
}

.inp-switch {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.8em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;}


.p_vist9 {position: relative;
    width: 64%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0% auto;}

.vist9_t {position: relative; width: 81%;
    text-align: center;
    margin: 7% auto 0%;
    font-size: 2.4em;
    font-weight: 300;}


main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0% auto;}

.valid {position: relative;
    margin: 3% auto 7% auto;
    width: 85%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 1.1rem; padding: 0px; border-radius: 2px; user-select: none; left: 28%; top: 107%; width: 43%; height: 32%; text-align: center; display: none;} 

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 50%;
    height: 11vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: left;
    margin: 20% auto 15%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}

.home {text-decoration: none;
    color: #468bc4;
}

}

/* .
.
.
.
.
.---------------------------------------------------------------------------------
.
.
.
.
.
.
 */


@media only screen and (max-width: 822px){
.sub-fs-small { font-size: 1rem; margin-top:1.8rem}
.txt-sm { font-size: 1.5rem; }
h1, h2, h3, h4, h5, h6, p, a, span, strong, div, form, select, option, textarea, button {
    font-family: 'Montserrat', sans-serif; }

        header, main, footer, aside, nav, figure, figcaption, article { display: block;}

        h1, h2, h3, h4, h5, h6, p {margin: 0; }

        body { margin: 0 !important;}

    html {scroll-behavior: smooth;}


main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.b_atras {
    position: relative;
    font-size: var(--text-lg);
}
.continuar {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.text_continuar {
    position: relative;
}

#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 3% 32%;}

.label_vist {position: relative;
    font-size: 2.2em;
    color: #333;}

.select_opt {position: relative;
    padding: 0%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 2em;
    width: 100%;
    height: 100%;
    margin: 0;}

.btn { /*max width 822px*/
    font-size: 1.4rem;
    top: 90%;}
.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 12px;
}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;
}

.conten_carga_home { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 96%;
    transform: rotate(0deg);
    left: 0%;
}

.pagina {
    position: absolute;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 20%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 15px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 40%;
    height: 10px;
    width: 40px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}
.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}


main section.vista1 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 8vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 50%;
    height: 80%;
    padding: 1% 25.5%;}

main section.vista1 div.vist1_1 {position: relative;
    margin: 40px auto 0;
    width: 60%;
    padding: 0;
    height: 35vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 63%;
    height: 5vh;
    margin: 30px auto 0;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;
}

.icon_img {position: relative;
    width: 2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 63%;
    height: 4vh;
    margin: 10px auto 30px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 8%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    color: #3c468f;}

.piedepagina{position: relative;
    width: 100%;
    height: 8vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 63%;
    height: 17%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 1.5em;
    margin: auto;
}

.cont_pie {position: relative;
    width: 63%;
    height: 6vh;
    margin: 5px auto 5px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 40%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 3% 14%;
    margin: 0px auto 0;
    font-size: 2em;
    border-radius: 0px;
    border: solid 2px white;
    left: 29%;
    top: 89%;
    background: #3c468f;
    color: #ffff;
    font-weight: 100;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista2 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista2 div.vist2_text { position: relative;
    margin: 0 auto;
    width: 100%;
    height: 15vh;
    font-weight: 500;}

main section.vista2 div.vist2_text h1 { font-size: 2.5em;
    padding: 0 0 0 2%;}

main section.vista2 div.vist2_text p {font-size: 1.5em;
    padding: 2% 0 0 4%;}

main section.vista2 nav.vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 1vh 0% 0% 0%;
    float: none;}

main section.vista2 nav#vist2 div.img { width: 100%;
    height: 15vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 1% 0% 0% 10%; width: 14%; height: 13%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 29%; font-size: 1.8em;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 70%;
    height: 41%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 10%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: 1em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

main section#vist3 p.vist3 { font-size: 1.9em; }

main section.vista3 h1.vist3 { font-size: 2.4em; font-weight: 500;}

.cont_inpu_auto {position: relative;
    margin: 4% auto 3%;
    width: 80%;
    height: 6vh;
    display: flex;}

main section.vista3 input.inp_vist3 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 2em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;
}

.inp_vist3:valid + .inputext_auto, .inp_vist3:focus + .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-35px);
font-size: 1.4em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t { position: relative;
    text-align: center;
    margin: 1%;
    font-size: 1.2em;
width: 100%;}

main section.vista3 div.vist3_img {position: relative;
    width: 80%;
    height: 30vh;
    top: 0;
    right: 0;
    margin: 10% auto 1%;
    filter: drop-shadow(0px 1px 2px #e4dddd);}

main section.ist3 div.vist3_img img.vist3 {position: relative;
    width: 100%;
    height: 100%;}

main section.vista3 p.vist3_t2 {padding: 6% 6% 1% 6%;
    font-size: 1.5em;
    text-align: center;
    width: 88%;
    margin: 0;}

main section.vista3 div.tet {margin: 4% auto 4% auto; width: 27%; }

main section.vista3 div.tet a.vist3 {left: 0%;
    position: relative; font-size: 1.7em;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}



main section.vista4 p.vist4_1 { width: 63%;
    text-align: center;
    margin: 4% auto;
    font-size: 1.7em;
    color: red;}


.video {position: relative;
    width: 95%;
    height: 39vh;
    padding: 0 2% 0 2.5%;}

.conten_foto {position: relative;
    width: 100%;
    height: 420px;
    padding: 0%;
    margin: 0 auto;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;
    border: 0;}

.btn_archi {position: absolute;
    top: 86%;
    left: 27%;
    width: 46%;
    height: 8%;
    border: solid 2px #468bc4;
    border-radius: 0px;
    color: #468bc4;
    display: block;
    font-size: 1.9em;}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 29%;
    left: 25%;}

.arch_btn {opacity: 0;
    width: 100%;
    height: 100%;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: absolute;
    padding: 3% 5%;
    margin: 0 auto;
    font-size: 2em;
    border-radius: 12px;
    left: 6%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 2.7% 11%;
    margin: 0 auto;
    font-size: 1.7em;
    border-radius: 12px;
    left: 32%;
    top: 85%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    height: 11vh;
    text-align: center;
    margin: 0% auto;
    font-size: 2.4em;
    font-weight: 300;}

main section.vista5 p.vist5 { width: 81%;
    height: 10vh;
    text-align: center;
    margin: 0% auto;
    font-size: 1.5em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

main section.vista5 div.vist5_1 img.img2 {position: fixed;
    width: 58%;
    z-index: 9;
    left: 22%;}

main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 81%;
    height: 9vh;
    text-align: center;
    margin: 3% auto 0;
    font-size: 2em;
    font-weight: 300;}

.p_vist6 {position: relative;
    width: 93%;
    height: 3vh;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    margin: 0px auto 5% auto}

.filt {position: relative;
    margin: 5px auto;
    width: 70%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;
    font-size: 1.9em;}

.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width: 50%;
    height: 50%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}



.elec {position: relative;
    width: 70%;
    height: 26vh;
    margin: 5% auto 0 auto;
    overflow: auto;}

.elec::-webkit-scrollbar{
   width: 10px;
   background: #ffff;
}

.elec::-webkit-scrollbar-thumb{
    background: #0572ce;
    border-radius: 8px;
}


.btn_muni {position: absolute;
    padding: 3% 13%;
    margin: 0 auto;
    font-size: 2em;
    border-radius: 12px;
    left: 29%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 70%;
    height: 4vh;
    text-align: left;
    margin: 12% auto 0;
    font-size: 2em;
    font-weight: 300;}

.cont_inpu_direccion {position: relative;
margin: 4% auto 7%;
width: 70%;
height: 6vh;
    display: flex;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 2em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-45px);
font-size: 1.5em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 2em;
    color: #8f8f8f;
    }

.p_vist7{position: relative;
    width: 64%;
    height: 6vh;
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 auto 0;
    border-radius: 0px;}

.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
    }

option {
  background-color: white;
  padding: 4px;
  color: rgb(107, 107, 197);
  margin-bottom: 1px;
   font-size: 1em;
  cursor: pointer;
}

.btn_dir {position: fixed;
    padding: 0.5% 5%;
    margin: 0 auto;
    font-size: 1.5em;
    border-radius: 12px;
    left: 41%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    height: 10vh;
    text-align: center;
    margin: 5% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.ti_vist8 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
margin: 4% auto 7%;
width: 70%;
height: 6vh;
    display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 4% auto 7%;
    width: 70%;
    height: 6vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.5em;
    color: #606060;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
    color: #0572ce;
transform: translateX(10px) translateY(-45px);
font-size: 1.3em;
    transition: 0.5S;
}

.inputext_celular {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 1.7em;
    color: #8f8f8f;
    }

.p_vist8 {position: relative;
    width: 64%;
    height: 6vh;
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 auto 0;
    border-radius: 0px;}

.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.switch {
    position: relative;
    width: 68%;
    height: 3vh;
    margin: 2% auto 7%;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 95%;
    margin: 0px;
}

.text-switch{
    font-size: 1.2em;
    font-weight: 100;
    margin: 0px;
}

.lbl-switch {
    display: inline-block;
    width: 40px;
    height: 22px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100px;
    top: 3px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 18px;
}

.inp-switch {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto 0;
    font-size: 2.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.8em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;}


.p_vist9 {position: relative;
    width: 64%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0% auto;}

.vist9_t {position: relative; width: 81%;
    text-align: center;
    margin: 7% auto 0%;
    font-size: 2.4em;
    font-weight: 300;}


main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0% auto;}

.valid {position: relative;
    margin: 3% auto 7% auto;
    width: 85%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 1.1rem; padding: 0px; border-radius: 2px; user-select: none; left: 23%; top: 107%; width: 55%; height: 32%; text-align: center; display: none;}

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 50%;
    height: 11vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: left;
    margin: 20% auto 15%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}

.home {text-decoration: none;
    color: #468bc4;
}

    .box-select-input {
        flex-direction: column;
        align-items: center;
    }

    .custom-select {
        font-size: 1em;
    }

    .input-effect {
        margin: 2rem 0rem;
        margin-left: 0rem;
        width: 22rem;
    }

    .label-and-select{
        margin-bottom: 1rem;
    }



}


/* .
.
.
.
.
.---------------------------------------------------------------------------------
.
.
.
.
.
.
 */

/*mobile*/
@media only screen and (max-width: 499px){

.sub-fs-small { font-size: .8rem; margin-top:1rem}
.btn_and_text{
       margin-top: 3rem;
       width: 23.5rem;
       text-align: center;
   }
.txt-sm { font-size: 1.2rem; }
.btn-fomag-sm-pd { padding: 1.3rem 0rem; }
.btn-cajacopi-sm-pd { padding: .9rem .6rem; }

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif; }

p, a, span, strong, div, form, select, option, textarea, button {
        font-family: 'Montserrat', sans-serif; }

        header, main, footer, aside, nav, figure, figcaption, article { display: block;}

        h1, h2, h3, h4, h5, h6, p {margin: 0; }

        body { margin: 0 !important;}

    html {scroll-behavior: smooth;}


main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2.1%;
    z-index: 9;}

.b_atras {
    position: relative;
    font-size: var(--text-base);
    color: #468bc4;
}

.continuar {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2.1%;
    z-index: 9;}

.text_continuar {
    position: relative;
    font-size: var(--text-base);
}

#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 3% 32%;}

.label_vist {position: relative;
    font-size: 1.2em;
    color: #333;
    text-align: center;
    display: inherit;}

.select_opt {position: relative;
    padding: 2.5%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 1em;
    width: 85%;
    height: 85%;
}

.btn { /* max width 499px*/
    font-size: 1.1em;
    top: 89%;}
.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;}

.conten_carga_home { background: #ffffff;
    height: 100%;
    width: 100%;
    left: 0%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.5vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 98%;
    transform: rotate(0deg);
    left: 0%;
}

.pagina {
    position: absolute;
    font-size: 0.7em;
    width: 100%;
    height: 100%;
    padding: 2px 0 0 5px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 20%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
    border: solid 0px;
    border-radius: 8px;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 11px;
    height: 5px;
    width: 25px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}
.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}


main section.vista1 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 8vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 80%;
    height: 70%;
    padding: 6% 10% 0%;
}

main section.vista1 div.vist1_1 {position: relative;
    margin: 1rem auto 1rem;
    width: 88%;
    padding: 0;
    height: 35vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 87%;
    height: 5vh;
    margin: 15px auto 15px;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;
}

.icon_img {position: relative;
    width: 1.2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 87%;
    height: 5vh;
    margin: 5px auto 33px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 8%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: #3c468f;}

.piedepagina{position: relative;
    width: 100%;
    height: 8vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 80%;
    height: 17%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 0.9em;
    margin: auto 0;
}

.cont_pie {position: relative;
    width: 82%;
    height: 3.8vh;
    margin: 1px auto 2px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 3% 30%;
    margin: 0px auto 0;
    font-size: 1.1em;
    border-radius: 0px;
    border: solid 1px white;
    left: 9%;
    top: 91%;
    background: #3c468f;
    color: #ffff;
    font-weight: 300;

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/*main section.vista2 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block; background: #27ae60;}*/


main section.vista2 div.vist2_text { position: relative;
    margin: 2% auto;
    width: 100%;
    height: 13vh;
    font-weight: 500;}

main section.vista2 div.vist2_text h1 { font-size: 1.3em;
    padding: 0 0 0 4%;}

main section.vista2 div.vist2_text p {font-size: 1em;
    padding: 2% 0 0 4%;}

main section.vista2 nav.vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 3% 0;
    float: none;}

main section.vista2 nav.vist2 div.img { width: 100%;
    height: 14vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 0% 0% 0% 5%; width: 14%; height: 13%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 22%;
    font-size: 1em;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 70%;
    height: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 18%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: 1em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block; }

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

main section.vista3 p.vist3 { font-size: 1em;}

main section.vista3 h1.vist3 { font-size: 1.4em; font-weight: 500;}

.cont_inpu_auto {position: relative;
    margin: 3% auto;
    width: 85%;
    height: 6vh;
    display: flex;}

main section.vista3 input.inp_vist3 {margin: 0;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
    outline: none;}

.inp_vist3:valid + .inputext_auto, .inp_vist3:focus + .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-26px);
font-size: 1em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t { position: relative;
    text-align: center;
    margin: 1% auto;
    font-size: 0.8em;
    width: 85%;
    color: #808080;
}

main section.vista3 div.vist3_img {position: relative;
    width: 87%;
    height: 31vh;
    top: 0;
    right: 0;
    margin: 10% auto 2%;
    filter: drop-shadow(0px 1px 2px #e4dddd);}

main section#vista3 div.vist3_img img.vist3 {width: 90%;
    padding: 5%}

main section.vista3 p.vist3_t2 {padding: 8% 6% 1% 6%;
    font-size: 1em;
    text-align: center;
    width: 88%;
    margin: 0;}

main section.vista3 div.tet {
    margin: 5% auto 5% auto;
    width: 43%;
}

main section.vista3 div.tet a.vist3 {left: 0%;
    position: relative; font-size: 1.3em;
    color: #2a57a9;
}

main section.vista3 button.btn_vist3 {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 90%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista4 h1.vist4 { /*max-width 499px*/
    width: 91%;
    text-align: left;
    margin: 15px auto 0;
    font-size: 1.3em;
    font-weight: 300;
    }


main section.vista4 p.vist4_1 { width: 89%;
    text-align: left;
    margin: 4% auto 5%;
    font-size: 0.9em;
    color: #ff0000;

}

.video {position: relative;
    width: 95%;
    height: 39vh;
    padding: 0 2% 0 2.5%;
    margin: 0;}

.conten_foto {position: relative;
    width: 100%;
    height: 285px;
    padding: 0%;
    margin: 15% auto 0;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;}

.btn_archi {position: absolute;
    top: 89%;
    left: 9%;
    width: 81%;
    height: 7%;
    border: solid 2px #468bc4;
    border-radius: 0px;
    display: block;
    color: #468bc4;
    font-size: 1.1em;
}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 26%;
    left: 32%;}

.arch_btn {opacity: 0;
    width: 100%;
    height: 100%;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: absolute;
    padding: 3% 5%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 28%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 3.5% 10%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 28%;
    top: 85%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    height: 10vh;
    text-align: center;
    margin: 2% auto;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista5 p.vist5 {width: 81%;
    height: 6vh;
    text-align: center;
    margin: 2% auto;
    font-size: 1em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

main section.vista5 div.vist5_1 img.img2 {position: fixed;
    width: 58%;
    z-index: 9;
    left: 22%;}

main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 84%;
    height: 8vh;
    text-align: left;
    margin: 2% auto;
    font-size: 1.4em;
    font-weight: 300;}


.p_vist6 {position: relative;
    width: 84%;
    height: 3vh;
    text-align: left;
    font-size: 0.7em;
    font-weight: 600;
    margin: 0px auto 2% auto;}

.filt {position: relative;
    margin: 5px auto 15px;
    width: 85%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;
    font-size: 1em;}

.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width: 50%;
    height: 50%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}

.elec {position: relative;
    width: 85%;
    height: 28vh;
    margin: 5% auto 0 auto;
    overflow-y: scroll;
    border: solid 1px #e7e7e7;
}

.elec::-webkit-scrollbar{
   width: 10px;
   background: #ffff;
}

.elec::-webkit-scrollbar-thumb{
    background: #0572ce;
    border-radius: 8px;
}


.btn_muni {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 90%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 84%;
    height: 4vh;
    text-align: left;
    margin: 13% auto 0px;
    font-size: 1.2em;
    font-weight: 300;}

.cont_inpu_direccion {position: relative;
margin: 3% auto;
width: 85%;
height: 6vh;
display: flex;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1.1em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-25px);
font-size: 1em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 1.1em;
    color: #9c9c9c;
    font-weight: 300;
    }


.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.btn_dir {position: fixed;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    height: 8vh;
    text-align: center;
    margin: 5% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.ti_vist8 {position: relative;
    width: 84%;
    text-align: left;
    margin: 6% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
margin: 3% auto;
width: 85%;
height: 6vh;
display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 5% auto;
    width: 85%;
    height: 6vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    color: #606060;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
color: #0572ce;
transform: translateX(10px) translateY(-25px);
font-size: 0.8em;
transition: 0.5S;
}


.inputext_celular {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 1em;
    color: #9c9c9c;
    font-weight: 300;
    }


.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.p_vist8 {position: relative;
    width: 84%;
    text-align: left;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 auto;
    height: 6vh;}

.switch {
    position: relative;
    width: 85%;
    height: 3vh;
    margin: 5% auto 7%;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 76%;
    margin: auto 0;
}

.text-switch{
    font-size: 0.7em;
    font-weight: 100;
    margin: 4px;
}

.lbl-switch {
    display: inline-block;
    width: 28px;
    height: 16px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 100px;
    top: 2px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 18px;
}

.inp-switch {
    display: none;
}

.error_vaci{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}

.error_celu{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}

.tex {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    color: red;
    font-weight: 100;
    font-size: 0.9em;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto 0;
    font-size: 1.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;
    border-radius: 0%;
}


.p_vist9 {position: relative;
    width: 64%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}

.vist9_t {position: relative; width: 84%;
    text-align: left;
    margin: 10% auto 4%;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista9 input.inp_vist9_t {margin: 5% 14%;
    padding: 3% 0;
    border: 0px;
    border-bottom: none;
    font-size: 1em;
    width: 70%;}
main section.vista9 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}

.valid {position: relative;
    margin: 3% auto 7% auto;
    width: 90%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 0.7rem; padding: 0px; border-radius: 2px; user-select: none; left: 19%; top: 107%; width: 62%; height: 32%; text-align: center; display: none;}

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 70%;
    height: 11vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 90vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: left;
    margin: 20% auto 15%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}

.home {text-decoration: none;
    color: #468bc4;
}

    .button_modal{
        font-size: 1.3em;
        box-shadow: 16px 14px 15px -3px rgb(0 0 0 / 26%);
}

}


/*
.
.
.
.
.
.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
.
.
.
.
.
 */

@media only screen and (max-width: 320px){

.sub-fs-small { font-size: .8rem; margin-top:1rem}
.txt-sm { font-size: 1.2rem; }

h1, h2, h3, h4, h5, h6, p, a, span, strong, div, form, select, option, textarea, button {
    font-family: 'Montserrat', sans-serif; }

        header, main, footer, aside, nav, figure, figcaption, article { display: block;}

        h1, h2, h3, h4, h5, h6, p {margin: 0; }

        body { margin: 0 !important;}

    html {scroll-behavior: smooth;}


main { width: 100%; height: auto; position: relative; margin: 0 auto; float: none;}


.atras {margin: 0% 0% 0% 2%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.b_atras {
    position: relative;
    font-size: var(--text-base);
    color: #468bc4;
}

.continuar {margin: 0% 0% 0% 0%;
    position: absolute;
    border: 0px;
    background: #ffff;
    top: 2%;
    z-index: 9;}

.text_continuar {
    position: relative;
    font-size: var(--text-base);
}

#vist{position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

.img1 {position: relative;
    margin: 0% auto;
    width: 100%;
    padding: 4% 32%;}

.label_vist {position: relative;
    font-size: 1.2em;
    color: #333;}

.select_opt {position: relative;
    padding: 2.5%;
    color: #0572ce;
    border-color: #0572ce;
    font-size: 1em;
    width: 81%;
    height: 80%;
}

.btn {/* max width 320px*/
    font-size: 1.1em;
    top: 85%;}
.conten_carga { background: #ffffff;
    height: 100%;
    width: 100%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;
}

.carga {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 24px;
    width: 24px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite ;
    animation: girar 1.5s linear infinite;
}


.conten_carga_home { background: #ffffff;
    height: 93%;
    width: 98%;
    left: -1%;
    top: -5%;
    position: absolute;
    -webkit-animation: all 1s ease;
    -o-ani-webkit-animation: all 1s ease;
    animation: all 1s ease;
    z-index: 99;
    display: none;
    border: solid #3333;
    border-radius: 0px;}

.carga_home {border: solid 7px #ccc;
    border-top-color: #2180f7;
    border-top-style: groove;
    height: 15px;
    width: 15px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girarhome 1.5s linear infinite;
    -o-animation: girarhome 1.5s linear infinite ;
    animation: girarhome 1.5s linear infinite;}

@keyframes girarhome {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.conten-progreso-global {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 94%;
    transform: rotate(0deg);
    left: 0%;
}
.pagina{
    position: absolute;
    font-size: 0.7em;
    width: 100%;
    height: 100%;
    padding: 0px 0 0 5px;
    word-spacing: -1px;
}

.contenedor{
    text-align: center;
    width: 70%;
    height: 100%;
    margin: auto 22%;
    position: relative;
    display: flex;
}
.progreso-contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.progreso-contenedor::before {
    content: '';
    background-color: var(--linea--borde-vacio);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
    border: solid 0px;
    border-radius: 8px;
}
.progreso {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso2 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 22%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso3 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 42%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso4 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 62%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso5 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 80%;
    z-index: -1;
    transition: 0.4s ease;
}
.progreso6 {
    background-color: var(--linea--borde-relleno);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    transition: 0.4s ease;
}
.circulo{
    background-color: var(--linea--borde-vacio);
    color: #999;
    border-radius: 11px;
    height: 5px;
    width: 25px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--linea--borde-vacio);
    transition: 0.4s ease;
    box-sizing: border-box;
    transform: rotate(0deg);
}

.circulo.active{
    border-color: var(--linea--borde-relleno);
    background-color: var(--linea--borde-relleno);
}


main section.vista1 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista1 div.vist1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 7vh;}

main section.vista1 div.vist1 img.img1 {position: relative;
    margin: 0% auto;
    width: 65%;
    height: 81%;
    padding: 1% 18%}

main section.vista1 div.vist1_1 {position: relative;
    margin: 20px auto 0;
    width: 85%;
    padding: 0;
    height: 30vh;}

main section.vista1 div.vist1_1 img.img2 {position: relative;
    margin: 0% auto;
    width: 100%;
    height: 100%;
    padding: 0;}


.cont_adv {position: relative;
    width: 91%;
    height: 5vh;
    margin: 20px auto 0;}

.cont_icon {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.adv_icon {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;
}

.icon_img {position: relative;
    width: 2rem;
    height: 100%;}

.tex_img {position: relative;
    width: 100%;
    height: 43%;
    margin: auto 0 auto 2%;}

.p_adv {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    font-weight: 600;
    color: #3c468f}


.cont_mensaje {position: relative;
    width: 91%;
    height: 4vh;
    margin: 5px auto 20px;}

.cont_icono_mensaje {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_mensaje {position: relative;
    width: 8%;
    height: 80%;
    margin: auto;}

.icon_img_mensaje {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_mensaje {position: relative;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 2%;}

.p_mensaje {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    font-weight: 600;
    color: #3c468f;}


.piedepagina{position: relative;
    width: 100%;
    height: 368vh;
    margin: 0px auto 0%;
    padding: 0;
    background: #3c468f;
}

.cont_piedepagina{position: relative;
    width: 61%;
    height: 20%;
    margin: 0 auto;
    color: #ffff;
    display: flex;
}

.text_piedepagina{font-size: 0.9em;
    margin: auto;
}

.cont_pie {position: relative;
    width: 82%;
    height: 4vh;
    margin: 5px auto 10px;}

.cont_icon_pie {position: relative;
    width: 100%;
    height: 100%;
    display: flex;}

.icon_pie {position: relative;
    width: 9%;
    height: 80%;
    margin: auto;}

.icon_img_pie {position: relative;
    width: 100%;
    height: 100%;}

.tex_img_pie {position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 2%;}

.p_pie {position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    color: #ffff;
    font-weight: 600;
}
.btn_inicio {position: absolute;
    padding: 3% 14.8%;
    margin: 15px auto 0;
    font-size: 1em;
    border-radius: 0px;
    border: solid 2px white;
    left: 21%;
    top: 83%;
    background: #3c468f;
    color: #ffff;
    font-weight: 100}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista2 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista2 div.vist2_text { position: relative;
    margin: 0 auto;
    width: 100%;
    height: 15vh;
    font-weight: 500;}

main section.vista2 div.vist2_text h1 { font-size: 1.5em;
    padding: 0 0 0 2%;}

main section.vista2 div.vist2_text p {font-size: 1em;
    padding: 2% 0 0 4%;}

main section.vista2 nav#vist2 { width: 100%;
    height: auto;
    position: relative;
    margin: 1vh 0% 0% 0%;
    float: none;}

main section.vista2 nav.vist2 div.img { width: 100%;
    height: 15vh;}

main section.vista2 nav.vist2 div.img img.vist2 { position: absolute;
    padding: 2% 0% 0% 5%; width: 14%; height: 9%;}

main section.vista2 nav.vist2 div.img p.vist2 {padding: 0px 2% 0 26%;
font-size: 0.8em;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.modal {position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 500ms ease;
    z-index: 99;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
}

.conten {width: 70%;
    height: 40%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0, 0, 0, 0.6);
    transition: all 500ms ease;
    position: relative;
    border: solid 4px #3367c7;
    transform: translateY(0%);
}

.conten header {padding: 0px;
    background: #3367c7;
    color: #fff;
}

.modal_btn {position: relative;
    margin: 0 auto;
    width: 31%;
    height: 5vh;
    top: -31px;}

.conten button {
    position: relative;
    top: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    border: solid 1px #2a57a9;
    border-radius: 26px;
    background: #3367c7;
}

.texto {position: relative;
    margin: 3%;
    font-size: .9em;
    text-align: center;
}


@keyframes girar {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

main section.vista3 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

main section.vista3 div.vist3_text {position: relative;
    padding: 0% 0% 0% 9%;}

main section.vista3 p.vist3 { font-size: 1em;}

main section.vista3 h1.vist3 { font-size: 1.4em; font-weight: 500;}

.cont_inpu_auto {position: relative;
    margin: 3% auto;
    width: 85%;
    height: 6vh;
    display: flex;}

main section.vista3 input.inp_vist3 {margin: 0;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 0.9em;
    width: 100%;
    outline: none;}

main section.vista3 input.inp_vist3:valid ~ .inputext_auto, main section.vista3 input.inp_vist3:focus ~ .inputext_auto {
color: #0572ce;
transform: translateX(10px) translateY(-15px);
font-size: 0.8em;
transition: 0.5S;
}

main section.vista3 input.inp_vist3::-webkit-inner-spin-button,
main section.vista3 input.inp_vist3::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

main section.vista3 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista3 p.vist3_t { position: relative;
    text-align: center;
    margin: 4% 0;
    font-size: 0.8em;
    width: 100%}

main section.vista3 div.vist3_img {position: relative;
    width: 90%;
    height: 33vh;
    top: 0;
    right: 0;
    margin: 6% auto 1%;
    filter: drop-shadow(0px 1px 2px #e4dddd)}

main section.vista3 div.vist3_img img.vist3 {width: 100%;
height: 100%;
    padding: 0%}

main section.vista3 p.vist3_t2 {padding: 6% 6% 1% 6%; font-size: 1em;
    text-align: center;
    width: 88%;
    margin: 0}

main section.vista3 div.tet {margin: 2% 0 5% 0px; width: 100%; }

main section.vista3 div.tet a.vist3 {left: 23%;
    position: relative; font-size: 1.3em;}

main section.vista3 button.btn_vist3 {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista4 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista4 p.vist4_1 { width: 63%;
    text-align: center;
    margin: 4% auto;
    font-size: 1em;
    color: red;}


.video {position: relative;
    width: 95%;
    height: 39vh;
    padding: 0 2% 0 2.5%;}

.conten_foto {position: relative;
    width: 100%;
    height: 285px;
    padding: 0%;
    margin: 0 auto;
    overflow: hidden;}

.img_fot {position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0% 0 0%;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;}

.btn_archi {position: absolute;
    top: 85%;
    left: 20%;
    width: 55.1%;
    height: 5.8%;
    border: solid 2px #468bc4;
    border-radius: 0px;
    display: block;
    color: #468bc4;
    font-size: 1em;
}

.btn_archi::before {content: 'Adjuntar foto';
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 28%;
    left: 21%;}

.arch_btn {opacity: 0;
    width: 100%;
    height: 100%;}

.btn_f {position: absolute;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 81%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn1 {position: absolute;
    padding: 3% 5%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 3%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

.btn2 {position: absolute;
    padding: 3.8% 7.5%;
    margin: 0 auto;
    font-size: 1em;
    border-radius: 12px;
    left: 28%;
    top: 85%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista5 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista5 h1.vist5 {width: 81%;
    text-align: center;
    margin: 5% auto;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista5 p.vist5 { width: 81%;
    text-align: center;
    margin: 12% auto;
    font-size: 1em;
    font-weight: 300;}

main section.vista5 div.vist5_1 {position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0;}

main section.vista5 div.vist5_1 img.img2 {position: fixed;
    width: 58%;
    z-index: 9;
    left: 22%;}

main section.vista5 div.vist5_1 img.img3 { position: relative;
    margin: 0% auto;
    width: 74%;
    padding: 3% 10%;}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista6 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist6 {width: 81%;
    text-align: center;
    margin: 5% auto;
    font-size: 1em;
    font-weight: 300;}


.p_vist6 {position: relative;
    width: 93%;
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    margin: 0px auto 9% auto;}

.filt {position: relative;
    margin: 5px auto 15px;
    width: 85%;
    height: 6vh;
    display: flex;}

.inpfilt {position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: 0;
    border-bottom: solid 1px black ;
    border-radius: 0;
    text-align: left;
    font-size: 1em;}

.inpfilt:hover { text-decoration: none;}

.icon {position: absolute;
    height: 100%;
    width: 10%;
    margin: 0;
    right: 3px;
    display: flex;
}

.foricon {position: relative;
    margin: auto auto;
    width: 50%;
    height: 50%;
    right: 10px;
    top: 0%;
    left: 0%;
    color: #a3a3a3;}


.elec {position: relative;
    width: 85%;
    height: 21vh;
    margin: 5% auto 0 auto;
    overflow: auto;}

.elec::-webkit-scrollbar{
   width: 10px;
   background: #ffff;
}

.elec::-webkit-scrollbar-thumb{
    background: #0572ce;
    border-radius: 8px;
}


.btn_muni {position: fixed;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista7 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.vist7 {width: 81%;
    height: 3vh;
    text-align: left;
    margin: 15% auto 0;
    font-size: 1em;
    font-weight: 300;}

.inp_vist7 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;
}

.cont_inpu_direccion {position: relative;
margin: 3% auto;
width: 85%;
height: 6vh;
display: flex;}

.inp_vist7:valid ~ .inputext_direccion, .inp_vist7:focus ~ .inputext_direccion {
color: #0572ce;
transform: translateX(10px) translateY(-15px);
font-size: 0.8em;
transition: 0.5S;
}

.inputext_direccion {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 1em;
    }

.inp_vist7::-webkit-inner-spin-button,
.inp_vist7::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

option {
  background-color: white;
  padding: 4px;
  color: rgb(107, 107, 197);
  margin-bottom: 1px;
   font-size: 1em;
  cursor: pointer;
}

.btn_dir {position: fixed;
    padding: 3% 14%;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 12px;
    left: 25%;
    top: 88%;
    background: #ffffff;
    border-color: #468bc4;
    color: #468bc4;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


main section.vista8 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}

.vist8 {width: 81%;
    text-align: center;
    margin: 6% auto;
    font-size: 1.4em;
    font-weight: 300;}

.ti_vist8 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto;
    font-size: 1.4em;
    font-weight: 300;}

.cont_inpu_celular {position: relative;
margin: 3% auto;
width: 85%;
height: 6vh;
display: flex;}

.cont_inpu_whatsapp {position: relative;
    margin: 3% auto;
    width: 85%;
    height: 6vh;
    display: flex;}

.inp_vist8 {position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 0.8em;
    color: #606060;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0px;}

.inp_vist8:valid ~ .inputext_celular, .inp_vist8:focus ~ .inputext_celular {
color: #0572ce;
transform: translateX(10px) translateY(-15px);
font-size: 0.8em;
transition: 0.5S;
}

.inputext_celular {position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 4% 0;
    pointer-events: none;
    font-size: 0.8em;
    }

.inp_vist8::-webkit-inner-spin-button,
.inp_vist8::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

.p_vist8 {position: relative;
    width: 64%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 auto;}

.switch {
    position: relative;
    width: 85%;
    height: 3vh;
    margin: 5% auto 7%;
}

.grup-switch {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%; 
}

.conten-switch{
    position: relative;
    width: 9%;
    height: 76%;
    margin: auto 0;
}

.text-switch{
    font-size: 0.7em;
    font-weight: 100;
    margin: 4px;
}

.lbl-switch {
    display: inline-block;
    width: 28px;
    height: 16px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inp-switch:checked ~ .lbl-switch {
    background: #61A0FF;
}

.lbl-switch::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 100px;
    top: 2px;
    left: 4px;
    transition: 0.3s;
}

.inp-switch:checked ~ .lbl-switch::after {
    left: 18px;
}

.inp-switch {
    display: none;
}

.error_vaci{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}

.error_celu{
    position: relative;
    width: 100%;
    height: 3vh;
    margin: 10px auto 0;
    display: none;
}
    
.tex {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    color: red;
    font-weight: 100;
    font-size: 0.9em;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

main section.vista9 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


.ti_vist9 {position: relative;
    width: 81%;
    text-align: center;
    margin: 6% auto;
    font-size: 1.4em;
    font-weight: 300;}

.inp_vist9 {position: relative;
    margin: 0% auto;
    padding: 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    color: #333;}

.p_vist9 {position: relative;
    width: 64%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}

.vist9_t {position: relative; width: 81%;
    text-align: center;
    margin: 17% auto 0%;
    font-size: 1.4em;
    font-weight: 300;}

main section.vista9 input.inp_vist9_t {margin: 5% 14%;
    padding: 3% 0;
    border: 0px;
    border-bottom: solid 1px;
    font-size: 1em;
    width: 70%;}
main section.vista9 input.aut :focus {border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;}

main section.vista9 p.vist9_t {position: relative;
    width: 84%;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0% auto;}

.valid {position: relative;
    margin: 3% auto 7% auto;
    width: 95%;
    height: 7vh;
    display: flex;}

.icons {position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9;}

.icons span{ display: none;}

.icon1 { color: #e74c3c; border-color: #e74c3c; position: relative; border: 1px solid; border-radius: 70px; width: 0px; height: 16px; padding: 0px 10px 0 7px;}

.icon2 { color: #27ae60; border-color: #27ae60; position: relative; border: 1px solid; border-radius: 70px; width: 10px; height: 16px; padding: 0px 6px 0 1px;}

.text-error{position: absolute; margin: 0 auto; background: #e74d3cec; color: #fceae8; font-size: 0.5rem; padding: 0px; border-radius: 2px; user-select: none; left: 19%; top: 107%; width:62%; height: 32%; text-align: center; display: none;} 

.text-error:before{ position: absolute; content: "";         top: -7px; width: 160px; height: 14px; text-align: center; right: 20px; transform: rotate(45deg);
}

.load{position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.carga_animacion {position: relative;
    margin: auto auto;
    width: 70%;
    height: 11vh;}

.cargac {position: relative;
width: 100%;
height: 100%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



main section.vista10 {width: 100%; height: 100vh; position: relative; margin: 0 auto; float: none; display: block;}


main section.vista10 h1.vist10 {width: 61%;
    text-align: left;
    margin: 20% auto 15%;
    font-size: 1.4em;
    font-weight: 600;}

main section.vista10 p.vist10 {position: relative;
    width: 65%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 200;
    margin: 0% auto;}

.home {text-decoration: none;
    color: #468bc4;
}

}


/*mobile*/
@media only screen and (max-width: 342px){

main section#vist2 nav#vist2 div#img p#vist2 {font-size: 0.8em;}
}

@media (min-width: 500px) {
    .extra_icon_img {
        width: 3rem;
    }
    .pl-max-500-1-3 {
        padding-left: 1rem;
    }
    .icon-x {
        width: 2rem;
    }
    .icon-y {
        width: 2rem;
    }
    .text-x {
        font-size: .67em;
    }
    .p-button-modal {
        padding: 1.5rem 0rem;
    }

}
@media (max-width: 499px) {
    .pl-max-500-1-3 {
        padding-left: 1.3rem;
    }
    .icon-x {
        width: 2rem;
    }
    .icon-y {
        width: 2rem;
    }
    .text-x {
        font-size: .37em;
    }
}
.medications-wrapper {
  padding: 1rem;
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
  color: #1f2937;
}

.section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111827;
}

.section-description {
  text-align: left;
  font-size: 1.6rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.authorization-block {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.6rem;
  background-color: #f9fafb;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 26%);
}

.authorization-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}

.delivery-icon {
  object-fit: contain;
}

.medications-table {
  width: 100%;
  border-collapse: collapse;
}

.medications-table th,
.medications-table td {
  padding: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.medications-table-dispensado th,
.medications-table-dispensado td {
    font-size: .8rem;
    padding: 0.5rem;
}

.medications-table th {
  background-color: #f3f4f6;
  font-weight: 600;
  color: #374151;
}

.center {
  text-align: center;
}

@media (max-width: 600px) {
  .section-title {
    font-size: 1.25rem;
  }

  .authorization-title {
    font-size: 1rem;
  }

  .medications-table th,
  .medications-table td {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .medications-table-dispensado th,
  .medications-table-dispensado td {
    font-size: 0.6rem;
    padding: 0.5rem;
  }
   .medications-table-dispensado th{
    font-size: 0.8rem;
   }

  .delivery-icon {
    /*width: 18px;*/
    /*height: 18px;*/
  }
}

/* CSS FOR ESTADO ENTREGA EN MODAL */

.delivery-timeline-wrapper {
    --dt-primary-color: #3b82f6;
    --dt-success-color: #10b981;
    --dt-pending-color: #6b7280;
    --dt-background-color: #ffffff;
    --dt-text-color: #1f2937;
    --dt-border-color: #e5e7eb;
    --dt-circle-size: 3rem;
    --dt-connector-height: 4px;
    --dt-shadow-color: rgba(59, 130, 246, 0.2);
}

.delivery-timeline-wrapper * {
    box-sizing: border-box;
}

.delivery-timeline-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--dt-background-color);
    color: var(--dt-text-color);
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-timeline-header {
    text-align: center;
    margin-bottom: 3rem;
}

.delivery-timeline-header h1 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    color: var(--dt-text-color);
    font-weight: 700;
}

.delivery-timeline-header p {
    color: var(--dt-pending-color);
    font-size: 1.1rem;
    margin: 0;
}

.delivery-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 2rem 0;
}

.delivery-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    z-index: 2;
}

.delivery-step-circle {
    width: var(--dt-circle-size);
    height: var(--dt-circle-size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--dt-border-color);
    background-color: var(--dt-background-color);
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.delivery-step-circle svg {
    width: 1.8rem;
    height: 1.8rem;
    fill: var(--dt-pending-color);
    transition: fill 0.3s ease;
}

.delivery-step-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dt-pending-color);
    transition: color 0.3s ease;
    max-width: 120px;
    margin: 0;
}

.delivery-step-description {
    text-align: center;
    font-size: 0.8rem;
    color: var(--dt-pending-color);
    margin: 0.25rem 0 0 0;
    opacity: 0.8;
}

/* Timeline connector */
.delivery-timeline::before {
    content: '';
    position: absolute;
    top: calc(var(--dt-circle-size) / 2);
    left: calc(var(--dt-circle-size) / 2);
    right: calc(var(--dt-circle-size) / 2);
    height: var(--dt-connector-height);
    background-color: var(--dt-border-color);
    z-index: 1;
}

/* Step states */
.delivery-timeline-step.dt-completed .delivery-step-circle {
    border-color: var(--dt-success-color);
    background-color: var(--dt-success-color);
}

.delivery-timeline-step.dt-completed .delivery-step-circle svg {
    fill: white;
}

.delivery-timeline-step.dt-completed .delivery-step-label {
    color: var(--dt-success-color);
}

.delivery-timeline-step.dt-current .delivery-step-circle {
    border-color: var(--dt-primary-color);
    background-color: var(--dt-primary-color);
    box-shadow: 0 0 0 4px var(--dt-shadow-color);
}

.delivery-timeline-step.dt-current .delivery-step-circle svg {
    fill: white;
}

.delivery-timeline-step.dt-current .delivery-step-label {
    color: var(--dt-primary-color);
}

.delivery-timeline-step.dt-pending .delivery-step-circle {
    border-color: var(--dt-border-color);
    background-color: var(--dt-background-color);
}

.delivery-timeline-step.dt-pending .delivery-step-circle svg {
    fill: var(--dt-pending-color);
}

/* Progress bar */
.delivery-progress-bar {
    position: absolute;
    top: calc(var(--dt-circle-size) / 2);
    left: calc(var(--dt-circle-size) / 2);
    height: var(--dt-connector-height);
    background-color: var(--dt-success-color);
    z-index: 1;
    transition: width 0.5s ease;
}

.delivery-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .delivery-timeline-wrapper {
        --dt-circle-size: 60px;
        padding: 1rem;
    }

    .delivery-timeline {
        flex-direction: column;
        gap: 2rem;
    }

    .delivery-timeline::before {
        top: calc(var(--dt-circle-size) / 2);
        bottom: calc(var(--dt-circle-size) / 2);
        left: calc(var(--dt-circle-size) / 2);
        right: auto;
        width: var(--dt-connector-height);
        height: auto;
    }

    .delivery-progress-bar {
        top: calc(var(--dt-circle-size) / 2);
        left: calc(var(--dt-circle-size) / 2);
        width: var(--dt-connector-height) !important;
        height: auto;
        bottom: calc(100% - var(--dt-circle-size) / 2);
    }

    .delivery-timeline-step {
        flex-direction: row;
        text-align: left;
        width: 100%;
        gap: 1rem;
    }

    .delivery-step-circle {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .delivery-step-content {
        flex: 1;
        align-items: flex-start;
    }

    .delivery-step-label {
        text-align: left;
        max-width: none;
    }

    .delivery-step-description {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .delivery-timeline-wrapper {
        --dt-circle-size: 50px;
    }

    .delivery-timeline-header h1 {
        font-size: 1.5rem;
    }

    .delivery-step-circle svg {
        width: 30px;
        height: 30px;
    }
}
/* CSS FOR ESTADO ENTREGA EN MODAL */

/* INICIO Loader para botón continuar https://cssloaders.github.io */
.loader {
  margin: 0 2rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

/* FIN Loader para botón continuar*/