/*import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* CSS Tarjetas dinamicas*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

body{
    background: #F1FAFF;
}

.container__card{
    max-width: 1600px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card__father{
    margin: 20px;
    perspective: 1000px;
}

.card__father:hover .card{
    transform: rotateY(180deg);
    
}

.card{
    width: 350px;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 600ms;
}

.card__front{
    background-size: cover;
    background-position: center;
}

.card__front,
.card__back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.card__back{
    transform: rotateY(180deg);
    background: white;
}

.body__card_front{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: translateZ(60px);
}

.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
}

.body__card_back{
    padding: 40px;
    text-align: center;
    transform: translateZ(60px);
}

.body__card_back p{
    margin-top: 30px;
    font-size: 18px;
}

.body__card_back input{
    padding: 10px 40px;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: white;
    background: #1476c7;
    box-shadow: 1px 1px 30px -5px #58B0F6;
    border-radius: 10px;
    transition: box-shadow 600ms;
}

.body__card_back input:hover{
    box-shadow: 1px 1px 30px 0px #449de6;
}

/* CSS Nosotros*/

.titulo{
    margin-top: 15px;
    margin-bottom: 30px;
}
.Subtitulo{
    margin-top: 15px;
    margin-bottom: 30px;
}
.Tituloservicio{
    margin-top: 15px;
    margin-bottom: 30px;   
}


.mdi mdi-check icon-verde{
    content: "•";
    color: #00b5e2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; 
}

.Video{
    margin-top: 50px;
    margin-bottom: 50px;
}
.large{
    margin-top: 8px;
    margin-bottom: 8px;
    text-justify: inter-palabra;
}


/* CARRUSEL*/
.carousel-item{
  /*heigth: 32rem;*/
  background: #000;
  color:white;
  position: relative;
  background-position: center;
  background-size: cover;
}
.overlay-image{
  opacity: 0.5;
}


/* CONTACTENOS */

#contactenos{
    margin-top: 10px;
    margin-bottom: 15px;
}

#name{
    margin-top: 10px;
    margin-bottom: 15px;
}
#email{
    margin-top: 10px;
    margin-bottom: 15px;
}
#phone{
    margin-top: 10px;
    margin-bottom: 15px;
}
#enviar{
    margin-top: 15px;
    margin-bottom: 30px;
}
.contenedor_todo{
    margin-top: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
}


/*INDICE*/


/*LOGIN*/
#container_login{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 550px; /* Fija la altura del contenedor */
    overflow: hidden; /* Oculta contenido que exceda los 40px */
}


/*LINK DE INTERES*/

.flex_container {
       
    display: flex;
    width: 90%;
    /* height:640px; */
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
    /* align-content: space-around; */
    padding: 20px;
    /* justify-content: space-between */
}

.caja{
    /* border: solid 1px; */
    /* background: rgb(70,70,70); */
    padding:20px;
    width: 300px;
    height:200px;
    justify-content: center;
    flex-wrap: wrap;
    align-self: center;
    align-content: space-around;
    align-items: baseline;
    text-align: center;
  
    
}
.caja img{
    width: 80%;
    height:60%;
    padding:8px;
    /* align-items: center; */
    /* align-content: space-around; */
    justify-content: center
}


/*LINK DE INTERES*/

.flex_container_calculos {
       
    display: flex;
    flex-wrap: wrap;
     /* width: 90%;*/
    flex-direction: column; 
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
 
    justify-content: center;
    /* align-content: space-around; */
    padding: 20px;
    /* justify-content: space-between */
}

.caja_calculos{
    /* border: solid 1px; */
    /* background: rgb(70,70,70); */
    padding:20px;
    width: 400px;
    height:500px;
    justify-content: center;
    flex-wrap: wrap;
    align-self: center;
    align-content: space-around;
    align-items: baseline;
    text-align: center;
}



/*CONTACTENOS API WTS*/
.image-icon-whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.image-icon-whatsapp:hover{
    transform: scale(0.9);
}

.image-icon-whatsapp:active{
    transform: scale(0.8);
}

.formulariowtsp{
    width: 220px;
    height: 280px;
    background:orange;
    border-radius: 5px;
    position: absolute;
    bottom: 90px;
    right: 60px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.22);
    background:white;
    padding: 5px 10px;
    display: none;
}

.inputwts{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-family: arial;
    font-size: 13px;
    border-radius: 5px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;
}

.inputwts:focus{
    outline: none;
}

.textareawts{
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    font-family: arial;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;

}

.textareawts:focus{
    outline: none;
}

.newmessagewts{
    font-family: arial;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 10px;
}
.btnwtsp{
    width: 100%;
    border: none;
    padding: 5px;
    background: #00a82d;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

label{
    font-family: arial;
    font-size: 14px;
    color: #333333;
}

.entrarysalir{
    display: block;
}

.closemodal{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: #00a82d;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    line-height: 15px;
    cursor: pointer;
}