@font-face{
	font-family: "SFProDisplay-Semibold";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/SFProDisplay-Semibold.ttf);
}
@font-face{
	font-family: "SFProDisplay-Bold";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/SFProDisplay-Bold.ttf);
}
@font-face{
	font-family: "SFProDisplay-Medium";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/SFProDisplay-Medium.ttf);
}
html,body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #f9fafd;
}
.maxwidth{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	position: relative;
}
a{
	color: inherit;
	text-decoration: none;
}
/*header*/
header{
	width: 100%;
	height: 70px;
	background: linear-gradient(to left,rgba(0,102,255,.9),rgba(115,214,255,.9));
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
.opciones_menu{
	text-align: center;
	position: relative;
}
.opc_menu{
	width: 18%;
	line-height: 50px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	font-family: "SFProDisplay-Semibold";
	font-size: 14px;
	margin: 10px 0;
	font-size: 15px;
	cursor: pointer;
}
.opc_menu i{
	font-size: 8px;
	margin: 0 5px;
	vertical-align: middle;
}
.boton_uno{
	width: 140px;
	line-height: 30px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	font-family: "SFProDisplay-Semibold";
	font-size: 14px;
	margin: 20px 0;
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer;
}
.movilmenu{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	background: #000;
	transition: all .6s;
	box-sizing: border-box;
}
.botonmovil{
	width: 40px;
	line-height: 40px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
}
.opc_menumov{
	width: 90%;
	line-height: 50px;
	color: #FFF;
	font-family: "SFProDisplay-Semibold";
	font-size: 14px;
	margin: 0px auto;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
	opacity: 0;
	transition: all 2s;
}


/*seccion 1*/
.section_1{
	position: relative;
	background: linear-gradient(to left,rgba(0,102,255,1),rgba(115,214,255,1));
}
.texto_1{
	max-width: 600px;
	padding: 150px 0 0;
	position: relative;
}
.nombredoc{
	margin: 0;
	font-size: 65px;
	color: #FFF;
	font-family: "SFProDisplay-Bold";
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	letter-spacing: 3px;
}
.especialista{
	font-family: "SFProDisplay-Medium";
	margin: 0;
	color: #FFF;
	font-size: 25px;
	letter-spacing: 18px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.iconosredes{
	margin: 0;
	color: #FFF;
	letter-spacing: 10px;
	position: absolute;
	bottom: 50px;
	left: 15px;
	z-index: 2;
}
.iconosredes{
	margin: 0;
}
.content_registro{
	width: 275px;
	height: 390px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 1.5%;
	z-index: 2;
	border-radius: 2px;
	box-shadow: 0px 0px 6px -1px #000;
	box-sizing: border-box;
	padding: 85px 10px 0;
	overflow: hidden;
	transition: all .6s;
}
.texto1{
	width: 80%;
	margin: 0 auto;
	color: #fFF;
	font-family: "SFProDisplay-Medium";
	transition: all .6s;
}
.inputuno{
	border: none;
	background: rgba(0,0,0,0.1);
	font-family: "SFProDisplay-Bold";
	width: 80%;
	height: 35px;
	border-radius: 30px;
	margin: 5px 10%;
	text-align: center;
	color: #FFF;
}
.inputuno::placeholder{
	opacity: 1;
}
.botontop{
	width: 80%;
	height: 35px;
	margin: 5px 10%;
	border: none;
	cursor: pointer;
	border-radius: 30px;
	color: #FFF;
	background: rgba(140, 140,140, 0.2);
	font-family: "SFProDisplay-Semibold";	
}
.p_info{
	width: 94%;
	margin: 15px auto;
	font-family: "SFProDisplay-Semibold";
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 30px;
	text-align: left;
	filter: contrast(0)brightness(2);
}
.p_c{
	background: url(../img/img_15.png) no-repeat center left;
	background-size: 20px;
}
.p_e{
	background: url(../img/img_16.png) no-repeat center left;
	background-size: 20px;
}
.p_h{
	background: url(../img/img_12.png) no-repeat center left;
	background-size: 20px;
}
.p_d{
	background: url(../img/img_17.png) no-repeat center left;
	background-size: 20px;
}
.flecha_abajo{
	width: 30px;
	height: 30px;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/img_20.png)no-repeat center;
	background-size: 20px;
	cursor: pointer;
	transition: all .6s;
}
/*seccion 2*/
.section_2{
	overflow: hidden;
	background: #25253a;
	padding: 100px 0;
	text-align: center;
	color: #FFF;
	font-family: "SFProDisplay-Semibold";
}
.titulo_1{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 45px;
	text-align: left;
	text-transform: uppercase;
}
.subtitulo_1{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 20px;
	text-align: left;
	border-left: 1px solid;
	font-size: 18px;
}

/*seccion 3*/
.section_3{
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
	text-align: center;
	background: #FFF;
}
.bebe_uno{
	width: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.texto_2{
	width: 370px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-family: "SFProDisplay-Semibold";
}
.titulo_2{
	margin: 0;
	font-size: 60px;
	text-transform: capitalize;
	background: -webkit-linear-gradient(to left, #0048ff,#2f6aff, #4e80ff);
	background: linear-gradient(to left, #0048ff,#2f6aff, #4e80ff);
	-webkit-background-clip: text;  
	-webkit-text-fill-color: transparent;
}
.subtitulo_2{
	font-size: 16px;
	color: #3d3d3d;
}
.boton_dos{
	background: #4176ff;
	padding: 8px 10px;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	width: 150px;
}
.content_carrucel{
	width: 565px;
	margin: 20px;
	display: inline-block;
	vertical-align: middle;
}
.content_carrucel .swiper-slide{
	width: 200px;
	height: 300px;
	background: #FFF;
	box-sizing: border-box;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px -2px #000;
	margin: 10px 0;
}
.tituloslide{
	margin: 5px;
	color: #4b7eff;
	font-family: "SFProDisplay-Semibold";
	text-transform: uppercase;
	font-size: 18px;
}
.imagen_slide{
	width: 80px;
	height: 80px;
	margin: 10px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.descripslide{
	width: 90%;
	height: 80px;
	overflow: hidden;
	color: #3d3d3d;
	font-family: "SFProDisplay-Medium";
	margin: 0 auto;
	font-size: 13px;
	text-align: justify;
	position: relative;
	padding: 10px 0;
}
.descripslide::after{
	content: '';
	width: 50px;
	height: 0;
	border: 2px solid #4176ff;
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
}
.lista_descrip{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/*seccion 4*/
.section_4{
	box-sizing: border-box;
	padding: 20px 0;
}
.section_4 .swiper_2{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}
.swiper_2 .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFF'%2F%3E%3C%2Fsvg%3E");
	right: 0px;
	background-color: rgba(0,0,0,0.6);
	background-size: 14px;
	width: 40px;
}
.caja_1{
	width: 50%;
	height: 300px;
	background: #25253a;
	color: #FFF;
	font-family: "SFProDisplay-Medium";
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	box-sizing: border-box;
	padding: 80px 0;
}
.caja_1 div{
	max-width: 400px;
	margin: 0 auto;
}
.caja_1 div p:nth-child(1){
	font-size: 27px;
	margin: 0;
}
.caja_1 div p:nth-child(2){
	font-size: 14px;
	margin: 0;
}
.caja_2{
	height: 300px;
	width: 100%;
	background: #4e83fa;
	color: #FFF;
	font-family: "SFProDisplay-Medium";
	text-align: center;
	box-sizing: border-box;
	padding: 50px 0;
}
.caja_3{
	height: 300px;
	width: 100%;
	background: #bebec5;
	color: #FFF;
	font-family: "SFProDisplay-Medium";
	text-align: center;
	box-sizing: border-box;
	padding: 50px 0;
}

/*seccion 5*/
.section_5{
	position: relative;
	padding: 80px 0;
	text-align: center;
	background: #f9fafd;
}
.franja_azul{
	background: #4e83fa;
	width: 50%;
	height: 300px;
	position: absolute;
	left: 0;
	top: calc(50% - 150px);
}
.img_doc{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.img_doc .swiper-slide{
	width: 100%;
	height: 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.datosp{
	max-width: 400px;
	display: inline-block;
	vertical-align: middle;
	margin: 30px;
	text-align: justify;
	line-height: 1.3em;
}
.titulo_3{
	text-transform: uppercase;
	color: #2c4058;
	font-size: 35px;
	margin: 0;
	font-family: "SFProDisplay-Semibold";
}
.descrip_dos{
	color: #4b5562;
	font-family: "SFProDisplay-Medium";
	font-size: 14px;
}
.boton_tres{
	color: #2c4058;
	font-family: "SFProDisplay-Semibold";
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	width: 140px;
	line-height: 35px;
	margin: 10px 0;
	border: 1px solid #4b5562;
	border-radius: 2px;
	font-size: 12px;
	transition: all .6s;
}
.boton_tres:hover{
	border: 1px solid #FFF;
	background: #2c4058;
	color: #FFF;
	transform: scale(1.1);
}
.p_direccion{
	color: #25253a;
	font-family: "SFProDisplay-Semibold";
	background: url(../img/img_12.png) no-repeat center left;
	background-size: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
}

/*seccion 6*/
.section_6{
	background: url(../img/img_9.jpg) no-repeat center;
	background-size: cover;
	color: #FFF;
	font-family: "SFProDisplay-Bold";
	font-size: 50px;
	text-align: center;
	padding: 120px 0;
}
.section_6 p{
	max-width: 700px;
	margin: 0 auto;
	font-family: "SFProDisplay-Semibold";
	font-size: 20px;
}

/*seccion 7*/
.section_7{
	text-align: center;
	padding: 20px 0;
	background: #f9fafd;
}
.contendescrip{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
}
.titulo_4{
	margin: 0;
	text-transform: uppercase;
	color: #4e83fa;
	font-family: "SFProDisplay-Bold";
	font-size: 115px;
	line-height: 1em;
}
.descrip_tres{
	color: #4b5562;
	font-family: "SFProDisplay-Medium";
	font-size: 14px;
	line-height: 1.3em;
	margin: 0;
}
.vermas{
	color: #4e83fa;
	font-family: "SFProDisplay-Medium";
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #4e83fa;
	border-radius: 30px;
	width: 140px;
	line-height: 35px;
	margin: 10px 0;
	text-align: center;
	transition: all .6s;
}
.vermas label{
	font-size: 20px;
	margin: 3px;
}
.vermas:hover{
	background: #4e83fa;
	color: #FFF;
	border: 1px solid #4e83fa;
	transform: scale(1.1);
}
.carrucel_tres{
	width: 500px;
	display: inline-block;
	vertical-align: middle;
	margin: 50px 20px;
}
.carrucel_tres .swiper-slide{
	width: 300px;
	box-shadow: 0px 0px 10px -1px #ccc;
	margin: 40px 0;
	background: #FFF;
}
.carrucel_tres .swiper-slide .fondoslide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.3);
}
.carrucel_tres .swiper-slide-active .fondoslide{
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: inherit;
	background: transparent;
}
.carrucel_tres .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid #4b5562;
	background: #FFF;
}
.carrucel_tres .swiper-pagination-bullet-active {
	opacity: 1;
	border: 1px solid #4176ff;
	background: #4176ff;
}
.imgbebe{
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.imgbloger{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
}
.tituloblog{
	width: 95%;
	margin: 5px auto;
	color: #2c4058;
	font-family: "SFProDisplay-Bold";
	text-transform: uppercase;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.descripblog{
	width: 95%;
	color: #4b5562;
	font-family: "SFProDisplay-Medium";
	margin: 0 auto;
	font-size: 12px;
	height: 70px;
	overflow: hidden;
	text-align: justify;
}
.divdato{
	width:95%;
	margin: auto;
}
.datosbloger{
	width: calc(100% - 60px);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.datosbloger p{
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dato1{
	color: #2c4058;
	font-family: "SFProDisplay-Bold";
	font-size: 14px;
	text-transform: uppercase;
}
.dato2{
	color: #55b7ff;
	font-family: "SFProDisplay-Medium";
	font-size: 12px;
}
.footer{
	width: 100%;
	height: 400px;
	position: relative;
	text-align: center;
}
.mapa{
	position: absolute;
	width: 100%;
	height: 90%;
	top: 0;
	left: 0;
}
.linkpage{
	width: 100%;
	height: 10%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: linear-gradient(to left,rgb(0,102,255),rgb(115,214,255));
	color: #FFF;
	font-family: "SFProDisplay-Medium";
	display: flex;
	align-items: center;
	justify-content: center;
}

.formulario{
	width: 500px;
	height: 325px;
	position: relative;
	top: 20px;
	left: 50px;
	background: #FFF;
	z-index: 2;
	box-shadow: 0px 0px 10px -1px #ccc;
}
.titulo_5{
	color: #4176ff;
	font-family: "SFProDisplay-Bold";
	text-transform: uppercase;
}
.datoscontact{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #25253a;
	font-family: "SFProDisplay-Semibold";
	box-sizing: border-box;
	padding: 20px;
}
.datoscontact p{
	color: #25253a;
	font-family: "SFProDisplay-Semibold";
	margin: 15px 0;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
}
.datoscontact form{
	margin-top: 50px;
}
.for_1{
	background: url(../img/img_15.png) no-repeat center left;
	background-size: 15px;
}
.for_2{
	background: url(../img/img_16.png) no-repeat center left;
	background-size: 15px;
}
.for_3{
	background: url(../img/img_12.png) no-repeat center left;
	background-size: 15px;
}
.for_4{
	background: url(../img/img_17.png) no-repeat center left;
	background-size: 15px;
}
.inputform{
	width: 100%;
	border: none;
	height: 35px;
	border-bottom: 1px solid #2c4058;
	color: #2c4058;
	font-family: "SFProDisplay-Bold";
	background: transparent;
	opacity: .6;
	font-size: 16px;
	margin: 15px 0 0;
}
.inputform:focus{
	opacity: 1;
}
.textarea{
	width: 100%;
	border: none;
	height: 50px;
	border: 1px solid #2c4058;
	color: #2c4058;
	font-family: "SFProDisplay-Bold";
	background: transparent;
	opacity: .6;
	font-size: 16px;
	margin: 15px 0 0;
	resize: none;
}
.textarea:focus{
	opacity: 1;
}
.botonsend{
	color: #2c4058;
	border: 1px solid #2c4058;
	height: 35px;
	width: 80px;
	cursor: pointer;
	display: block;
	margin: 20px 0 0 auto;
	background: transparent;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "SFProDisplay-Bold";
}

/*ficha mapa*/
.fichamap{
	width: 250px;
	height: 120px;
}
.img_map{
	width: 100px;
	height: 120px;
	background: url(../img/img_26.jpeg) no-repeat center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}
.direcc_map{
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	font-family: "SFProDisplay-Semibold";
	color: #2c4058;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../img/img_12.png) no-repeat center left+10px;
	background-size: 14px;
	font-size: 12px;
}


/*Blog*/


@media screen and (min-width: 2000px){
	.section_3{
		padding: 150px 0;
	}
}
@media screen and (max-width: 850px){
	.texto_1 {
		max-width: 400px;
		padding: 150px 15px 0;
	}
	.nombredoc{
		font-size: 40px;
	}
	.franja_azul{
		display: none;
	}
	.caja_1 {
		width: 100%;
		font-size: 34px;
		height: 200px;
		padding: 50px 0;
	}
	.section_4 .swiper_2{
		width: 100%;
	}
	.texto_hijos p b:nth-child(1) {
		font-size: 21px;
	}
	.caja_2, .caja_3 {
		padding: 35px 0;
		margin: 0;
		height: 200px;
	}
	.caja_2 img{
		height: 100px;
	}
	.caja_3 img{
		height: 100px;
	}
}

@media screen and (max-width: 750px){
	header{
		background: rgba(37,37,58,0.9);
	}
	.opc_menu{
		display: none;
	}
	.opciones_menu{
		text-align: right;
	}
	.boton_uno {
		width: 120px;
		text-align: center;
		margin: 20px 10px;
	}
	.botonmovil{
		display: block;
	}
	.section_2 {
		padding: 50px 0;
	}
	.subtitulo_1 {
		text-align: center;
		border-left: none;
	}
	.subtitulo_2 {
		margin: 5px 0;
	}
	.texto_2{
		text-align: center;
	}
	.boton_dos{
		margin: auto;
	}
	.bebe_uno{
		display: none;
	}
	.caja_1 {
		width: 100%;
		height: 200px;
		padding: 45px 0 0;
	}
	.texto_hijos{
		height: 200px;
	}
	.section_5 {
		padding: 30px 0;
	}
	.img_doc{
		width: 80%;
	}
	.datosp {
		max-width: 80%;
	}
	.section_6 {
		font-size: 30px;
		padding: 80px 15px;
	}
	.section_6 p {
		max-width: 450px;
		font-size: 16px;
	}
	.contendescrip {
		width: 80%;
	}
	.titulo_4{
		font-size: 40px;
	}
	.descrip_tres {
		max-width: 300px;
	}
	.vermas {
		font-size: 15px;
		border-radius: 30px;
		width: 100px;
	}
	.carrucel_tres {
		width: 90%;
		margin: 10px auto;
	}
	.carrucel_tres .swiper-slide{
		width: 280px;
	}
	.footer {
		height: 600px;
	}
	.formulario {
		width: 90%;
		height: 500px;
		left: 5%;
	}
	.datoscontact{
		width: 100%;
		padding: 20px 20px 0;
	}
	.datoscontact form {
		margin-top: 0px;
	}
}

@media screen and (max-width: 600px){
	.content_registro{
		width: 100%;
		right: 0;
		background: rgba(0,0,0,0.8);
		height: 100px;
	}
	.texto1{
		opacity: 0;
	}
	.flecha_abajo{
		transform: rotate(-180deg);
	}
	.nombredoc {
		font-size: 28px;
	}
	.especialista {
		font-size: 15px;
		letter-spacing: 14px;
	}
	.bebe{
		height: 200px;
	}
	.titulo_1{
		font-size: 30px;
	}
	.subtitulo_1 {
		width: 80%;
		margin: 10px 20px 0;
		font-size: 15px;
	}
	.caja_1 {
		font-size: 24px;
		padding: 60px 0 0;
	}
	.caja_1 div {
		max-width: 80%;
		margin: 0 auto;
	}
	.caja_1 div p:nth-child(1) {
		font-size: 19px;
	}
	.texto_2{
		width: 80%;
	}
	.titulo_2{
		font-size: 36px;
	}
	.subtitulo_2{
		font-size: 15px;
	}
	.content_carrucel {
		width: 90%;
		margin: 20px auto;
	}
	.content_carrucel .swiper-slide{
		width: 95%;
	}
}


















