@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

p, h1, h2, h3, h4, dl, ol, ul{
	font-family: 'Montserrat', sans-serif;
}
section{
	padding: 25px 0px 25px 0px;
}

.principal{
	background-image: url("img/banner-principal.jpg");
	min-height: 647px;
}

.titulo1{
	color: white;
	padding-top: 200px;
	font-weight: bold;
}

.texto1{
	color: white;
	font-size: 29px;
}

.tituloAzul{
	color: #2868AD;
	font-weight: bolder;
	font-size: 43px;
	text-align: center;
	padding-top: 50px;
}

.tituloAzul2{
	color: #2868AD;
	font-weight: 800;
	font-size: 43px;
	text-align: center;
	padding-top: 50px;
}

.azul2{
	text-align: center;
	font-size: 29px;
color: #2868AD;
}

.seccionAzul{
	background-color: #2868AD;
	color: white;
}

.blanco{
	text-align: center;
	font-size: 29px;
	padding-top: 40px;
}

.textoContacto{
	font-size: 24px;
}

input[type=text] {
  border: 2px solid #2868AD;
  border-radius: 4px;
	min-width:  100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
	padding-left: 15px;
}

textarea{
  border: 2px solid #2868AD;
  border-radius: 4px;
	min-width:  100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
	padding-left: 15px;
}

.botonWhats{
	padding: 10px 0px 10px 0px;
	border: solid #2868AD;
	color: white;
	background-color: #2868AD;
	border-radius: 29px 29px 29px 29px;
	text-align: center;
	font-size: 18px;
	min-width: 100px;
}

input[type=submit]{
	padding: 10px 0px 10px 0px;
	border: solid #2868AD;
	color: white;
	background-color: #2868AD;
	border-radius: 29px 29px 29px 29px;
	text-align: center;
	font-size: 18px;
	min-width: 300px;
}

.logo{
	max-height: 80px;
	border: none;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: white;
}

/* Navbar links */
#navbar a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px;
	font-family: 'Montserrat', sans-serif; 
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
	color: black;
	    margin-right: 16px;
}

/* Whatsapp button */
.whatsappButton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

/* Call button */
.callButton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#3366cc;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  visibility:hidden;
}

.my-float{
	margin-top:16px;
}

@media only screen and (max-width: 480px)  {
	.mobilesOnly {visibility:visible;}
}
