@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-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;
	line-height:  85px;
}

.pc-inline{
	display:inline;
}

.pc-arrow{
	display:inline;
}

.mobile-arrow{
	display:none;
}

.light{
	font-weight: 300;
}

.regular{
	font-weight: 400;
}

.white-color{
	color: #ffffff;
}
	
.header{
	width: 100%;
	height: 85px;
	background-color: #005694;
	/*line-height: 85px;*/
	position: fixed;
	z-index: 4;
	top: 0;
}

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

.sub-header{
	max-width: 825px;
	margin: 0 auto;
	height: 85px;
}

/* ORIGINAL SIN 35 ANOS */
/* .logo{
	float:left;
	padding-left:0;
	margin-top: 25px;
	padding-right: 155px;
}

.logo img{
	height: 47px;
	width: 89px;
} */

.logo{ /*MIRÁ ARRIBAAAAA ORIGINAL SIN 35 ANOS */
	float:left;
	padding-left:0;
	margin-top: 21px;
	padding-right: 94px;
}

.logo img{
	height: 52px;
	width: 150px;
}

/*INI MENU*/
/* .menu{
} */

.menu-option{
	float:left;
	margin-right: 18px;
	margin-top: 35px;
	line-height: 25px;
}

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

.menu-option:hover{
	color: #ffffff;
}

.menu-option-selected{
	color: #ffffff;
	border-bottom: 2px solid #00ace3;
}

.menu-link{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

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

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

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

.language-icon{
	float:left;
}

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

.product-submenu{
	display: none;
	width: 607px;
	height: 250px;
	left: 260px;
	/*margin-left: 346px;*/
	background-color: #FFFFFF;
	position: relative;
	z-index: 4;
	margin-top: 13px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.product-submenu .title{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #005694;
	font-weight: 700;
	padding-bottom: 10px;
}

.product-submenu .title-empty{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*color: #005694;*/
	color: #959594;
	font-weight: 700;
	padding-bottom: 31px;
}

.product-submenu .product-submenu-option{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #646363;
	font-weight: 400;	
    line-height: 20px;
	cursor: pointer;
}

.product-submenu .submenu-option-selected{
	font-weight: 700;
	color: #005694;
}

.column-25{
	float: left;
	margin-right: 25px;
}

.column-25-end{
	float: left;
}

.product-submenu .disables-option{
	color: lightgray;
}

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

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

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

/*FIN SUB-MENU*/

/*INI BODY*/

.interior-div{
	max-width: 825px;
	margin: 0 auto;
	padding-right: 37px;
	padding-left: 37px;
}


#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;
	margin-top: 85px;
    z-index: 0;
}

/*Banner Slider INI*/


.home-banner{
	position:relative;
	/* margin-top: -102px; */
	height: 100%; /*Edu*/
	max-height: 256px;
	max-width: 100%;
}


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

.my-carousel-left{
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	left: 15%; 
	font-size: 6vw; 
	font-weight: bold;
}
.my-carousel-left::before{
	content: "«";
}
.my-carousel-right{
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	right: 15%; 
	font-size: 6vw; 
	font-weight: bold;
}
.my-carousel-right::before{
	content: "»";
}

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

.portada1{
	background: url('../../images/banner_home-superior-1.jpg') no-repeat center center;
}

.portada2{
	background: url('../../images/banner_home-superior-2.jpg') no-repeat center center;
}

.portada3{
	background: url('../../images/banner_home-superior-3.jpg') no-repeat center center;
}

.portada4{
	background: url('../../images/banner_home-superior-4.jpg') no-repeat center center;
}

.portada5{
	background: url('../../images/banner__productos1.jpg') no-repeat center center;
}

.portada6{
	background: url('../../images/banner__productos2.jpg') no-repeat center center;
}

.portada7{
	background: url('../../images/banner__productos3.jpg') no-repeat center center;
}

.portada8{
	background: url('../../images/banner__productos4.jpg') no-repeat center center;
}

.portada9{
	background: url('../../images/banner__productos5.jpg') no-repeat center center;
}

.portada10{
	background: url('../../images/banner__instalaciones1.jpg') no-repeat center center;
}

.portada11{
	background: url('../../images/banner__instalaciones2.jpg') no-repeat center center;
}

.portada12{
	background: url('../../images/banner__instalaciones3.jpg') no-repeat center center;
}

.portada13{
	background: url('../../images/banner__instalaciones4.jpg') no-repeat center center;
}

.portada14{
	background: url('../../images/banner__empresasuperior1.jpg') no-repeat center center;
}

.portada15{
	background: url('../../images/banner__empresasuperior2.jpg') no-repeat center center;
}

.portada16{
	background: url('../../images/banner__empresasuperior3.jpg') no-repeat center center;
}

.portada17{
	background: url('../../images/banner__empresasuperior4.jpg') no-repeat center center;
}

.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: 400;	
	width: 255px;
	height: 48px;
	line-height: 48px;
	text-align: center;	
}

/*Banner Slider END*/

/* .text-body{	 */
	/*padding-bottom: 120px;*/
/* } */

.home-circ-text-area{
	max-width: 825px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

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

.column-265-home{
	width: 265px;
	margin-right: 59px;
	float: left;
}

.column-440-home{
	width: 460px;
	max-width: 100%;
	float: left;
}

/* CIRCULO */

#wrapper {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

#wrapper2 {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-image: -webkit-radial-gradient(circle, #E7E6E6, black);
}

#test {
  width: 100%;
  height: 100%;
  transition: all 2s linear;
}

#test:hover {
  transform: scale(1.2);
}

/* CIRCULO */


.first-circle{
	padding-top: 55px;
}

.second-circle{
	padding-top: 30px;
}

.home-circ-text-area .title{
	font-size:25px;
	color: #005694;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height: 30px;
	padding-bottom: 5px;
}

.home-circ-text-area .text{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:24px;
    font-weight: 400;
	color: #4D4D4C;
	padding-left:0px;
}

.home-circ-text-area .fake-buttons{	
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
    font-size: 18px;
    font-weight: 400;	
	padding-top: 75px;
}

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

.home-numbers{
	width: 100%;
	height: 256px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #005694;
}

.home-numbers .interior-div .number{
	color: #ffffff;
	font-size: 69px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 69px;
}

.home-numbers .interior-div .text{
	color: #989898;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-align: center;
    line-height: 20px;
}

.years-column{
	width: 140px;
	padding-right: 45px;
	border-right: 1px solid #ffffff;
	margin-right: 0;
}

.workers-column{
	width: 217px;
	border-right: 1px solid #ffffff;
	margin-right:  0;
}

.machines-column{
	width: 241px;
	border-right: 1px solid #ffffff;
	margin-right:  0;
}

.service-column{
	width: 113px;
	margin-left: 35px;
	margin-right: 0;
}

.home-standard-area{
	width: 100%;
	height: 256px;
	margin: 0 auto;
}

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

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

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

.instagram-image img{
	float: left;
	width: 195px;
	height: 195px;
	margin-right: 15px;
}

.last-instagram-image img{
	float: left;
	width: 195px;
	height: 195px;
}

.home-image-complement{
	background: url('../../images/banner_home-inferior.jpg') center center;
	background-size: cover;
}

.calidad-image-complement{
	background: url('../../images/banner__calidadinferior.jpg') center center;
	background-size: cover;
}

.calidad-image-complement-banner{
	background: url('../../images/banner__calidadsuperior.jpg') center center;
	background-size: cover;
}

.empresa-image-complement{
	background: url('../../images/banner__empresainferior.jpg') center center;
	background-size: cover;
}

.contacto-image-complement{
	background: url('../../images/banner__contacto.jpg') center center;
	background-size: cover;
}

.sillas-image-complement{
	background: url('../../images/productos/banner_producto_sillasmontaescaleras.jpg') center center;
	background-size: cover;
}

.sin-sala-image-complement{
	background: url('../../images/productos/banner_producto_sinsalademaquinas.jpg') center center;
	background-size: cover;
}

.accesorio-seguridad-image-complement{
	background: url('../../images/productos/banner_producto_accesoriosdeseguridad.jpg') center center;
	background-size: cover;
}

.accesorios-esteticos-image-complement{
	background: url('../../images/productos/banner_producto_accesoriosesteticos.jpg') center center;
	background-size: cover;
}

.domiciliarios-image-complement{
	background: url('../../images/productos/banner_producto_domiciliarios.jpg') center center;
	background-size: cover;
}

.electromecanicos-image-complement{
	background: url('../../images/productos/banner_producto_electromecanicos.jpg') center center;
	background-size: cover;
}

.hidraulicos-image-complement{
	background: url('../../images/productos/banner_producto_hidraulicos.jpg') center center;
	background-size: cover;
}

.autoportantes-image-complement{
	background: url('../../images/productos/banner_producto_autoportantes.jpg') center center;
	background-size: cover;
}

.tactil-image-complement{
	background: url('../../images/productos/banner_producto_botonerastactil.jpg') center center;
	background-size: cover;
}

.cabinas-image-complement{
	background: url('../../images/productos/banner_producto_cabinas.jpg') center center;
	background-size: cover;
}

.cielorrasos-image-complement{
	background: url('../../images/productos/banner_producto_cielorrasos.jpg') center center;
	background-size: cover;
}

.giracoches-image-complement{
	background: url('../../images/productos/banner_producto_giracoches.jpg') center center;
	background-size: cover;
}

.modernizaciones-image-complement{
	background: url('../../images/productos/banner_producto_modernizaciones.jpg') center center;
	background-size: cover;
}

.instalaciones-image-complement{
	background: url('../../images/productos/banner_producto_instalaciones.jpg') center center;
	background-size: cover;
}

.reparaciones-image-complement{
	background: url('../../images/productos/banner_producto_reparaciones.jpg') center center;
	background-size: cover;
}

.mantenimiento-image-complement{
	background: url('../../images/productos/banner_producto_mantenimiento.jpg') center center;
	background-size: cover;
}

.montacargas-image-complement{
	background: url('../../images/productos/banner_producto_montacargas.jpg') center center;
	background-size: cover;
}

.montavehiculos-image-complement{
	background: url('../../images/productos/banner_producto_montavehiculos.jpg') center center;
	background-size: cover;
}

.oblicuas-image-complement{
	background: url('../../images/productos/banner_producto_plataformasoblicuas.jpg') center center;
	background-size: cover;
}

.verticales-image-complement{
	background: url('../../images/productos/banner_producto_plataformasverticales.jpg') center center;
	background-size: cover;
}

.vidriadas-image-complement{
	background: url('../../images/productos/banner_producto_puertasdecristal.jpg') center center;
	background-size: cover;
}

.rampas-image-complement{
	background: url('../../images/productos/banner_producto_rampas.jpg') center center;
	background-size: cover;
}


.jarallax {
  color:white;
  text-shadow:2px 2px 3px #111,
              3px 3px 10px #000;  
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.div-1024{
	max-width: 1024px;
	height: 256px;
	margin: 0 auto;
}

.youtube-video{
	height:512px;
	margin-bottom: 85px;
}

.home-youtube{
	margin-bottom: 85px;
}

.home-1024-left-div{
	float: left;
	max-width: 614px;
	height: 256px;
	background-color: #bfbfbf;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 50px;
}

.home-1024-right-div{
	float: left;
	width: 410px;
	max-width: 100%;
	height: 256px;
	background: url('../../images/ALP_ISO.jpg') center center;
	background-size: contain;
}

.home-1024-left-div .title{
	font-size:25px;
	color: #005694;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height: 30px;
}

.home-1024-left-div .text{
	font-size:14px;
	color: #4d4d4c;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 24px;
}

.home-casos-area .title{
	font-size:34px;
	color: #414141;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-align: center;
	padding-bottom: 20px;
}

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

.home-casos-area .casos-container{
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
	padding-top: 70px;
	padding-bottom: 50px;
}

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

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

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

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

.casos-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;
}

.casos-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-casos-area .button-casos {
    margin: 0 auto;
    color: #00abc0;
    font-family: 'Montserrat', sans-serif;
    border: #00abc0 1px solid;
    font-size: 18px;
    font-weight: 400;
    width: 216px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.caso1{
	background: url('../../images/casos1.jpg') no-repeat center center;
}

.caso2{
	background: url('../../images/casos2.jpg') no-repeat center center;
}

.caso3{
	background: url('../../images/casos3.jpg') no-repeat center center;
}

.caso4{
	background: url('../../images/casos4.jpg') no-repeat center center;
}

.caso5{
	background: url('../../images/casos5.jpg') no-repeat center center;
}

.caso6{
	background: url('../../images/casos6.jpg') no-repeat center center;
}

.caso7{
	background: url('../../images/casos7.jpg') no-repeat center center;
}

.caso8{
	background: url('../../images/casos8.jpg') no-repeat center center;
}

.caso9{
	background: url('../../images/casos9.jpg') no-repeat center center;
}

.caso10{
	background: url('../../images/casos10.jpg') no-repeat center center;
}

.caso11{
	background: url('../../images/casos11.jpg') no-repeat center center;
}

.caso12{
	background: url('../../images/casos12.jpg') no-repeat center center;
}

.caso13{
	background: url('../../images/casos13.jpg') no-repeat center center;
}

.caso14{
	background: url('../../images/casos14.jpg') no-repeat center center;
}

.caso15{
	background: url('../../images/casos15.jpg') no-repeat center center;
}

.caso16{
	background: url('../../images/casos16.jpg') no-repeat center center;
}

.caso17{
	background: url('../../images/casos17.jpg') no-repeat center center;
}

.caso18{
	background: url('../../images/casos18.jpg') no-repeat center center;
}

.caso19{
	background: url('../../images/casos19.jpg') no-repeat center center;
}

.caso20{
	background: url('../../images/casos20.jpg') no-repeat center center;
}

.caso21{
	background: url('../../images/casos21.jpg') no-repeat center center;
}

.caso22{
	background: url('../../images/casos22.jpg') no-repeat center center;
}

.caso23{
	background: url('../../images/casos23.jpg') no-repeat center center;
}

.caso24{
	background: url('../../images/casos24.jpg') no-repeat center center;
}

.caso25{
	background: url('../../images/casos25.jpg') no-repeat center center;
}

.caso26{
	background: url('../../images/casos26.jpg') no-repeat center center;
}

.caso27{
	background: url('../../images/casos27.jpg') no-repeat center center;
}

.caso28{
	background: url('../../images/casos28.jpg') no-repeat center center;
}

.caso29{
	background: url('../../images/casos29.jpg') no-repeat center center;
}

.caso30{
	background: url('../../images/casos30.jpg') no-repeat center center;
}

.caso31{
	background: url('../../images/casos31.jpg') no-repeat center center;
}

.caso32{
	background: url('../../images/casos32.jpg') no-repeat center center;
}

.caso33{
	background: url('../../images/casos33.jpg') no-repeat center center;
}

.caso34{
	background: url('../../images/casos34.jpg') no-repeat center center;
}

.caso35{
	background: url('../../images/casos35.jpg') no-repeat center center;
}

.caso36{
	background: url('../../images/casos36.jpg') no-repeat center center;
}

.caso37{
	background: url('../../images/casos37.jpg') no-repeat center center;
}

.caso38{
	background: url('../../images/casos38.jpg') no-repeat center center;
}

.caso39{
	background: url('../../images/casos39.jpg') no-repeat center center;
}

.caso40{
	background: url('../../images/casos40.jpg') no-repeat center center;
}

.caso41{
	background: url('../../images/casos41.jpg') no-repeat center center;
}

.caso42{
	background: url('../../images/casos42.jpg') no-repeat center center;
}

.caso43{
	background: url('../../images/casos43.jpg') no-repeat center center;
}

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

.home-otros-area .otros-content{
	height: 500px;
    width: 323px;
    background-color: #ededed;
    float: left;
    margin-right: 10px;
}

.home-otros-area .otros-content-last{
    margin-right: 0px;
}

.otros-content .top-line-enfoque{
	width: 100%;
	border: solid 3.5px #00abc0;
	height: 7px;
}

.otros-content .top-line-experiencia{
	width: 100%;
	border: solid 3.5px #7fdde9;
	height: 7px;
}

.otros-content .top-line-publicaciones{
	width: 100%;
	border: solid 3.5px #b1eaf1;
	height: 7px;
}

.otros-content .text-otros{
	padding-top: 55px;
	padding-left: 25px;
	padding-right:25px;
}

.otros-content .title{
	font-size:29px;
	color: #00abc0;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	text-align:center;
	padding-bottom: 20px;
	margin:0;
}

.otros-content .subtitle{
	font-size:18px;
	line-height: 32px;
	color: #2e4755;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
	margin:0;
}

.otros-content .button-otros{
	margin: 0 auto;
    color: #747474;
    font-family: 'Montserrat', sans-serif;
    border: #747474 1px solid;
    font-size: 18px;
    font-weight: 400;
    width: 207px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.otros-content .subtitle-publicaciones{
	font-size:18px;
	line-height: 32px;
	color: #2e4755;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	padding-bottom: 26px;
	margin:0;
}

.otros-year{
	font-size: 29px;
}

.footer{
	width: 100%;
	height: 256px;
	background-color: #005694;
}

.real-footer{
	width: 100%;
	max-width: 825px;
	padding-top: 80px;
	margin: 0 auto;
	/* padding-left: 30px; */
}

.footer-column-1{
	width: 361px;
	float: left;
	border-right: 1px solid #A2A2A1;
	height: 87px;
}


.footer-column-2{
	width: 194px;
	float: left;
	padding-left: 16px;
	border-right: 1px solid #A2A2A1;
	height: 87px;
}


.footer-column-3{
	width: 270px;
	float: left;
	padding-left: 16px;
	height: 87px;
}

.footer-link{
	font-family: 'Roboto', sans-serif;	
	font-size:12px;
	font-weight: 700;
	color: #A2A2A1;
	line-height: 19px;
}

.footer-text{
	color: #ffffff;
	font-size:12px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: left;
}

.footer-logo{
	height: 22px;
	width: 191px;
	margin-bottom: 45px;
}

.footer-networks .facebook-logo{
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.footer-networks .instagram-logo{
	float: left;
	height: 20px;
	width: 20px;	
}

.footer-networks .text{
	color: #ffffff;
	padding-left: 10px;
	font-size:10px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	float: left;
}

.estudio-olivieri {
    bottom: -50;
    position: relative;
    text-align: right;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 10px;
    color: #B8BABD;
}

.mail-olivieri {
    color: #B8BABD;
    text-decoration: none;
}

.mail-olivieri:active {
    color: #B8BABD;
    text-decoration: none;
}

.mail-olivieri:hover {
    color: #B8BABD;
    text-decoration: none;
}

.estudio-estudio {
    font-family: 'Rajdhani', sans-serif;
    font-size: 9px;
    font-weight: 400;
}

.estudio-nombre {
    font-family: 'Rajdhani', sans-serif;
    font-size: 9px;
    font-weight: 600;
}

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

.common-text-area .title{
	color: #414141;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: left;
	padding-bottom: 50px;
}

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

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

.float-right{
	float:right;
}


/* INI PRODUCTOS */

.productos-circ-area{
	background-color: #E7E6E6;
	width: 100%;
}

.productos-area{
	max-width: 825px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.real-products-area{
	border-bottom: 1px solid #e7e6e6;
	padding-bottom: 40px;
}

.real-services-area{
	padding-top: 70px;
}

.otros-prod-area{
	padding-top: 65px;
}

.ascensores-area .text-column{
	float: left;
	width: 350px;
	padding-right: 85px;
}

.ascensores-area .icons-column{
	float: left;
	width: 475px;
}

.real-services-area .text-column{
	float: left;
	width: 350px;
	padding-right: 85px;
}

.real-services-area .icons-column{
	float: left;
	width: 475px;
}

.ascensores-area .products-icons{
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e6;
}

.ascensores-area .title{
	color: #959594;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}

.ascensores-area .text{
	color: #4d4d4c;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.real-services-area .title{
	color: #959594;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}

.real-services-area .text{
	color: #4d4d4c;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.icons-column .icons{
	padding-right: 30px;
	height: 120px;
	float: left;
}

.icons-column .last-icons{
	padding-right: 0px;
}

.icons .icon{	
	height: 70px; /* [1.2] Hide the overflowing of child elements */
}

.icons .icon img{
	height: 70px;
	width: 70px;
	transition: transform .9s ease;
}

.icons .icon img:hover{
  transform: scale(1.2);
}

.icons .icon-text{
	color: #646363;
	font-size: 8px;
	line-height: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
}


/* FIN PRODUCTOS */


/* INI PRODUCTO */

.product-area{
	padding-bottom: 0;
}

.light-blue{
	color: #0096da;
}

.product-text{
	float: left;
	width: 672px;
}

.product-text-doble{
	float: left;
	width: 500px;
}

.product-pdf{
	float: left;
}
.product-pdf-dobleL{
	float: left;
	padding-right: 20px;
}

.product-pdf img{
	height: 210px;
	width: 150px;
}
.product-pdf-dobleL img{
	height: 210px;
	width: 150px;
}

.product-copete{
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 50px;
}

.product-title{
	color: #005694;
	font-size: 35px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}

.product-detail{
	color: #555454;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 60px;
}

.product-icon img{
	width: 70px;
	height: 70px;
}

.download-product-image{
	border: 1px solid #555454;
	margin-bottom: 10px;
}

.download-product-button{
	height: 37px;
	width: 150px;
	background-color: #0096da;
	color: #ffffff;
	font-size: 12px;
	line-height: 37px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.download-product-button-doble{
	height: 54px;
	width: 150px;
	padding-top: 8px;
	background-color: #0096da;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.product-detail-area{
	height: 256px;
	max-width: 545px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
	color: #4D4D4C;
	font-size: 14px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
}

.product-3-lines{
    padding-top: 87px;
    padding-bottom: 87px;
}

.product-5-lines{
    padding-top: 60px;
    padding-bottom: 60px;
}

.presupuesto-area{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
	text-align: center;
}

.presupuesto-area ul{
	list-style-position: inside;
	color: #005495;
	font-size: 14px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 60px;
	padding-left: 0px;
}

.presupuesto-area ul li .text{
	margin-left: -10px;	
}

.black-text{
	color: #1B1C20;
}

.presupuesto-button{
	height: 80px;
	width: 	380px;
	background-color: #0096DA;
	color: #FFFFFF;
	font-size: 21px;
	line-height: 80px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	/* text-align: center; */
}

.product-carousel.carousel{
	z-index: 0;	
	width: 100%;
}

.product-carousel.carousel .item{
	width: 100%;
}


.gallery{
	width: 100%;
}

.prod-gallery-img{
	float: left;
    width: 50%;
    background-size: cover;
}

/* FIN PRODUCTO */


/* INI CALIDAD */

.calidad-text-area{
	max-width: 725px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 45px;
}

.column-250-calidad{
	width: 250px;
	float: left;
}

.column-475-calidad{
	float: left;
	max-width: 475; 
}

.column-475-calidad .title{
	color: #005694;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
}

.column-475-calidad .text{
	color: #4d4d4c;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.iso-calidad{
	height: 198px;
	width: 157px;
}

/* .column-250-calidad-pdf{ */
	/* height: 100%; */
/* } */

.product-pdf-calidad{
	/* bottom: 0; */
	/* position: absolute; */
	/* padding-top: 354px; */
	padding-top: 40px;
}

.calidad-list{
    list-style-position: outside;
    color: #005495;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* padding-bottom: 60px; */
    padding-left: 15px;
}

.calidad-list li{
	padding-bottom: 10px;
	line-height: 22px;
}

.calidad-list li .text{
    color: #4d4d4c;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* FIN CALIDAD */

/* INI EMPRESA */

.mision-vision-valores{
	max-width: 825px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

.mision-vision{
	float: left;
	width: 330px;
	padding-right: 70px;
}

.valores{
	float: left;
	width: 485px;
}

.mision-vision-body{
	padding-bottom: 50px;
}

.mision-vision-valores .title{
    color: #005693;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.mision-vision-body .subtext{
    color: #4D4D4C;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.valores-title{
	padding-bottom: 20px;
}

.valores .subtitle{
    color: #009FE1;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.valores .text{
    color: #4D4D4C;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	padding-bottom: 20px;
}

.evolucion-marca{
	padding-bottom: 70px;
}

.evolucion-marca .title{
	margin: 0 auto;
    color: #005693;
    font-size: 12px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	width: fit-content;
}

.evolucion-marca .image{
	/*background: url('../../images/evolucion-marca.png') no-repeat left center;*/
	background: url('../../images/ALP-01.jpg') no-repeat left center;
	background-size: cover;
	height: 221px;
	margin-top: 30px;
	float: right;
	width: calc(100% - (100% - 825px)/2);
}

/* FIN EMPRESA */

/* INI OBRAS */

.obras-text-area{
    max-width: 610px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;	
	text-align: center;
}

.obras-text-area .title{
	color: #005694;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    padding-bottom: 5px;
}

.obras-text-area .text{
	color: #4D4D4C;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.obras-area{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 85px;
}

.obras-images-block{
	height: 341px;
}

.two-columns-block{
	width: 66.66%;
	height: 100%;
	float: left;
}

.one-column-block{
	width: 33.33%;
	height: 100%;
	float: left;
}

.image-block{
	background-size: cover;
	height: 100%;
}

.light-grey-text-block{
	padding-top: 45px;
	padding-left: 45px;
	height: 100%;
	background-color: #C9C9C9;
	color: #555454;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}

.grey-text-block{
	padding-top: 45px;
	padding-left: 45px;
	height: 100%;
	background-color: #555454;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}

.blue-text-block{
	padding-top: 45px;
	padding-left: 45px;
	height: 100%;
	background-color: #005694;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}

.first-image{
	background: url('../../images/inst_muni1.jpg') no-repeat center center;	
	background-size: cover;
}

.second-image{
	background: url('../../images/inst_muni2.jpg') no-repeat center center;	
	background-size: cover;
}

.third-image{
	background: url('../../images/inst_muni3.jpg') no-repeat center center;	
	background-size: cover;
}

.fourth-image{
	background: url('../../images/inst_vonharv1.jpg') no-repeat center center;	
	background-size: cover;
}

.fifth-image{
	background: url('../../images/inst_vonharv2.jpg') no-repeat center center;	
	background-size: cover;
}

.sixth-image{
	background: url('../../images/inst_hotel1.jpg') no-repeat center center;	
	background-size: cover;
}

.seventh-image{
	background: url('../../images/inst_hotel2.jpg') no-repeat center center;	
	background-size: cover;
}

.eight-image{
	background: url('../../images/inst_hotel3.jpg') no-repeat center center;	
	background-size: cover;
}

/* FIN OBRAS */

/* INI ENFOQUE*/

.enfoque-image{
	width:100%;
	height: 451px;
	background: url('../../images/enfoque2.jpg') no-repeat center center;
	background-size: cover;
}

/*FIN ENFOQUE*/

/*INI EXPERIENCIA*/

.experiencia-image{
	float: left;
	margin-right: 50px;
	width: 257px;
	height: 171px;
	background: url('../../images/enfoque1.jpg') no-repeat center center;	
}

.experiencia-text{
	float:left;
	width: 100%;
	max-width: 683px;
}

.experiencia-area{
	background-color: #00828e;
	margin-bottom: -40px;
	color: #ffffff;
	font-size: 17px;
	line-height: 33px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-top: 70px;
	padding-bottom: 100px;
}

.fake-experiencia-area{
	max-width: 990px;
	margin: 0 auto;
}

.fake-exp-column{
	float: left;
	margin-right: 50px;
	width: 257px;
	height: 171px;
}

.exp-list{
	margin-left: -20px;
}

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

/*FIN EXPERIENCIA*/

/* INI CASOS PROPIOS*/

.header-casos{
	height: 107px;
}

.casos-propios-body{
	background-color: #E7F1F8;
	height: auto !Important;
}

.casos-container{
	width: 1011px;
}

.casos-title{
	color: #414141;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: left;
	padding-bottom: 50px;
}

.casos-propios-options{
	cursor: pointer;
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 30px;
	padding-bottom: 30px;
}

.casos-propios-options .casos-option{
	float: left;
	margin-right: 20px;
}

.casos-option-selected{	
	border-bottom: 2px solid #666666;
}

.common-text-area .casos-container .casos-content{
	box-shadow: 3px 3px 2px lightgrey;
	margin-bottom: 20px;
}

.casos-container .casos-content .special-subtitle{
	font-size: 15px;
}
/* FIN CASOS PROPIOS*/

/* INI CASOS DETAIL */

.casos-body{
	float:left;
	width: 660px;
	padding-bottom: 80px;
	margin-right: 80px;
}

.casos-links{
	float: left;
	width: 250px;
}

.casos-type{
	color: #414141;
	font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 300;
	padding-bottom: 10px;
}

.casos-subtitle{
	color: #414141;
	font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 600;
	padding-bottom: 50px;
}

.casos-text{
	color: #666666;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
	padding-bottom: 30px;
}

.links-title{
	color: #414141;
	font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 600;
	padding-bottom: 20px;
}

.real-links a{
	color: #00828e;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FIN CASOS DETAIL */

/* INI PUBLICACIONES */

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

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

.publicacion-text{
	float: left;
	color: #414141;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

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

/* reCaptcha V3 badge to the left */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
  }
  
  .grecaptcha-badge:hover {
	width: 256px !important;
  }


.contact-area{
	max-width: 850px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact-area .title{
	color: #005693;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 30px;
}

.contact-form{
	float: left;
	width: 470px;
	margin-right: 97px;
}

.contact-form .labels{
	float: left;
	width: 90px;
}

.contact-form .labels p{
	line-height: 35px;
	color: #005693;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-form .inputs{
	float: left;
	width: 380px;
}

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

.input-area{
	width: 100%;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #003157;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	border: 1px solid #cccccc;
}

.contact-textarea{
	width: 100%;
	margin-bottom: 20px;
	height: 70px;
	line-height: 20px;
	padding-left: 10px;
	color: #003157;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	border: 1px solid #cccccc;
}

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

input[type="button"] {
    margin-top: 10px;
    height: 35px;
    width: 103px;
    background-color: #0095D9;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}


button[type="submit"] {
    margin-top: 10px;
    height: 35px;
    width: 103px;
    background-color: #0095D9;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

.thanks {
    color: #005693;
    display: none;
    line-height: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

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

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

.contact-subtitle{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
	color: #005693;
}

.contact-subtitle{
	padding-top: 20px;
}

.contact-subtitle{
	padding-top: 20px;
}

.contact-firstsubtitle{
	padding-top: 0px;
	margin-top: -5px;
}

.contact-common-text{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #4D4D4C;
	line-height: 25px;
}

.contact-networks{
	padding-top: 25px;
}

.contact-networks .facebook-logo{
	float: left;
    height: 32px;
    width: 32px;
    margin-right: 5px;
}

.contact-networks .instagram-logo{
	float: left;
    height: 32px;
    width: 32px;
    margin-right: 5px;
}

.contact-mails{
	width: 675px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-mails .columns{
	width: 336px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #4D4D4C;
	line-height: 25px;
	float: left;
}

.contact-mails .first-column{
	padding-right: 90px;
}

.contact-mails .second-column{
	padding-left: 70px;
	border-left: 1px solid #B4B4B4;
}

.mails-area{
	padding-bottom: 20px;
}

.last-mail-area{
	padding-bottom: 0px;
}

.mails-title{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
	color: #005693;	
}

.busquedas{
	color: #00A8E3;
	text-decoration: underline !important;
}
 
.google-maps iframe {
    width: 100% !important;
}
	
/* FIN CONTACTO */

/* INI BUSQUEDA */

.busquedas-area{
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
}

.busquedas-area .contact-form{
	width: 100%;
}

.busquedas-area .contact-form .labels{
	width: 180px;
}

.busquedas-area .contact-textarea{
	height: 85px;
	margin-bottom: 10px;
}

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

input[type=file]::file-selector-button {
  border: 1px solid #DFDFDF;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #DFDFDF;
  transition: 1s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #005693;	
  height: 35px;
  width: 200px;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

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


/*
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Adjunte su CV';
  display: inline-block;
  text-align: center;
  background-color: #DFDFDF;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  height: 35px;
  font-weight: 400;
  color: #005693;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 35px;
  width: 100%;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
*/
/* FIN BUSQUEDA */

/* 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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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: 400;
	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);
	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
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 10px;
	box-shadow: inset  0 0 6px rgba(0,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;
	}
	
}
