@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Tipografia */
html {
    scroll-behavior: smooth;
}

body{
    font-family: "Be Vietnam Pro", sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.btnContact{
    background-color: #d87d0e;
    color: white;
    font-family: "Be Vietnam Pro", sans-serif;
    padding: 20px 80px;
    border-radius: 45px;
    font-size: 30px;
    font-weight: 800;
    border: none;
    position: relative;
    top: -230px;
    left: 780px;
}

.instaSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 520px;
    right: 70px;
    z-index: 9999 !important;
}

.whatsSocial img{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 520px;
    right:160px;
    z-index: 9999 !important;
}

.slideShowMovil{
    display: none !important;
}

/* Header */
header{
    font-weight: 700;
    font-style: normal;
    background-color: #1a223e;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
}

.headerMovil{
    display: none;
}

ul ol{
    display: inline;
    color: white;
    text-align: center;
    font-size: 30px;
}

.buttonsHome ol{
    padding: 0px 60px;
}

.buttonsHeader{
    color: white;
}

.buttonsHeader:hover {
    color: #d87d0e;
}


/* Body */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none; height: 900px;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    margin-top: 0px !important;
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 1800px;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* The dots/bullets/indicators */
.dot {
    position: relative;
    top:-50px;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 8.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 9.5s;
}

@keyframes fade {
  from {opacity: .9} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.imgBackground img{
    width: 100%;
}

.bodyText{
    width: 100%;
    height: 599px;
}

.divCard{
    position: relative;
    top: -500px;
}

.cardText h1{
    margin-left: 40px;
    color: white;
    font-size: 70px;
    font-weight: 900;
}

.cardText h2{
    margin-left: 40px;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.h2Text span{
    color: #d87d0e;
    font-weight: 900;
}

.callToActionButton a{
    background-color: #d87d0e;
    color: white;
    font-weight: 900;
    font-size: 30px;
    margin-left: 40px;
    border-radius: 25px;
    border-color: #d87d0e;
    padding: 7px 20px;
    margin-top: 30px;
}

.callToActionButton a:hover{
    text-decoration: none;
    background-color: white;
    color: #d87d0e;
    border-color: white;
}

.logoMovil{
    display: none !important;
}

/* About Us*/
.aboutUs{
    background-color: #1a223e;
}

.abH1 h1{
    font-weight: 900;
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.abP p{
    color: white;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: justify;
}

.abImage img{
    width: 100%;
}

.abButton{
    margin: 0px 530px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.abButton button{
    background-color: #d87d0e;
    color: white;
    font-weight: 900;
    font-size: 25px;
    width: 100%;
    padding: 0px 20px;
    border-color: #d87d0e;
    border-radius: 25px;
}

.misionVVMovil{
    display: none;
}

.misionText h2{
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 35px;
}

.misionText p{
    color: white;
    text-align: justify;
}

.valoresText h2{
    color: white;
    text-align: center;
    padding-top: 15px;
    font-size: 35px;
}

.valoresText p{
    color: white;
    text-align: justify;
}

/* Productos */
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container2 {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text2 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext2 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active2, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  animation-name: fade2;
  animation-duration: 1.5s;
}

@keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev2, .next2,.text2 {font-size: 11px}
}

/**/
/* Slideshow container */
.slideshow-container3 {
    width: 100%;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev3, .next3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next3 {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev3:hover, .next3:hover {
    background-color: rgba(0,0,0,0.8);
  }


.productsSection h1{
    text-align: center;
    font-weight: 700;
    font-style: normal;
    padding-top: 40px;
}


.ProductsClients{
    height: 2900px;
}

.contenido{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
    display: flex;
}
.mostrador{
    width: 100%;
    transition: .5s ease;
}
.mostrador .fila{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mostrador .fila .item{
    max-width: 210px;
    height: 450px;
    /*border: 2px solid red;*/
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}
.mostrador .fila .item:hover{
    background-color: #e6e6e6;
}
.mostrador .fila .item img{
    width: 100%;
    margin: 30px 0;
}
.mostrador .fila .item .descripcion{
    color: #707070;
    font-weight: bold;
}
.mostrador .fila .item .precio{
    color: #f85151;
    font-weight: bold;
    font-size: 20px;
}
.seleccion{
    transition: .5s ease;
    opacity: 0;
    width: 0%;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.cerrar{
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.info{
    padding: 20px;
}
.info img{
    display: block;
    margin: 30px auto;
    width: 80%;
}
.info h2{
    color: #707070;
    margin-bottom: 10px;
}
.info p{
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}
.info .precio{
    font-size: 30px;
    font-weight: bold;
    color: #f85151;
    margin-bottom: 10px;
    display: block;
}
.info .fila{
    display: flex;
    align-items: flex-end;
}
.info .fila label{
    display: block;
    margin-bottom: 10px;
}
.info .fila select{
    width: 100px;
    font-size: 18px;
    padding: 6px;
    margin-right: 30px;
}
.info .fila button{
    height: 40px;
    border: none;
    padding: 0 10px;
    color: #fff;
    background-color: #f85151;
}

.prueba{display: none;}

/* Clientes */
.clientsSection h1{
    text-align: center;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clientsSection{
    margin-top: 20px;
}

.imgClients img{
    width: 100%;
}

.ProductsClientsMovil{
    display: none;
}

/*Contacto*/
.contactoFormMovil{
    display: none !important;
}

.contactoForm{
    background-color: #1a223e;
}

.contH1 h1{
    color: white;
    font-weight: 900;
    text-align: center;
    padding-top: 30px;
}

/* Style inputs with type="text", select elements and textareas */

label{
    color: white;
}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  input[type=email] {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #d87d0e;
    color: white;
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: white;
    color: #d87d0e;
    border-color: white;
  }

  .buttonForm{
    font-weight: 900;
    margin-left: 200px;
    margin-bottom: 25px;
    background-color: #d87d0e;
    color: white;
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
  }

  .buttonForm:hover{
    background-color: white;
    color: #d87d0e;
    border-color: white;
  }

  /*Footer*/
  .footerDivMovil{display: none;}

  .footerDiv{
    height: 160px;
    background-color: black;
  }

  .footerDiv h3{
    padding-top: 15px;
    font-size: 13px;
    text-align: center;
    color: white;
  }

  .footerDiv h4{
    padding-top: 35px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: white;
  }

  @media only screen and (max-width: 500px) {
    .bannerDesktop{
        margin-top: 70px !important;
    }

    .instaSocial img{
        width: 40px;
        height: 40px;
        position: fixed;
        top: 680px;
        right: 30px;
        z-index: 9999 !important;
    }
    
    .whatsSocial img{
        width: 40px;
        height: 40px;
        position: fixed;
        top: 680px;
        right: 100px;
        z-index: 9999 !important;
    }

    /* Header */
    .headerMovil{
        display: block;
        height: 80px;
    }

    .headerMean{
        display: none;
    }

    #menuBtn img{
        margin-top: 10px;
    }

    #sideNav {
        width: 200px;
        height: 100vh;
        position: fixed;
        right: -250px;
        top: 0;
        background: #d87d0e;
        z-index: 2;
        transition: 0.33s;
        color: white;
    }
      
      
    /*set the right to 0 for class open*/
    #sideNav.open {
        right: 0;
    }

    .sections{
        display: none;
    }

    ul ol{
        display: none;
    }

    .slideshow-container {
        display: none !important;
    }

    .divCard{
        display: none;
    }

    .dots{
        display: none;
    }

    .slideShowMovil{
        display: block !important;
        margin-top: 55px;
    }

    /* LOGO */


    /*About Us*/
    .aboutUs{
        z-index: 90 !important;
    }

    .abP p{
        color: white;
        padding-left: 25px;
        padding-bottom: 20px;
        font-size: 15px;
        text-align: justify;
    }

    .abImage img{
        width: 100%;
    }

    .misionVV{
        display: none;
    }

    .misionVVMovil{
        display: block;
    }

    .misionText2 h2{
        color: white;
        text-align: center;
        font-size: 25px;
        margin-top: 0px;
    }
    
    .misionText2 p{
        color: white;
        text-align: justify;
    }

    .misionText h2{
        color: white;
        text-align: center;
        font-size: 25px;
        margin-top: 20px;
    }
    
    .misionText p{
        color: white;
        text-align: justify;
    }

    .buttonVV button{
        text-decoration: none;
        background-color: #d87d0e;
        margin-bottom: 30px;
        width: 100%;
        color: white !important;
        font-weight: 900;
        font-size: 20px;
        border-color: #d87d0e;
        border-radius: 25px;
    }

    /*PRODUCTOS*/
    .ProductsClients{
        display: none;
    }

    .ProductsClientsMovil{
        display: block;
    }

    .slider {
        width: 75vw;
        height: auto;
        margin: auto;
        overflow: hidden;
        padding-bottom: 20px;
        background-color: rgba(211,211,211, 0.2);
    }
    
    .slider .slide-track {
        display: flex;
        animation: scroll 40s linear infinite;
        -webkit-animation: scroll 40s linear infinite;
        width: calc(200px * 14);
    }
    
    .slider .slide {
        width: 200px;
    }
    
    .slider .slide img {
        width: 70%;
    }
    
    @keyframes scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(calc(-200px * 7));
            transform: translateX(calc(-200px * 7));
        }
    }

    /* Clientes */
    .contactButtonSubmitMovil{
        display: block;
    }

    /* Contacto */
    .contactoFormMovil{
        background-color: #1a223e;
    }
    
    .contactoForm{
        display: block;
    }

    .buttonForm{
        font-weight: 900;
        margin-bottom: 25px;
        margin-left: 0px;

    }

    /* Footer */

    .footerDivMovil{
        display: block;
        height: 160px;
        background-color: black;
    }

    .footerDivMovil h3{
        padding-top: 15px;
        font-size: 13px;
        text-align: center;
        color: white;
    }
    
    .footerDivMovil h4{
        padding-top: 35px;
        padding-left: 15px;
        font-size: 13px;
        text-align: left;
        color: white;
    }

    .marcaGTO img{
        margin-left: 80px;
    }

    .footerDiv{
      display: none;
    }

    .abButton button{
        display: none !important;
    }

  }