/********************************************/
/* Font Face  *******************************/
/********************************************/
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-Regular.otf);
   font-weight: 400;
}
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-Italic.otf);
   font-weight: 400;
   font-style: italic;
}
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-Bold.otf);
   font-weight: 700;
}
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-BoldItalic.otf);
   font-weight: 700;
   font-style: italic;
}
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-Black.otf);
   font-weight: 900;
}
@font-face {
   font-family: Montserrat;
   src: url(fonts/Montserrat-BlackItalic.otf);
   font-weight: 900;
   font-style: italic;
}

*{font-family: 'Montserrat', sans-serif;}
h1{font-weight: 900; font-size: 2em;}
div.g-recaptcha {margin: 0 auto;width: 304px;}
.ancla:before {
      display: block;
      content: " ";
      margin-top: -130px;
      height: 130px;
      visibility: hidden;
}

/* 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;}

/********************************************/
/* Menú *************************************/
/********************************************/
.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 #B24D9D;}

/********************************************/
/* Texto y colores **************************/
/********************************************/
.text-400{font-weight: 400;} /*Normal*/
.text-700{font-weight: 700;} /*Bold*/
.text-900{font-weight: 900;} /*Black*/
.violeta,.color1{color:#B24D9D;}
.fvioleta,.fcolor1{background-color:#B24D9D;}
.azul,.color2{color:#4A84B9;}
.fazul,.fcolor2{background-color:#4A84B9;}
.lila,.color3{color:#D8C5E0;}
.flila,.fcolor3{background-color:#D8C5E0;}
/********************************************/
/* Video 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%;
}
/********************************************/
/* Campos Formulario ************************/
/********************************************/
#error_nombre,#error_apellido,#error_email,#error_email1,#error_dni,#error_telefono,#error_profesion,#error_institucion,#error_pais,#error_provincia {
  color:#D8C5E0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
}
/********************************************/
/* Custom Checkbox **************************/
/********************************************/
.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;
}
.pre input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 5;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.pre:hover input ~ .checkmark {
  background-color: #ccc;
}
.pre input:checked ~ .checkmark {
  background-color: #3B3F91;;
}
.custom-select {
    width: auto;
    background-color: #00FFFF;
    color:#081e3f;
}

/********************************************/
/* Botón 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;
}
/********************************************/
/* modal WhatsApp ***************************/
/********************************************/
.modal{
  display: none;
}
.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 {padding: 16px 16px;}

.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%;
    }
#err_wnombre,#err_wemail,#err_wapellido,#err_wmensaje{
  color:red;
  margin-top: 0px;
}
/* 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%;}
}

/********************************************/
/* popup ************************************/
/********************************************/
.popup,.popup-onload {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
}
.popup-container,.popup-container-onload {
  position: relative;
  width: 90%;
  max-width: 400px;
  top:250px;
  margin: 0 auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animatetop;
  animation-duration: 0.4s;
}
@keyframes popup_animatetop {
  from {top: -300px; opacity: 0}
  to {top: 250px; opacity: 1}
} 
.popup-container p {
  padding: 1.5em 1em 0em 1em;
}
.popup-close {
  margin: 1em auto;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 1em;
}
/********************************************/
/* boton top ********************************/
/********************************************/
#boton_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 22px; /* Place the button at the bottom of the page */
  right: 85px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #B24D9D; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
}
#boton_top:hover {background-color: #B24D9D;}

/********************************************/
/* animaciones ********************************/
/********************************************/
.zoomin{-webkit-animation-name:zoomin;animation-name:zoomin;animation-duration:1s;animation-fill-mode:both;}
@keyframes zoomin{
  from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  to{opacity:1}}

.slideinleft{-webkit-animation-name:slideinleft;animation-name:slideinleft;animation-duration:1s;animation-fill-mode:both;}
 @keyframes slideinleft{
  from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
  to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.slideinright{-webkit-animation-name:slideinright;animation-name:slideinright;animation-duration:1s;animation-fill-mode:both;}
 @keyframes slideinright{
  from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
  to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
 
.slideinup{-webkit-animation-name:slideinup;animation-name:slideinup;animation-duration:1s;animation-fill-mode:both;}
@keyframes slideinup{
  from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}
  to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
 