body{
    margin: 0;
    padding: 0;
    font-size: 16px;
   }
   a{
    text-decoration: none;
    cursor: pointer;
}
.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background-image: url('./img/whatsapp.png');
  background-size: cover;
  background-position: center;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
  }
header{
    display: grid;
    height: 100px;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 2fr ;
    grid-column: 2;
    justify-items: center;
    align-items: center;
}
header a{
    color: black;
    font-family: Satoshi;
font-size: 17px;
font-style: normal;
}
header a:first-child {
    grid-column: 2 ; /* Comienza en la segunda columna y ocupa 1 columna */
}
header a:hover{
    color:#ff8000 ;
} 
header img{
    height:110px;
}
.sectionmain{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    background-color: #393e41 ;
}.sectionmain img{
    height: 563px;

}
.section1-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 80px;
    font-family: "DIN Condensed Web";
    font-style: normal;
    font-weight: 500;
    color: #FF8000 ;
}
.section1-left .section1p{
    color: white;
}
.section1-left p{
    margin: 0px;
}
.section2{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    height: 837px;
    background-color: #FF8000;
}
.section2content{
    grid-column-start: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 138px;
    justify-content: center;
    margin: 0px;

}
.section2content img{
    height:108.47px ;
    margin-bottom: 22px;
}
.section2h1{
    font-family: "DIN Condensed Web";
    color: #383e41;
     font-size: 60px;
     font-weight: 500;
     font-style: normal;
     line-height: 98%;
     margin: 0px;
}
.section2content p{
    color: white;
    font-family: Satoshi;
    font-size: 19px;
font-style: normal;
margin-top: 22px;
margin-bottom: 22px;
}
.section2 button{
    width: 200px;
height: 50px;
border-radius: 8px;
background-color: #383e41;
color: white;
font-family: "DIN Condensed Web";
font-weight: 400;
font-size: 30px;
border: none;
}
.section3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.section3left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen {
  position: relative;
  width: 100%;
 
}
.imagen img{
  height: 770px;
}

/* Estilo para ocultar el texto inicialmente */
.texto {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7C7C7C;
  color: white;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  
   text-align: center;
   
}
.texto H3{
  font-family: "DIN Condensed Web";
    color: #383e41;
    font-size: 90px;
    font-weight: 500;
    font-style: normal;
    line-height: 98%;
    margin-top: 209px;
   
}
.texto p{
color: white;
    font-family: Satoshi;
    font-size: 19px;
    font-style: normal;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 40px;
    margin-right: 40px;
}
/* Estilo para mostrar el texto cuando se hace hover en la imagen */
.imagen:hover .texto {
  display: block;
  color: aliceblue;
  width: 100%;
  height: 100%;
  font-family: "DIN Condensed Web";
  color: #383e41;
   font-size: 40px;
   
   font-style: normal;
   line-height: 98%;
}
  

.banner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.banner-slide {
    display: flex;
    overflow: hidden;
  }
  
  .section {
    flex: 1;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    display: none;
  }  
  .section h2{
    font-family: "DIN Condensed Web";
    color: #383e41;
     font-size: 90px;
     font-weight: 500;
     font-style: normal;
     line-height: 98%;

  }
  .section P{
    text-align: center;
    color: #383e41; 
    font-family: Satoshi;
    font-size: 19px;
    font-style: normal;

  }
  .section img{
    height: 250px;


  }
  .section.active {
    display: block;
  }
  .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .controls button {
    padding: 5px 10px;
    border: none;
    background-color:#fff ;
    color: #FF8000;
    cursor: pointer;
    font-size: 50px;
    font-style: bold;
    margin-left:10px ;
    margin-right:10px ;
    padding: 0px;
   
  }
  .dots {
    display: flex;
  }
  .dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .dot.active {
    background-color: #FF8000;
  }
  .videomain{
    display: flex;
  }
  .videomain video{
    width: 100%;
    height: 100%;
  }
  .banner-container1 {
    position: relative;
    
    overflow: hidden;
  }
  .banner-slide1 {
    
    overflow: hidden;
 
 
    
  }
  
  .section1 {   
    flex: 1;
    padding: 0px;
    text-align: center;   
    display: none;
  }  
  
  .section1.active1 {
    display: block;
  }
  .infoca{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-size: contain;
    background-position: center;
     background-repeat:no-repeat; 
     height: 875px;
   
     

  }
  .infocap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .infocap h3{
    font-family: "DIN Condensed Web";
    color: #383e41;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    line-height: 98%;
    margin: 0px;

  }
  .infocap p{
    color:#383E41;
    font-family: Satoshi;
    font-size: 19px;
    font-style: normal;
    margin: 0px;

  }
  #infocap button{
    width: 202px;
    height: 50px;
    border-radius: 8px;
    background-color: #FF8000;
    color: white;
    font-family: "DIN Condensed Web";
    font-weight: 400;
    font-size: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
   


  }
  .infoco{
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .infoco img{
    height: 120px;
    margin-bottom: 30px;
  }

  .controls1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .controls1 button {
    padding: 5px 10px;
    border: none;
    background: none;
   
    color: #FF8000;
    cursor: pointer;
    font-size: 50px;
    font-style: bold;
    margin-left:10px ;
    margin-right:10px ;
    padding: 0px;
  }
  .dots1 {
    display: none;
  }
  .dot1 {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .dot1.active1 {
    background-color: #FF8000;
  }
  
.formulariodeenvio{
    height: 567px;
    background-color: #FF8000;
    display:flex ;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.formulariodeenvio h1{
    font-family: "DIN Condensed Web";
    color: #383e41;
     font-size: 40px;
     font-weight: 500;
     font-style: normal;
     line-height: 98%;

}
.form-margins{
    display: flex;

}
.form-margins input{
    
    width: 373.557px;
    height: 55px;    
    border: none;
    border-radius: 8px;
    font-family: Satoshi;
    font-size: 18px;
    color: #383E41;
    text-align: center;
    border-color: #ff8000;
    margin-bottom: 20px;
    margin-left: 10px; 
    margin-right: 10px;
}
.buttonform{
    display: flex;
    justify-content: center;
    margin-top:20px;
    
}
.buttonform input{
  background-color: #383E41;
  color: #ff8000;
  font-size: 40px;
  height: 60px;
}
.footer{
  display: flex;
  display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Satoshi;
    font-size: 18px;
    color: #383E41;
}
.footer p{

  margin: 0px;
}

/* Estilo del modal */
.modal {
  font-family: Satoshi;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* Fondo oscuro con transparencia */
  z-index: 1000;
}

.modal-content {
  background-color: white;
  width: 80%;
  height: 80%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
 
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: red;
}
.modal-grid{
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100%;
}
.modal-left{
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-top: 0%;
  
}
.modal-left h1{
  font-size: 43px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5%;
}
#nueva{
  background-color: #FF8000;
  padding-left: 3%;
  padding-right: 3%;
  color: #fff;
  font-weight: 600;
  border-radius: 13px;
  font-size: 53px;
}
.modal-left h2{
  font-weight: 400;
}
#amasado{
  margin-bottom: 0;
}
#modelo{
  margin-top: 0;
  margin-bottom: 20%;
}
.modal-left a{
  font-size: 40px;
  text-decoration: none;
  color: #FF8000;
  font-weight: 900;
}
.modal-left a:hover{
  background-color: #FF8000;
  color: #FFF;
  border-radius: 13px;
  padding: 10px;
}
.modal-right{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;

}
.modal-right img{
 height:100%;

}
@media (max-width: 600px) {

header a{
  display: none;
  
}
header{
  display: grid;
  grid-template-columns: 1fr;
  height: 60px;
}
header img {
  height: 55px;
}
.sectionmain{
  display: grid;
  grid-template-columns:  1fr;
}
.imagen img{
  height: 100px;
}
.section2 h1 {
  font-size: 20px;
}
.section img {
  height: 100px;
}
.section h2 {
  font-size: 20px;
}
.section1-left p {
  font-size: 30px;
}
.sectionmain img {
  height: 223px;

}
.section3{
  display: flex;
  flex-direction: column;
}
.imagen img {
  width: 100%;
  height: 100%;
}
.section4{
  width: 100%;
  height: 100%;
}
.infocap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.infocap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}
.controls1{
  margin: 0px;
}
.form-margins input{
  width: 300px;
}
.formulariodeenvio{
  height: 900px;
}
}
