@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg")
}

body {
  min-height: 100vh;
  font-family: "Roboto", "Lobster";
  background: #f5e7dd;
  background-size: cover;
}

/*Menú*/

#menuprincipal {
  position: absolute;
  background-color: #f5e7dd;
  height:80px;
  width: 100%;
  top: 0; left: 0; right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  padding: 20px 0 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

header img{
  height: 35px;
  position: absolute;
}

header .logo{
  font-size: 30px;
  font-family: 'Lobster', cursive;
  font-weight: bolder;
  color: #254044;
  margin-left: 100px;
  text-decoration: none;
}

header .navbar ul li{
  position: relative;
  float: left;
  list-style: none;
}

header .navbar ul li a{
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #51777c;
  padding: 15px;
  line-height: 50px;
  display: block;
  text-decoration: none;
}

header .navbar ul li a:hover{
  font-weight: 500;
  color: #f5e7dd;
  background: #51777c;
  line-height: 50px;
}

header .navbar ul li ul{
  position: absolute;
  left: 0;
  width: 157px;
  background: #f5e7dd;
  display: none;
}

header .navbar ul li ul li{
  width: 100%;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
  display: initial;
}

#menu-bar{
  display: none;
}

header label img{
  height: 35px;
  position: relative;
  cursor: pointer;
  display: none;
}

@media(max-width:991px){

  header{
    padding: 20px;
  }

  header label img{
    display: initial;
  }

  header .navbar{
    position: absolute;
    background: #f5e7dd;
    top: 100%; left: 0; right: 0;
    border-top: 4px solid rgba(176, 196, 176, 0.5);
    display: none;
  }

  header .navbar ul li{
    width: 100%;
  }

  header .navbar ul li ul{
    position: relative;
    width: 100%;
  }

#menu-bar:checked  ~ .navbar{
  display: initial;
}
}

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

/*Actualizar*/

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

/*Home*/

#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

/*Home texto tres lugares*/

#fh5co-section {
  width: 100%;
  float: left;
  display: block;
}
#fh5co-section .grid-project-section {
  position: relative;
  width: 33.333333333%;
  float: left;
  overflow: hidden;
}
#fh5co-section .grid-project-section > a > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-section .grid-project-section .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30%;
  z-index: 99;
}

#fh5co-section .grid-project-section .desc h2 {
  font-family: Roboto;
  font-weight: 400;
  color: #eeeeee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}

/*Home filtro tres lugares*/

#fh5co-section .grid-project-section:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-section .grid-project-section:hover:after, #fh5co-section .grid-project-section:focus:after {
  background: rgba(176, 196, 176, 0.2);
}

/*Home animación tres lugares*/

#fh5co-section .grid-project-section:hover > a > img, #fh5co-section .grid-project-section:focus > a > img {
  -webkit-transform: scale(1.20);
  -moz-transform: scale(1.20);
  -ms-transform: scale(1.20);
  -o-transform: scale(1.20);
  transform: scale(1.20);
}
@media screen and (max-width: 768px) {
  #fh5co-section .grid-project-section {
    width: 100%;
  }
}

/*Home Fondo*/

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .slides .overlay-gradient {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
  display: none;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  width: 12px;
  height: 12px;
  box-shadow: none;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

/*Home flechas fondo*/

#fh5co-hero .flexslider .flex-direction-nav {
  display: block;
}
#fh5co-hero .flexslider .flex-direction-nav a {
  top: 50%;
  margin-top: 40px;
}

#fh5co-hero .flexslider .flex-direction-nav a:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #f5e7dd;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e923';
  text-shadow: none;
}
#fh5co-hero .flexslider .flex-direction-nav a.flex-next:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #f5e7dd;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e924';
  text-shadow: none;
}

/*Home texto fondo*/

#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

/*Home anuncio promocional*/

#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  bottom: 0;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner.desc {
  position: relative;
  top: 10%;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  background: rgba(176, 196, 176, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  padding: 2em;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 25px;
  font-family: Roboto;
  font-weight: 400;
  color: #eeeeee;
  line-height: 40px;
  width: 89%;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 30px;
  }
}

/*Home botón enviar*/

.btn-primary {
  color: #eeeeee;
  background: #9bbabd;
  border: 2px solid #51777c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #51777c;
  border: 2px solid #51777c;
}

#fh5co-hero .btn {
  font-size: 12px;
  color: #51777c;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 2px solid #51777c;
  margin: 20px -40px;
}
#fh5co-hero .btn.btn-primary {
  padding: 15px 30px !important;
}
#fh5co-hero .btn:hover, #fh5co-hero .btn:focus {
  color: #c4d5c4;
  background: #51777c;
  border: 2px solid #51777c;
}

/*Propiedades*/

.icono img{
  height: 70px;
  display: block;
  margin: auto;
  margin-top: 35px;
}

h1{
  font-size: 35px;
  font-family: 'Lobster', cursive;
  font-weight: 500;
  color: #254044;
  text-align: center;
  margin: 20px 0 35px;
}

.linea{
  height: 5px;
  width: 100%;
  background: #c4d5c4;
  display: block;
}

/*Propiedades ubicación*/

h3{
  font-size: 25px;
  font-family: Roboto;
  font-weight: 400;
  color: #51777c;
  text-align: left;
  margin: 35px;
  list-style: none;
}

/*Propiedades texto*/

p{
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #254044;
  width: 70%;
  text-align: justify;
  margin: 30px;
  margin-top:-25px;
  padding: 5px;
  white-space: pre-line;
}

/*Propiedades cuadro descriptivo*/

#main-container{
  margin: 0 35px;
  width: 70%;
}

table{
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #51777c;
  background-color: #c4d5c4;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

th img{
  width: 30px;
  height: 30px;
}

td img{
  width: 25px;
  height: 25px;
}

th, td {
  border: solid 2px #51777c;
  padding: 5px;
}

thead{
  color: #eeeeee;
  background-color: #51777c;
  border-bottom: solid 5px #51777c;
}

tr:nth-child(even){
  background-color: #c4d5c4;
}

tr:hover td{
  background-color: #f5e7dd;
  color: #254044;
  font-weight: 400;
}

/*Propiedades galeria*/

.galeria{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 95%;
  margin: auto;
  grid-gap:10px;
  padding: 40px 0;
  overflow: hidden;
}

.galeria > a{
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px #254044;
}

.galeria img{
  width: 100%;
  vertical-align: top;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s;
}

.galeria a:hover img{
  filter: blur(1px);
  transform: rotate(10deg) scale(1.3);
}

.light-box{
  position: fixed;
  background: rgba(176, 196, 176, 0.5);
  top: 0;
  left: 0;
  transition: transform .3s ease-in-out;
  width: 100%;
  height: 100vh; 
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
}

.light-box img{
  width: 35vw;
  max-height: 90vh;
}

.light-box:target{
  transform: scale(1);
}

.close{
  position: absolute;
  color: #eeeeee;
  background: #254044;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.next{
  color: #eeeeee;
  background: #51777c;
  height: 30px;
  width: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  margin: 20px;
}

@media screen and (max-width:400px){
  .galeria{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .close{
    top: 20px;
    right: 20px;
  }
}

/*Propiedades más información*/

.info > a{
  font-size: 15px;
  font-weight: 600;
  font-family: Roboto;
  color: #51777c;
  background-color: #c4d5c4;
  width: 200px;
  display: block;
  text-align: center;
  border: 2px solid #c4d5c4;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 35px auto;
  margin-top: -15px;
  text-decoration: none;
}
.info a:hover {
  color: #eeeeee;
  background-color: #51777c;
  border: 2px solid #51777c;
}

/*Servicios*/

h4 {
  font-size: 25px;
  font-family: Roboto;
  font-weight: 600;
  text-align: left;
  color: #51777c;
  background-color: #c4d5c4;
  margin: 35px;
  padding: 15px 40px 15px;
}

.servicios {
  display: inline-flex;
  width: 100%;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
}

.servicios p {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  white-space: pre-line;
  width: 50%;
  margin-left: 65px;
  margin-right: 40px;
}

.servicios img {
  width: 40%;
  margin-right: 20px;
}


/*Contactos*/

#contactos .container-form{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px;
  padding: 5em 0;
}

/*Contactos información*/

.container-form h5{
  font-size: 25px;
  font-family: Roboto;
  font-weight: 600;
  color: #51777c;
  text-align: left;
  margin: 35px;
  padding: 15px 40px 15px;
}

.container-form p{
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #254044;
  line-height: 1.5;
  margin-left: 70px;
}

/*Contactos iconos*/

 .informacion li i {
  position: absolute;
  font-size: 20px;
  color: #9bbabd;
  left: 40px;
  padding-left: 35px;
}

/*Contactos texto no destacado*/

 .informacion li {
  position: relative;
  font-size: 17px;
  font-family: Roboto;
  font-weight: 400;
  color: #254044;
  margin: 0 0 20px 0;
  padding-left: 110px;
  list-style: none;
}

/*Contactos texto destacado*/

.informacion li a {
  position: relative;
  font-size: 17px;
  font-family: Roboto;
  font-weight: 400;
  color: #254044;
}

/*Contactos formulario*/

#contactos .container-form form .form-control, textarea{
  webkit-box-shadow: none;
  moz-box-shadow: none;
  ms-box-shadow: none;
  o-box-shadow: none;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #254044;
  width: 90%;
  padding: 15px 10px;
  box-shadow: none;
  border: none;
  border: 1.5px solid #51777c;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: -15px;
  webkit-border-radius: 0px;
  moz-border-radius: 0px;
  ms-border-radius: 0px;
  border-radius: 10px;
}

/*Contactos botón enviar*/

.btn-enviar {
  color: #c4d5c4;
  background: #51777c;
  border: 2px solid #c4d5c4;
  border-radius: 10px;
  margin: 10px 0 0 -15px;
}
.btn-enviar:hover, .btn-enviar:focus, .btn-enviar:active {
  background: #51777c;
  border: 2px solid #51777c;
}

.btn-enviar {
  padding: 10px 30px !important;
}
.btn-enviar:hover, .btn-enviar:focus {
  color: #51777c;
  background: #c4d5c4;
  border: 2px solid #51777c;
}

/*Footer*/

#footer {
  background: #254044;
  width: 100%;
  float: left;
  padding: 5em;
}

/*Footer subtitulos*/

#footer .section-title {
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto;
  color: #f5e7dd;
  letter-spacing: 1px;
  width: 100%;
  margin: 40px 0 40px;
}

#footer .float {
  float: left;
  margin-right: 10%;
}

#footer ul {
  padding: 0;
  margin: 0;
}

/*Footer texto*/

#footer p {
  font-size: 15px;
  font-weight: 300;
  font-family: Roboto;
  color: #f5e7dd;
  width: 75%;
  margin: 0 0 0 -5px;
  line-height: 1.5;
}

/*Footer contacto*/

#footer .contact-info li {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  font-family: Roboto;
  color: #9bbabd;
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0px;
}

#footer .contact-info li a {
  font-size: 13px;
  font-weight: 300;
  font-family: Roboto;
  color: #9bbabd;
  width: 100%;
}

#footer ul li a:hover {
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto;
  color: #51777c;
  width: 100%;
  text-decoration: none;
}

#footer .contact-info li i {
  position: absolute;
  font-size: 20px;
  color: #c4d5c4;
  margin-left: -35px;
}

/*Footer mensaje*/

#footer .container form .form-controldos, textarea{
  webkit-box-shadow: none;
  moz-box-shadow: none;
  ms-box-shadow: none;
  o-box-shadow: none;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  width: 100%;
  color: #254044;
  padding: 15px 10px;
  box-shadow: none;
  border: none;
  border: 1.5px solid #51777c;
  margin: 0 0 20px 0;
  webkit-border-radius: 0px;
  moz-border-radius: 0px;
  ms-border-radius: 0px;
  border-radius: 10px;
}

/*Footer botón enviar*/

.btn-enviardos {
  color: #c4d5c4;
  background: #51777c;
  border: 2px solid #c4d5c4;
  border-radius: 10px;
}
.btn-enviardos:hover, .btn-enviardos:focus, .btn-enviardos:active {
  background: #51777c;
  border: 2px solid #51777c;
}

.btn-enviardos {
  padding: 10px 30px !important;
}
.btn-enviardos:hover, .btn-enviardos:focus {
  color: #51777c;
  background: #c4d5c4;
  border: 2px solid #51777c;
}


/*Footer linea*/

#footer .copy-right {
  border-top: 5px solid #c4d5c4;
  padding-top: 5em;
  margin-top: 5em;
}

/*Footer iconos*/

#footer .copy-right p a {
  font-family: roboto;
  color: #c4d5c4;
  width: 100%;
}

.icons > a {
  padding: 4px 20px;
}

.icons > a i {
  font-size: 35px;
}

.icons > a:hover, .icons > a:focus, .icons > a:active {
  text-decoration: none;
}

/*Footer derechos*/

#footer .copy-right p {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 300;
  color: #51777c;
  width: 100%;
  text-align: center;
}

