/*
    Created on : Aug 5, 2024, 10:10:37 AM
    Author     : jonatan
*/

:root{
    --background-dark: #2d3548;
    --text-light: rgba(255,255,255,1);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
}


/*

principal  Letras
#00565F

*****verdes******
#006d46
#00774f
#008259
#008d62
#00986c
#2ca880
#57bd9e
#7ad3be
#9ce9de
#bdffff


**** azules *****
#000a23
#02152b
#021d34
#02253d
#012e46
#153f59
#365b77
#557996
#7498b6
#94b8d7

??? dorado d2b677  ??
*/

.lines{
    height: 6px;
    background-color: #2ca880;
    display:flex;
}

.btnC {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin-right: 1em;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btnC {
        transition: none;
    }
}
.btnC:hover {
    color: #212529;
}
.btnC-check:focus + .btnC, .btnC:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btnC:disabled, .btnC.disabled, fieldset:disabled .btnC {
    pointer-events: none;
    opacity: 0.65;
}


@media only screen and (max-width: 600px) {
    #imagen_low{
        width: 100px;
        height: 80px;
    }


}


.btn-ama {
    color: #fff;
    font-size: 1em;
    background-color: #00565F;
    border-color: #00986c;
}
.btn-amaAzul {
    color: #fff;
    font-size: 1em;
    background-color:#000a23;
    border-color: #7ad3be;
}
.btn-amaAzul:hover {
    color: #000;
    background-color: #7ad3be;
    border-color: #000a23;
}
.btn-ama:hover {
    color: #fff;
    background-color: #57bd9e;
    border-color: #7ad3be;
}

.btn-ama_dorado {
    color: #EEE;
    text-shadow:    1px 1px 1px #000;
    font-size: 1.2em;
    background-color: #D5A940;
    border-color: #ff9900;
    font-weight: bolder;
}
.btn-ama_dorado:hover {
    color: #333;
    text-shadow:    1px 1px 1px #eee;
    background-color: rgba(213,169,64,1);
    border-color: #D5A940;
}

.hero-section{
    align-items: flex-start;
    /*background-image: linear-gradient(15deg, #b0b0b0 0%, #e3e3e3 150%);*/
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}
.letras_dorado{
    color: #D5A940;
    font-size: 2em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;

}
.letras_verde{
    color: #00565F;
    font-size: 2em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.letras_verde_fondo{
    background-color:#EEE;
    color: #00565F;
    font-size: 2em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.letras_verde_big{
    color: #00565F;
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.letras_azul_big{
    color: #153f59;
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.lalineaogt{
    width: 100%;
    height: 300px;
    background-color: #00565F;
    margin-top: 135px;
    z-index: -1;
    position: absolute;
}

.panelData{
    border-radius: 5px;
    border:solid 2px #00565F;
    padding: 2.5%;
    margin-bottom: 5%;
    margin-left: 5%;

}

.caja{
    background-image: url(../IMG/1PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/1SOMBRA.png");
}

.caja2{
    background-image: url(../IMG/2PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja2:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/2SOMBRA.webp");
}
.caja3{
    background-image: url(../IMG/3PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja3:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/3SOMBRA.webp");
}

.caja4{
    background-image: url(../IMG/4PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja4:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/4SOMBRA.webp");
}


.caja5{
    background-image: url(../IMG/5PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-left: 15%;
    margin-top: 2%;
    margin-left: 0;
    margin-right: 0;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja5:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/5SOMBRA.webp");
}

.caja6{
    background-image: url(../IMG/6PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 10%;
    margin-left: 0;
    margin-right: 0;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja6:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/6SOMBRA.webp");
}

.caja7{
    background-image: url(../IMG/7PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0;
    margin-right: 0;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja7:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/7SOMBRA.webp");
}
.caja8{
    background-image: url(../IMG/8PROCESO.webp);
    width: 300px;
    height: 500px;
    margin-top: 2%;
    margin-left: 0;
    margin-right: 0;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.caja8:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/8SOMBRA.webp");
}

.imagen_proceso{
    width: 300px;
    height: 500px;
    opacity: 0.001;
}

.imagen_somos{
    width: 500px;
    height: 500px;
    opacity: 0.001;
}

.card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px){
    .card-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .lalineaogt{
        display: none;
    }
}

@media(min-width: 960px){
    .card-grid{
        grid-template-columns: repeat(4, 1fr);
    }
}

/*IPHONE se*/
@media only screen
and (width: 375px)
and (height: 667px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {
    .letras_verde_big{
        font-size: 1em;
        font-weight: 100;
    }

    .btnC{
        font-size: 1em;
        font-weight: 100;
    }
    .btn-ama{
        font-size: 1em;
    }

    .caja{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja2{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja3{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja4{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja5{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja6{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja7{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    .caja8{
        margin-left: 8%;
        margin-bottom: 1%;
    }
    #letrasFooter{
        font-size: 1em;
    }
    .letrasFooterMobile{
        font-size: 0.8em;
    }
    .stepp{
        padding-top:3%!important;
    }

}

/*iphone 14 +*/
@media only screen
and (width: 430px)
and (height: 932px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait){
    .letras_verde_big{
        font-size: 1em;
        font-weight: 100;
    }
    .btnC{
        font-size: 1em;
        font-weight: 100;
    }
    .btn-ama{
        font-size: 1em;
    }


    .caja{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja2{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja3{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja4{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja5{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja6{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja7{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja8{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    #letrasFooter{
        font-size: 1em;
    }
    .letrasFooterMobile{
        font-size: 0.8em;
    }
    .stepp{
        padding-top:3%!important;
    }
}
/*iphone 13*/
@media only screen
and (width: 390px)
and (height: 844px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait){
    .letras_verde_big{
        font-size: 1em;
        font-weight: 100;
    }
    .btnC{
        font-size: 1em;
        font-weight: 100;
    }
    .btn-ama{
        font-size: 1em;
    }

    .caja{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja2{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja3{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja4{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja5{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja6{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja7{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    .caja8{
        margin-left: 13%;
        margin-bottom: 1%;
    }
    #letrasFooter{
        font-size: 1em;
    }
    .letrasFooterMobile{
        font-size: 0.8em;
    }
    .stepp{
        padding-top:3%!important;
    }
    #valoresSegunda{
        background-color: blueviolet;
        margin-top: -10%;
    }
}

/*IPAD*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:landscape){
    .letras_verde_big{
        font-size: 1em;
        font-weight: 100;
    }
    .btnC{
        font-size: 0.9em;
        font-weight: 100;
    }
    .btn-ama{
        font-size: 0.9em;
    }

    .caja{
        margin: 0;
    }
    .caja2{
        margin: 0;
    }
    .caja3{
        margin: 0;
    }
    .caja4{
        margin: 0;
    }
    .caja5{
        margin: 0;
    }
    .caja6{
        margin: 0;
    }
    .caja7{
        margin: 0;
    }
    .caja8{
        margin: 0;
    }
    .stepp{
        padding-top:3%;
    }
    #valoresSegunda{
        margin-top: -26%!important;
        margin-bottom: -25%!important;
    }
    #cubovalores{
        margin-top: 6%!important;
    }


}
#valoresSegunda{
    margin-top: -10%;
    margin-bottom: -8%;
}

.step {
    display: none;
}

.activee {
    display: block;
}

.invalid {
    border: 2px solid #ffaba5;
}

#nextBtn,
#prevBtn {
    background-color: #009688;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
    transition: background-color 0.3s ease;
}

#prevBtn {
    background-color: #ffffff;
    color: #009688;
    border: 1px solid #009688;
}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #00796b;
    color: #ffffff;
}

.progress {
    margin-bottom: 20px;
}


.somos{
    background-image: url(../IMG/COMPROMISO.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/COMPROMISOTXT.webp");
}
.somos2{
    background-image: url(../IMG/EMPATIA.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos2:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/EMPATIATXT.webp");
}
.somos3{
    background-image: url(../IMG/JUSTICIA.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos3:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/JUSTICIATXT.webp");
}
.somos4{
    background-image: url(../IMG/RAPIDEZ.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos4:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/RAPIDEZTXT.webp");
}
.somos5{
    background-image: url(../IMG/TRANSPARENCIA.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos5:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/TRANSPARENCIATXT.webp");
}
.somos6{
    background-image: url(../IMG/COMPETITIVIDAD.webp);
    width: 500px;
    height: 500px;
    margin-left: 0%;
    margin-right: 0%;
    background-origin: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.somos6:hover{
    /*opacity: 0.85;*/
    background-image: url("../IMG/COMPETITIVIDADTXT.webp");
}


#cubo1{
    z-index: 3;
}
#cubo2{
    z-index: 2;
    margin-top:-45%;

}
#cubo3{
    z-index: 1;
    margin-top:-45%;
    animation-delay: 1s;

}
input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #009688 ;
    border-color: #009688;
}

input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}