@import url('https://fonts.googleapis.com/css2?family=Chango&family=Lato:ital@0;1&display=swap');

:root {

    /*
    --fondo-cajas: rgba(223, 198, 202,0.5);
    --fondo-general: rbga(255,255,255,0.5);
    */



    --fondo-cajas: rgba(223, 198, 202,0.4);
    --fondo-general: rgba(255,255,255,0.5);
    --fondo-activo: rgba(255,255,255,1);
    --fuente:  rgba(0, 0, 0,0.5);
    --font-family:  "Chango", sans-serif;

}

* {

    scroll-behavior: smooth;
    box-sizing: border-box;
  

}

.card-clientes {

    
    width: 100%;
    height:auto;
    margin-top : 80px;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-flow:wrap;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    animation: zoom-out 3s ease-in-out;
    overflow: hidden;
}


.clientes {

    position: relative;
    padding: auto;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 40%;
    height: auto;
    min-height: 100px;
    background-color: var(--fondo-cajas);
    
    margin: 10px;

}

.clientes .logo {
   
    
    width: 100px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.clientes .logo img {

    width: 100%;
    height: auto;
}

.clientes .empresa {

    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin: 10px;
    

}

.clientes .empresa  h1 {

   font-family:   'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-size: 20px;
   color: var(--fuente);

}


ul ,li{

    list-style: none;
    color: var(--fuente);
    padding: 10px;
  
}

.logo {

    width: 100px;
    height: 100px;

}

.logo img {

    width: 100%;
    height: auto;

}

section {

    width: 100%;
    visibility: hidden;
    background-color: var(--fondo-general);
    height: auto;
    filter: blur(0.5em);
    transition: all 1000ms ease-in-out;
    overflow-x: hidden;
}

body {

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: var(--fuente);
    
}

.contactanos {

    width: 100%;
    margin-top:50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 1000ms ease-in-out;
    animation: zoom-in 1s ease-in-out;
    animation-iteration-count: 1;
  
}

.color-rojo {

    color: white;
    font-family: var(--font-family);
    /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */

}

.datos {

   
    width: 80%;
    height: 100%;
    margin: 0;
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    color: var(--fuente);
    margin-bottom: 25px;
    
      
}

.pdatos {

   
    width: 100%;
    height: 100%;
    margin: 0;
    font-family:  var(--font-family) ;
    /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-weight: 700;
    font-size: 25px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    color: var(--fuente);
    margin-bottom: 15px;
    transition: all 1000ms ease-in-out;
    animation: zoom-out 2.5s ease-in-out;
    animation-iteration-count: 1;
    
   
      
}



.pdatos .dresumen, .dresumen2 {

    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 25px;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    color: var(--fuente);
    border-radius: 20px;
    /* -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11); */
    
    
}

.dresumen, .dresumen2 {
    
    background-color: var(--fondo-cajas);
    
}

.flexbox {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
    
}

.fleximg {

   
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: auto;
    background-color: #fff;
    

}

.fleximg .dimagenes {

    width: 100%;
    height: 100%;
    background-color: rgba(135, 206, 250, 0.2);
    
   
}


/* .dimagenes:nth-child(even) {

   
} */

.pdatos .dresumen .flexbox span, .pdatos .dresumen2  .flexbox span {
  

    display: inline-block;
    text-align:justify;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    font-style: italic;

   
    
}

input, textarea {

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    border:0;
    border-bottom: 1px dashed;

}

button {

    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    background-color: var(--fuente);
    color:white;
    width: 40%;
    border: 0;
}

form {

    position: relative;
    width: 70%;
    min-width: 450px;
    background-color: var(--fondo-activo);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.cargando {

    font-size: 15px;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: var(--fuente);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.pos1 {

    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 5;
    height: 200px;
    width: 200px;
  
  
  }

.pos1::after {

    content: "*";
    
    height: 100%;
    width: 100%; 
    display: inline-block; 
    
    border-radius: 50%;
    border: 5px solid #f77737;
    box-shadow: 2px 2px 2px 2px rgba(51, 51, 51, 0.20);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(51, 51, 51, 0.20);
    -moz-box-shadow: 2px 2px 2px 2px rgba(51, 51, 51, 0.20);
  
  
  }
  
  .pos2 {
  
    position: absolute;
    bottom: -60px;
    right: -60px;
    z-index: -1;
    height: 150px;
    width: 150px;
   
  
  }
  
  .pos2::after {
  
    content: "*";
  
    height: 100%;
    width: 100%; 
    display: inline-block; 
    border-radius: 50%;
    border: 2px solid blue;
    /* opacity: 100%; */
    box-shadow: 0px 10px 10px 10px rgba(51, 51, 51, 0.20);
    -webkit-box-shadow: 0px 10px 10px 10px rgba(51, 51, 51, 0.20);
    -moz-box-shadow: 0px 10px 10px 10px rgba(51, 51, 51, 0.20);
    overflow: hidden;
  
  }
  

  .active {
    background-color: var(--fondo-activo);
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    
  }

.redes {
    z-index: 2;
    top: 0;
    left:7px;
    position: fixed;
    height: 100%;
    width: 40px;
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
    visibility: hidden;
    filter: blur(0.5em);
    transition: all 1000ms ease-in-out;

}

.redes .social {

    padding-bottom: 20px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    position: relative;
    align-items: center;

}


a {

    text-decoration: none;
    cursor: pointer;
    color: black;
    text-align: center;
   
}

.fondo-inicial {

    width: 100%;
    height: 100%;
    margin: 0;
    /* background-color: var(--fondo-general); */
    position: relative;
    display: flex;
    min-width: 370px;
    transition: all 0.5s ease;
   
    /* border-bottom: 2px dotted var(--fuente); */
    /* padding-bottom:  5px; */
    overflow: hidden;
}



.fondo-noticias {

        flex-basis: 1;
        width: 100%;
        height: 90%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        transition: all 0.5s ease;
        margin: 35px;
        gap: 1em;
       
}


.fondo-noticias-der {

    flex: 1;
    background-color: #f77737;
    height: 100%;
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    position: relative;
  
    gap: 0.5em;
   

}


.caja {
    
    height: 100%;
    background-color: var(--fondo-cajas) ;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    border-radius: 40px;
    gap: 1em;
    /* border-radius: 10px; */
    /* -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11); */
}

.imagen {

    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
}

.imagen img {

    animation-delay: 2s;
    object-fit: contain;
    height: 100%;
    width: 100%;
    filter:  drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
    transform: rotate(-5deg);
    transition: all 1s ease;
}


.caja-principal {
    
    width: 100%;
    height: 40%;
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.5s ease;
   
}


.imagen-principal {
    margin-top: -30px;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
    
}

.imagen-principal img {

    object-fit: cover;
    height: 100%;
    width: 100%;
    min-width: 250px;
    transform: rotate(-4deg);
    
}

.mas-principal {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 48%;
    height: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   
}

.mas-principal a {

    border-radius: 30px;
    border: 1px dotted #f77737;
    background-color: white;
    width: 120px;
    padding: 5px;
}


.mas-principal a:hover {

   
    border: 1px dotted white;
    background-color: #f77737;
    color: white;
    transition: all 0.5s ease;
   
}

.texto-principal {

    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    gap: 0.5px;

   
}

.texto-principal h1{

    font-size: 35px;
    text-align: center;
    font-family: var(--font-family) ;
    margin: 0px;
    /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* color:  var(--fuente); */
}

.texto-principal span{

    font-size: 25px;
    text-align: center;
    font-family:  var(--font-family) ;
    /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    color: var(--fuente);
    color: white;
}


.texto-principal p{

    font-size: 15px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--fuente);
    color: white;
}

.texto-principal p a {
    color: white;
}

img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}


.titulo {

    position: absolute;
    height: auto;
    top: 0px;
    width: 100%;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
    /* border-radius: 10px 10px 0px 0px; */
}

 .titulo-principal {

    border-radius: 40px 40px 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* border-radius: 10px 10px 0px 0px; */
}


.color-oscuro {

    background-color: rgba(0, 0, 0,0.2);

}

.color-blanco {

    color:  white;

}

.titulo h1 {

    margin: 10px;
    padding: 0;
    color: var(--fuente);
    font-size: 30px;
    font-family: var(--font-family); /*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /* font-style: italic; */
   display: flex;
    /* text-decoration: underline; */

}

.titulo-principal h1 {

    margin: 0;
    padding: 0;
    color: var(--fuente);
    font-size: 30px;
    font-family: var(--font-family); /*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /* font-style: italic; */
   display: flex;
    /* text-decoration: underline; */

}


.titulo .logo-titulo, .titulo-principal .logo-titulo {

    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-family: var(--font-family); 
    /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-style: italic;
    /* text-decoration: underline; */

}

.logo-titulo img {

    width: 100%;
    height: 100%;
   

}


.subtitulo {

  
    margin-top: 50px;
    height: auto;
    top: 0px;
    width: 100%;
    text-align: center;
   
}

.pietitulo {

    position: relative;
    height: auto;
    bottom: 50px;
    width: 100%;
    text-align: center;
   
}

.subtitulo h1,.pietitulo h1 {

    margin: 0;
    padding: 0;
    color: var(--fuente);
    font-size: 20px;
    font-family: var(--font-family); /*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/

}





.pietitulo p, .subtitulo p {

    margin: 0;
    padding: 0;
    color: var(--fuente);
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.mas {

    width: 70px;
    height: 25px;
    border: 1.5px dotted;
    font-size: 15px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*PRODUCCION*/

.fondo-inicial2 {

    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 370px;
    transition: all 0.5s ease;
    
     /* border-bottom: 2px dotted var(--fuente); */
    /* padding-bottom:  5px; */
    /* overflow: hidden; */
}


.produccion {

    
    width: 100%;
    height:auto;
    margin: 40px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.5s ease;
    scroll-behavior: smooth;
    overflow-y: hidden;

}

.ptitulo, .presumen {

    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.pimagenes {
    
    background-color: var(--fondo-cajas);
    width: 50%;
    height: auto;
    /* background-color: var(--fondo-cajas); */
    margin: 40px;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.5s ease;
    animation: zoom-in 2s ;
    /* -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);  */

}

.imagenes {
    
   
    /* background-color: var(--fuente); */
    width: 20%;
    height: auto;
    margin: 0px;
    transition: all 0.5s ease;
  

}

.imagenes img {

    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease;
      

}

.dimagenes {
    
    /* border-radius: 50% 0% 0% 0%;  */
  
  

    /* background-color: var(--fuente); */
    width: 200px;
    height: 100%;
    margin: 0px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dimagenes img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    align-items: center;

}

 .banner {

    z-index: 2;
    background-color:var(--fuente);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  
}

.ptitulo h1 {

    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: var(--font-family) ;
    color: var(--fuente);
    font-size: 30px;
    margin: 10px;
    text-align: center;

}

.presumen span {

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: center;
    margin: 5px;


}

.presumen p {

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 10px;


}

.titulo .h1 {

    margin: 10px;
    padding: 0;
    color: var(--fuente);
    font-size: 30px;
    font-family: var(--font-family); /*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /* font-style: italic; */
   display: flex;
}

hr {

    margin-top: 20px;
    width: 45%;
    color: var(--fuente);
    border-style: dashed;
    
   
}

/*PRODUCCION*/


/*tooltips*/

.tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    font-size: 15px;
    background-color: var(--fuente);
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .color-blanco {

    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }

 
@keyframes zoom-out {
    from {top: -600px;}
    to {top: 0px;}

  
}

@keyframes zoom-in {
    from {top: 100vh;}
    to {top: 0px;}

  
}

/*tooltips*/
/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 1179px) {

    .fondo-inicial {
 
 
         height: auto;
         width: 100%;
 
     }
 
     .fondo-noticias {

        flex-direction: column-reverse;
        justify-content: space-between;
        flex-wrap: wrap;

     }
 
     .fondo-noticias-der {

        width: 90%;
        margin: 20px;

     }

     .caja {

        width: 90%;
        min-width: 250px;
        height: 300px;
        margin: 20px;
        

     }
    
    .imagen-principal {
        width: 250px;
        height: 250px;
      
    } 

    .imagen-principal img {

        min-width: auto;
    }

    .imagen {

        height: 70%;

    }

    .texto-principal {
        height: 35%;
        text-align: center;
    }

   

     .pietitulo {

        bottom: 20px;

     }

     .subtitulo {

        margin-top: 20px;

     }

     
     img {

        width: 100%;
        height: 100%;

     }

     .texto-principal h1{

        margin-top:40px;
         font-size: 35px; 
         margin: 0;
       
    }
    
    .texto-principal span{
    
        margin: 0;
        font-size: 25px;
      
    }
    
    
    .texto-principal p{
        margin: 0;
        font-size: 20px;
     
    } 

    .pietitulo p {

        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0,0.5);
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    }

    .produccion {

        flex-direction: column;
        height: auto;
        overflow: hidden;
    }

   .pimagenes {

    width: 85%;
    height: 150px;
   
   }

   .imagenes {

        width: 30%;

   }

   .pdatos .dresumen {

    flex-direction: column;
    justify-content: space-between;
    align-items: center;

   }

   .pdatos .dresumen2 {

    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    

   }

   .flexbox {

    width: 100%;
    height: auto;
    margin: auto;
}

.fleximg {

    width: 100%;
    height: auto;
}

.fleximg .dimagenes {

   
    height: 50%;
    width: 50%;
    border-radius: 50%;
    
    /*
float: left;
      width: 150px;
      height: 150px;
      margin: 20px;
      shape-outside: circle(50% at 30%);
      clip-path: circle(50% at 0%);
      background: lightblue;
    */
}

.pdatos h1 {

    font-size: 30px;

} 
.titulo h1 {

    font-size: 20px;
    align-items: center;
}
    
 }
 
 @media only screen and (max-height: 636px) {

    .caja-principal {

        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }

    .caja-principal .imagen-principal {

        width: 150px;
        height: 150px;
        
    }

    .mas-principal {

        min-width: auto;
      

    }
  
    .caja-principal img {

        min-width: auto;
        object-fit: contain;

    }
 }