@font-face {
    font-family: firesanssemibold;
    src: url(recursos/fuentes/FiraSans-SemiBold.otf);
 
}

@font-face {
    font-family: helticanue;
    src: url(recursos/fuentes/helticanue.otf);
 
}

body{
	background: #9f9d9d;
}




#mapa{
	width: 100%;
	height: 500px;
}

.mensaje{
	width: 100%;
	float: left;
	padding: 15px;
	text-align: center;
	display: none;
	margin: 15px 0px 0px 0px;
}

.enviando{
	width: auto;
	display: block;
	background: #002f80;
	padding: 15px;
	margin-top: 15px;
	display: none;
}

.mensaje.bien{
	background: green;
	color: white;
}

.mensaje.error{
	background: red;
	color: white;
	margin-bottom: 15px;
}

#sliderPrincipal .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0px;
	
	text-align: center;
}

#sliderProductos .owl-dots{
	position: absolute;
	width: 100%;
	bottom:-35px;
	left: 0px;
	
	text-align: center;
}

.owl-dot{
	width: 20px;
	height: 20px;
	display: inline-block;
	background:transparent;
	border:solid 2px white;
	border-radius: 20px;
	margin-left: 5px;
	margin-right: 5px;
		-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-dot.active{
background: white;
}


.g-recaptcha {
        display: inline-block;
}

.modal-open .modal {
    overflow-y:scroll; /* Force a navbar on .modal */
}

.modal-open .topnavbar-wrapper {
    padding-right:17px; /* Noticed that right aligned navbar content got overlapped by the .modal scrollbar */
}

.item {
      opacity: 0;
      -webkit-transform: translateZ(0);
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
    }

.navbar{
	padding: 0px;
}

.contenidoModal{
	background: #002F80;
	padding: 10px 15px;
	color: white;
}

.contenidoModal h4{
	margin-top: 0px;
	margin-bottom: 10px;
}

.modal-content{
	border: none;
	background: transparent;
}

.modal-dialog {
 margin-top: 5%;
 max-width: 700px !important;

}

.pointer{
cursor: pointer;
}

.bg-light{
	background:transparent !important;
}

.azulopa{
	

	background: rgba(0,47,128,0.8);
}

.face{
	max-height: 35px;
	margin-top: -7px;
}

.navbar-brand img{
	max-height: 80px;
	padding-top:10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}


#servicios{
	background: url('recursos/imagenes/servicios/bg.jpg');
	background-size: cover;
}

#nosotros{
padding-bottom: 45px;
background: url('recursos/imagenes/nosotros/bg.jpg');

	background-size: cover;	
}

#contacto{
	background: url('recursos/imagenes/contacto/bg.jpg');
	background-size: cover;
}

h1.bordeado{
	border: solid 2px white;
	display: inline-block;
	padding: 10px 15px;
	font-size: calc(14px + 1vw);

}

#nosotros h1.bordeado2{
	color: #002f80;
	border-color: #002f80;
}



h1.bordeado2{
	border: solid 2px white;
	display: inline-block;
	padding: 10px 25px;
	font-size: calc(14px + 1vw);
	color: white;
	font-weight: 100 !important;
	margin: 25px auto;
	text-align: center;
	
}


#productos h1.bordeado2,  #contacto h1.bordeado2{
	color: #2b2b2b;
	border-color: #2b2b2b;
}

#contacto h3{
	color: #2b2b2b;
}

.form-control{
	background: none;
	border: none;
	border-bottom: 2px solid #686868;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 25px;
}





.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b2b2b;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #2b2b2b;
  

}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #2b2b2b;
  

}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #2b2b2b;
}

/* PLACESM */ 

.placesm::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.placesm::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  

}
.placesm:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
  

}
.placesm:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

/* FIN PLACESM */ 

.form-control:focus{
	background: rgba(255,255,255,0.2);
	border-color:#204585;
}

#contacto h4{
	font-weight: 100;
}

.navbar-toggler{
	background: white;
	margin-right: 15px;
	border: none;
}

.bordes{
	border: solid 1px white;
padding: 25px;
}

.bordes2{
border: solid 1px white;
border-left: none;	
padding: 25px;
}

.bordes p, .bordes2 p{
	color: white;
}

.nopd{
	padding: 0px;
}

form button{
	background: none;
	width: 100%;
	color:#2b2b2b;
	border-color: #2b2b2b;
	padding: 10px 0px;
	cursor: pointer;

}

.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: solid 2px white;
	background: transparent;
}


h2{
	font-size: calc(14px + 0.9vw);
	font-weight: 100;
}

h3{
	color: white;
	font-weight: 100;
}

.nav-item{
	
	margin-left: 2%;
	margin-right: 4%;

}

.nav-item a{
	border: rgba(0,0,0,0) 2px solid;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-item:hover a{
	border: solid 2px white;
}

.nav-item a.nav-link{
	font-family: firesanssemibold !important;
	color: white !important;
	text-transform: uppercase;
	
}

a.nav-link.activo{
	font-family: firesanssemibold !important;
	color: white !important;
	text-transform: uppercase;
	border: solid 2px white;

}


.noborde{
	border: none !important;
}

.noborde:hover{
	opacity: 0.7;
}

#sliderPrincipal{
	max-height: 100vh;
	overflow: hidden;
	float: left;
	margin-bottom: 45px;
}

section{
	float: left;
	width: 100%;
}

#sliderPrincipal.carousel{
	
	max-height: 100vh;
	overflow: hidden;
}

#sliderPrincipal .carousel-caption{
	
	
	width: 100%;
	height: 100%;
	left: 0px;
	padding: 0px;
	top: 0px;
}

.tabla{
	display: table;
	
	text-align: middle;
	height: 100%;
	width: 100%;
	
	max-height: 100vh;
	float: left;
	background: rgba(0,0,0,0.6);
}

.celda{
	display: table-cell;
	
	vertical-align: middle;
	text-align: center;

}

.celda .text-left{
	padding-left: 5%;
}

.representantes .col-3{
	margin-bottom: 25px;
	margin-top: 25px;
}

.carousel-control-prev{
	width: 50px;
	height: 50px;
	top: 10px;
	left: auto;
	right: 130px;	
	border: solid 1px white;
	opacity: 1;
}



.carousel-control-next{
	width: 50px;
	height: 50px;
	top: 10px;
	left: auto;
	right: 70px;	
	border: solid 1px white;
	opacity: 1;	
	text-align: center;
}

.cerrar{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: solid 1px white;
	
	text-align: center;
	padding-top: 7px;
	color: white !important;
	font-weight: bolder;
	cursor: pointer;
}

.azulCompleto{
width: 100%;
background:transparent;
color: white;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
display: table;
opacity: 0;

-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}

.azulCompleto:hover{
background: rgba(0,47,128,0.8);
opacity: 1;
}

.azulCompleto span{
	display: block;
	margin-bottom:-10%;
	-webkit-transition: all 03s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: calc(18px + 1vw);
  font-weight: 100;
  
}

.azulCompleto:hover span{
margin-bottom: 0px;
}



#descarga{
	background: #31343a;
}

.enlacesBloques{
	text-align: center;
}

.enlacesBloques a{
	color: #a0a0a0;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #a0a0a0;
	margin-top: 25px;
	display: inline-block;
	margin-bottom: 25px;
	font-size: 1.75rem;
	font-weight: 100;
	margin-left: 3%;
	margin-right: 3%;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.enlacesBloques a:hover{
	text-decoration: none;
	color: white;
	border-color: white;

}


#representaciones{
	background: url('recursos/imagenes/representantes/bg.jpg');
	background-size: cover;
	background-position: center center;
}

#nosotros p{
	color: #2b2b2b;
	font-size: 17px;
}

footer{
	width: 100%;
float: left;
height: auto;
background:#002f80;
color: white;
text-align: center;
padding: 10px;
}

.my-auto{margin-top: auto;
margin-bottom: auto;}

@media (max-width: 1199px) {

.azulopa{
	max-width: 100%;

}

.navbar-collapse{
	flex-basis:0%;
}

.nav-item{
	
	margin-left:1vw;
	margin-right:1vw;
}

.nav-link{
	
	
	
}

.azulopa .mr-auto{
	margin: 0px;
	width: 100%;
	float: right;
}

 }


 @media (max-width: 991px) {

#sliderPrincipal{
	margin-top: 90px;
}
 	
.navbar-collapse{
	flex-basis:100%;
}

.nav-item{
	
	text-align: center;
}



 }


  @media (max-width: 767px) {

  	.owl-dots{
  		bottom: 5px;
  	}

#sliderPrincipal{
	margin-bottom: 15px;
}

form button{

width: 300px;
max-width: 100%;
display: inline-block;
margin-top: 10px;


}

  	.teFuiste{
  		display: none;
  	}

  	.bordes2{
  		border-left: solid 1px white;
  		margin-top: 15px;
  	}

  	.placesm::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b2b2b;
}
.placesm::-moz-placeholder { /* Firefox 19+ */
  color: #2b2b2b;
  

}
.placesm:-ms-input-placeholder { /* IE 10+ */
  color: #2b2b2b;
  

}
.placesm:-moz-placeholder { /* Firefox 18- */
  color: #2b2b2b;
}


.divisor{
	border-bottom: 2px dotted #686868;
	margin-bottom: 25px;
}

  }