body {
  color: #3e5871;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

p{  line-height: 1.4;}

.wrapper {
  width: 90%;
  max-width: 1720px;
  margin: 150px auto;
}

.txt header {
  text-align: center;
}
.txt h2 {
  color: #3e5871;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 1000;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border: none;
}
.txt h3 {
  font-size: 2em;
  font-family: "Antonio", sans-serif;
  color: #deab74;
  margin: 0;
}

footer {
  padding: 25px 0;
  text-align: center;
  font-weight: 700;
}

.fixed-header {
  padding: 25px 0;
}


.fixed-header .wrapper{margin:0px auto;}

.fixed-header .datos-contacto{margin:0; align-items:center;}

.fixed-header .datos-contacto li{margin-left:25px;}

.fixed-header .datos-contacto li svg{width:25px; color: #deab74;}

.fixed-header .datos-contacto li:first-child{margin-left:0;}

.fixed-header .datos-contacto a{color: #3e5871;}

.fixed-header .datos-contacto span+ span{margin-left:10px;}

.fixed-header.uk-active {
  padding: 20px 0;
  background-color: #fff;
}
.fixed-header.uk-active img {
  max-width: 175px;
}


.fixed-header img{max-width:200px;}

/*---------------------- CABECERA ----------------------*/
#cabecera {
  min-height: calc(100vh - 150px);
}
#cabecera article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#cabecera article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 88, 133, 0.1);
  z-index: 1;
}
#cabecera article header {
  position: relative;
  z-index: 2;
}
#cabecera article header h1 {
  font-family: "Nunito Sans", sans-serif;
  color: #3e5871;
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 4.5em;
  text-shadow: none;
  /*text-shadow:0px 0px 10px #fff;*/
}
#cabecera article header h2 {
  font-size: 3em;
  font-family: "Antonio", sans-serif;
  color: #fff;
  text-shadow: 0px 0px 10px #999;
}

.mobile{display:none;}

.wpcf7 {
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3e5871;
}
.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7 .tercio, .wpcf7 .mitad, .wpcf7 .full {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
}
.wpcf7 label {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.wpcf7 .tercio {
  width: calc(33.33% - 25px);
}
.wpcf7 .mitad {
  width: calc(50% - 25px);
}
.wpcf7 .full {
  width: 100%;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  width: 100%;
  border: none;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 textarea {
  max-height: 150px;
}
.wpcf7 input[type=checkbox] {
  width: auto;
}
.wpcf7 input[type=submit] {
  padding: 25px;
  background-color: #fff;
  color: #3e5871;
  font-weight: 1000;
  text-transform: uppercase;
}

/*---------------------- TRATAMIENTOS ----------------------*/
#tratamientos li {
  width: calc(50% - 50px);
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tratamientos li figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #3e5871;
  padding: 37.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tratamientos li figure img {
  width: 75px;
  height: auto;
}
#tratamientos li article {
  width: calc(100% - 200px);
  color: #3e5871;
}
#tratamientos li article h4 {
  text-transform: uppercase;
  color: #3e5871;
  font-weight: 1000;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 20px;
}
#tratamientos li article p {
  font-weight: 700;
}

/*---------------------- BANNER ----------------------*/
.banner {margin-top:0;}

.banner article {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f8f6;
  min-height: 750px;
}
.banner article h3 {
  font-size: 3em;
}
.banner article a {
  display: inline-block;
  padding: 20px 50px;
  font-weight: 1000;
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  background-color: #deab74;
  margin-top: 50px;
  text-align: center;
  line-height:1em;
}
.banner figure {
  width: 50%!important;
  margin: 0;
}

/*---------------------- FACIL ----------------------*/
#facil article ul {
  margin-top: 50px;
  padding-left: 25px;
}
#facil article ul li {
  list-style: disc;
  margin-top: 50px;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
}
#facil > ul {
  margin: 0;
}
#facil > ul > li {
  width: 50%;
  position: relative;
}
#facil > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 88, 133, 0.5);
  z-index: 1;
}
#facil > ul > li article {
  padding: 250px 100px;
  position: relative;
  z-index: 2;
  color: #fff;
}
#facil > ul > li article h4 {
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 2.5em;
  color: #fff;
}
#facil > ul > li article li {
  list-style: disc;
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
}

#facil button{
	background-color: #3e5871;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 300px;
  margin: 0px auto;
  padding: 15px 50px;
  border: none;
}

#condiciones-generales{
	width: 75%;
  	margin: 0px auto;
  	margin-top:25px;
}

#condiciones-generales h4{
	font-size: 2em;
  font-family: "Antonio",sans-serif;
  color: #deab74;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

/*---------------------- TASAS ----------------------*/
#tasas li {
  margin: 50px 0;
  width: calc(25% - 50px);
  text-align: center;
}
#tasas li h4 {
  font-size: 4em;
  font-weight: 1000;
  margin: 0;
  color: #3e5871;
}
#tasas li h4 span {
  display: block;
  color: #deab74;
  font-size: 0.4em;
  line-height: 1em;
  text-transform: uppercase;
}

#tasas li img{
	display:block;
	margin:0px auto;
	max-width:100px;
	margin-bottom:10px;
}

/*---------------------- CONTACTO ----------------------*/
#contacto-landing {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f8f6;
}
#contacto-landing article {
  width: 50%;
  background-color: #f7f8f6;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contacto-landing article p {
  font-size: 1.5em;
  font-weight: 700;
}
#contacto-landing article a {
  color: #deab74;
}

/*--------------------------------------------  BANNER --------------------------------------------*/

/*1300px*/
@media (max-width: 1500px) {

.fixed-header .datos-contacto span + span {    display: none;  }

}

/*1300px*/
@media (max-width: 1300px) {
  .fixed-header {
    padding: 25px 0;
  }
  
  .fixed-header .datos-contacto span + span{display:none}
  
  .fixed-header .datos-contacto li {  margin-left: 50px;}
  
  #cabecera article {
    width: 100%;
    padding: 300px 50px;
  }
  .wpcf7 {
    width: 100%;
  }
  #tratamientos li {
    width: 100%;
  }
  #facil > ul > li article {
    padding: 175px 50px;
  }
  #tasas li {
    width: calc(50% - 50px);
  }
  iframe {
    max-height: 600px;
  }
  #contacto-landing article {
    width: 100%;
    padding: 100px 50px;
  }
}
/*1000px*/
@media (max-width: 1000px) {
	
.fixed-header .wrapper{
	
	    flex-direction: row;
	justify-content: center;
  flex-wrap: wrap;
}	

.fixed-header img {  order: 1;  margin: 0 25px;}

 .fixed-header .datos-contacto{  order: 2;}
	
	
.mobile{display:block;}
	
.desktop{display:none;}	
	
	/*.fixed-header .wrapper {  flex-direction: column;}	*/
	
	.fixed-header .datos-contacto{
		width: 100%;
		justify-content: center;
		margin-top: 25px;
		flex-wrap: wrap;
	}
	
  .txt h2 {
    font-size: 2.5em;
  }
  .txt h3 {
    font-size: 1.75em;
  }
  #cabecera article header h1 {
    font-size: 3em;
  }
  #cabecera article header h2 {
    font-size: 2.5em;
  }
  #tratamientos li article h4 {
    font-size: 2em;
  }
  .banner figure {
    width: 100%!important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 400px;
  }
  .banner article {
    width: 100%;
    min-height: auto;
    padding: 100px 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .banner article h3 {
    font-size: 2.5em;
  }
  #facil > ul > li {
    width: 100%;
  }
  iframe {
    max-height: 500px;
  }
  
  #condiciones-generales{width: 100%;}
  
}
/*725px*/
@media (max-width: 725px) {

	.fixed-header .datos-contacto{justify-content: space-between;}
	
	.fixed-header .datos-contacto li {  margin-left: 0;}

	.fixed-header .datos-contacto li:first-child {
	  width: 100%;
	  text-align: center;
	  margin-bottom: 15px;
	}	
	
	
  .wpcf7 .tercio, .wpcf7 .mitad {
    width: 100%;
  }
  #tratamientos li article h4 {
    font-size: 1.75em;
  }
  #facil > ul > li article {
    padding: 125px 50px;
  }
  iframe {
    max-height: 290px;
  }
}
/*590px*/
@media (max-width: 590px) {
  .wrapper {
    margin: 100px auto;
  }
  .txt h2 {
    font-size: 2em;
  }
  .txt h3 {
    font-size: 1.5em;
  }
  #cabecera article {
    padding: 200px 25px;
  }
  #cabecera article h1 {
    font-size: 2.5em;
  }
  #cabecera article h2 {
    font-size: 2em;
  }
  .wpcf7 {
    padding: 50px 25px;
  }
  #tratamientos li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #tratamientos li article {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .banner article {
    padding: 100px 25px;
  }
  #facil article ul li {
    font-size: 1.25em;
  }
  #facil > ul > li article {
    padding: 100px 25px;
  }
  #facil > ul > li article h4 {
    font-size: 2em;
  }
  #tasas li {
    width: 100%;
  }
  #contacto-landing article {
    padding: 100px 25px;
  }
  #contacto-landing article p {
    font-size: 1.25em;
  }
}
/*410px*/
@media (max-width: 410px) {
	
	
  .fixed-header img {
    max-width: 130px;
  }
  #cabecera article {
    padding: 150px 25px;
  }
  #cabecera article header h1 {
    font-size: 2.2em;
  }
  #cabecera article header h2 {
    font-size: 1.8em;
  }
  .txt h2 {
    font-size: 1.75em;
  }
  .txt h3 {
    font-size: 1.5em;
  }
  #tratamientos li article h4 {
    font-size: 1.5em;
  }
  .banner article h3 {
    font-size: 2em;
  }
  .banner article a {
    font-size: 1.5em;
  }
  .banner figure {
    min-height: 300px;
  }
  #facil > ul > li article h4 {
    font-size: 1.5em;
  }
  #facil > ul > li article li {
    font-size: 1.25em;
  }
}
/*350px*/
@media (max-width: 350px) {
  #facil article ul li,
#facil > ul > li article li,
#contacto-landing article p {
    font-size: 1.1em;
  }
}