#map { 
    width: 100%;
    height: 400px; 
}
    
.contactWhat{
  margin-left: 15px !important;
}
.iconWhats{
  width: 30px;
  height: 30px;
}

/*VALIDACIONES*/
.requerido{
	border: 1px solid #FF4D4D !important;
  border-radius: 4px;
}

a.tooltips {
  position: relative;
  display: block;
  text-decoration: none;
}
a.tooltips span {
  position: absolute;
  width:100%;
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  background: #FF174D;
  height: auto;
  text-align: center;
  display: none;
  border-radius: 3px;
  /*opacity: 0.9;*/
  bottom: 43px;
  z-index: 999;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FF174D;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}


.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.8); /*dim the background*/
  z-index: 99999999;
  color: white;
  display: none;
}

.loaderDiv{
  /*background: #000000;*/
  width: 60px;
  height: 60px;
  z-index: 999999999;
  top: 40%;
  left: 45%;
  padding-top: 5px;
  position: relative;
}

.fa-spinner{
  color: white;
  font-size: 60px;
}


#navigation{
  margin-top: 15px;
}

.notificaEnvio{
  border:none;
  background: #45C786;
  color:white;
  position:fixed;
  bottom:0px;
  right:5px;
  left:5px;
  z-index:10;
  font-size: 15px;
  font-family:arial; 
  border-radius:0px;
}


.logoWeb{
	width: 330px;
  margin-top: 3px;  
}

.logoWebMini{
  margin-top: 5px;
  width: 220px;
}

.faGreen{
	color: green;
}

.cWhite{
	color: white !important
}


textarea{
	resize:none;
}

#captcha{
	width: 65px;
}

.whiteBtnCotizar{
  color: white !important;
  width: 300px;
}
.whiteBtnCotizar:hover{
  color: black !important;
}



.anchoFull{
  width:100% !important;
}

.img-MediosPago{
  padding:8px;
  display:inline-block
}

#paginaNoEncontrada{
  max-width: 200px;
}

.lineaDivide{
  width: 100%;
  height: 7px;
  background:#FF6600;
}

.titulosH2{
  font-size: 22px !important;
}


/*Hover despliega menu*/
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}