@font-face {
    font-family: RockwellRegular;
    src: url(../fonts/RockwellStd.otf);
}

@font-face {
    font-family: RockwellBold;
    src: url(../fonts/RockwellStd-Bold.otf);
}

/* Utility Classes */

.fondo {
  width: 100%;
  height: 20px;
  background-color: grey;
}

/* Make element full width */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

#Servicios h3,
#ServiciosResponsive h3,
#QuienesSomos h3,
#Galeria h3 {
  font-weight: bold;
  font-size: 50px;
}

#QuienesSomos p,
#Compromiso p,
#Mision p {
  font-size: 18px;
}

header {
  padding: 15px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.bgColor {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid grey;
}

header nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

header nav ul li {
  margin-left: 30px;
}

/*header nav ul li a {
  color: #000000;
  padding: 10px 20px;
}

header nav ul li a:hover,
header nav ul li a:focus {
  color: #ffffff;
  background: #A2BDD1;
  padding: 10px 20px;
}*/

header nav ul li a,
header nav ul li a:focus {
  color: #000000;
  font-size: 18px;
  padding: 5px 10px;
}

header nav ul li a:hover {
  color: grey;
}

.logoNav i {
  display: none;
}

header nav ul li a i.fa-facebook-official {
  font-size: 30px;
}

#Portada {
  text-align: center;
  padding: 180px 0px 240px 0px;
  background-image: url('../images/portada.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#Portada h6 {
  font-family: 'RockwellRegular';
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}

#Portada .portadaButton {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 30px;
}

#Portada h4 {
  color: #141414;
  margin-top: 20px;
}

#Portada hr {
  width: 30%;
  background-color: #106BAE;
  height: 2px;
  border: 0;
}

#PortadaGracias {
  text-align: center;
  padding: 200px 0px 240px 0px;
  background-image: url('../images/portada.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 95vh;
}

#PortadaGracias h6 {
  font-family: 'RockwellRegular';
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

#PortadaGracias .portadaButton {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 30px;
}

#QuienesSomos {
  text-align: center;
  background-color: #A2BDD1;
  padding: 50px 0px;
}

#QuienesSomos h6 {
  font-family: 'RockwellRegular';
  color: #575070;
}

#QuienesSomos p {
  color: #ffffff;
}

#QuienesSomos hr {
  width: 10%;
  background-color: #575070;
  height: 5px;
  border: 0;
}

#ServiciosResponsive {
  text-align: center;
  padding: 50px 0px 0px 0px;
  display: none;
}

#ServiciosResponsive a {
  margin-bottom: 70px;
}

#ServiciosResponsive ul {
  margin: 0px;
}

#Servicios {
  text-align: center;
  padding: 50px 0px;
}

#Servicios h3,
#ServiciosResponsive h3 {
  margin-bottom: 40px;
}

#Servicios img,
#ServiciosResponsive img {
  margin-bottom: 40px;
}

#Servicios h4,
#ServiciosResponsive h4 {
  font-family: 'RockwellBold';
  margin-bottom: 30px;
}

#Servicios ul {
  padding: 0px 30px;
}

#Servicios ul,
#ServiciosResponsive ul {
  list-style: none;
}

#Servicios ul li,
#ServiciosResponsive ul li {
  margin-bottom: 10px;
}

#Servicios a {
  margin-top: 20px;
}

.btn-1 {
  background-color: #A2BDD1;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-1:hover {
  background-color: #A2BDD1;
}

.btn-2 {
  background-color: #95C5AE;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-2:hover {
  background-color: #95C5AE;
}

.btn-3 {
  background-color: #B1ABCB;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-3:hover {
  background-color: #B1ABCB;
}

#Compromiso {
  background-color: #95C5AE;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}

#Compromiso h3 {
  font-family: 'RockwellBold';
  color: #527362;
  font-size: 40px;
}

#preSlider {
  height: 40vh;
  background-image: url('../images/preSlider.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#Slider {
  text-align: center;
  background-color: #B1ABCB;
  padding: 75px 0px;
  color: #575070;
}

#Slider p {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.0;
  margin-bottom: 30px;
}

#Slider span {
  font-family: 'RockwellRegular';
  font-size: 25px;
}

.slick-slide {
outline: none !important;
}

#Mision {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #E6AE97;
}

#Mision h2,
#Mision h3 {
  font-family: 'RockwellBold';
  color: #CE6B4C;
}

#Mision h3 {
  font-size: 40px;
}

#Mision h2 {
  font-size: 80px;
}

#Contacto {
  color: #ffffff;
  background-color: #95C5AE;
  padding: 80px 0px;
}

#Contacto h4 {
  font-family: 'RockwellBold';
}

#Contacto h6 {
  font-family: 'RockwellBold';
  line-height: 1.2;
  margin: 0;
}

#Contacto a {
  color: #ffffff;
}

#Contacto a i {
  font-size: 30px;
  margin-top: 20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

[type='text'], textarea {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}

[type='text']:focus, textarea:focus {
  box-shadow: none;
  background-color: transparent;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
}

form .btn-enviar {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 7px 20px;
  margin-top: 20px;
}

.formularioContacto {
  padding-right: 70px;
  border-right: 1px solid #ffffff;
}

.infoContacto {
  padding-left: 70px;
}

.infoContacto p {
  margin-bottom: 25px;
}

footer {
  text-align: center;
  background-color: #575757;
  color: #ffffff;
  padding: 15px 0px;
  font-size: 14px;
  min-height: 5vh;
}

/*--GALERIA--*/

#Galeria {
  text-align: center;
  padding: 50px 0px;
}

#Galeria h3 {
  margin-bottom: 20px;
}

#Galeria .columnasGaleria {
  padding-left: 5px;
  padding-right: 5px;
}

#Galeria .fila {
  margin-left: -5px;
  margin-right: -5px;
}

#Galeria img {
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #Servicios {
    display: none;
  }

  #ServiciosResponsive {
    display: block;
  }

  #Slider p {
    font-size: 30px;
  }
}

/* Small to Medium */
@media screen and (max-width: 63.9375em) {
  .logoNav {
    text-align: center;
  }

  .logoNav img {
    margin-left: -20px;
  }

  .logoNav i {
    display: inline-block;
    float: left;
    margin: 15px 0px 0px 20px;
  }

  header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid grey;
  }

  nav ul {
    flex-direction: column;
    text-align: center;
  }

  header nav ul li {
    margin: 40px 0px 10px 0px;
  }

  .navSlide {
    display: none;
  }

  #Contacto {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .formularioContacto {
    padding: 20px;
  }

  .infoContacto {
    padding: 20px;
  }

  #QuienesSomos h3,
  #ServiciosResponsive h3,
  #Galeria h3 {
    font-size: 40px;
  }

  #Compromiso h3,
  #Mision h3 {
    font-size: 30px;
  }

  .btnServicios {
    display: none;
  }

  .btnServiciosResponsive {
    display: block;
  }

  #preSlider {
    background-attachment: scroll;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #Servicios {
    display: none;
  }

  #ServiciosResponsive {
    display: block;
  }

  #Slider p {
    font-size: 50px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .navSlide {
    display: block !important;
  }

  .btnServicios {
    display: block;
  }

  .btnServiciosResponsive {
    display: none;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
