/*TAGS*/
body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

footer {
  position: absolute;
  /*align-items: center;*/
  background-color: #0099ff;
  color: #e1f0fa;
  width: 99,5%;
  height: 70px;
  line-height: 30px;
  text-align: center;
  top: 99%;
}

header {
  margin: -5;
  background-color: #0099ff;
  color: #e1f0fa;
  /*height: 20%;
  -webkit-
  -moz-
  -webkit-height: 107px;
  -moz-height: 137px;*/
  height: 257px;
}

header hgroup h1 {
  font-family: "Candal", sans-serif;
  font-weight: bolder;
  font-size: 350%;
  font-style: italic;
  height: 50%;
  margin-left: 5px;
  width: 8%;
}

header hgroup aside{
  float: right;
  height: 90%;
  margin: 0;
  margin-right: 5px;
  padding-top: 0%;
  position: relative;
  text-align: right;
  top: -110px;
  width: 23%;
}

nav{
  height: 23%;
  position: absolute;
  top: 95px;
  width: 77%;
}

section{
  top:1300px;
  border-width: 0;
  height: 70%;
  width: 100%;
}
/*ID*/
#Navi {
  position: relative;
  /*top: 100px;*/
  list-style: none; /*Saca las viñetas*/
  margin: 0;
  margin-left: 5px;
  padding: 0;
}

#Navi li {
  margin: 2px;
  padding: 2px;
  float: left; /*Pone los links horizontales*/
}

#Navi li a {
  display: block; /*Convierte el vinculo en bloque*/
  width: 250px; /*Determina el ancho*/
  height: 60px;
  text-decoration: none; /*Saca la linea inferior*/
  text-align: right;
  background-color: #0099ff;
  color: #e1f0fa;
}

/*Define los links cuando se pasa el ratón por encima*/
#Navi li a:hover {
  color: #0099ff;
  background-color: #e1f0fa;
  padding-bottom: 0px;
  /*Transition determina cómo cambia lo que cambia*/
  transition: all 400ms linear;
}

#Navi li a:hover .ExplanationOption {
  /*opacity: 0.3;*/
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: ExplanationMove;
}

#Navi li a:hover .IcoContact {
  /*Debo arreglar esto*/
  /*opacity: 0.3;*/
  /*background: 	url(Imgs/MB_0007_book_blue.png) no-repeat;
  background-image: url(Imgs/MB_0007_book_blue.png) no-repeat;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: IcoMove;*/
}

#Navi li a:hover .IcoProduct {
  /*Debo arreglar esto*/
  /*opacity: 0.3;*/
  /*background: 	url(Imgs/MB_0007_book_blue.png) no-repeat;*/
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: IcoMove;
}

#Navi li a:hover .IcoIndex {
  /*Debo arreglar esto*/
  /*opacity: 0.3;*/
  /*background: 	url(Imgs/MB_0007_book_blue.png) no-repeat;*/
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: IcoMove;
}

/*Class*/
.ActiveOption {
  color: #0099ff;
  background-color: #e1f0fa;
  display: block; /*Convierte el vinculo en bloque*/
  width: 250px; /*Determina el ancho*/
  height: 60px;
  text-align: right;
}

.ActiveOption .ExplanationOption {
  animation-duration: 3ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: ExplanationMove;
}

/*.EnterpriseInfo {
  float: right;
  position: relative;
  text-align: right;
  margin: 0;
  margin-right: 5px;
  top: -67px;
}*/

.ObligatoryField::before {
  font-weight: 900;
  font-style: normal;
  color: red;
  content: "*";
}

.Address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: red;
  content: "\f015- ";
}

.Phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: red;
  content: "\f1ac - ";
}

.ContactForm {
  color: #0077dd;
  text-align: left;
  padding: 20px;
  position: relative;
  float: left;
  top: 15px;
  height: 350px;
  width: 55%;
  font-family: "Latol", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

.ContactForm section {
  text-align: right;
  position: inherit;
  left: 58%;
  float: right;
  padding-top: 120px;
  padding-right: 20px;
  top: 0;
  width:38%;
  z-index: 1;
}

.GoogleMaps {
  margin: 0;
  padding: 0;
  position: inherit;
  position: absolute;
  float: right;
  top: 285px;
/*  left: 59%;*/
  height: 370px;
  width: 40%;
}

.IcoActive {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  top: -25px;
  left: 12px;
}

.IcoNoActive {
  position: relative;
  /*background-image: url(Imgs/MB_0008_phone_white.png) no-repeat;*/
  height: 48px;
  width: 48px;
  float: left;
  top: -25px;
  left: 30px;
}

.IcoIndex {
  position: relative;
  float: left;
  top: -25px;
  left: 30px;
}

/*.IcoProduct {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  top: -25px;
  left: 30px;
}*/

.imgFB {
  border-width: 0;
  height: 30px;
  vertical-align: -8px;
  width: 30px;
}

.imgFB:hover {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-name: FBMove;
}

.MainContainer {
  color: #0077dd;
  text-align: left;
  position: sticky;
  width: 80%;
  left: 10%;
  font-family: "Latol", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

.MainOption {
  position: relative;
  font-size: 30px;
  float: right;
  width: 200px;
  height: 30px;
}

.PointerActive {
  position: relative;
  top: 100%;
  left: 2%;
}

.ToolTip {
  position: relative;
}

.ToolTip:hover:after {
  text-align: center;
  background: #0077dd;
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e1f0fa transparent transparent transparent;
  bottom: 26px;
  color: #e1f0fa;
  content: attr(id);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  /*width: 200px;*/
  font-size: 30px;
  opacity: 0.6;
}

.ProductImage {
  width: 50%;
  height: 35%;
  transition: all 300ms ease;
}

.ProductImage:hover {
  filter: none;
  transform: scale(1.11);
}

/*span.TanqueAzul
{
	visibility: hidden;	
}*/

.ProductsTable {
  position: absolute;
  top: 265px;
  margin: 0;
  padding: 0;
  align-content: center;
  padding-left: 10%;
  width: 99%;
  height: 60%;
  overflow: hidden;
}

.ExplanationOption {
  position: relative;
  font-size: 15px;
  float: right;
}

.SendButtonIn {
  font-family: "Latol", sans-serif;
  font-size: 16px;
  color: #0077dd;
  background-color: #e1f0fa;
  border: none;
  display: inline-block;
}

.SendButton {
  overflow: hidden;
  background-color: #e1f0fa;
  padding: 10px 35px;
  overflow: hidden;
  border: 2px solid #0099ff;
  color: #0099ff;
  position: relative;
  top: 5px;
  width: 25px;
}

.SendButton:hover {
  box-shadow: 0px 0px 10px rgba(0, 125, 255, 0.3);
}

.SendButton::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2b6";
  position: absolute;
  top: 11px;
  left: -60px;
  visibility: hidden;
  transition: all 200ms ease;
}

.SendButton:hover::before {
  visibility: visible;
  left: 15px;
}

.TextBox {
  background-color: #e1f0fa;
  border-radius: 3px 3px 3px 3px;
}

/*Animaciones*/
/*Define la animación nombrada*/
@keyframes ExplanationMove {
  0% {
    color: black;
    transform: scale(1);
    opacity: 1;
  }

  100% {
    color: blue;
    color: #33ccff;
    transform: scale(1.5);
    z-index: 1;
    opacity: 0.7;
  }
}

@keyframes IcoMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-17px);
  }
}

@keyframes FBMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
