body{
  margin: 0px;
  padding: 0px;
  font-family: arial;
  background-image: url(../img/backBody.png);
  background-position: center;
  animation: fadein 1s, efectorotacion 0.4s;
}
@keyframes efectorotacion {
	0% { transform:rotateX(70deg) rotateY(90deg) scale(1.2,1.2);}
	100%{  transform:rotateX(0deg) rotateY(0deg) scale(1,1)}
}
@keyframes fadein {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.container{
  width: 1349px;
  position: relative;
  box-shadow: 0 0 6px 2px #00000057;
  margin: 0 auto;
  background:url(../img/backContain.png), linear-gradient(180deg, rgba(1,68,122,1) 0%, rgba(29,117,188,1) 100%);
  background-attachment: fixed;
}
header{
  display: flex;
justify-content: space-between;
position: absolute;
width: 100%;
background-image: url(../img/backLogo.png);
    background-size: 542px;
    background-repeat: no-repeat;
    height: 563px;
}
 .backLogo2{
  background-image: url(../img/backLogo2.png);
      background-size: 407px;
      background-repeat: no-repeat;
      height: 563px;
}
.logo{
width: 260px;
position: absolute;
padding: 40px;
}
.fondoLogo{
  width: 500px;
}
nav{
  padding: 30px 59px;
position: absolute;
right: 0;
  z-index: 3000;
}
.menumovil{
  display: none;
}
ul{
  list-style: none;
  display: flex;
}
.menu{
  text-decoration: none;
  color: #fff;
  padding:2px 13px;
  font-size: 17px;
  font-weight: bold;
  margin: 0 5px;
}
.menu:hover{
  border-bottom: solid 5px #fff;
}
.activo{
  border-bottom: solid 5px #fff;
}
.tarros{
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 150px;
}
.flecha{
  position: relative;
  margin: 0 auto;
  width: 161px;
  animation: arribaAbajo 1s infinite;
}
@keyframes arribaAbajo{
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(-25px);
  }
  100%{
    transform: translateY(0px);
  }
}
.InfoInicio{
  position: relative;
  height: 449px;
}
.InfoGracias{
  position: relative;
  height: 449px;
  margin-bottom: 200px;
}
.imagenInfo{
  position: absolute;
  left: 60px;
  top: 0;
  z-index: 3;
}
.ContentText{
  background-color: #00ADD4;
  padding: 25px 56px;
  margin: 0 auto 0;
  width: 900px;
  box-sizing: border-box;
  box-shadow: 0 0 12px 1px #00000073;
  transform: translateY(110px);
  z-index: 1;
  text-align: right;
}
.infomacion{
  text-align: center;
      font-size: 16px;
      color: #fff;
}
.InformacionTexto{
  text-align: right;
    width: 550px;
    display: inline-block;
}
.contenedorDatos{
    background: #03629D;
}
footer h3{
  font-family:   'Biryani', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 27px 10px;
  margin: 0px;
}
.facebook {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
footer .datosFooter{
  width: 100% !important;
  padding-left: 40px;
}
footer .datosFooter .footerdato p{
  margin: 0;
  color: #fff;
}
footer .datosFooter .footerdato .negrilla{
  font-weight: bold;
  padding-right: 3px;
}
footer .datosFooter .footerdato{
  display: flex;
  padding: 5px 0px;
}
footer .datosFooter .footerdato img{
  padding: 0px 5px;
}
footer .footerContenido{
  display: flex;
  justify-content: space-between;
      padding-bottom: 19px;
}
footer .IconFace{
  padding-right: 60px;
  width: 55px;
  height: 51px;
  background-image:url(img/facebook.png);
}
footer .IconFace {
    padding: 0 !important;
}
a.IconIG img {
     padding-right: 60px;
    width: 56px;
    margin: 0;
}
.IconFace2:hover{
  background-image: url(img/facebook2.png);
}
footer .copyright{
  background: #002448;
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .copyright span{
    color: #fff;
    padding: 7px 0;
    font-weight: bold;
    font-size: 12px;
}
footer .AdOne{
  display: flex;
  justify-content: flex-end;
  padding: 8px 15px;
}
/*productos*/
.contProduct{
  height: 400px;
  display: flex;
  transform: translateY(-390px);
  margin-left: 85px;
}
.contentProduct2{
  padding: 238px 0 0;
  margin-bottom: 50px;
}
.contProduct .producto{
  padding-left: 35px;
      text-align: center;
      width: 545px;
      display: flex;
      flex-direction: column;
      align-items: center;
}
.foto{
  transform: translateY(-170px);
}
 .fotonav {
   transform: translateY(-221px);
   position: absolute;
   right: 0;
}
.contProduct .producto .titulo{
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 5px;
}
.contProduct .producto .descripcion{
    font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  padding: 0 15px;
}
.contProduct .productoTitulo{
  border: solid 2px #fff;
  border-radius: 15px;
  padding: 12px 20px;
  margin: 0px 32px;
}
.contProduct table{
  margin-top: 22px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.contProduct table thead tr td{
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #01447A;
}
.contProduct table tbody tr td{
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 10px;
  padding: 9px 10px ;
  background-color: #00ADD4;
}
.contProduct .comentario{
  font-size: 20px;
color: #fff;
padding: 12px 0 ;
font-weight: bold;
}
.contacto{
  position: relative;
display: flex;
align-items: center;
flex-direction: column;
padding:200px 0 100px;
}
.contacto .contacTitulo{
  background: #01447A;
  width: 900px;
  text-align: center;
  padding: 9px 0;
  color: #fff;
  font-weight: bold;
}
.contacFomulario{
  width: 900px;
  display: flex;
  justify-content:space-around;
  background: #00AED5;
  border-radius: 0 0px 15px 15px;
  color: #fff;
  font-size: 15px;
}
.contacFomulario form .dato{
  padding: 3px;
  display: block;
}
.contacFomulario .ConctDatos .formulario input, .contacFomulario .ConctDatos .formulario textarea {
  margin: 5px 0 ;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  padding: 5px ;
  width: 300px;
}
.contacFomulario{
  padding-top: 30px;
}
.botonEnviar{
  background: #01447A;
  color: #fff;
  padding: 5px 30px;
  border: none;
  border-radius: 8px;
  margin: 15px 90px 30px;
}
.botonEnviar:hover{
  cursor: pointer;
  background: #1D75BC;
}
.slider{
  display: flex;
      justify-content: center;
      width: 100%;
      padding:150px 0 0 0;
}
.GrandeProductos{
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
}
.productoInicio{
  background: #fff;
  border-radius: 15px;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:50px;
    box-shadow: 0 0 12px 3px #00000042;
    transition: 0.5s;
}
.imagenInicio{
  width: 200px;
  padding-top: 15px;
  transition: 0.5s;
  text-decoration: none;
}
.productoInicio:hover{
  box-shadow: 0 0 20px 6px #000000a8;
}
.productoInicio:hover .imagenInicio{
    transform:scale(1.3) rotate(-15deg) translateY(-20px) translateX(14px);
}
.productoInicio:hover .tituloInicio{
    transform: translateY(-10px);
}
.productoInicio:hover .VerMas{
  background:#03629D;
}
.productoLink{
  text-decoration: none;
}
.tituloInicio{
  font-weight: 600;
  font-size: 20px;
  color: #01447A;
  margin: 0;
  transform: translateY(-24px);
  transition: 0.5s;
  text-align: center;
  padding: 0 15px;
}
.VerMas{
  background: #01447A;
  width: 100%;
  padding: 9px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size:18px;
  border-radius: 0px 0px 14px 14px;
  transition: 0.5s;
}
@keyframes  volteCaneca{
  0%{ transform: rotate(34deg);}
  100%{ transform: rotate(0deg);}
}
.caneca{
animation: volteCaneca 5s;
animation-delay: 1s;
}
.gracias{
  padding:  250px 0;
}
.imgracias{
  top: 175px;
}
.fcontentGracias{
  transform: translateY(296px);
}
h4{
  font-size: 40px;
  text-align: center;
    font-weight: bolder;
    color:#fff;
}
/* GHL Form iframe */
.ghl-form-iframe {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
  height: 764px !important;
  border: none !important;
  border-radius: 8px;
  display: block;
}