html{min-width: 315px;}
html,body{overflow-x: hidden;}
div,body{margin:0;padding: 0;}


/*Grid*/
@media (min-width: 768px){.container{width:98%;max-width:1100px;}}
.contenido{width:100%;max-width: 1800px;margin:0 auto;padding:3px 15px;}


/**/
section{padding:35px 0;}

.uppercase{text-transform: uppercase;}
.light{font-family:'gothamlight', sans-serif;}
.reg{font-family:'gothambook', sans-serif;}
.med{font-family:'gothammedium', sans-serif;}
b,.bold{font-family:'gothambold', sans-serif;}
strong,.xbold{font-family: 'Montserrat-ExtraBold',sans-serif;}
.italic{font-style: italic;}
.bordersello{border:2px solid #00869a;}
.colorsello{color: #00869a;}
.colorestrada{color: #00869a;}
.bg-colorestrada,.bg-sello{background-color: #00869a;}
.bg-sellolight{background-color: #77e0ef;}
.black{color: black;}
.white,.linkw{color: white;}
.bgwhite{background-color: white;}
.bggris{background-color: #b6b6b6;}
.lila{color: #7f7ccb;}
.underline{text-decoration:underline;}
.center{text-align: center;}
.right{text-align: right;}
.td-none{text-decoration:none!important;}

/*Espacios*/
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.p3-5{padding:3px 5px;}

.sep10{display:block;height: 10px;width: 100%;}
.sep20{display:block;height: 20px;width: 100%;}


input{outline:0;}
.txtgral{font-size:1.05em;line-height: 1.35;}


/*íconos sociales en menú y footer*/
.social a{text-decoration: none;}
.social img{width:26px;margin-right:5px;}
.social img:hover,.social img:focus{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s;transition:all 0.3s ease;}

/*WhatsApp*/
.whatsapp{background-color:#06c306;color:#fff;width:55px;height: 55px; border-radius:50px;padding:5px;position:fixed;bottom:20px;right:20px;box-shadow:3px 3px 3px rgba(0,0,0,0.35);z-index:999;text-align: center;cursor:pointer;}
.whatsapp .icon:hover,.whatsapp a:hover{color: #fff;}
.whatsapp .icon{font-size:31px;margin:3px auto 2px 2px;display:inline-block;}
.bi-whatsapp::before{vertical-align:baseline;}
.whatsapp:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s;transition:all 0.3s ease;}

@media(min-width:600px){
  .whatsapp{bottom:30px;right:30px;}
}
@media(min-width:768px){
  .whatsapp{right:30px;}
}
@media(min-width:1100px){
  .whatsapp{width:50px;height:50px;right:3%;bottom:5%;}
  .whatsapp .icon{font-size:30px;margin:1px auto 2px 2px;}  
}

/*MENSAJES ERROR*/
.error, .exito{font-family: 'gothammedium', sans-serif;}
.error{
  text-align:center;
  background:#c71c31;
  color:white;
  border-top:1px solid white;
  font-size:18px;
  line-height: 20px;
  margin:0;
  padding: 15px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom:0;
  min-height:100px;
  left: 0;
  display: none;
}
/*MENSAJES ÉXITO*/
.exito{
  text-align:center;
  background:#249d5c;
  color:white;
  border-top:1px solid white;
  border-radius:5px;
  font-size:18px;
  line-height:20px;
  margin:0;
  padding:15px;
  display:none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom:0;
  min-height:100px;
}
.error a:hover, .exito a:hover{color: white;}
.error .areacierre{background-color: #c71c31;}
.exito .areacierre{background-color: #249d5c;}
.areacierre{border-radius: 35px;margin: -43px auto 15px auto;padding:15px;width: 55px;display: block;cursor: pointer;}
.cruzcierre{width: 25px;height: auto;}

@media(max-width: 767px){
	.error, .exito{font-size:17px;}
}
@media(max-width: 599px){
	.error, .exito{font-size:15px;}
}