/*FONT FACE*/
@font-face {
   font-family: Lato;
   src: url(fonts/Lato-Regular.ttf);
   font-weight: 400;
}
@font-face {
   font-family: Lato;
   src: url(fonts/Lato-Italic.ttf);
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: Lato;
   src: url(fonts/Lato-Bold.ttf);
   font-weight: 700;
}
@font-face {
   font-family: Lato;
   src: url(fonts/Lato-BoldItalic.ttf);
   font-weight: 700;
   font-style: italic;
}
@font-face {
   font-family: Lato;
   src: url(fonts/Lato-Black.ttf);
   font-weight: 900;
}
@font-face {
   font-family: Lato;
   src: url(fonts/Lato-BlackItalic.ttf);
   font-weight: 900;
   font-style: italic;
}

*{font-family: 'Lato', sans-serif;}
h1{font-weight: 900; font-size: 2em;}
div.g-recaptcha {margin: 0 auto;width: 304px;}

/* PARA CAMBIAR LA FORMA DE PASAR LOS SLIDES */
.carousel-indicators li {width:10px;height:10px;border-radius:50%;background-color:#CE2172;border: 2px solid #fff;}

/******* HEADER ********/

.navbar{box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); background-color: white;}
.nav-link{font-size: 0.8rem;font-weight: 600;color:#2C3487;}
.nav-item a{position: relative;}

/* Animacion linea debajo de palabra*/
.nav-item a:after {
	content: "";
	display: block;
	height: 2px;
	width: 0px;
	background: #2C3487;
	transition: all .3s;
}
.nav-item a:hover:after {width: 0%;}

.dropdown-menu{	
	border: none;
	min-width: 200px;
	border: 0px solid #bfc1c3;
	border-top: none;
	padding: 20px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-left:0px;
	margin-top: 0px;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	background-color: #2B2F72;
}

.dropdown-menu a{
	padding: 0px 20px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color:white;
}
.dropdown-menu a:hover{
	color:#9a9eec;
}
.dropdown-menu a:hover:after{width: 0px;}
.dropdown:hover>.dropdown-menu{display:block;}
.dropdown-divider{border-top: 1px solid #CE2172;}

/* Texto normal, bold, black */ 
.text-400{font-weight: 400;}
.text-700{font-weight: 700;}
.text-900{font-weight: 900;}

/* COLORES TEXTO*/
.azul{color:#2B2F72;}
.azulclaro{color:#9a9eec;}
.rosa{color:#CE2172;}

/* COLORES FONDO*/
.fazul{background-color:#2B2F72;}
.fazulclaro{background-color:#9a9eec;}
.frosa{background-color:#CE2172;}

/* PARA VIDEO DE YOUTUBE */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:15px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* The container */
.pre {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.pre input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.pre:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pre input:checked ~ .checkmark {
  background-color: #3B3F91;;
}

.custom-select {
    width: auto;
    background-color: #00FFFF;
    color:#081e3f;
}

/* BOTON WHATSAPP*/
.btn-floating {
    display: block;
    background-color: #5cb85c;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 60px;
    height:60px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating i {
    line-height: 60px;
    padding-left: 11px;
  font-size: 2.5rem;
  color:white;
}
.btn-floating i:hover {
  color:white;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
#err_wnombre,#err_wemail,#err_wapellido,#err_wmensaje{
  color:red;
  margin-top: 0px;
}
.modal{
  display: none;
 /* Modal Header */
}
.modal-header {
  padding: 10px 14px;
  background-color: #5cb85c;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: helvetica;
  font-size: 12px;
}

/* Modal Body */
.modal-body {padding: 16px 16px;}

/* Modal Content */
.modal-content {
  top:100px;
  border-radius: 10px;  
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* The Close Button */
.cerrar {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}

.cerrar:hover,
.cerrar:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.w-form-control {
    border-radius: 0px;
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #4CAF50;
    margin: 10px 0px 10px 0px;
    width: 100%;
    }

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 100px; opacity: 1}
} 
.btn_enviar{
border: none;
border-radius: 5px;
display: inline-block;
padding: 8px 16px;
text-align: center;
cursor: pointer;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
margin-top: 10px;
}
@media only screen and (min-width: 992px)
 {/*laptop*/
  .modal-content {width: 20%;}
}