@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
body{
	font-family: 'Montserrat', sans-serif;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
.barra-azul{
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.texto-menu-sup{
	color: #00c9ff;
	font-weight: bold;
	
}
.texto-menu-sup .nmenu{
	height: 3px;
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
	
}


.opc-menu{
	cursor: pointer;
	display: inline-block;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 3px solid #ffffff;
}

.opc-menu:hover{
	border-bottom: 3px solid #00c9ff;
}

.activo{
	border-bottom: 3px solid #00c9ff;
}

.slider-ini{
	min-height: 65vh;
}

.form-cotiza{
	background:#ffffff;
	color: #000000;
	border-radius: 20px;
	min-height: 200px;
	width: 270px;
	margin: 0 auto;
	-webkit-box-shadow: 8px 27px 36px 5px rgba(0,92,136,1);
	-moz-box-shadow: 8px 27px 36px 5px rgba(0,92,136,1);
	box-shadow: 8px 27px 36px 5px rgba(0,92,136,1);
}
.titulo-form{
	font-size: 16px;
	font-weight: bold;
}

.input-form-w{
	width: 80%;
	margin: 0 auto;
	padding-left: 20px; 
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #aeaeae;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}
.input-form-w:focus{
	border: 1px solid #085f8b;
	color: #085f8b;
}

.input-form-w:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #085f8b;
	opacity: 1; /* Firefox */
}

.input-form-w:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #085f8b;
}

.input-form-w:focus::-ms-input-placeholder { /* Microsoft Edge */
	color: #085f8b;
}

.texto-bajo-form{
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
}
.envia-form{
	border: none;
	color: #ffffff;
	background: #0000ff;
	width: 80%;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-radius: 20px;
}
.boton-web{
	border: none;
	color: #ffffff;
	background: #0000ff;
	width: 180px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-radius: 20px;
}

.texto-icono{
	color:#000000;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
}

#barrasepara{
	background: #0000ff;
	color: #ffffff;
}

.texto-barra-1{
	font-weight: bold;
	font-size: 20px;
}
.texto-barra-2{
	font-size: 20px;
	margin-top: -20px;
}
.barrabajo{
	width: 200px;
	height: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 0 auto;
}

.imagen-galeria{
	cursor: pointer;
	-webkit-transition: 0.5s -webkit-filter linear;
	-moz-transition: 0.5s -moz-filter linear;
	-moz-transition: 0.5s filter linear;
	-ms-transition: 0.5s -ms-filter linear;
	-o-transition: 0.5s -o-filter linear;
	transition: 0.5s filter linear, 1s -webkit-filter linear;
}

.imagen-galeria:hover{ 
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.boton-whatstapp{
	color:#ffffff;
	background: #00d45e;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-radius: 5px;
}
.boton-whatstapp:hover{
	color:#ffffff;
	text-decoration: none;
}
#pie{
	background: #0000ff;
	color: #ffffff;
}
#bozke{
	background: #7d7d7d;
	color: #ffffff;
	font-size: 14px;
}
.center-movil{
	  text-align: right;
  }
.menu-sticky{
	background: #0000ff;
	
}
.sticky-blanco{
	padding: 10px 15px;
	background: #ffffff;
	color: #0000ff;
	margin: 0 auto;
	border-radius: 15px;
	width: 250px;
}
@media (max-width: 370px) {
  h1{
	  font-size: 1.5rem;
  }
  .center-movil{
	  text-align: center;
  }
}