html {
	font-family: 'Open Sans', sans-serif;
}
body {
	padding: 0;
	margin: 0;
}
img {
 	height: auto;
 	width: 100%;
}
/* slider */
.slider {
	overflow: hidden;
}

.slider ul {
	padding: 0;
	display: flex;
	width: 600%;
	animation: cambio 20s infinite alternate;
	animation-timing-function: ease;
}
.slider li {
	list-style: none;
	width: 100%;
}

.slideshow-container {
	position: relative;
}
.prev {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 25px;
	cursor: pointer;
	transition: 0.3s all;
	color:  #fff;
	text-shadow: 1px 1px 1px #000;
}
.next {
	position: absolute;
	top: 50%;
	right: 20px;	
	font-size: 25px;
	cursor: pointer;
	transition: 0.3s all;
	color:  #fff;
	text-shadow: 1px 1px 1px #000;
}
.next:hover, .prev:hover {
	font-size: 29px;
}
.next::focus, .prev::focus {
	color: #E6441C;
	background: transparent;
	outline:  none;
}



.mySlides {
	height: 480px;
}

.item-1 {
	background: url('images/landing001.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item-2 {
	background: url('images/landing002.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item-3 {
	background: url('images/landing003.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item-4 {
	background: url('images/landing004.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item-5 {
	background: url('images/landing005.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item-6 {
	background: url('images/landing006.jpg');
	height: 100%;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-width: 460px) {
	.item-1 {
		background: url('images/Ldcelu001.png');
		background-size: contain;
  	background-position: center;
  	background-repeat: no-repeat;
	}
	.item-2 {
		background: url('images/Ldcelu002.png');
		background-size: contain;
		background-position: center;
  	background-repeat: no-repeat;
	}
	.item-3 {
		background: url('images/Ldcelu003.jpg');
		background-size: contain;
	  background-position: center;
  	background-repeat: no-repeat;
	}
	.item-4 {
		background: url('images/Ldcelu004.jpg');
		background-size: contain;
		background-position: center;
  	background-repeat: no-repeat;
	}
	.item-5 {
		background: url('images/Ldcelu005.jpg');
		background-size: contain;
		background-position: center;
  	background-repeat: no-repeat;
	}
	.item-6 {
		background: url('images/Ldcelu006.jpg');
		background-size: contain;
		background-position: center;
  	background-repeat: no-repeat;
	}
}



@keyframes cambio {
	0% {margin-left: 0;}
	10% {margin-left: 0;}

	15% {margin-left: -100%;}
	25% {margin-left: -100%;}

	30% {margin-left: -200%;}
	35% {margin-left: -200%;}

	40% {margin-left: -300%;}
	50% {margin-left: -300%;}

	55% {margin-left: -400%;}
	65% {margin-left: -400%;}

	70% {margin-left: -500%;}
	100% {margin-left: -500%;}

}




* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

.mySlides img {
	height: 500px;
	object-fit: cover;
	object-position: center;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* fin slider */

.cont-1170 {
	max-width: 1170px;
	margin: auto;
	padding: 0;
}

.cont-2000 {
	
	margin: auto;
	padding: 60px 20px;
	float: right;
}

.col-6 {
	width: 50%;
	flex: 0 0 auto;
}
.header {
	display: flex;
	align-items: center;
	height: 90px;
}
.box-img {
	display: flex;
	align-items: end;
	height: 90px;
}
.container-tratamientos {
	display: flex;
	flex-wrap: wrap;
}
.box-tipo-tratamiento .box-icon-tratamiento {
	max-width: 60px;
	margin: auto;
	padding: 10px;
}
.text-cabecera h6 {
	font-size: 35px;
	/*margin: 10px 0px 20px;*/
	text-align: center;
	border-bottom: 1px #eed058 solid;
	margin: 0px 15%;
	padding: 20px;
	font-weight: 600;
}
yellow {
	color: #eed058;
}


.text-cabecera {
	text-align: center;
	padding: 0px 100px;
}
.text-cabecera p {
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 42px;
	padding: 0px 60px;
}
.seccion-tratamiento {
	background: #fcf7e1;
	padding: 10px 0px 30px;

}
.seccion-tratamiento h1 {
	font-size: 42px;
	font-weight: 700px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.box-tipo-tratamiento:nth-of-type(2n+1) {
	padding-right: 180px;
}
.box-tipo-tratamiento:nth-of-type(2n) {
	padding-left: 180px;
}

.box-title-form h1 {
	font-size: 42px;
	font-weight: 700px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.box-form form {
	display: flex;
	flex-direction: column;
	width: 40%;
	padding-right: 50px;
}
.box-form input, .box-form select {
	margin-bottom: 20px;
	border:  none;
	padding: 15px 20px;
	color:  rgba(0, 0, 0, 0.6);
	font-size: 1rem;
	border: 1px solid rgba(255, 255, 255);
	border-bottom: 1px solid #eed058;
	-webkit-appearance: none;

}
.box-form form {
	position: relative;
}
.box-form i {
	position: absolute;
	z-index: 2;
	width: 20px;
    bottom: 67px;
    right: 52px;
}
.box-form input:focus, .box-form select:focus {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	outline:  none;
}

.box-form .btn-input {
	background: #eed058;
	padding: 10px 20px;
	border: none;
	width: fit-content;
	float: right;
	transition: 0.3s all;
	cursor: pointer;
	border: 1px solid #eed058;
}
.btn-input:hover {
	background: #fff;
	border: 1px solid #eed058;
}


.box-form input::placeholder {
	color:  rgba(0, 0, 0, 0.6);
}
.box-form select {
	color:  rgba(0, 0, 0, 0.6);
}
.seccion-formulario {
	padding-bottom: 40px;
}
.seccion-footer {
	background: #c9c9c9;
	padding: 20px 0px;
}
.seccion-footer .box-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box-footer-datos p {
	margin: 5px
}
.box-text-tratamiento p {
		font-size: 1.3rem;
		line-height: 35px;
}
.box-mensaje {
	height: 150px;
    margin: 50px 0px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #eed058;
    width: 40%;
    justify-content: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


@media(max-width: 1120px) {
	.col-6{
		width: 50%;
	}
	.box-text-tratamiento p {
		padding: 0px 20px
	}
	.box-tipo-tratamiento:nth-of-type(2n+1) {
		padding-right: 0px;
	}
	.box-tipo-tratamiento:nth-of-type(2n) {
		padding-left: 0px;
	}
	.header {
		padding: 0px 20px;
	}

	.text-cabecera {
		padding: 0px 40px;
	}
	.text-cabecera p {
		padding: 0px 20px;	
	}
	.text-cabecera h6 {
		margin: 0px 20px;
	}
	.seccion-tratamiento h1 {
		text-align: center;
	}
	.box-title-form h1 {
		text-align: center;
	}
	.box-form {
		margin: auto;
		padding-right: 0px;
	}
	.box-footer {
		padding: 0px 20px;
	}


}

@media(max-width: 800px) {
	.box-form form {	
		width: 50%
	}

}

@media(max-width:  460px) {
	.text-cabecera {
		padding: 0px 20px;
	}
	.text-cabecera h6 {
		margin: 0px 0px;
		padding: 10px 0px 20px;
	}
	.seccion-tratamiento .cont-1170 h1 {
		text-align: center;
	}
	.box-tipo-tratamiento:nth-of-type(2n+1) {
		padding-right: 0px;
	}
	.box-tipo-tratamiento:nth-of-type(2n) {
		padding-left: 0px;
	}
	.col-6 {
		width: 100%;
	}
	.box-form i {
		right: 12px
	}
	.box-text-tratamiento {
		padding: 0px 30px;
		text-align:  center;
	}
	.box-text-tratamiento p {
		font-size: 1rem
	}
	.box-title-form h1 {
		text-align: center;
		padding: 0px 20px;
	}
	.box-form form {
		width: 80%;
		padding-right: 0;
		margin: 0px 40px;
		margin:  auto;
	}
	.box-mensaje {
		width: 100%;
	}
	.text-cabecera p {
		padding: 0px 11px;
		font-size: 35px;
	}
	.seccion-tratamiento h1 {
		font-size: 24px;
	}
	.box-title-form h1 {
		font-size: 24px;
	}

}