/* Colores principales */
:root {
  --color1: #002951; /*azul oscuro*/
  --color2: #0272b9; /*azul adeci*/
  --color3: #b5e0e7; /*celeste*/
  --color4: #4d4d4d; /*gris oscuro*/
  --color5: #808080; /*gris claro*/
  --color6: #fff;
}
/********************************************/
/* Font Face  *******************************/
/********************************************/

*{font-family: 'Roboto', sans-serif;}
body{background-color: var(--color2);}
h1{font-weight: 900; font-size: 2em;}
div.g-recaptcha {margin: 0 auto;width: 304px;}
.ancla:before {display: block;content: " ";margin-top: -70px;height: 70px;visibility: hidden;}

/* PARA CAMBIAR LA FORMA DE PASAR LOS SLIDES */
.carousel-indicators li {width:10px;height:10px;border-radius:50%;background-color:var(--color1);border: 2px solid #fff;}
.btn-adeci, .btn-azul, .btn-blanco {font-size: 1.7rem;font-weight: 900;padding: 10px 50px;border-radius: 20px;text-transform: uppercase;}
.btn-blanco-sm,.btn-adeci-sm {font-size: 1.3rem;font-weight: 900;padding: 10px 30px;border-radius: 10px;text-transform: uppercase;}
.btn-adeci:hover{color:var(--color2);}
.btn-azul:hover{color:var(--color3);}
.btn-blanco:hover,.btn-blanco-sm:hover{color:var(--color1);}
.titulo {text-decoration: underline solid var(--color3) 8px;font-size: 3rem;}
.fotoredondeada{border-radius: 20px;}
.text-block-azul,.text-block-adeci,.text-block-celeste {
  position: absolute;width: 92%;color: white;padding: 25px 0px;border-radius: 20px 20px 20px 20px;top: 285px;left: 30px;}
  .text-block-azul-celu,.text-block-adeci-celu,.text-block-celeste-celu {
  position: relative;width: 100%;color: white;padding: 25px 0px;border-radius: 20px 20px 20px 20px;top: -100px;}
.text-block-azul,.text-block-azul-celu{background: rgba(0, 41, 81, 0.9);}
.text-block-adeci,.text-block-adeci-celu{background: rgba(2, 114, 185, 0.9);}
.text-block-celeste,.text-block-celeste-celu{background: rgba(181, 224, 231, 0.9);}

.grid {display: grid;}
.grid {grid-template-columns: 1.4fr 1fr;}
.item {padding: 30px 30px;}
.grid .item.item1 {background: var(--color1);  border-top-right-radius: 17px;}
.grid .item.item2 {background: var(--color2);}
.grid .item.item3 {background: var(--color3); border-bottom-right-radius: 17px;}
.grid .itemImg {
  grid-row: span 3;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  border-bottom-left-radius: 17px;
  border-top-left-radius: 17px;
}
.bgCover {background-size: cover;  background-repeat: no-repeat;  background-position: 50% 50%;}
.bgDots {position: absolute;z-index: 0;top: 0;right: 0;bottom: 0;left: 0;opacity: 1; background: url('../img/bg-dots-light.svg') repeat 0 0/32px auto;
}
.table{width:70%}
.fotito{cursor: pointer;max-width: 250px;}
/********************************************/
/* Menú *************************************/
/********************************************/
#logo {transition: 0.4s;}
.navbar{box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); background-color: white;}
.nav-link{font-size: 1rem;font-weight: 600;color:#b5e0e7;}
.dropdown-menu .nav-link{font-size: 0.8rem;font-weight: 600;color:white;text-transform: uppercase;}
.nav-item a{position: relative;}
/* Animacion linea debajo de palabra*/
.nav-item a:after {
	content: "";
	display: block;
	height: 2px;
	width: 0px;
	background: var(--color1);;
	transition: all .3s;
}
.nav-item a:hover:after {width: 100%;}
.nav-item a:hover {color:var(--color1);}

.dropdown-menu{	
	border: none;
	min-width: 200px;
	border: 0px solid #bfc1c3;
	border-top: none;
	padding: 20px 20px;
	border-radius: 0px 0px 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:var(--color3);
}
.dropdown-menu a:hover:after{width: 0px;}
.dropdown:hover>.dropdown-menu{display:block;}
.dropdown-divider{border-top: 2px solid var(--color3);}

/********************************************/
/* Texto y colores **************************/
/********************************************/
.text-400{font-weight: 400;} /*Normal*/
.text-700{font-weight: 700;} /*Bold*/
.text-900{font-weight: 900;} /*Black*/
.color1{color:var(--color1);}
.fcolor1{background-color:var(--color1);}
.color2{color:var(--color2);}
.fcolor2{background-color:var(--color2);}
.color3{color:var(--color3);}
.fcolor3{background-color:var(--color3);}
.color4{color:var(--color4);}
.fcolor4{background-color:var(--color4);}
.color5{color:var(--color5);}
.fcolor5{background-color:var(--color5);}
.color6{color:var(--color6);}
.fcolor6{background-color:var(--color6);}
/********************************************/
/* 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%;
}
/********************************************/
/* Efecto para foto**************************/
/********************************************/
figure {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
/* Zoom In #1 */
.hoverzoom figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.hoverzoom figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* Gray Scale */
.hovercolor img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.hovercolor:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/********************************************/
/* Campos Formulario ************************/
/********************************************/
#error_nombre,#error_apellido,#error_dni,#error_email,#error_email1,
#error_nacionalidad,#error_nacimiento,#error_calle,#error_numero,#error_piso,
#error_depto,#error_codigo,#error_localidad,#error_provincia,#error_pais,
#error_telefono_celular,#error_telefono_fijo,#error_profesion,
#error_especialidad,#error_trabaja,#error_institucion,#error_departamento
#error_puesto {
  color:red;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
/********************************************/
/* 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: 4px;
  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: var(--color1);
}
.custom-select {
    width: auto;
    background-color: #00FFFF;
    color:#081e3f;
}
/********************************************/
/* boton top ********************************/
/********************************************/
#boton_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 90px; /* Place the button at the bottom of the page */
  right: 23px; /* Place the button 30px from the right */
  width: 60px;
  height:60px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--color1); /* Set a background color */
  color: white; /* Text color */
  padding: 0;
  transition: .3s;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
  vertical-align: middle;
}
#boton_top:hover {background-color: var(--color1);}
/********************************************/
/* Botón WhatsApp ***************************/
/********************************************/
#boton_whatsapp, #boton_email{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 23px; /* Place the button at the bottom of the page */
  right: 23px; /* Place the button 30px from the right */
  width: 60px;
  height:60px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  padding: 0;
  transition: .3s;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 32px; /* Increase font size */
  vertical-align: middle;
}
#boton_whatsapp {background-color: #4CAF50;}
#boton_email {background-color: #1c3d7a;}
#boton_whatsapp:hover {background-color: #4CAF50;}
#boton_email:hover {background-color: #1c3d7a;}

/********************************************/
/* modal WhatsApp ***************************/
/********************************************/
.modal{
  display: none;
  background-color: rgba(52, 114, 238, 0.9);
}
.modal-header,.modal-header-email {
  padding: 10px 14px;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 12px;
}
.modal-header {background-color: #4CAF50;}
.modal-header-email {background-color: #1c3d7a;}

.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;
}
/* The Close Button */
.cerrarw {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top:0px;
  right: 10px;
}

.cerrarw:hover,
.cerrarw: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-cv {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
}
.popup-cv .popup-container {
  position: relative;
  width: 90%;
  max-width: 700px;
  top:150px;
  margin: 0 auto;
  background: var(--color1);
  border-radius: .25em .25em .4em .4em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animatetop_cv;
  animation-duration: 0.4s;
}
.popup-container {
  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}
}
@keyframes popup_animatetop_cv {
  from {top: -300px; opacity: 0}
  to {top: 150px; opacity: 1}
}
.popup-container p {
  padding: 1em 1em 0em 1em;
  color:#fff;
}
.popup-close {
  margin: 1em auto;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 1em;
}
.popup-close-cv {
  margin: 0em 1em 1em 1em;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 1em;
  background-color: var(--color3);
  color: var(--color1);
}

/********************************************/
/* correciones para celular *****************/
/********************************************/
@media only screen and (max-width: 992px)
 {/*laptop*/
  .popup-cv .popup-container {
    top:200px;
    font-size: 12px;}
  @keyframes popup_animatetop_cv {
  from {top: -300px; opacity: 0}
  to {top: 200px; opacity: 1}
  }
  .table{width:100%}
  .titulo{font-size: 1.8rem;}
}

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

.time2{animation-delay: 0.2s;}
.time4{animation-delay: 0.4s;}

.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)}}
 