@font-face {
    font-family: Proxima-Nova-Regular;
    src: url(/fonts/ProximaNova-Regular.ttf);
}

@font-face {
    font-family: Proxima-Nova-Bold;
    src: url(/fonts/Proxima-Nova-Bold.ttf);
}

@font-face {
    font-family: Proxima-Nova-Thin;
    src: url(/fonts/Proxima-Nova-Thin.ttf);
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

.bodyContenedores {

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logoPrincipalResoponsive {
    display: none;
}

nav li:hover {
    border-bottom: 2px solid #005BFF;
}

nav a:hover {
    text-decoration: none;
}

.logoResponsiveBanner {
    display: none;
}

.botonSolido {
    background-color: #005BFF;
    color: white;
    font-family: Proxima-Nova-Bold;
    border: none;
    outline: none;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.botonSolido:hover {
    background-color: #09D7C3;
    color: #0D16BF;
    cursor: pointer;
}

.botonLinea {
    background-color: transparent;
    border: 2px solid #005BFF;
    color: #005BFF;
    font-family: Proxima-Nova-Bold;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.botonSolidoBlanco {
    background-color: white;
    border: none;
    outline: none;
    color: #0D16BF;
    font-family: Proxima-Nova-Bold;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.botonSolidoBlanco:hover {
    background-color: #09D7C3;
    color: #0D16BF;
    cursor: pointer;
}

p {
    font-family: Proxima-Nova-Regular;
    color: black;
    text-decoration: none;
}

h1 {

    font-family: Proxima-Nova-Bold;
    font-size: 64px;
    text-align: center;

}

.carousel h1 {
    color: white;
    opacity: 0;
}

.carousel .tituloRegular {
    font-family: Proxima-Nova-Regular;
}


.fade-in {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: fadeIn 0.7s forwards; /* Prefijo para Safari */
    animation: fadeIn 0.7s forwards;
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  


h2 {

    font-family: Proxima-Nova-Bold;
    font-size: 32px;

}

h3 {

    font-family: Proxima-Nova-Bold;
    font-size: 24px;

}

h4 {

    font-family: Proxima-Nova-Bold;
    font-size: 18px;

}

h6 {

    font-family: Proxima-Nova-Thin;
    font-size: 16px;
    color: #005BFF;

}


.imagenContenedor {
    width: 440px;
    height: 400px;
    background-color: #09D7C3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagenContenedor img {
    width: 600px;
    position: absolute;
}


.quienesSomos {

    background-color: #F8FAFF;
    padding: 110px;
}


.contenedorQuienesSomos {

    display: flex;
    flex: row;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    box-sizing: border-box;
}

.contenedorTipoContenedores {

    display: flex;
    flex: row;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    box-sizing: border-box;
}

.contenedorTipoContenedores .textos {
    width: 30%;
}

.contenedorTipoContenedores img {
    padding: 0px;
}

#navegacionGaleriaTC {
    display: flex;
    flex-direction: row;
    width: 500px;
}

#flechasNavegacionGaleriaTC {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 465px;
}


.contenedorQuienesSomos .textos,
.columnaTextosPropuestaValor {

    width: 30%;
}


.textosPropuestaValor {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    padding: 110px;
}


#textosEscondidosQSSuperior {
    display: none;
}


.contenedorLineaHorizontal {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: visible;
}

.lineaHorizontal {
    height: 2px;
    width: 200px;
    background-color: #005BFF;
    transform: translateX(120px);
}

.servicios {

    background-color: #F8FAFF;
    width: 100%;
    padding-top: 30px;


}

.textosServicios {

    border-left: 2px solid #005BFF;
    padding-left: 100px;
    padding-bottom: 50px;
    margin-left: 180px;

}

.contenedorServicios {
    width: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.servicio {
    width: 35%;
    height: 570px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 60px;
}

.bodegas {
    background-image: url(/images/fondo_BODEGAS.png);
}

.oficinas {
    background-image: url(/images/fondo_OFICINAS.png);
}

.refrigerados {
    background-image: url(/images/fondo_REFRIGERADOS.png);
}

.contenedores {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.contenedor {
    width: 890px;
    height: 450px;
    background-color: #F8FAFF;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 90px;
}

.contenedor .izquierda,
.contenedor .derecha {
    width: 40%;
}

.lineaHC {

    height: 2px;
    width: 30px;
    background-color: #005BFF;

}

.lineaVC {

    height: 35px;
    width: 2px;
    background-color: #005BFF;
    margin-left: 40px;
    padding-bottom: 40px;

}

table {
    font-family: Proxima-Nova-Regular;
    width: 115%;
}

table tr {
    -webkit-box-shadow: 0px 1px 0px #005BFF;
    box-shadow: 0px 1px 0px #005BFF;
}

table td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;

}

.aplicaciones {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    margin-top: 120px;
}

.aplicaciones #imagenAplicaionesIzq {
    width: 40%;
    object-fit: cover;
    padding: 0px;
}

#iconoAplicacion {
    width: 120px;
    object-fit: cover;
    padding: 0px;
}

.textosAplicaciones {
    width: 40%;
}

.textosAplicaciones .aplicacion {

    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.mejorOpcion {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedorVentajas {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 60px;
}

/* GALERIA SLIDESHOW*/

.galeria {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8FAFF;
    padding-top: 70px;
    margin-top: 50px;
}

.slideshow-container {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mySlides {
    display: none;
    display: grid;
    grid-template-columns: auto auto auto auto;

}


img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding: 20px;
}


/* FIN GALERIA */

/*    SLIDE   HOME */
.carousel {
    height: 500px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.carousel-inner {
    height: 100%;
    display: flex;
    transition: all ease 2s;
}

.carousel-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.carousel-controls .prev {
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('prev.svg');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

.carousel-controls .next {
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('next.svg');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

.prev:hover,
.next:hover {
    opacity: 1;
}

.carousel-indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.carousel-indicators span {
    display: inline-block;
    background-color: white;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    opacity: .5;
    cursor: pointer;
    margin: 3px;
}

.carousel-indicators span.active {
    opacity: 1;
}

/* FIN SLIDE HOME */

.navGaleria button,
#pic1 button,
.galeria button {

    background-color: transparent;
    outline: none;
    border: none;
}

.prev:hover,
.next:hover {

    cursor: pointer;

}

.navegacionGaleriaHome {
    margin-bottom: 40px;
}

footer {
    background-image: url(/images/fondo_footer.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}

.contenedorFooter {

    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin: 0 auto;
    padding-top: 40px;
}

.contenedorFooter .datos {

    display: flex;
    flex-direction: row;
    gap: 50px;

}


.datos p {
    margin: 0px;
    color: #ffffff;
    margin-top: 20px;
}


.pic1 .navGaleriaTC {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bannerQuienesSomos {
    background-image: url(/images/BANNER_NOSOTROS.jpg);
    height: 362px;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-left: 100px;
    align-items: center;
}

.asesorarte {
    background-image: url(/images/fondo_asesorarte.png);
    width: 934px;
    height: 270px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 115px;
}

.bannerCotizacion {
    background-image: url(/images/BANNER_COTIZACION.jpg);
    height: 362px;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-left: 100px;
    align-items: center;
}

.formulario {
    width: fit-content;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

.filtro {

    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.filtro select {

    width: 254px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background-image: url(/images/arrow-down-select.png);
    background-position: calc(100% - 0.75rem) center !important;
    background-repeat: no-repeat;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
    cursor: pointer;
    margin-top: 10px;
    font-family: Proxima-Nova-Regular;
    font-size: 16px;
    padding-left: 10px;
}

.filtro input {
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    font-family: Proxima-Nova-Regular;
}


#mensajeContacto {
    width: 940px;
}

.contenedorSeleccionFormulario {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: fit-content;
}

.formulario textarea {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin-top: 10px;
    width: 1076px;
    height: 240px;

}

.aceptoPoliticaPrivacidad {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.aceptoPoliticaPrivacidad input {

    border: 1px solid #005BFF;
    width: 18px;
    height: 18px;
}

.aceptoPoliticaPrivacidad label {
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
}

.bannerContacto {
    background-image: url(/images/BANNER_CONTACTO.jpg);
    height: 362px;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-left: 100px;
    align-items: center;
}

.contactoWhatsapp {
    background-image: url(/images/fondo_contacto_whatsapp.png);
    width: 438px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 85px;
}

.w3-container {

    width: 1100px;
    height: 270px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;

}

.lineaSeparador {
    width: 1px;
    background-color: #0D16BF;
    height: 80%;

}


.bloqueDosTextoRefrigrado {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 80px;
}

#bloqueDosTRColumna {
    width: 30%;
}

#bloqueUnoTRColumna {
    width: 30%;
}

.bloqueUnoTextoRefrigrado {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
}


/* MENU HAMBURGUESA*/

.hamburger-menu {
    display: none;
    height: 0px;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 20px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    z-index: 3;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #616161;

    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -15px;
}

.menu__btn>span::after {
    content: '';
    top: 15px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    transition-duration: .25s;
    z-index: 2;
}


.menu__box li {

    margin-top: 40px;
}

.menu__box a {

    font-size: 20px;
    text-decoration: none;
    padding-left: 40px;
    font-family: Proxima-Nova-Regular;
}

@media screen and (max-width: 1400px) {

    .contenedorFooter {
        gap: 20px;
        width: 90%;
    }

    #columnaFooter1 {
        width: 57%;
    }

    #columnaFooter2 {
        width: 20%;
    }

    .contenedorFooter .datos {

        display: flex;
        flex-direction: row;
        gap: 20px;

    }

    .datos img {
        width: 30px;
        padding: 0px;
    }

    .datos p {
        font-size: 14px;
        margin-top: 8px;
    }

    .contenedorTipoContenedores h6 {

        margin-top: 10px;
        margin-bottom: 10px;

    }

    .bloqueDosTextoRefrigrado {
        padding-left: 0px;
    }

}

@media screen and (max-width: 1200px) {

    .contenedorQuienesSomos {
        gap: 30px;
    }

    .contenedorQuienesSomos img {
        width: 40%;
    }

    .contenedorQuienesSomos .textos {
        width: 50%;
    }

    .mySlides {
        width: 90%;
        grid-template-columns: auto auto;

    }

    .contenedorVentajas {

        gap: 30px;
    }

    .galeria {
        margin-top: 70px;
    }

    .contenedorFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contenedorFooter .columnaFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footerLogo {
        width: 200px;
    }

    footer {
        height: fit-content;
        padding-bottom: 30px;
    }

    #columnaFooter1 {
        width: 100%;
    }

    #columnaFooter2 {
        width: 100%;
    }


    .columnaTextosPropuestaValor {
        width: 40%;
    }

    .contenedorTipoContenedores {

        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;

    }

    .contenedorTipoContenedores .textos {

        width: 45%;

    }

    .contenedorTipoContenedores #ImageComponent {
        width: 400px;
    }

    #navegacionGaleriaTC {
        width: 400px;
    }

    #flechasNavegacionGaleriaTC {
        width: 365px;
    }

}

@media screen and (max-width: 1050px) {

    .quienesSomos {
        padding: 50px;
    }

    .textosServicios {
        margin-left: 100px;
    }


    .contenedores .contenedor {
        transform: scale(0.85);
        padding: 0px;
    }

    .aplicaciones {
        gap: 50px;
    }

    .aplicaciones #imagenAplicaionesIzq {
        height: 600px;
    }

    .contenedorVentajas {

        gap: 30px;
    }

    .columnaTextosPropuestaValor {
        width: 50%;
    }

    .asesorarte {
        width: 750px;
        height: 337px;
        background-image: url(/images/fondo_asesorarte_responsive.png);
        background-repeat: no-repeat;
    }


    .contenedorSeleccionFormulario {

        flex-direction: column;
    }

    #mensajeContacto {
        width: 700px;
    }

    .contenedorSeleccionFormulario {
        width: 100%;
    }

    .filtro input,
    .filtro select {
        width: 700px
    }


}

@media screen and (max-width: 850px) {

    .logoPrincipalResoponsive {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .logoResponsiveBanner {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .quienesSomos {
        margin: 0px;
    }

    .contenedorQuienesSomos {
        flex-direction: column;
    }

    .contenedorQuienesSomos img {
        width: 80%;
    }

    .contenedorQuienesSomos .textos {
        width: 80%;
    }

    #textosEscondidosQSSuperior {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #textosEscondidosQSInferior {
        display: none;
    }

    .textosServicios {
        padding: 0px;
        border: none;
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .textosServicios h2 {
        margin: 0px;

    }

    .contenedorServicios {
        flex-direction: column;
    }

    .contenedorServicios .servicio {
        width: 100%;
        padding: 30px;
    }

    .servicio h2 {
        font-size: 45px;
    }

    .asesorarte h2 {
        font-size: 28px;
    }



    .contenedor .izquierda img {

        padding: 0px;

    }

    #columnaFooter1 .datos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contenedores .contenedor {
        flex-direction: column;
        transform: scale(1);
        height: fit-content;
        width: 80%;
        gap: 20px;
    }

    .contenedor .izquierda,
    .contenedor .derecha {

        width: 100%;
    }

    .contenedor table {
        width: 100%;
    }

    .contenedor .lineaVC {
        display: none;
    }

    .aplicaciones {
        flex-direction: column;
    }

    .aplicaciones #imagenAplicaionesIzq {
        width: 100%;
        height: 500px;
    }

    .aplicaciones .textosAplicaciones {
        width: 80%;
    }

    .contenedorVentajas {
        width: 60%;
        flex-wrap: wrap;
        justify-content: center;
        transform: scale(1.3);
        margin-top: 40px;
        gap: 20px;
        padding-top: 140px;
    }

    .ventaja img {
        padding: 0px;
    }


    .contenedorQuienesSomos {

        display: flex;
        align-items: center;
        gap: 0px;
    }

    .contenedorQuienesSomos .textos {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .textos p {
        text-align: center;
    }

    .contenedorQuienesSomos img {

        width: 200px;
    }

    .textosPropuestaValor {

        padding: 90px;
    }

    .columnaTextosPropuestaValor {
        width: 60%;
    }

    .contenedorTipoContenedores {

        flex-direction: column;
        align-items: center;

    }

    .contenedorTipoContenedores .textos {

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .contenedorTipoContenedores h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #pic1 {
        width: 400px;
    }

    .contenedorTipoContenedores #ImageComponent {
        width: 400px;
    }

    #navegacionGaleriaTC {
        width: 400px;
    }

    #flechasNavegacionGaleriaTC {
        width: 355px;
    }

    .galeria {
        margin-top: 190px;
    }

    .navegacionGaleriaHome {
        margin-top: 20px;
    }

    .galeria img {
        padding: 0px;
    }

    .galeria h2 {
        text-align: center;
    }

    .bloqueUnoTextoRefrigrado {
        flex-direction: column;
        align-items: center;
    }

    #bloqueUnoTRColumna {
        width: 75%;
    }

    #imagenGraficoTemperatura {
        width: 600px;
    }

    .contenedorSeleccionFormulario {
        width: fit-content;
    }

    .filtro input,
    .filtro select,
    #mensajeContacto {
        width: 450px
    }

    .aceptoPoliticaPrivacidad label {
        width: 400px;
    }

    .slideshow-container2 {
        height: 400px;
    }

    .mySlides2 {
        height: 400px;
    }

    .mySlides2 img {
        height: 400px;
    }

}

@media screen and (max-width: 770px) {

    .asesorarte {
        width: 450px;
        height: 400px;
        padding: 0px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url(/images/fondo_asesorarte_responsive_500.png);
        background-repeat: no-repeat;
    }

}

@media screen and (max-width: 540px) {
    .textoHeaderHome h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .textosPropuestaValor {
        display: flex;
        flex-direction: column;
        padding: 50px;
    }

    .textosPropuestaValor .columnaTextosPropuestaValor {
        width: 100%;
    }

    .textosPropuestaValor {
        gap: 10px;
    }

    .contenedorQuienesSomos h2 {
        text-align: center;
    }

    .asesorarte h2 {
        font-size: 24px;
    }

    .quienesSomos {
        padding-left: 0px;
        padding-right: 0px;
    }

    .asesorarte {
        width: 360px;
        margin-top: 10px;
        margin-bottom: 0px;
        background-size: 99%;
        padding-top: 25px;
    }

    .bannerQuienesSomos,
    .bannerCotizacion,
    .bannerContacto {
        padding-left: 20px;
    }

    .bannerContacto h1 {
        font-size: 35px;
    }

    .filtro select,
    #mensajeContacto,
    .aceptoPoliticaPrivacidad,
    .formulario {
        width: 355px;
    }

    .filtro input {
        width: 354px;
    }

    .aceptoPoliticaPrivacidad label {
        width: 370px;
    }

    .contactoWhatsapp {
        width: 370px;
        background-size: 97%;
        background-repeat: no-repeat;
    }

    .contactoWhatsapp p {
        margin: 0px;
    }

    table td {
        padding-right: 35px;
    }

}