@font-face {font-family: 'comforta-light';src: url(../fonts/Comfortaa-Light.ttf);}
@font-face {font-family: 'comforta-bold';src: url(../fonts/Comfortaa-Bold.ttf);}
@font-face {font-family: 'aquire-bold';src: url(../fonts/AquireBold-8Ma60.otf);}
@font-face {font-family: 'comforta';src: url(../fonts/Comfortaa-Regular.ttf);}
@font-face {font-family: 'aquire';src: url(../fonts/Aquire-BW0ox.otf);}

:root {
    --azulfondo: #e3f1fb;
    --azultxt: #003c68;
    --gristxt: #959292;
    --verde: #65b32e;
    --azul: #0067b2;
    --gris: #f4f4f4;
}

*{
    font-family: 'comforta-light';
    margin: 0;
}
html, body{
    overflow-x: hidden;
}
main h4, main h1{
    font-family: 'aquire-bold';
    font-size: 1.7rem;
    color: white;
}
main h1{
    font-size: 4vw!important;
}
h1{
    font-size: 2.2rem;
}
p{
    font-size: 1.2rem;
}
hr{
    background-color: var(--verde);
    border:none;
    height:3px;
    margin: 0;
}
.container_planes video{
    margin: 0 auto;
    height: 100%;
}

/* Boton whatsapp INICIO*/
.whp{
    background-color: #00df3b;
    place-content: center;
    border-radius: 10px;
    margin-right: 1rem;
    font-size: 2.5em;
    position: fixed;
    padding: 0.5em;
    height: 1.5rem;
    width: 1.5rem;
    display: grid;
    z-index: 10;
    top: 8rem;
    right: 0;
}
.whp i{
    color: white;
}
/* Boton whatsapp FIN*/

/*Boton regreso ------inicio*/
html{
    scroll-behavior: smooth;
}
.flecha{
    background-color: var(--verde);
    font-family: monospace;
    text-decoration: none;
    pointer-events: none;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    color: white;
    font-size: 2em;
    display: none;
    height: 2em;
    bottom: 1em;
    z-index: 10;
    width: 2em;
    opacity: 0;
    left: 1em;
}
.flecha i{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.flecha:hover{
    text-decoration: none;
    color: white;
}
.activo{
    pointer-events: all;
    display: block;
    opacity: 80%;
    z-index: 15;

    /* Animacion de entrada flecha */
    animation-name: entrada;
    animation-duration: 1s;
}
@keyframes entrada {
    0%   {left: -10vw;}
    100% {left: 1em;}
}
/*Boton regreso ------fin*/
.logoMobil{
    display: none;
}

.shad{
    -webkit-box-shadow: 0px 2px 25px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 25px 0px rgba(204,204,204,1);
}
.dropShad{
    filter: drop-shadow(2px 2px 4px rgba(204,204,204,1));
}
.shadClaro{
    -webkit-box-shadow: 0px 2px 25px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(221,221,221,1);
    box-shadow: 0px 2px 25px 0px rgb(221, 221, 221);
}
.hero__main{
    max-height: 100vh;
    height: 50vw;
}
.titulo__div{
    margin: 0 auto 0 20vw;
    width: 60%;
}
.titulo__div p{
    font-size: 1.5vw;
    color: white;
    width: 70%;
}
.aux_icono_camion{
    text-align: center;
    margin-bottom: 3vw;
}
.aux_icono_camion img{
    width: 8vw;
}

/* PROVEEDORES INICIO */
#proveedores{
    max-width: 1750px;
    padding-top: 4rem;
    margin: 0 auto;
}
.imgs_prov{
    text-align: center;
}
.imgs_prov img{
    max-width: 30rem;
    width: 33vw;
}
#img_home2{
    margin: 0 -3rem 2rem;
    filter: brightness(1.6);
}
#img_home3{
    margin-bottom: 4rem;
}
#proveedores h1, #servicios h1{
    font-family: 'comforta-bold';
    color: var(--azul);
    text-align: center;
}
#proveedores p{
    text-align: center;
    color: var(--azul);
    max-width: 800px;
    margin: 0 auto 3.5rem;
}
#proveedores hr{
    margin: 1rem auto 2rem;
    width: 45%;
}
/* PROVEEDORES FIN */


/* SERVICIOS INICIO */
#servicios{
    max-width: 1750px;
    padding: 5rem 0;
    margin: 0 auto;
}
.iconos_servicios_home{
    justify-content: space-evenly;
    display: flex;
}
.icono_home{
    text-align: center;
}
.icono_home img{
    object-fit: contain;
    aspect-ratio: 1;
    margin: 1rem 0;
    width: 7rem;
}
.sari_envios h2, .sari_complete h2{
    font-family: 'aquire-bold';
}
/* SERVICIOS FIN */


/* PALNES INICIO */
.planes_txt{
    background-color: var(--verde);
    position: relative;
    color: white;
}
.planes_opciones{
    background-color: var(--azul);
    position: relative;
    color: white;
    display: grid;
    height: 46vh;
}
#loc_icono1{
    position: absolute;
    max-width: 27rem;
    width: 27vw;
    bottom: 0;
    right: 0;
}
#loc_icono2{
    position: absolute;
    max-width: 25rem;
    width: 25vw;
    right: 1vw;
    top: 0;
}
.planes_txt p{
    display: block;
    padding: 5rem;
    width: 60%;
}
.container_planes{
    text-align: center;
    max-width: 1750px;
    margin: auto;
}
.titulo_planes h1{
    text-align: center;
    font-size: 3rem;
}
.titulo_planes hr{
    width: 70%;
    margin: 0 auto;
}
.planes_opciones .container_planes{
    margin-left: 10%;
    width: 55%;
}
.container_planes a{
    text-decoration: none;
    color: white;
}
.container_planes a:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.planesOpt{
    justify-content: space-between;
    position: relative;
    margin-top: 3rem;
    display: flex;
    padding: 0 4vw;
}
.sariPlan{
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}
.sariPlan h2{
    text-align: center;
    font-size: 2.5rem;
}
/* PALNES FIN */


/* FOOTER INICIO */
footer{
    padding: 3rem 0;
}
.logo_foot{
    text-align: center;
}
.logo_foot img{
    max-width: 30rem;
    width: 100%;
}
.menu_foot a{
    text-decoration: none;
}
.menu_foot a:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.menu_foot{
    display: flex;
    justify-content: space-around;
    max-width: 1500px;
    margin: 3rem auto;
}
.menuFoot_div{
    color: var(--verde);
}
.redes{
    justify-content: space-around;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}
.redes i{
    font-size: 2rem;
}
.redes a{
    text-decoration: none;
    color: black;
}
.red{
    text-align: center;
}
.red:hover{
    transform: scale(1.2);
    transition: 0.5s;
    cursor: pointer;
}
.legales{
    text-align: center;
    margin-top: 3rem;
}
.legales p{
    margin: 1rem 0;
}
.legales a{
    text-decoration: none;
    color: inherit;
}
.legales a:hover{
    color: var(--azul);
    transition: 0.2s;
}
/* FOOTER FIN */


/* CONTACTO INICIO */
.container_form{
    width: 60vw;
}
#formulario_contacto{
    flex-direction: column;
    justify-self: center;
    max-width: 850px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    gap: 1rem;
}
#formulario_contacto input, #formulario_contacto textarea{
    border: var(--verde) solid 1px;
    border-radius: 4px;
    padding-left: 1rem;
    font-size: 1.1rem;
}
.frame_mapa{
    height: 25rem;
    width: 100%;
}
input[type="submit"]{
    background-color: var(--verde);
    border: none!important;
    padding: 0.5rem;
    color: white;
    width: 80%;
}
.infoContacto{
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    position: relative;
    padding: 9rem 4rem;
    display: grid;
}
.medios{
    text-align: center;
    padding: 0 5rem;
}
.medios a{
    text-decoration: none;
    color: black;
}
.medios a i:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.medios i{
    margin-bottom: 0.5rem;
    color: var(--azul);
    font-size: 2.5rem;
}
.medio_c{
    margin-bottom: 2.5rem;
    display: block;
}
#marca_contacto{
    position: absolute;
    opacity: 0.6;
    z-index: -10;
    width: 15rem;
    bottom: 0;
    right: 0;
}
.container_form p{
    margin: 0 auto 2rem;
    text-align: center;
    max-width: 900px;
    font-size: 1.5rem;

}
/* CONTACTO FIN */


/* AVISO DE PRIVACIDAD INICIO */
.aviso{
    padding: 0 4rem 4rem;
    text-align: justify;
}
.aviso__sec h2{
    color: var(--azul);
    margin: 3rem 0 1rem;
}
.fecha_aviso{
    color: var(--azul);
    text-align: right;
    margin-top: 2rem;
}
/* AVISO DE PRIVACIDAD FIN */

.alcanceSGC{
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    margin: 7rem auto 9rem;
    max-width: 1750px;
}
.alcanceSGC i{
    font-size: 8rem;
    color: var(--verde);
}
.alcanceSGC_txt{
    width: 60%;
}
.alcanceSGC_txt h1{
    border-bottom: var(--verde) 3px solid;
    margin-bottom: 1rem;
    padding-right: 50%;
    width: fit-content;
}


/* Acordeon inicio */
.main_box {
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
    height: 65vh;
    width: 90%;
}
.img {
    background-repeat: no-repeat;
    background-position: center;
    transform: skew(-10deg);
    background-size: cover;
    transition: all .3s;
    position: relative;
    margin: 0 0.125em;
    cursor: pointer;
    color: white;
    height: 100%;
    flex: 1;
}
.main_box p{
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.3s;
    white-space: nowrap;
    position: absolute;
    padding: .75em;
    bottom: 0;
    left: 0;
}
.img1 {
    background-image: url(../img/estrategicos.webp);
}
.img2 {
    background-image: url(../img/operativa.webp);
}
.img3 {
    background-image: url(../img/apoyo.webp);
}
.main_box:hover .img {
    transform: skew(0);
}
.img:hover {
    flex: 5;
}
.img:hover p {
    background-color: rgba(0, 0, 0, 0.6);
    transform: rotate(0deg);
    font-weight: bold;
    color: white;
}
.img span{
    place-content: center;
    line-height: 2rem;
    font-size: 1.2rem;
    display: none;
    height: 100%;
}
.img:hover span{
    background-color: rgba(0, 0, 0, 0.6);
    display: grid;
}
/* Acordeon Fin */

.logo_foot{
    margin-bottom: 4rem;
}
.g-recaptcha, .boton_form{
    margin: auto;
}

@media (min-device-width:600px) and (max-device-width:1050px){
    .hero__main{
        height: 56vw;
    }
    main h1{
        font-size: 5vw!important;
    }
    .aux_icono_camion img {
        margin-right: 14vw;
        width: 8vw;
    }
    .titulo__div{
        width: 90%;
        margin: 0 auto 0 25vw;
    }
    .titulo__div p{
        padding-bottom: 3rem;
        font-size: 3vw;
        width: 80%;
    }
    main h4{
        font-size: 2.5vw;
    }
    .menu__logo img{
        width: 17vw;
    }
    .imgs_prov{
        margin-top: 1rem;
    }
    .imgs_prov img{
        width: 35vw;
    }
    .icono_home {
        width: calc(99%/4);
    }
    .icono_home img{
        width: 6rem;
    }
    .logo_foot img{
        max-width: 25rem;
    }
    .redes{
        flex-wrap: wrap;
    }
    .red{
        width: calc(100%/3);
        margin-bottom: 3rem;
    }
    .loc_icono{
        opacity: 0.5;
    }
    .planes_txt{
        height: auto;
    }
    .planes_txt p{
        padding: 3rem 2rem 5rem;
        width: auto;
    }
    .titulo_planes h1{
        margin: 0 auto;
    }
    .planes_opciones .container_planes{
        margin: 0 auto;
        width: 90%;
    }
    .planesOpt{
        padding: 0;
    }
    .planes_opciones .container_planes{
        height: fit-content;
        margin: auto;
    }
    .sariPlan{
        margin: 0 0.5rem;
    }
    .legales{
        margin-top: 1.5rem;
    }
    #proveedores p{
        padding: 0 2rem;
    }
    .titulo_prov{
        padding: 0 1.5rem;
    }

    /* CONTACTO INICIO */
    .infoContacto{
        grid-template-columns: auto;
    }
    input[type="submit"]{
        margin: auto;
    }
    form{
        margin-bottom: 3rem;
    }
    .container_form p{
        margin: 0 auto;
    }
    #formulario_contacto{
        margin: 3rem auto;
    }
    .container_form{
        width: auto;
    }
    /* CONTACTO FIN */

    .container_planes video {
        width: 100%;
    }
}
@media (min-device-width:250px) and (max-device-width:599px){
    .hero__main{
        background-position: top;
        height: 85vw;
    }
    .titulo__div{
        width: 75%;
        text-align: center;
        margin: 0 auto 0 8vw;
        padding-top: 10vw;
    }
    .hero__container{
        display: none;
    }
    .titulo__div p{
        width: 80%;
    }
    #servicios{
        padding: 4rem 0;
    }

    .iconos_servicios_home{
        flex-wrap: wrap;
    }
    .icono_home{
        width: 48%;
    }
    .icono_home img{
        width: 6rem;
    }
    .ttxt p{
        margin: auto;
    }
    main h1{
        font-size: 5vw!important;
    }
    .titulo__div p{
        font-size: 4.5vw;
    }
    .logos_clientes{
        flex-direction: column-reverse;
        align-items: center;
        gap: 3.5rem;
    }
    .logos_clientes img{
        width: 70vw!important;
    }

    /* PROVEEDORES INICIO */
    #img_home3{
        margin: 0;
    }
    #img_home2{
        margin: 0 -2rem;
    }
    .imgs_prov img{
        width: 36vw;
    }
    /* PROVEEDORES FIN */

    /* PLANES INICIO */
    #proveedores hr{
        width: 80%;
    }
    .planes_txt{
        padding: 2rem 0;
        height: auto;
    }
    .planes_txt p{
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    .planes_opciones{
        height: auto;
        width: 100%;
    }
    .planes_opciones .container_planes{
        padding: 3rem 0;
        width: 100%;
        margin: 0;
    }
    .titulo_planes h1{
        position: relative;
        margin: 0;
    }
    .planesOpt{
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .titulo_planes h1{
        width: auto;
    }
    .sariPlan{
        margin: 1.5rem 0;
    }
    #loc_icono1{
        opacity: 0.4;
        width: 45vw;
    }
    #loc_icono2{
        width: 42vw;
        opacity: 0.4;
    }
    .imgs_prov{
        margin-top: 1rem;
    }
    #proveedores p{
        padding: 0 1rem;
    }
    /* PLANES FIN */


    .redes{
        flex-wrap: wrap;
    }
    .red{
        margin-bottom: 3rem;
        width: 90%;
    }
    .logo_foot img{
        width: 90%;
    }


    /* CONTACTO INICIO */
    .infoContacto{
        grid-template-columns: auto;
        padding: 6rem 2rem;
    }
    input[type="submit"]{
        margin: auto;
    }
    form{
        margin-bottom: 3rem;
    }
    .medios{
        padding: 0;
    }
    .container_form{
        width: auto;
    }
    #formulario_contacto{
        margin-bottom: 4rem;
    }
    /* CONTACTO FIN */


    /* AVISO DE PRIVACIDAD INICIO */
    .aviso{
        padding: 0 1.5rem 1rem;
    }
    .aviso__sec h2{
        text-align: center;
    }
    /* AVISO DE PRIVACIDAD FIN */


    /* CERTIFICACION INICIO */
    .alcanceSGC{
        flex-direction: column-reverse;
    }
    .alcanceSGC_txt{
        width: 85%;
        margin-bottom: 3rem;
    }
    .alcanceSGC_txt h1{
        padding-right: 20%;
    }
    .main_box{
        flex-direction: column;
        height: fit-content;
        width: 100%;
    }
    .main_box p{
        transform: rotate(0);
        background-color: var(--verde);
    }
    .img{
        transform: none;
        margin: 0.25rem 0;
    }
    .img span{
        background-color: rgba(0, 0, 0, 0.6);
        display: grid;
        padding: 4rem 2rem;
    }
    /* CERTIFICACION FIN */

    .whp{
        margin: 5vw;
        border-radius: 50%;
        height: 0.8rem;
        width: 0.8rem;
        top: 5rem;
    }
    .logoMobil{
        display: block;
        padding: 1rem 0 1rem 0.5rem;
        width: 70%;
        height: 9rem;
    }
    .logoMobil img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}