@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: Abril;
    src: url(../fonts/Abril_Text_Regular.otf);
}

@font-face {
    font-family: Icons;
    src: url(../fonts/MaterialIcons-Regular.otf);
}

a{
	text-decoration:none !important;
	outline:none !important;
}

a:hover{
	text-decoration:none !important;
	outline:none !important;
}

a:focus{
	text-decoration:none !important;
	outline:none !important;
}

a:active{
	text-decoration:none !important;
	outline:none !important;
}

body{
	margin: 0 auto !Important;
	/*max-width: 1366px;*/
	
}

.bold{
	font-weight: 700;
}

.mobile{
	display:none;
}

.pc{
	display:block;
}

.pc-inline{
	display:inline;
}

.pc-arrow{
	display:inline;
}

.mobile-arrow{
	display:none;
}

.light{
	font-weight: 300 !important;
}

.regular{
	font-weight: 500 !important;
}

.white-color{
	color: #ffffff;
}
	
.header{
	width: 100%;
	height: 102px;
	/* background-color: #ffffff; */
	line-height: 102px;
	position: absolute;
	z-index: 4;
}

.bottom-line{
	height: 5px;
	background: url('../../images/linea-menu.png') no-repeat center center;
	background-size: cover;
}

.sub-header{
	max-width: 990px;
    margin: 0 auto;
}

.logo{
	float:left;
	padding-left:0;
	margin-top: 28px;
	padding-right: 250px;
}

.logo img{
	height:45px;
	width:273px;
}

/*INI MENU*/
.menu{
}

.menu-option{
	float:left;
	padding-right:18px;
    margin-top: 4px;
}

.last-menu-option{
	padding-right:0;
}

.menu-option:hover{
	color: lightgrey;
}

.menu-option-selected{
	color: #ffffff;
	font-weight: 600;
}

.menu-link{
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #d1d1d1;
	font-weight: 300;
}

.menu-link:active{	
	color: #d1d1d1;
}

.menu-link:focus{	
	color: #d1d1d1;
}

.language-icon-left{
	float:left;
}

.language-icon{
	float:left;
}

.real-mobile-menu{
	display:none;
}


/*FIN MENU*/

/*INI SUB-MENU*/
.sub-menu{
	height:50px;
	width:100%;
	background-color: #c3c5c7;
	line-height:50px;
	position: relative;
	z-index: 4;
}

.sub-menu-2{
	height:50px;
	width:100%;
	background-color: #c3c5c7;
	line-height:50px;
	position: relative;
	z-index: 4;
}

.padd-right-logos{
	padding-right:100px;
}

.sub-menu-option{
	float:right;
	padding-right:20px;
}

.sub-menu-option:hover{
	color: grey;
}

.sub-menu-option-selected{
	color: #39363a;
}

.sub-menu-link{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fffefe;
	font-weight: 500;
}

.sub-menu-link:active{
	color: #fffefe;
}

.sub-menu-link:focus{
	color: #fffefe;
}

/*FIN SUB-MENU*/

/*INI BODY*/

#real-body{
	position:relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/* padding-top:102px; */
	/* margin-top:-100px; */
	height:100%;
	z-index: 0;
}

#common-real-body{
	position:relative;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:107px;
	margin-top:-100px;
    z-index: 0;
}

/*Banner Slider INI*/
.home-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 700px;
	max-width: 100%;
	background: url('../../images/portada.jpg') no-repeat center center;
	background-size: cover;
}
.banner-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 46px;
	color: #ffffff;
	font-family: 'Abril';
	font-weight: 500;
}

.portada.carousel{
	position:absolute;
	z-index: 0;	
	height: 100%;
	width: 100%;
}

.portada.carousel .item{
	background-size: cover;
	background-position: center center; /*Edu*/
	height: 100%;
	width: 100%;
}

.portada.carousel .item img{
	display: none;
}

.language-selector{
	position: absolute;
	text-align:right;
	/*width:100%;*/
    z-index: 15;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 10px;
	top: -45px;
	right: 0;
	padding-top: 20px;
	padding-right: 20px;
}

.language-selected,.language-selected:hover{
	color: #4d4d4d !important;
	font-weight: 600 !important;
}

.language-selector a{
	color: gray;
	font-weight: 300;
}

.language-selector a:hover{
	font-weight: 300;
	color: gray;
}

.language-selector a:active{
	font-weight: 300;
	color: gray;
}

.language-selector a:link{
	font-weight: 300;
	color: gray;
}

.banner-text-container{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 140px;
}

.banner-header{	
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #116B74;
	padding-bottom:10px;
}

.banner-title{	
	font-family: 'Montserrat', sans-serif;
    font-size: 49px;
    font-weight: 800;	
	line-height: 49px;
	color: #ffffff;
}

.banner-subtitle{	
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;	
	line-height: 22px;
	color: #ffffff;
}

.banner-button-cursos{	
	margin-top:40px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	border: white 1px solid;
    font-size: 17px;
    font-weight: 500;	
	width: 255px;
	height: 48px;
	line-height: 48px;
	text-align: center;	
}

/*Banner Slider END*/

.text-body{
	padding-bottom: 60px;
}

.home-maltz-area{
	max-width: 990px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-instagram-area {
    width: 100%;
    height: 470px;
    margin: 0 auto;
	background-color: #504F4E;
}

.real-home-instagram-area {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 100px;
    /* padding-bottom: 50px; */
}

.home-instagram-area .title{
	color: #ffffff;
	font-size: 25px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
}

.column-50{
	width:50%;
	float:left;
}

.home-maltz-area .title{
	font-size:57px;
	color: #00828e;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	line-height: 65px;
}

.home-maltz-area .button-cursos{	
	margin-top:20px;
	color: #00828e;
	font-family: 'Montserrat', sans-serif;
	border: #00828e 1px solid;
    font-size: 17px;
    font-weight: 500;	
	width: 191px;
	height: 48px;
	line-height: 48px;
	text-align: center;	
}

.home-maltz-area .maltz{
	font-size: 32px;
	letter-spacing: 6px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.home-maltz-area .asociados{
	font-size: 19px;
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.text-lato{
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height:35px;
	font-weight: 300;
}

.text-abril{
	font-family: 'Abril';
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}

.maltz-text-right{
	padding-left:60px;
	padding-right: 59px;
}

.maltz-text-left{
	padding-left:45px;
	padding-right: 60px;
}

.bluegrey{	
	color: #164554;
}

.yellowgrey{
	color: #999379;
}

.font-18{
	font-size: 18px;
}

.font-19{
	font-size: 19px;
}

.font-22{
	font-size: 22px;
}

.font-24{
	font-size: 24px;
}

.column-50-alt{
	width:50%;
	float:left;
	z-index: -2;
	height: 100%;
}

.home-experiencia-area{
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url('../../images/fondo-experiencia.jpg') no-repeat center center;
	background-size: cover;
}

.home-experiencia-area .title{
	font-size:37px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align: center;
	border: 1px solid #999379;
	margin: 0 auto;
	padding-bottom: 50px;
	height: 80px;
	width: 327px;
	line-height: 80px;
}

.home-experiencia-area .separador{
	margin: 0 auto;
	width: 90px;
	border: solid 1px #414141;
	height: 2px;
}

.home-experiencia-area .experiencia-container{
	margin: 0 auto;
	width: 100%;
	max-width: 1031px;
	padding-top: 60px;
	padding-bottom: 40px;
	font-size: 19px;
	font-family: 'Lato', sans-serf;
	text-align: center;
	line-height: 32px;
}

.home-experiencia-area .logos-universidades{
	margin: 0 auto;
	height: 61px;
	margin-top: 65px;
	/* width: 516px; */
	margin-bottom: 70px;
	background: url('../../images/universidades.png') no-repeat center center;
}

.abril{
	font-family: 'Abril';
}

.font-30{
	font-size: 30px;
}

.experiencia-container .casos-content{
	height: 372px;
	width: 316px;
	background-color: #ffffff;
	float:left;
	margin-right: 21px;
	cursor: pointer;
}

.experiencia-container .casos-content-final{
	height: 372px;
	width: 316px;
	background-color: #ffffff;
	float:left;
	margin-right: 0px;
}

.experiencia-container  .casos-content .image-casos{
	width:100%;
	height: 244px;
}

.experiencia-container .casos-content .text-casos{
	padding-top: 20px;
	padding-left: 35px;	
	padding-right: 35px;	
}

.experiencia-container .casos-content .title{
	font-size:19px;
	color: #414141;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	text-align:left;
	padding-bottom:0;
	margin:0;
}

.experiencia-container .casos-content .subtitle{
	font-size:20px;
	color: #747474;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	text-align:left;
	padding-bottom:0;
	margin:0;
}

.home-experiencia-area .button-casos {
    margin: 0 auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: #ada893 1px solid;
    background-color: #ada893;
    font-size: 12px;
    font-weight: 500;
    width: 121px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.home-publicaciones-area{
	margin: 0 auto;
	width: 100%;
	max-width:990px;
	padding-top: 80px;
}

.home-publicaciones-area .title {
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    border: 1px solid #999379;
    margin: 0 auto;
    /* padding-bottom: 50px; */
    margin-bottom: 50px;
    height: 80px;
    width: 586px;
    line-height: 80px;
}

.home-publicaciones-area .publicaciones-area {
    padding-bottom: 50px;
    /* padding-left: 75px; */
}

.home-publicaciones-area .button-casos {
    margin: 0 auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: #ada893 1px solid;
    background-color: #ada893;
    font-size: 12px;
    font-weight: 500;
    width: 121px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.footer{
	width: 100%;
	height: 69px;
	background-color: #004756;
}

.real-footer{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

.footer-text{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/* text-align: left; */
	float: left;
	/* padding-left: 397px; */
}

.footer-mail{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-right: 15px;
	float: right;
}

.footer-mail a{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.footer-mail a:hover{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.footer-mail a:visited{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.footer-mail a:active{
	color: #ffffff;
	font-size:14px;
	line-height: 69px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.youtube-logo{
	float: right;
	padding-top: 25px;
}

.common-text-area{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
}

.common-text-area .title{
	font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    border: 1px solid #999379;
    margin: 0 auto;
    padding-bottom: 50px;
    height: 80px;
    width: 384px;
    line-height: 80px;
    margin-bottom: 80px;
}

.common-text-area .text{
	color: #666666;
	font-size: 17px;
	line-height: 33px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-align: left;
	margin-bottom: 40px;
}

.green-blue-color{
	color: #0096a6;
}

.float-right{
	float:right;
}

/* INI SERVICIOS */

.servicios-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 400px;
	max-width: 100%;
	background: url('../../images/portada.jpg') no-repeat bottom center;
	background-size: cover;
}

.servicios-area{
	margin: 0 auto;
	width: 100%;
	max-width:990px;
	padding-top: 80px;
	padding-bottom: 40px;
}

.servicios-area .title{
	font-size:37px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align: center;
	border: 1px solid #999379;
	margin: 0 auto;
	padding-bottom: 50px;
	height: 80px;
	width: 327px;
	line-height: 80px;
	margin-bottom: 70px;
}

.servicios-area .separator{
	width: 313px;
	border-bottom: solid 1px #164554;
	margin-top: 90px;
	margin-bottom: 45px;
}

.secondary-text-lato{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height:35px;
	font-weight: 300;
}

.servicios-area .maltz{
	font-size: 32px;
	letter-spacing: 6px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.servicios-area .asociados{
	font-size: 19px;
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.line-height-32{
	line-height: 32.5px;
}	
/* FIN SERVICIOS */

/*INI EXPERIENCIA*/


.experiencia-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 400px;
	max-width: 100%;
	background: url('../../images/banner-experiencia.jpg') no-repeat bottom center;
	background-size: cover;
}

.experiencia-area{
	margin: 0 auto;
	width: 100%;
	max-width:990px;
	padding-top: 80px;
	padding-bottom: 100px;
}

.experiencia-area .title{
	font-size:37px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align: center;
	border: 1px solid #999379;
	margin: 0 auto;
	padding-bottom: 50px;
	height: 80px;
	width: 327px;
	line-height: 80px;
	margin-bottom: 70px;
	margin-left: 370px;
}

.experiencia-image{
	float: left;
	margin-right: 70px;
	width: 301px;
	height: 331px;
	background: url('../../images/experiencia-image.jpg') no-repeat center center;	
}

.experiencia-text{
	float:left;
	width: 100%;
	max-width: 610px;
	font-size:19px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color: #164554;
}

.experiencia-area .logos-universidades{
	height: 61px;
	margin-top: 100px;
	margin-left: -100px;
	/* width: 516px; */
	/* margin-bottom: 70px; */
	background: url('../../images/universidades.png') no-repeat center center;
}

.button-cv{
	margin-top: 50px;
	color: #04b6c9;
	font-family: 'Montserrat', sans-serif;
	border: solid 1px #04b6c9;
    font-size: 16px;
    font-weight: 500;	
	width: 255px;
	height: 48px;
	line-height: 48px;
	text-align: center;	
}

/*FIN EXPERIENCIA*/

/* INI PUBLICACIONES */

.publicaciones-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 400px;
	max-width: 100%;
	background: url('../../images/banner-publicaciones.jpg') no-repeat bottom center;
	background-size: cover;
}

.publicaciones-area{
	padding-bottom: 50px;
}

.publicaciones-real-area{
	margin: 0 auto;
	width: 100%;
	max-width:990px;
	padding-top: 80px;
	padding-bottom: 100px;
}

.publicaciones-real-area .title{
	font-size:37px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align: center;
	border: 1px solid #999379;
	margin: 0 auto;
	padding-bottom: 50px;
	height: 80px;
	width: 384px;
	line-height: 80px;
	margin-bottom: 80px;
}

.publicaciones-real-area .subtitle-fake-button {
    margin: 0 auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: #ada893 1px solid;
    background-color: #ada893;
    font-size: 21.5px;
    font-weight: 500;
    width: 222px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.publicaciones-real-area .subtitle-fake-border{
	margin: 0 auto;
	border-bottom: #ada893 1px solid;
	max-width: 950px;
	margin-bottom: 80px;
}

.libros-title{
	text-align: center;
	color: #3f3f40;
	font-size: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.libros-title a{
	text-align: center;
	color: #3f3f40;
	font-size: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.libros-title a:hover{
	text-align: center;
	color: #3f3f40;
	font-size: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.libros-title a:visited{
	text-align: center;
	color: #3f3f40;
	font-size: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.libros-title a:active{
	text-align: center;
	color: #3f3f40;
	font-size: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.libros-autor{
	text-align: center;
	color: #3f3f40;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-bottom: 80px;
}

.publicacion-year{
	float: left;
	color: #0096a6;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-right: 40px;
}

.publicacion-year-2020{
	float: left;
	color: #0096a6;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-right: 31px;
}

.publicacion-text{
	float: left;
	color: #3f3f40;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/* max-width: 775px; */
}

.publicaciones-subtitle{
	color: #414141;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	padding-top: 30px;
	padding-bottom: 30px;
}



/* FIN PUBLICACIONES */


/* INI CONTACTO */

.contacto-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 400px;
	max-width: 100%;
	background: url('../../images/contacto-banner.jpg') no-repeat bottom center;
	background-size: cover;
}

.contact-form{
	float: left;
	width: 474px;
	margin-right: 70px; 
	margin-bottom: 50px;
}

.contact-address{
	float: left;
	width: 446px;
}

.input-area{
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #bebdbd;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	border: 1px solid #cdcdcd;	
}

.contact-textarea{
	width: 100%;
	margin-bottom: 20px;
	height: 137px;
	line-height: 20px;
	padding-left: 10px;
	color: #bebdbd;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	border: 1px solid #cdcdcd;	
}

.input-button{
	text-align: right;
}

input[type="button"] {
    margin-top: 10px;
    height: 48px;
    width: 180px;
    background-color: #999379;
    border: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
}

.thanks {
    color: #747474;
    display: none;
    line-height: 32px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.form-error-input {
    border: solid 1px red !important;
}

.material-icons{
	font-family: 'Icons';
}

.contact-title{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
	color: #414141;
	padding-bottom: 15px;
}

.contact-subtitle{
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
	color: #414141;
	padding-bottom: 10px;
}

.contact-common-text{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #3f3f40;
	padding-left: 15px;
	padding-bottom: 15px;
}

.contacto-secondary-text{
	font-weight: 500;
	color: #757575;
}
.contacto-secondary-text:hover{
	font-weight: 500;
	color: #757575;
}
.contacto-secondary-text:active{
	font-weight: 500;
	color: #757575;
}
.contacto-secondary-text:visited{
	font-weight: 500;
	color: #757575;
}

.google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
	margin-top: 40px;
 }
 
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
	
/* FIN CONTACTO */

/* INI CURSOS */

.cursos-header{
	width: 100%;
	height: 295px;
	background: url('../../images/portada5.jpg') no-repeat center center;
}

.cursos-header .title{
	margin: 0 auto;
	width: 990px;
	font-size: 57px;
	line-height: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	color: #ffffff;
	padding-top: 80px;
}

.conferencias-area{
	max-width: 999px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}

.cursos-area{
	background-color: #dfdfdf;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
}

.conferencias-area .title{
	font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #414141;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.cursos-area .title{
	font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #414141;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.block-area{
	max-width: 999px;
	width: 100%;
	margin: 0 auto;
}

.conferencia-block{
	margin-top: 20px;
	max-width: 318px;
	width: 100%;
	height: 365px;
	background-color: #ededed;
	float: left;
	margin-right: 15px;
	border-top: #0096a6 solid 7px;
}

.videoconf-img{
	width:100%;
	height:165px;
}

.youtubes-img{
	background:url(../../images/imagen-04.jpg) no-repeat center center;
}

.instagram-img{
	background:url(../../images/imagen-05.jpg) no-repeat center center;
}

.zoom-img{
	background:url(../../images/zoom.jpg) no-repeat center center;
}


.estetica-img{
	background:url(../../images/estetica.jpg) no-repeat center center;
}

.piezosurgery-img{
	background:url(../../images/Miniatura_Piezosurgery.jpg) no-repeat center center;
}

.implante-unitario-img{
	background:url(../../images/Miniatura_el_gran_desafio.jpg) no-repeat center center;
}

.trat-quirurgicos-img{
	background:url(../../images/Miniatura_seno_maxilar.jpg) no-repeat center center;
}

.sandwich-img{
	background:url(../../images/Miniatura_sandwich.jpg) no-repeat center center;
}

.conferencia-block .date-area{
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #0096a6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
	margin-left: 20px;
	margin-right: 0px;
}

.conferencia-block .title{
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #414141;
	text-align: left;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	line-height: 28px;
}


.conferencia-block .subtitle{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #414141;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;	
}

.conferencia-block .location-alt{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: #414141;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.conferencia-block .location{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: #414141;
	text-align: left;	
	margin-left: 20px;
	margin-right: 120px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
}

.conferencia-block .address{
	font-size: 11.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #747474;
	text-align: left;	
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 20px;	
	padding-bottom: 15px;	
}

.conferencia-block .more-info{
	font-size: 11.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #747474;
	text-align: left;	
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 35px;	
}

.more-info-web,.more-info-web:hover,.more-info-web:visited{
	font-size: 11.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #747474;
}

.conferencia-block .more-info-last{
	padding-bottom: 51px;	
}

.conferencia-block .indication{
    font-weight: 500;
	color: #414141;
}


.curso-block{
	max-width: 318px;
	width: 100%;
	height: 413px;
	background-color: #ffffff;
	float: left;
	margin-right: 15px;
}

.last-curso-block{
	margin-right: 0;
}

.in-process{
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #7fcac3;
}

.curso-block .date-area{
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #bcbcbc;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcbcbc;
	margin-left: 20px;
	margin-right: 20px;
}

.curso-block .title{
	font-size: 19.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #0096a6;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.curso-block .subtitle{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #414141;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 40px;	
}

.curso-block .location{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: #414141;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.curso-block .address{
	font-size: 11.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #747474;
	text-align: left;	
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 20px;	
	padding-bottom: 15px;	
	border-left: 3px solid #0096a6;
}

.curso-block .more-info{
	font-size: 11.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #747474;
	text-align: left;	
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 35px;	
	border-left: 3px solid #0096a6;
}

.curso-block .more-info-last{
	padding-bottom: 51px;	
}

.curso-block .indication{
    font-weight: 500;
	color: #414141;
}

.filtro-area{
	padding-bottom: 50px;
}

.filtro-text{
	float: left;
	color: #0096a6;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	line-height: 30px;
	padding-right: 40px;
}

.custom-select {
	position: relative;
	float: left;
	color: #868686;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #868686 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #868686 transparent;
  top: 4px;
}

/* style the items (options), including the selected item: */
.select-selected {
 	color: #868686;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	line-height: 30px;
	padding: 0px 10px;
	border: 1px solid #868686;
	cursor: pointer;
}

/* style the items (options), including the selected item: */
.select-items div{
 	color: #868686;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	line-height: 30px;
	padding: 0px 10px;
	border: 1px solid #868686;
	border-top: 0px;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* FIN CURSOS */

input[type="radio"]{	
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	margin-top:10px;
	margin-right:10px;
	cursor: pointer;
    line-height: 25px;
	color: #e768a2;
}

input[type="checkbox"]{	
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	margin-top:10px;
	margin-right:10px;
	cursor: pointer;
    line-height: 25px;
	color: #e768a2;
}

textarea {
    resize: none;
    border: 1px solid #C3C4CB;
    padding-left: 10px;
    padding-top: 10px;
}

input[type="button"]:hover {
    cursor: pointer;
}

input[type="submit"]:hover {
    cursor: pointer;
}

input[type="submit"] {
    margin-top: 30px;
    height: 40px;
    width: 130px;
    background-color: #823e73;
    border: 0;
    color: #fffefe;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
	margin-bottom:30px;
}

/*FIN BODY*/

/*SCROLL*/
/* For the "inset" look only */


/* Let's get this party started */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/*FIN SCROLL*/

.jssort03 .pav:hover .w,.jssort03 .w{position:absolute;width:60px;height:30px;border:1px dashed #fff}* html .jssort03 .w{width:62px;height:32px}.jssort03 .pav .w,.jssort03 .pdn .w{border-style:solid}.jssort03 .c{width:62px;height:32px;filter:alpha(opacity=45);opacity:.45;transition:opacity .6s;-moz-transition:opacity .6s;-webkit-transition:opacity .6s;-o-transition:opacity .6s}.jssort03 .p:hover .c,.jssort03 .pav .c{filter:alpha(opacity=0);opacity:0}.jssort03 .p:hover .c{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.jssora02l,.jssora02ldn,.jssora02r,.jssora02rdn{position:absolute;cursor:pointer;display:block;background:url(../../images/a02.png) no-repeat;overflow:hidden}.jssora02l{background-position:-3px -33px}.jssora02r{background-position:-63px -33px}.jssora02l:hover{background-position:-123px -33px}.jssora02r:hover{background-position:-183px -33px}.jssora02ldn{background-position:-243px -33px}.jssora02rdn{background-position:-303px -33px}.captionBlack{text-align:center;color:#fff;background:#646464;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"}

@media (max-width: 1200px){
	
	/*.menu-option {
		padding-right: 4px !important;
	}*/
	
	.fundac-text{
		font-size: 12px;
	}
	
}

@media (min-width: 1501px){
		
	.text-div{
		padding-left:120px;
		padding-right:120px;
		text-align: left;
	}
}

@media (min-width: 1800px){
		
	.text-div{
		padding-left:120px;
		padding-right:120px;
		text-align: left;
		float:left;
		padding-bottom: 50px !important;
	}
	
	.contact-lateral{
		float:left !important;
		padding-top: 230px;    
		padding-left: 0 !important;
	}
}

@media (max-width: 900px){
	
	.popup-img{
		width: 90%;
		height: auto;
		position:absolute;
	}
	
}
