@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
scroll-behavior:smooth;
}

body {
  font-family: Roboto, Arial;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.container {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.3em;
  font-family: Times, Times New Roman, Roboto, Arial;
  font-weight: 400;
  color: #333333;
  margin:2rem 0 1.5rem 0;
  letter-spacing:1px;
  display: inline-block;
  text-align:left;
}

h4 {
  font-size: 1.5rem;
  line-height: 1em;
  font-family:Roboto, Arial;
  font-weight: 300;
  color:#179d50;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  letter-spacing:1px;
}

.header {
  background:linear-gradient(180deg, #687888 0, #708293 50%, #718395 100%);
  color: #ffffff;
  padding: .2rem 0;
  position: fixed;
  left:0;
  top:0;
  right: 0;
  z-index:100;
  opacity: 0.90;
}

.main {
  padding-top: 8.5rem;
}

.header a {
  color: #ffffff;
  text-decoration: none;
}

.logo {
 padding: 0;
 letter-spacing:1px;
 opacity: .90;
}

a.logo {
  width: 130px;
  height:130px;
  padding: 5px 0 5px 0;
}

img.logo{
  max-width:200px;
}

.menu-icon{
display: none;
}

.logo-nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
    border-radius: 5px;
    font-size: 1.1rem;
    color: #ffffff;
}

.navigation ul li a:hover {
    background: #b4adb3;
    color: #ffffff;
}

/* Fin Navegador */

/* Data */

.mobile {
  font-family: Roboto, Arial;
  font-size:1.1rem;
  text-align:center;
  padding: 0.15rem 1rem;
  border-radius: 5px;
  height: auto;
  letter-spacing: 0.5px;
}

.email {
  font-family: Roboto, Arial;
}

/* End Data */

/* Botón WhatsApp */

.btn-wsp{
    position:fixed;
    width:53px;
    height:53px;
    line-height: 55px;
    bottom:85px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:25px;
    box-shadow: 0px 1px 10px rgba(41,41,41,0.3);
    z-index:100;
    transition: all 300ms ease;
}

.btn-wsp:hover{
    background: #20ba5a;
}

@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:53px;
        height:53px;
        line-height: 58px;
        margin-bottom: 250px;
        z-index:100;
        right: 25px;
	}
}

/* Fin Botón Whatsapp */

/* Botón Ir Arriba */

.ir-arriba {
  line-height: 48px;
  opacity: .3;
  font-size:22px;
  color:#ffffff;
  text-align: center;
  cursor:pointer;
  position: fixed;
  bottom:30px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3b4e46;  
}

.ir-arriba:hover{
    background: #7a8a7b;
    opacity: .6;
}

/* Fin Botón Ir arriba */


.separata {width:100%;
  height:50px;
}

.separata hr {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  color:orange;
  opacity:0.3;
}

/* Contenido */

.banner {
  width:100%;
  height:100%;
  display: inline-block;
}

/* Cajas - interior */

a.ancla {
  padding: 150px;
}

.flex-container {
  display:flex;
  max-width:100%;
  width:85%;
  padding:0;
  flex-wrap:wrap;
  align-items:center;
  margin: 0 auto;
  color:#333333;
}

.izquierda {
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1rem;
  text-align:justify;

}

.servicios {
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1rem;
  text-align:justify;

}

.actividades {
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1rem;
  text-align:justify;
}

.derecha {
  flex:40%;
  margin:15px 0 15px 15px;
  text-align:center;
}

img.derecha-uno {
  width:90%;
  height:90%;
  border-radius:50%;
  margin-right: 0px;
}

p.mayores{
height: auto;
width: auto;
float: right;
margin: 0 15px 0 0;
padding:0 0 0 0;
font-size: 1.25em;
color: #ffffff;
font-family: Roboto, Arial;
}

/* Fin Cajas - interior */


/* Auto Gallery */

h4.dancing {
  font-family: Roboto, Arial;
  font-size: 2rem;
  line-height: 1em;
  color:#73a9f9;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  letter-spacing:1px;
}

.autoflex {
  display:flex;
  max-width:100%;
  width:100%;
  padding:0;
  flex-wrap:wrap;
  align-items:flex-start;
  margin: 0 auto;
}

.auto-galeria {
  flex:40%;
  margin: 15px 20px 30px 0;
  padding: 0 10px 10px 10px;
  font-size: 1rem;
  text-align:justify;
  font-family:Roboto, Arial;
}

.auto-galeria-derecha {
  flex: 30%;
  margin:15px 0 35px 0;
  text-align:center;
}

.autogallery {
  width: 100%;
  margin: auto;
  height: auto;
  z-index:100;
  overflow: hidden;
}

.autogallery ul {
  padding: 0;
  display: flex;
  width: 400%;
  animation: cambio 20s infinite alternate;
  animation-timing-function:linear;
}

.autogallery li {
  width: 100%;
  list-style: none;
}

.autogallery li img {
  width: 100%;
  height: auto;
 }

@supports (object-fit: cover) {
  .autogallery img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}
/* Fin de Auto Gallery */

/* Detalle Contenido */
  i.fa-book {color:#b4adb3;
  font-size:15px;}
  i.fa-mug-hot {color:#b4adb3;
  font-size:15px;}
  i.fa-tv {color:#b4adb3;
  font-size:15px;}
  i.fa-brain {color:#b4adb3;
  font-size:15px;}
  i.fa-palette {color:#b4adb3;
  font-size:15px;}
  i.fa-wind {color:#b4adb3;
  font-size:15px;}
  i.fa-coffee {color:#b4adb3;
  font-size:15px;}
  i.fa-snowflake {color:#b4adb3;
  font-size:15px;}
  i.fa-book-reader {color:#179d50;
  font-size:15px;}
  i.fa-arrow-circle-up{
    opacity: .7;}
  i.fa-theater-masks {color:#179d50;
  font-size:15px;}
  i.fa-puzzle-piece {color:#179d50;
  font-size:15px;}
  i.fa-pencil-ruler {color:#179d50;
  font-size:15px;}
  i.fa-check {color:#179d50;
  font-size:14px;}
  .fa-check-circle {color:#179d50;
  font-size:15px;}
  i.fa-bed {color:#b4adb3;
  font-size:15px;}
  i.fa-user-md{color:#179d50;
  font-size:15px;}
  i.fa-film{color:#b4adb3;
  font-size:15px;}
  i.fa-plug {color:#179d50;
  font-size:15px;}
  i.fa-star-of-life {color:#179d50;
  font-size:18px;}
  i.fa-house-user{color:#b4adb3;
  font-size:1em;}
  i.fa-phone {color:#ffffff;
  font-size:.75rem;}
  i.fa-phone-square {color:#b4adb3;
  font-size:1.3rem;}
  i.fa-images {color:#b4adb3;
  font-size:2rem;}
  i.fa-sticky-note {color:#b4adb3;
  font-size:2rem;}
  i.fa-phone-volume{color: #ffffff;
  font-size: 1.25rem;}
  i.fa-laptop-medical{color:#b4adb3 ;
  font-size:15px;}
  i.fa-book-medical{color:#b4adb3 ;
  font-size:15px;}
  i.fa-hand-holding-medical{color:#b4adb3 ;}
  i.fa-paint-brush{color:#b4adb3 ;
  font-size:15px;}
  i.fa-utensil-spoon{color:#b4adb3 ;
  font-size:15px;}
  i.fa-tasks{color:#b4adb3 ;
  font-size:15px;}
  i.fa-birthday-cake{color:#b4adb3 ;
  font-size:15px;}
  i.fa-hand-holding{color:#b4adb3 ;
  font-size:15px;}
  i.fa-notes-medical{color:#b4adb3 ;
  font-size:15px;}
  i.fa-running{color:#b4adb3;
  font-size:15px;}
  i.fa-bread-slice{color:#b4adb3;
  font-size:15px;}
  i.fa-bread-slice{color:#b4adb3;
  font-size:15px;}
  i.fa-music{color:#b4adb3 ;
  font-size:15px;}
  i.fa-envelope{color:#b4adb3 ;
  font-size:15px;}

.detalle {
  font-family: Roboto, arial;
  color: #6f6c6c;
  font-size:.95em;
  margin-top:1.2em;
  line-height: 1.65em;
}

p.title {
height: 25px;
width: auto;
margin: 0 0 15px 0;
padding: 0px;
font-size: 1.25em;
color: #3b4e46;
font-family: Roboto, Arial;
}

/* Fin Detalle Contenido */

/*Slider */

.slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 90vh;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  position: absolute;
  bottom: 70px;
  left: -600px;
  opacity: 0;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 35px;
  display:none;
}

.slide .content h1 {
  margin-bottom: 10px;
}

.slide.current .content {
  opacity: 0.6;
  transform: translateX(600px);
  transition: all 0.7s ease-in-out 0.3s;
}

.buttons button#next {
  position: absolute;
  top: 65%;
  right: 75px;
}

.buttons button#prev {
  position: absolute;
  top: 65%;
  left: 75px;
}

.buttons button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
  opacity:0.6;
}

.buttons button:hover {
  background-color: #fff;
  color: #333;
  opacity: .5;
}

@media (max-width:700px) {
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }
  .slide.current .content {
    transform: translateY(-300px);
  }

  .buttons button {
   border: 2px solid #fff;
   background-color: transparent;
   color: #fff;
   cursor: pointer;
   padding: 13px 15px;
   border-radius: 50%;
   outline: none;
   opacity:0.6;
}
  .buttons button#next {
   position: absolute;
   top: 33%;
   right: 15px;
}

.buttons button#prev {
  position: absolute;
  top: 33%;
  left: 15px;
}

.slider{
  width: 100%;
  height: 30vh;
}

.banner {
  width:100%;
  height:30vh;
  margin: 0 auto;
}

}
/* Fin de Slider */

/* Backgorund Images */

.slide:first-child {
  background: url('images/slider1.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(2) {
  background: url('images/slider2.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(3) {
  background: url('images/slider3.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(4) {
  background: url('images/slider4.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(5) {
  background: url('images/slider5.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(6)  {
  background: url('images/slider6.jpg') no-repeat
    center center/cover;
}

/* Galeria */

h1.galeria {
  font-size: 2.5rem;
  line-height: 1.3em;
  font-family: Times, Times New Roman, Roboto, Arial;
  font-weight: 400;
  color: #333333;
  margin:2rem 0 1.5rem 0;
  letter-spacing:1px;
  width: 100%;
  text-align:center;
}

.contenido-galeria{
  margin: 0 auto;
  height: 115vh;
  padding: 15px 0 0 0;
}

p.galeria{
  margin: 0 0 15px 0;
  text-align:center;
  font-size: 1rem;
  color: #333333;
}

p.form-contacto{
  margin: 0 0 25px 0;
  text-align:center;
  font-size: 1rem;
  color: #333333;
}


.flex-galeria {
  display:flex;
  max-width: 100%;
  width:85%;
  text-align: center;
  flex-wrap:wrap;
  color:#333333;
  margin: 0 auto;
}

.primera {margin:10px 0px 0 5px;
 flex: 20%;
}
.segunda {margin:10px 5px 0 5px;
 flex: 20%;
}
.tercera {margin:10px 5px 0 5px;
 flex: 20%;
}
.cuarta {margin:10px 5px 0 5px;
 flex: 20%;
}
.quinta {margin:10px 5px 0 5px;
 flex: 20%;
}
.sexta {margin:10px 5px 0 5px;
 flex: 20%;
}
.septima {margin:10px 5px 0 5px;
 flex: 20%;
}
.octava {margin:10px 5px 0 5px;
 flex: 20%;
}
.novena {margin:10px 5px 0 5px;
 flex: 20%;
}
.decima {margin:10px 5px 0 5px;
 flex: 20%;
}
.onceava {margin:10px 5px 0 5px;
 flex: 20%;
}
.doceava {margin:10px 5px 0 5px;
 flex: 20%;
}

img.galeria {-webkit-transition:all 200ms ease;
             -o-transition:all 200ms ease;
             transition:all 200ms ease;
             width: 225px;
             height: 169px;
}

img.galeria:hover { -webkit-transform: scale(1.05);
                 -moz-transform: scale(1.05);
                 -o-transform: scale(1.05);
                 -ms-transform: scale(1.05);
                 transform: scale(1.05)
}

span{
  display: none;  

}

.volver{
  float: right;
  font-size: 1rem;
  height: 50px;
  width: 95%;
  text-align: right;
  margin: 15px 0 0 15px;
}

.volver a {
  text-decoration: none;
  color: #333333;
  font-size: .9rem;
  font-family: Roboto, Arial;
}

/* Fin de Galeria */

/* Formulario */

.flex-formulario{
  display: flex;
  margin: 0 auto;
  flex-wrap:wrap;
  width: 100%;
  max-width:85%;
  height: auto;
  clear: both;
}
.contacto{
  flex: 50%;
  height: auto;
  margin: 0 0 0 0;
}

 .ubicacion{
  flex: 45%;
  height: auto;
  margin: 0 0 0 0;
  clear: both;
  padding: 0 0 0 25px;
  background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
  border-radius: 5px;
  max-width: 50%;
} 

.datos{
  border-radius: 5px;
  height: auto;
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
}

.inform{
  margin: 0 auto;
  height: auto;
  font-size: 1rem;
  color: #313131;
  font-family: Roboto, Arial;
  }

p.informacion {
  text-align:left;
  height: auto;
  max-width: 85%;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  color: #ffffff;

}

h4.mapa {
font-family: Time, Time new roman;
font-size: 1.2rem;
color: #ffffff;
max-width: 95%;
text-align: center;
height: 2.5rem;
margin: 0 20px 0 0;
}

iframe{
width: 95%;
height: 85%;
margin: 0 auto;
}


input, select           {background-color:#f2f2f2;
                         padding:5px;
                         height:1.5rem;
                         font-size:1rem;
                         font-family:Roboto, Arial;
                         color:#2E2E2E;
                         width: 85%;
                         border: dotted 1px #486ee5;
                         border-radius: 5px ;
                         margin:0 0 0 0;
                         text-align: left;
}

textarea {width: 85%;
          height:150px;
          background-color:#f2f2f2;
          padding: 0;
          text-align:left;
          font-size: 90%;
          font-family: Roboto, Arial;
          color:#2E2E2E;
          border: dotted 1px #486ee5;
          border-radius: 5px;
          margin:3px 0 0 0;
}

.boton { font-weight: bold;
         font-size:.8rem;
         height:35px;
         color: #ffffff;
         cursor: pointer;
         padding: 3px 0 5px 5px;
         margin: 0 auto;
         border: 1px solid #687888;
         background-color:  #688088;
         border-radius: 8px;
         text-align: center;
}

.boton:hover {background-color: #b4aeac;
         transition: all 0.4s linear;
}

a     {line-height:14px;
       font-size:100%;
       color:#29813F;
       font-family:arial, Roboto;
       text-decoration:none;
}

/* Fin de formulario */

/* Fin de contenido */

/* Footer */

footer {
  padding:.90rem 0 1.5rem 0;
  text-align: center;
  width:100%;
  height:auto;
  background:linear-gradient(180deg, #687888 0, #708293 50%, #708293 100%);
}

.footer-flex {
  display:flex;
  max-width:100%;
  width:85%;
  padding: 10px;
  flex-wrap:wrap;
  margin: 0 auto;
  justify-content:center;
}

.left {
  flex:50%;
  margin: 15px 20px 0 0;
  padding: 0 0 10px 0;
  font-size: 1rem;
  font-family:Roboto, Arial;
}

.center {
  flex:20%;
  margin: 20px 20px 10px 0;
  padding: 0;
  font-size: 1rem;
  font-family: Roboto, Arial;
  color:#ffffff;
}

  p.domicilio {
  height: auto;
  max-width: 95%;
  font-size: 80%;
  margin: 0;
  text-align: left;
}

  p.otro-dato {
  height: auto;
  max-width: 95%;
  font-size: 80%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}

  p.otro-dato a{
  color: #ffffff;
}

h5.lista{
  margin:15px 0 0 0;
  font-size: 0.95rem;
  font-family:Roboto, Arial;
  letter-spacing:1px;
  max-width:100%;
  text-align:left;
}

.center ul {
  margin:0 0 0 0;
  list-style-type: circle;
  text-align:left;
  margin:10px 0 5px 0;
}

.center li a {
  color:#ffffff;
  text-decoration:none;
  text-align:left;
  font-size: .90rem;
 }

.right{
  flex:15%;
  margin: 55px 20px 0 0;
  padding: 0 10px 10px 10px;
  font-size: 1rem;
  height:auto;
  font-family:Roboto, Arial;
}

/* Social Media */

img.foot{
  max-width:100%;
  width:95%;
  border-radius:10px;
}

.social{
  display:flex;
  width:90%;
  max-width:100%;
  margin:15px 0 0 0;
  flex-wrap:wrap;
}

.media {
  width:40%;
  max-width:100%;
  height:auto;
  margin:0 0 0 0;
}

.image {
  width: 50%;
  height: auto;
  border-radius:5px;
  margin:10px 0 0 30px;
  padding: 0;
 }

.media-icons a{
  color: #fff;
  font-size: 1.4em;
  margin: 60px;
}
.media{
  width:250px;
  margin-left: 10px;
}

.media li{
  list-style: none;
  font-size: 1.1em;
}

.media li a{
  color: #fff;
  text-decoration: none;
}

.media li:not(:last-child){
  margin-bottom: 30px;
}

.media li:nth-child(1), .media-info li:nth-child(5){
  padding-left: 100px;
}
.media li:nth-child(2), .media-info li:nth-child(4){
  padding-left: 50px;
}
.media li:nth-child(3), .media-info li:nth-child(3){
  padding-left: 25px;
}
.media li:nth-child(4), .media-info li:nth-child(2){
  padding-left: 100px;
}

/* Fin */

/* Fin Footer */


/* Adaptativo */

@media only screen and (max-width: 1450px) and (min-width: 726px)  {

/* Varios */

.header {
  background:linear-gradient(180deg, #687888 0, #708293 50%, #718395 100%);
  color: #ffffff;
  padding: .2rem 0;
  position: fixed;
  left:0;
  top:0;
  right: 0;
  z-index:100;
}

.container {max-width:100%;
}
.main {
  padding-top: 8.5rem;
}

h1 {
  font-size: 2rem;
  line-height: 1.3em;
  font-family: Times, Times New Roman, Roboto, Arial;
  font-weight: 400;
  color: #333333;
  margin:25px 0 10px 0;
  letter-spacing:1px;
  display: inline-block;
}

h4 {
  font-size: 1.6rem;
  line-height: 1em;
  font-family:Roboto, Arial;
  font-weight: 300;
  text-align: left;
  color:#179d50;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  letter-spacing:1px;
}

a.ancla {
  padding: 150px;
}

.flex-container {
  display:flex;
  max-width:100%;
  width:100%;
  padding:0;
  flex-wrap:wrap;
  align-items:center;
  margin: 0 auto;
}

.izquierda-dos{
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1rem;
  text-align:justify;
}

.servicios {
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1.1rem;
  text-align:justify;
}

.actividades {
  flex:55%;
  margin: 15px 0 15px 0;
  padding: 10px;
  font-size:1rem;
  text-align:justify;
}

.derecha {
  flex:35%;
  margin:15px 0 15px 5px;
  text-align:center;
}

img.derecha-uno {
  width:80%;
  height:80%;
  border-radius:50%;
}

.mobile {
  font-family: Roboto, Arial;
  font-size:1rem;
  width:40%;
  text-align:center;
  padding:2px;
}

a.email{ font-family: Roboto, arial;
}

.banner {
  width:100%;
  height:500px;
}
/* Slider */

.slider {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
  width: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.buttons button#next {
  position: absolute;
  top: 40%;
  right: 75px;
}

.buttons button#prev {
  position: absolute;
  top: 40%;
  left: 75px;
}

/* Fin Slider */

/* End Varios Contenido */

/* Botón Whatsapp */

.btn-wsp{
        width:55px;
        height:55px;
        line-height: 58px;
}

/* End botón */


.logo-nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
    border-radius: 5px;
    font-size:1rem;
}

.navigation ul li a:hover {
    background: #a6caf0;
}

/* Footer */

footer {
  margin:15px 0 0 0;
  height: auto;
  width:100%;
  padding:0;
  clear: both;
}

.footer-flex {
  display:flex;
  max-width:100%;
  width:95%;
  padding:0;
  flex-wrap:wrap;
  align-items:flex-start;
  margin: 0 auto;
}

.left {
  flex:40%;
  margin:0 auto;
  padding: 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
  text-align:center;
}

.center {
  flex:25%;
  margin:0 auto;
  padding: 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
  text-align:center;
}


h5.lista{
  margin:10px 0 10px 50px;
  font-size: 0.85rem;
  font-family:Roboto, Arial;
  letter-spacing:1px;
  text-align:left;
  max-width:100%;
}

.center ul {
  list-style-type: circle;
  text-align:left;
  margin:10px 0 0 50px;
}

.center li a {
  color:#ffffff;
  text-decoration:none;
  text-align:left;
  font-size: .90rem;
 }

.right{
  flex:15%;
  margin: 25px 20px 30px 0;
  padding: 0 10px 10px 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
}

/* Social Media */

img.foot{
  max-width:100%;
  width:100%;
  border-radius:10px;
}

.social{
  display:flex;
  width:100%;
  max-width:100%;
  margin: 0 0 0 0;
  padding:0;
  flex-wrap:nowrap;
}

.media {
  width:20%;
  max-width:100%;
  height:auto;
  margin:0 0 30px 0;
}

.image {
  width: 50%;
  height: auto;
  border-radius:5px;
  margin: 2em 0 0 3em;
 }

.media-icons a{
  color: #fff;
  font-size: 1.4em;
  margin: 60px;
}
.media{
  width:250px;
  margin-left: 10px;
}

.media li{
  list-style: none;
  font-size: 1em;
}

.media li a{
  color: #fff;
  text-decoration: none;
}

.media li:not(:last-child){
  margin-bottom: 30px;
}

.media li:nth-child(1), .media-info li:nth-child(5){
  padding-left: 100px;
}
.media li:nth-child(2), .media-info li:nth-child(4){
  padding-left: 50px;
}
.media li:nth-child(3), .media-info li:nth-child(3){
  padding-left: 25px;
}
.media li:nth-child(4), .media-info li:nth-child(2){
  padding-left: 100px;
}

/* Fin */

/* End Data */

/* Fin Footer */

}
/* Fin Varios */

/* Slider Buttons Adapt */

@media only screen and (max-height: 1000px) and (min-height: 800px)  {

.buttons button#next {
  position: absolute;
  top: 30%;
  right: 15px;

}
.buttons button#prev {
  position: absolute;
  top: 30%;
  left: 15px;
}

.contenido-galeria{
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 0 0 10px 0;
}
.flex-galeria {
   display:flex;
   max-width:100%;
   width:100%;
   padding:0;
   flex-wrap:wrap;
   margin: 0 auto;
   color:#333333;
   height: auto;
}
.btn-wsp{
        width:55px;
        height:55px;
        line-height: 58px;
        margin-bottom: 300px;
}

footer{clear: both;
}
}

@media only screen and (max-width: 1080px) and (min-width: 1080px) {


.buttons button#next {
  position: absolute;
  top: 43%;
  right: 15px;

}
.buttons button#prev {
  position: absolute;
  top: 43%;
  left: 15px;
}
}

@media only screen and (max-width: 1440px) and (min-width: 1024px)  {

.contenido-galeria{
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 0 0 10px 0;
}

.buttons button#next {
  position: absolute;
  top: 43%;
  right: 15px;

}
.buttons button#prev {
  position: absolute;
  top: 43%;
  left: 15px;
}

/* Formulario */

.flex-formulario{
  display: flex;
  margin: 0 auto;
  flex-wrap:wrap;
  width: 100%;
  max-width:95%;
  height: auto;
  clear: both;
}
.contacto{
  flex: 50%;
  height: auto;
  margin: 0 0 0 0;
}

 .ubicacion{
  flex: 45%;
  height: auto;
  margin: 0 0 0 20px;
  clear: both;
  padding: 0 0 0 0;
  background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
  border-radius: 5px;
  max-width: 50%;
} 

.datos{
  border-radius: 5px;
  height: auto;
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
}

.inform{
  margin: 0 auto;
  height: auto;
  font-size: 1rem;
  color: #313131;
  font-family: Roboto, Arial;
  }

p.informacion {
  text-align: left;
  height: auto;
  width: 95%;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  color: #ffffff;
}

h4.mapa {
  font-family: Time, Time new roman;
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 95%;
  text-align: center;
  height: 2.5rem;
  margin: 0 20px 0 0;
}

iframe{
  width: 95%;
  height: 85%;
  margin: 0 auto;
}


input, select           {background-color:#f2f2f2;
                         padding:5px;
                         height:1.5rem;
                         font-size:1rem;
                         font-family:Roboto, Arial;
                         color:#2E2E2E;
                         width: 85%;
                         border: dotted 1px #486ee5;
                         border-radius: 5px ;
                         margin:0 0 0 0;
                         text-align: left;
}

textarea {width: 85%;
          height:150px;
          background-color:#f2f2f2;
          padding: 0;
          text-align:left;
          font-size: 90%;
          font-family: Roboto, Arial;
          color:#2E2E2E;
          border: dotted 1px #486ee5;
          border-radius: 5px;
          margin:3px 0 0 0;
}

.boton { font-weight: bold;
         font-size:.8rem;
         height:35px;
         color: #ffffff;
         cursor: pointer;
         padding: 3px 0 5px 5px;
         margin: 0 auto;
         border: 1px solid #687888;
         background-color:  #688088;
         border-radius: 8px;
         text-align: center;
}

.boton:hover {background-color: #b4aeac;
}

a     {line-height:14px;
       font-size:100%;
       color:#29813F;
       font-family:arial, Roboto;
       text-decoration:none;
}

/* Fin de formulario */

  p.domicilio {
  height: auto;
  max-width: 90%;
  font-size: 75%;
  margin: 10px 0 0 10px;
  text-align: center;
}

  p.otro-dato {
  height: auto;
  max-width: 90%;
  font-size: 75%;
  margin: 0 0 0 10px;
  text-align: center;
  color: #ffffff;
}

  p.otro-dato a{
  color: #ffffff;
}
}

/* Adaptativo especial */

@media only screen and (min-width:320px) and (max-height:600px){

.buttons button#next {
    position: absolute;
    top: 36%;
    right: 15px;
}

.buttons button#prev {
  position: absolute;
  top: 36%;
  left: 15px;
}

.btn-wsp{
        width:55px;
        height:55px;
        line-height: 58px;
        margin-bottom: 100px;
}
.ir-arriba {display: none;
}
}

/* End especial */

/* Adaptativo genérico */

@media (max-width: 700px) {

.btn-wsp{
        width:55px;
        height:55px;
        line-height: 58px;
}

.ir-arriba
{display: none;}

/* Galería */  

.contenido-galeria{
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 0 0 10px 0;
}

p.galeria{
  height: auto;
  max-width: 100%;
  width: 100%;
}

  .flex-galeria {
   display:flex;
   max-width:100%;
   width:100%;
   padding:0;
   flex-wrap:wrap;
   margin: 0 auto;
   color:#333333;

}

.primera {margin:0 auto;
 flex: 100%;
}
.segunda {margin:10px 10px 0 0;
 flex: 100%;
}
.tercera {margin:10px 10px 0 0;
 flex: 100%;
}
.cuarta {margin:10px 10px 0 0;
 flex: 100%;
}
.quinta {margin:10px 10px 0 0;
 flex: 100%;
}
.sexta {margin:10px 10px 0 0;
 flex: 100%;
}
.septima {margin:10px 10px 0 0;
 flex: 100%;
}
.octava {margin:10px 10px 0 0;
 flex: 100%;
}
.novena {margin:10px 10px 0 0;
 flex: 100%;
}
.decima {margin:10px 10px 0 0;
 flex: 100%;
}
.onceava {margin:10px 10px 0 0;
 flex: 100%;
}
.doceava {margin:10px 10px 0 0;
 flex: 100%;
}

img.galeria {-webkit-transition:all 200ms ease;
             -o-transition:all 200ms ease;
             transition:all 200ms ease;
             width: 300px;
             height: 210px;
}

img.galeria:hover { -webkit-transform: scale(1.05);
                 -moz-transform: scale(1.05);
                 -o-transform: scale(1.05);
                 -ms-transform: scale(1.05);
                 transform: scale(1.05)
}

.volver{
  max-width: 90%;
  float: right;
  font-size: 1rem;
}

.volver a {
  text-decoration: none;
}

/* Fin Galería */

/* Contenido */

.main { padding-top: 9rem;
}

.container {width:95%;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.3em;
  font-family: Times, Times New Roman, Roboto, Arial;
  font-weight: 400;
  color: #333333;
  margin:35px 0 5px 0;
  letter-spacing:1px;
  display: inline-block;
}

h4 {
  font-size: 1.5rem;
  line-height: 1em;
  font-family:Roboto, Arial;
  font-weight: 300;
  text-align: left;
  color:#179d50;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  letter-spacing:1px;
}

/* Auto Gallery */


.autoflex {
  display:flex;
  max-width:100%;
  width:100%;
  padding:0;
  flex-wrap:wrap;
  align-items:flex-start;
  margin: 0 auto;
}

.auto-galeria {
  flex:100%;
  margin: 0 auto;
  padding: 10px;
  font-size:1rem;
  text-align:left;
}

.auto-galeria-derecha {
  flex: 90%;
  margin:0 auto;
  text-align:center;
}

.autogallery {
  width: 100%;
  margin: auto;
  height: auto;
  z-index:100;
  overflow: hidden;
}

.autogallery ul {
  padding: 0;
  display: flex;
  width: 400%;
  animation: cambio 20s infinite alternate;
  animation-timing-function:linear;
}

.autogallery li {
  width: 100%;
  list-style: none;
}

.autogallery li img {
  width: 100%;
  height: auto;
 }

@supports (object-fit: cover) {
  .autogallery img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}

/* Fin de Auto Gallery */

/* Cajas */

.flex-container {
  display:flex;
  max-width:100%;
  width:95%;
  padding:0;
  flex-wrap:wrap;
  align-items:center;
  margin: 0 auto;
  font-size:1.1rem;
}

.izquierda {
  flex:95%;
  margin: 0 0 15px 0;
  padding: 10px;
  font-size:1rem;
}

.servicios {
  flex:95%;
  margin: 0 0 15px 0;
  padding: 10px;
  font-size:1rem;
}

.actividades {
  flex:95%;
  margin: 0 0 15px 0;
  padding: 10px;
  font-size:1rem;
}

.derecha {
  flex: 45%;
  margin:15px 0 15px 5px;
  text-align:center;
  font-size:1rem;
}

img.derecha-uno {
  width:90%;
  height:90%;
  border-radius:50%;
}

.detalle {
  font-family: Roboto, Arial;
  color: #6f6c6c;
  font-size:.95em;
  margin-top:1.2em;
  text-align:left;
  line-height: 1.5em;
}

p.title {
height: 25px;
width: auto;
margin: 0 0 15px 0;
padding: 0px;
font-size: 1.25em;
color: #3b4e46;
font-family: Roboto, Arial;
}

p.mayores{
height: auto;
width: auto;
float: right;
margin: 0 40px 0 0;
padding:0 0 0 0;
font-size: 1.25em;
color: #ffffff;
font-family: Roboto, Arial;
}


/* Fin Cajas */

a.ancla {
  padding:0;
}

  i.fa-images {color:#20ba5a;
  font-size:1.5rem;
   display: none;
}
  i.fa-sticky-note {color:#b4adb3;
  font-size:1.5rem;
  display: none;
}

/* Data */

.mobile {
  font-family: Roboto, Arial;
  font-size:1rem;
  width:100vh;
  text-align:center;
  padding:5px;
  display: none;
}

.fa {font-size: 2em;
}


/* End Data */

/* Navegación */

.logo {
     letter-spacing: 15px;
     font-size: 1.4em;
     margin-left:10px;
     padding-top: 5px;
    }
    .menu-icon{
     display: block;
     cursor:pointer;
     padding: 0.5rem;
    }
     .navigation {
      width: 100%;
      margin-top: 1rem;
    }

    .navigation ul {
     display: none;
    }
    .navigation ul.show {
     display:block;
    }
    .navigation ul li {
     display: block;
    }

    .navigation ul li a {
     display: block;
     padding: 0.5rem 0;
     transition: all 0.4s linear;
     border-radius: 5px;
     font-size:1rem;
     text-align: center;
    }

    .navigation ul li a:hover {
     background: #4a4a4a;
    }

    .header {
     background:linear-gradient(180deg, #687888 0, #708293 50%, #718395 100%);
     padding: 0;
 }

/* Fin navegación */

/* Formulario */

.flex-formulario{
  display: flex;
  margin: 0 auto;
  flex-wrap:wrap;
  width: 100%;
  max-width:95%;
  height: auto;
  flex-wrap:wrap;
  clear: both;
}
.contacto{
  flex: 95%;
  height: auto;
  margin: 0 0 0 0;
   background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
  border-radius: 5px;
}

 .ubicacion{
  flex: 95%;
   background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
  height: 80%;
  margin: 15px 0 0 0;
  max-width: 100%;
  clear: both;
  padding: 5px;

} 

.datos{
  background:linear-gradient(180deg, #687888 0, #b3aeab 50%, #b4adb3 100%);
  border-radius: 5px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.inform{
  margin: 0 auto;
  height: auto;
  font-size: 1rem;
  color: #313131;
  font-family: Roboto, Arial;
 }

p.informacion {
  text-align: left;
  height: auto;
  width: 85%;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  font-size: 1rem;
}

iframe{
width: 100%;
height: 85%;
margin: 0 auto;
}

input, select           {background-color:#f2f2f2;
                         padding:5px;
                         height:1.5rem;
                         font-size:1rem;
                         font-family:Roboto, Arial;
                         color:#2E2E2E;
                         width: 85%;
                         border: dotted 1px #cfcfcf;
                         border-radius: 5px ;
                         margin:0 0 0 0;
                         text-align: left;
}

textarea {width: 85%;
          height:150px;
          background-color:#f2f2f2;
          padding: 0 5px 0 5px;
          text-align:left;
          font-size: 1rem;
          font-family: Roboto, Arial;
          color:#2E2E2E;
          border: dotted 1px #EEEEEE;
          border-radius: 5px;
          margin:3px 0 0 0;
}

.boton { font-weight: bold;
         font-size:.8rem;
         height:35px;
         cursor: pointer;
         padding: 3px 0 5px 5px;
         margin: 15px 10px 20px 0;
         border: 1px solid #687888;
         background-color:  #688088;
         border-radius: 8px;
         text-align: center;
}

.boton:hover {background-color: #b4aeac;
}

/* Fin Formulario */

/* Fin de Contenido */

/* Footer */

footer {
  margin:15px 0 0 0;
  height: auto;
  width:100%;
  padding:0;
  clear: both;
}

.footer-flex {
  display:flex;
  max-width:100%;
  width:95%;
  padding:0;
  flex-wrap:wrap;
  align-items:flex-start;
  margin: 0 auto;
}

.left {
  flex:90%;
  margin:0 auto;
  padding: 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
  text-align:center;
}

.center {
  flex:90%;
  margin:0 auto;
  padding: 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
  text-align:center;
}

.right{
  flex:90%;
  margin:0 auto;
  padding: 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
  text-align:center;
}

h5.lista{
  margin:10px 0 10px 0;
  font-size: 0.90rem;
  font-family:Roboto, Arial;
  letter-spacing:1px;
  text-align:center;
  padding: 0;
}

.center ul {
  list-style-type: circle;
  text-align:left;
  margin:10px 0 20px 50px;
}

.center li a {
  color:#ffffff;
  text-decoration:none;
  text-align:left;
  font-size: .90rem;
 }

 p.domicilio {
  height: auto;
  max-width: 95%;
  font-size: 80%;
  margin: 0 auto;
  text-align: center;
}

  p.otro-dato {
  height: auto;
  max-width: 95%;
  font-size: 80%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

  p.otro-dato a{
  color: #ffffff;
}

.right{
  flex:80%;
  margin: 25px 20px 30px 0;
  padding: 0 10px 10px 10px;
  font-size: 1rem;
  font-family:Roboto, Arial;
}

/* Social Media */

img.foot{
  max-width:100%;
  border-radius:10px;
}

.social{
  display:flex;
  width:100%;
  max-width:100%;
  margin: 0 0 0 0;
  flex-wrap:wrap;
}

.media {
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 0 0 0;
}

.image {
  width: 100%;
  height: auto;
  border-radius:5px;
  margin:25px 0 0 0;
 }

.media-icons a{
  color: #fff;
  font-size: 1.4em;
  margin: 60px;
}
.media{
  width:250px;
  margin-left: 10px;
}

.media li{
  list-style: none;
  font-size: 1.1em;
}

.media li a{
  color: #fff;
  text-decoration: none;
}

.media li:not(:last-child){
  margin-bottom: 30px;
}

.media li:nth-child(1), .media-info li:nth-child(5){
  padding-left: 100px;
}
.media li:nth-child(2), .media-info li:nth-child(4){
  padding-left: 50px;
}
.media li:nth-child(3), .media-info li:nth-child(3){
  padding-left: 25px;
}
.media li:nth-child(4), .media-info li:nth-child(2){
  padding-left: 100px;
}
/* Fin Footer */
}