
nav{
	margin-top: 1rem;
}

body{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.landing_page{
	position: relative;
	/*width: 1440px;
	height: 3086px;*/
	margin-right: 0px;
	margin-left:0px;
	background: #FFFFFF;
}

.container {  
  display: flex;  
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0px;
}

.right{
	margin-left: auto;
}

.menu_li{
	margin-left: 30px;
	padding-top: 8px;
}

.logo-item{

}

.container>li{
	list-style-type: none;
}

.logo_landing_page{
	/*position: absolute;*/
	width: 136px;
	height: 48px;
	/*left: 165px;
	top: 12px;*/
}

.menu_item_lp, .menu_item_lp span{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;

	color: #0875EA;
	text-decoration: none;	
}

.menu_item_lp span:hover{
	text-decoration: none;
    border-bottom: 2px solid;
}

.contacto_link_lp{
	/*position: absolute;*/
	width: 78px;
	height: 19px;
	/*left: 451px;
	top: 32px;*/
}

.menu_item_lp:hover{
    text-decoration: none;
}

.nosotros_link_lp{
	/*position: absolute;*/
	width: 78px;
	height: 19px;
/*	left: 349px;
	top: 32px;*/
}

.btn_iniciar_sesion{
	margin-left: auto;
	height: 40px;
	border: none;
	background: none;
}

.btn-primary-blue{
    white-space: nowrap;

	height: 19px;

	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */

	color: #FFFFFF;

	border: none;
	padding: 0px 15px 0px;
	height: 40px;
	/* Azul */

	background: #0875EA;
	border-radius: 100px;

	text-decoration: none;
	padding: 10px 15px;

	width: fit-content;
}

@media screen and (max-width: 760px) {
	.container{
		margin-left: 5%;
		margin-right: 5%;
	}
	.menu_li{
		margin-left: 10px;
	}
}

.carousel-portada{
	/*position: absolute;*/
	width: auto;
	height: 640px;
	left: 0px;
	top: 0px;
	margin: 0px;
}

.carousel-img{
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*left: 0px;
	top: 0px;*/
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: 0;*/
}

.slick-arrow.slick-prev {
  left: 100px;
  /*background: red; to notice it, is white*/
  z-index: 1;
  /*border: 2px solid #F0F0F0;*/
	/*box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
	/*transform: rotate(-45deg);*/
	width: 50px;
	height: 50px;
}
.slick-arrow.slick-next {
  right: 100px;
  width: 50px;
	height: 50px;
  /*background: red; to notice it, is white*/
}

/*.slick-arrow.slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
}*/

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
	position: relative;
  	top: -30px; 
  	padding-left: 30px;
  /*left: 100px; // play with the number of pixels to position it as you want*/
}
.slick-dots li button:before{
	content: ''
}

.car-nav{
	height: 0px;
	width: 90%;
}

.car-nav .slick-dots li button {
    max-width: 9px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    font: 0px/0px tahoma;
}

.car-nav .slick-dots li.slick-active  button{
	border: 1px solid #FFF;
    background: #FFF;
}

h1{
	margin: 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 87px;

	color: #131414;
}

h2{

	/* H2 */
	margin: 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;

	/* Text */

	color: #131414;
}


h3{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 49px;
	text-align: center;

}

.btn-registrate{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;

	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;

	color: #FFFFFF;

	background: #F54710;
	border-radius: 100px;

	border: none;

	text-decoration: none;
	display: inline-block;
}

.carousel-portada .contenedor{
	position: absolute;
    height: fit-content;
    left: 165px;
    bottom: 75px;

    margin-right: 100px;
}

.carousel-portada .btn-registrate{
	margin-top: 10px;
}

@media screen and (max-width: 760px) {
	.contenedor h1 {
		font-size: 48px;
		line-height: 65px;
	}
	.contenedor h2 {
		font-size: 36px;
		line-height: 49px;
	}

	.slick-arrow.slick-prev {
	  left: 30px;
	}
	.slick-arrow.slick-next {
	  right: 30px;
	}

	.carousel-portada .contenedor{
	    left: 95px;

	    margin-right: 35px;
	}
}


.conoce-mas{
	width: 100%;
	height: 959px;

	background: linear-gradient(180deg, rgba(215, 225, 251, 0.4) 0%, #D7E1FB 100%);
}

.contenido_generico{
    width: 100%;

	background: linear-gradient(180deg, rgba(215, 225, 251, 0.4) 0%, #D7E1FB 100%);
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contenido_generico p, .contenido_generico li{
    font-size: 14px;
    line-height: 14px;
    font-family: Open Sans;
	font-style: normal;
	font-weight: 300;

	text-align: justify;
	text-justify: inter-word;
}

.image-cascade{
	position: relative;
	width: 90%;
	height: 477px;
	/*left: 68px;*/
	top: 120px;
	/*text-align: center;*/
	margin: auto
}

.image-cascade.img{
	box-shadow: -4px 6px 8px rgba(0, 0, 0, 0.15);
}

.image-cascade>img:nth-child(1){
	z-index: 2;
	/* Doctor */
	position: absolute;
	width: 445px;
	height: 297px;
	left: 0px;
	top: 132px;
}

.image-cascade>img:nth-child(2){
	z-index: 3;
	position: absolute;
	width: 255px;
	height: 382px;
	/*left: 315px;*/
	left: 30%;
	top: 0px;
}

.image-cascade>img:nth-child(3){
	z-index: 2;
	position: absolute;
	width: 399px;
	height: 266px;
	/*left: 516px;*/
	left: 40%;
	top: 211px;
}

.image-cascade>img:nth-child(4){
	z-index: 1;
	/* Dentist */
	position: absolute;
	width: 460px;
	height: 307px;
	/*left: 790px;*/
	left: 60%;
	top: 31px;
}

@media screen and (max-width: 1140px) {
  .image-cascade>img:nth-child(4){
  	display: none;
  }
}

@media screen and (max-width: 700px) {
  .image-cascade>img:nth-child(3){
  	display: none;
  }
}

.conoce-mas h3{
	width: 70%;
	margin: auto;
}

.conoce-mas .btn-primary-blue{
	margin: auto;
    margin-top: 50px;
    display: block;
}

.conoce-mas .contenedor{
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: fit-content;
}

.conoce-mas .wrapper{
	position: absolute;
    height: 400px;
    width: 100%;
    margin: auto;
}

.testimonios{
	height: 550px;
	width: 100%;
}

.carousel-testimonios{
	/*height: 350px;*/
	width: 90%;
	margin: auto;
	position: relative;
}

.carousel-testimonios img{
	float: left;
	padding-left: 100px;

	/* centers vertically */
	position: relative;
	top: 50%;
	transform: translateY(-50%);

	/*position: absolute;*/
	/*width: 350px;
	height: 350px;*/
	/*left: 95px;
	top: 0px;*/

	/*background: url(josh-howard-6BI7fVlw_BA-unsplash.jpg);*/
	/*box-shadow: 0px 0px 24px rgba(94, 138, 237, 0.2);*/
	/*top: 50%;*/
}

.carousel-testimonios .testimonio-text{
	/* centers vertically */
	position: relative;
	top: 50%;
	transform: translateY(-50%);

	padding-right: 100px;

}

p{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
}

.testimonio-text .nombre{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;

	color: #000000;

	margin-bottom: 0px;
}

.testimonio-text .ciudad{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;

	color: #000000;	

	margin-top: 0px;
}

.carousel-testimonios .slick-prev{
	left: -50px;
}

.carousel-testimonios .slick-next{
	right: 120px;
}

.carousel-testimonios .slick-prev:before {
    content: '';
}

.carousel-testimonios .slick-next:before {
    content: '';
}

@media screen and (max-width: 940px) {
 	.testimonio-img{
		width: 250px;
	}
	.testimonio-text p{
		font-weight: 300;
		font-size: 18px;
		line-height: 26px;
	}

	.testimonio-text .nombre, .testimonio-text .nombre{
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 800px) {
	.slick-arrow img{
		display: none;
	}

	.carousel-testimonios img{
		float: none;
		transform: none;
		top: 0px;
		margin: auto;
		padding: 20px;
	}

	.carousel-testimonios .testimonio-text {
		transform: none;
		top: 0px;
		padding: 20px;
		text-align: center;
	}
}
/*
.carousel-testimonios .slick-arrow.slick-prev {
	left: 100px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
.carousel-testimonios .slick-arrow.slick-next {
	right: 100px;
	width: 50px;
	height: 50px; 
	vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/


.registrate-section{
	height: 525px;
}

.registrate-section>div{
	/* centers vertically */
	position: relative;
	top: 50%;
	transform: translateY(-50%);

	width: 635px;
	text-align: center;
	float: right;
	margin-right: 50px;
}

@media screen and (max-width: 730px) {
  .registrate-section>div {
    width: 100%;
 	margin-right: 0px;   
 	color: #0875EA;
  }
}


.registrate-section .btn-registrate{
	margin-top: 30px;
}

#contact-us{
	height: 881px;

	background: #0875EA;

	color: #FFFFFF;

	text-align: center;
	vertical-align: center;
}

#contact-us .contenido{
	/* centers vertically */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#contact-us h2{
	color: #FFFFFF;
}

#contact-us .encabezado{
	    padding: 0 10px;
}

#contact-us .encabezado p{
	width: 474px;
	margin:10px auto;
	color: #FFFFFF;

	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	text-align: center;

}

#contact-us label{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

#contact-us form{
	text-align: left;
	width: 50%;
	margin:60px auto;
}

#contact-us .form-group input, textarea, select{
	width: 100%;

	/* Blanco */

	background: #FFFFFF;
	/* Azul 40 */

	border: 1px solid #AFC5F7;
	box-sizing: border-box;
	border-radius: 12px;

	padding: 12px;
	margin-top: 10px;
	margin-bottom: 25px;
}

#contact-us .form-group input:focus, textarea:focus, select:focus{
    outline: none;
    border: 1px solid #35f53b;
}

#contact-us .form-group p{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

#contact-us button{
	opacity: 0.5;

	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */


	/* Azul */

	color: #0875EA;

	/* Background */
	border: none;
	background: #FFFFFF;
	border-radius: 100px;
	padding: 0px 15px 0px;
	height: 40px;

}

@media screen and (max-width: 760px) {
	#contact-us form {
	    width: 80%;
	}
}

footer{
	position: relative;
	height: 292px;

	margin: 0 165px -16px 165px;

}


.footer-bg{
		background-image: url("../clouds.png");
}
footer ul{
	list-style-type: none;
	padding: 0px;

	position: relative;
    top: 60px;
}

footer .menu_li{
	margin: 0px;

	padding: 10px 0px;
}

.below-line{
	bottom: 0px;
    height: 50px;
    position: absolute;
    width: 100%;
}

.right{
	float: right;
}

.left{
	float: left;
}

footer .left span{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */


	/* Azul */

	color: #0875EA;

	padding-right: 25px;
}

footer .right img{
	padding: 0px 10px;
}

footer .right a{
	text-decoration: none;
}

footer hr{
	background: #0875EA;
	color: #0875EA;
	border-color: #0875EA;

	height: 1px;
    border: 0; 
    margin: 30px 0px;

    position: absolute;
    bottom: 50px;
    width: 100%;
}


@media screen and (max-width: 760px) {
	footer {

	    margin: 0 15px -16px 15px;
	}
}
