@font-face {
  font-family: "Alegreya-Bold";
  src: url("tipografias/Alegreya-Bold.ttf");
}

@font-face {
  font-family: "Alegreya-BoldItalic";
  src: url("tipografias/Alegreya-BoldItalic.ttf");
}

@font-face {
  font-family: "Alegreya-talic";
  src: url("tipografias/Alegreya-Italic.ttf");
}

@font-face {
  font-family: "CormorantInfant-Medium";
  src: url("tipografias/CormorantInfant-Medium.ttf");
}

@font-face {
  font-family: "Calibria";
  src: url("tipografias/Calibri-Regular.ttf");
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("tipografias/Gotham-Medium.otf");
}

@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?61450329");
  src: url("font/fontello.eot?61450329#iefix") format("embedded-opentype"),
    url("font/fontello.woff2?61450329") format("woff2"),
    url("font/fontello.woff?61450329") format("woff"),
    url("font/fontello.ttf?61450329") format("truetype"),
    url("font/fontello.svg?61450329#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ico:before,
.ico:after {
  font-family: "fontello";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-right: 7px;
  speak: none;
}

.icon-menu:before {
  content: "\f0c9";
  color: #b3b3b3;
  font-size: 30px;
}

.icon-cancel:before {
  content: "\e802";
  color: #b3b3b3;
  font-size: 30px;
}

.icon-quote-left:after {
  content: "\f10d";
  display: block;
  width: 0px;
  float: left;
  margin-right: 20px;
}

.icon-quote-right:before {
  content: "\f10e";
  display: block;
  float: right;
}

html,
body {
  font-family: "Calibria", sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

header {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.content {
  width: 93%;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* -------------------- MenÃº Mobile --------------------------------- */

.menu-desktop {
  display: none;
}

.menu-moviles {
  background: #fff;
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 2;
  text-align: center;
  border-bottom: 5px solid #b89f5c;
}

.menu-moviles img {
  margin-top: 15px;
}

.menu_bar {
  height: 50px;
  width: 50px;
}

.bt-close {
  display: none;
}

.menu_bar {
  position: absolute;
  right: 0;
  top: 10px;
}

ul.menu-mobile {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 15px 0 0 0;
  position: absolute;
  width: 0;
  height: 220px;
  margin-top: 23px;
  left: 0;
  z-index: 20;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff;
  color: #b3b3b3;
  font-weight: 500;
}

ul.menu-mobile li a {
  display: block;
  font-size: 16px;
  padding: 10px 30px;
  color: #b3b3b3;
  font-weight: 500;
}

.idiomas a {
  display: inline-block !important;
  padding: 10px 5px !important;
}

ul.menu-mobile li:nth-child(1) {
  text-align: center;
}

ul.menu-mobile li:nth-child(1) img {
  width: 40%;
}

/* -------------------- MenÃº escritorio --------------------------------- */

.menu-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0.38vw 1vw rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid #b89f5c;
}

.content-menu {
  height: 70px;
  position: relative;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.content-menu ul {
  position: relative;
}

.content-menu li {
  float: left;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  width: 120px;
  text-align: center;
}

.content-menu li:nth-child(1) {
  margin-right: 50px;
}

.content-menu li:nth-child(1) a {
  height: 40px;
}

.content-menu li:nth-child(1) a img {
  height: 100%;
}

.content-menu li a {
  color: #b3b3b3;
}

.content-menu li:hover a {
  color: #000;
  font-weight: 900;
}

/* .active {
  color: #000 !important;
  font-weight: 900 !important;
} */

.btn-idiomas {
  color: #fff;
  position: absolute;
  font-size: 16px;
  right: -55px;
  top: -5px;
  background: #b89f5c;
  padding: 3px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-idiomas a {
  color: #fff;
  font-weight: bold;
}

html.landscape {
  background-image: url(./../img/rotacion.gif);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
html.landscape body {
  display: none;
}

/*-------------------- Home -------------------------------------------- */

.screen {
  height: 100vh;
  overflow: hidden;
}

#home {
  position: relative;
  overflow: hidden;
}

#home .swiper-container {
  height: 70%;
  width: 100%;
}

#home .swiper-slide,
#testimonios .swiper-slide {
  background-position: center;
  background-size: cover;
}

#home .swiper-slide .conten-slider {
  z-index: 200;
  color: #fff;
  text-align: center;
}

#home .swiper-slide .conten-slider h2 {
  font-family: "CormorantInfant-Medium";
  font-weight: 300;
  font-size: 28px;
  text-shadow: 3px 3px 3px #000;
}

#home .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px -30px 15px -15px rgba(0, 0, 0, 0.75);
}

#home .swiper-slide:nth-child(1) {
  background-image: url("../img/slider/01.jpeg");
}

#home .swiper-slide:nth-child(2) {
  background-image: url("../img/slider/02.jpeg");
}

#home .swiper-slide:nth-child(3) {
  background-image: url("../img/slider/03.jpeg");
}

#home .swiper-slide:nth-child(4) {
  background-image: url("../img/slider/04.jpeg");
}

#home .swiper-slide:nth-child(5) {
  background-image: url("../img/slider/05.jpeg");
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #b3b3b3;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}

/* ---- Frase ----*/

#frase {
  font-family: "Alegreya-talic";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  text-align: center;
  z-index: 10;
}

.img-frase {
  width: 250px;
}

#frase p:nth-child(1) {
  display: block;
  width: 90%;
  margin: auto;
  color: #1a1a1a;
  font-size: 30px;
  overflow: hidden;
}

#frase p:nth-child(2) {
  color: #888;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.parallax-window1,
.parallax-window2,
.parallax-window3,
.parallax-window4 {
  background: transparent;
  text-align: center;
}

.parallax-window1 {
  box-shadow: inset 0px 30px 15px -15px rgba(0, 0, 0, 0.75);
}

.titulos {
  font-size: 24px;
  color: #fff;
  letter-spacing: 5px;
  font-family: "Gotham-Medium";
  padding: 20px 0;
  display: block;
}

#secc-titilos {
  height: 300px;
  overflow: hidden;
}

.img-titulos {
  width: 100%;
}

/* --- about --- */

#about div.img-about {
  text-align: center;
}

#about div.img-about img {
  width: 220px;
}

#about div.img-about h1 {
  color: #b89f5c;
  font-size: 28px;
  font-family: "Alegreya-BoldItalic";
  margin-bottom: 5px;
}

#about div.cont-about {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  background-image: url("./../img/about.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cont-about b {
  height: 100%;
  display: block;
  margin-right: 8px;
}

.cont-about p {
  display: flex;
}

#about div.cont-about b,
#services span,
#value span {
  color: #b89f5c;
}

#services,
#value,
#about,
#contact,
#testimonios {
  background: #fff;
  border: 1px dashed #fff;
  box-shadow: 15px 0px 15px 15px rgba(0, 0, 0, 0.75);
}

#services .name-servicio,
#value .name-servicio {
  font-family: "Alegreya-BoldItalic";
}

#services .name-servicio,
#value .name-servicio {
  text-align: center;
  color: #b89f5c;
  font-size: 20px;
}

#services .info-servicio div,
#value .info-servicio div {
  width: 95%;
  margin: auto;
}

#services .info-servicio,
#value .info-servicio {
  font-size: 16px;
  padding: 5px 10px;
}

#services .info-servicio p,
#value .info-servicio p {
  display: flex;
  margin: 0;
  line-height: 1.5;
}

#services .info-servicio p span,
#value .info-servicio p span {
  margin-right: 8px;
}

#services article .info-servicio,
#services article .name-servicio,
#value article .info-servicio,
#value article .name-servicio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#services article .info-servicio,
#value article .info-servicio {
  padding-top: 15px;
  padding-bottom: 15px;
}

#services article:nth-child(1) .info-servicio,
#value article:nth-child(1) .info-servicio {
  background-image: url("../img/servicios/servicio1.jpg");
}

#services article:nth-child(2) .info-servicio,
#value article:nth-child(2) .info-servicio {
  background-image: url("../img/servicios/servicio2.jpg");
}

#services article:nth-child(3) .info-servicio,
#value article:nth-child(3) .info-servicio {
  background-image: url("../img/servicios/servicio3.jpg");
}

#services article:nth-child(4) .info-servicio,
#value article:nth-child(4) .info-servicio {
  background-image: url("../img/servicios/servicio4.jpg");
}

#contact .content-form {
  padding: 50px 0;
  overflow: hidden;
}

#contact .content-form input,
#contact .content-form textarea {
  width: 97%;
  margin-bottom: 18px;
  border: 2px solid #b89f5c;
  font-style: italic;
  padding-left: 7px;
}

#contact .content-form input {
  height: 40px;
  font-size: 20px;
}

#contact .content-form textarea {
  height: 120px;
  resize: none;
  font-size: 22px;
  font-family: sans-serif;
}

#contact .camps {
  color: #888;
  text-align: center;
  margin-bottom: 20px;
}

#contact .btn-env {
  text-align: center;
}

#contact .btn-env a {
  padding: 5px 0;
  border: 2px solid #b89f5c;
  color: #b89f5c;
  cursor: pointer;
  width: 140px;
  text-align: center;
  font-size: 22px;
}

#contact .btn-env a:hover {
  background: #b89f5c;
  color: #fff;
}

#contact .datos {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  color: #1a1a1a;
  overflow: hidden;
}

#contact .datos p:nth-child(1) {
  font-size: 24px !important;
}

#contact .datos p:nth-child(1) {
  font-family: "Alegreya-BoldItalic";
}

#contact .datos p:nth-child(1),
#contact .datos span,
footer .dorado {
  color: #b89f5c;
  font-weight: 600;
}

.formulario div {
  display: flex;
}

.formulario span {
  display: none;
  color: red;
  margin-left: 3px;
  font-size: 20px;
}

textarea:focus,
input:focus {
  outline: none;
}

#msjEnviado {
  display: block;
  color: red;
  margin-top: 20px;
  text-align: center;
}

.msj-success {
  text-align: center;
  font-size: 18px;
}

/*-------------- Testimonios -----------------------------*/

#testimonios {
  background: #fff;
  border: 1px dashed #fff;
}

#testimonios .swiper-container {
  width: 100%;
  min-height: 460px;
}

#testimonios .swiper-slide {
  text-align: center;
  background: #fff;
  min-height: 460px;
}

#testimonios .swiper-pagination {
  position: inherit;
  display: flex;
}

#testimonios .swiper-pagination-white .swiper-pagination-bullet {
  background: #A1A1A1;
  margin-right: 10px;
  margin-left: 10px;
}

#testimonios .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #A1A1A1;
  margin-right: 10px;
  margin-left: 10px;
}

#testimonios .swiper-button-prev {
  background-image: url("../img/flecha-prev.jpg");
}

#testimonios .swiper-button-next {
  background-image: url("../img/flecha-next.jpg");
}

#testimonios .swiper-button-next, #testimonios .swiper-button-prev {
  background-size: auto;
}

#testimonios .flechas-testim {
  position: relative;
  bottom: 40px;
  width: 180px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frase-cliente {
  text-align: start;
  font-size: 16px;
  font-family: "Calibria", sans-serif;
  font-style: italic;
}

.content-testim {
  padding: 30px;
}

.logo-cliente img {
  width: 120px;
  height: auto;
}

.autor-frase {
  font-family: "Alegreya-BoldItalic";
  color: #b89f5c;
  font-weight: 600;
}

.home-redes {
  z-index: 10;
  position: fixed;
  bottom: 30%;
  right: 10px;
}

.home-redes ul li {
  cursor: pointer;
  margin-bottom: 15px;
  width: 55px;
  height: 55px;
}

.home-redes ul li img {
  width: 100%;
}

/* --------------- footer ---------------*/

footer {
  background-color: #1a1a1a;
  text-align: center;
  padding: 30px;
  color: #ccc;
}

footer a {
  color: #ccc;
}

footer .logo {
  text-align: left;
}

footer img {
  width: 230px;
}

@media (min-width: 768px) {

  .home-redes {
    bottom: 20px;
    right: 20px;
  }

  .home-redes ul li { 
    float: left;
    margin-left: 20px;
    width: 50px;
  }

  #testimonios .swiper-container, #testimonios .swiper-slide {
    min-height: 380px;
  }

  .content-testim div {
    float: left;
  }

  .content-testim {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 333px;
    padding: 0px;
  }

  .frase-cliente {
    width: 35%;
  }

  .logo-cliente {
    width: 30%;
  }

  .menu-mobile,
  .menu-moviles {
    display: none;
  }

  .menu-desktop {
    display: block;
  }

  #home .swiper-slide .conten-slider h2 {
    font-size: 40px;
  }

  #frase {
    background: white;
  }

  .img-frase {
    width: auto;
  }

  #frase p:nth-child(1) {
    font-size: 38px;
  }

  #frase p:nth-child(2) {
    font-size: 26px;
  }

  #about div.img-about {
    float: left;
    width: 40%;
  }

  #about div.cont-about {
    width: 60%;
    float: left;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  #services article,
  #value article {
    overflow: hidden;
    margin: auto;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #services article .name-servicio,
  #services article .info-servicio,
  #value article .name-servicio,
  #value article .info-servicio {
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #services article:nth-child(1) .info-servicio,
  #value article:nth-child(1) .info-servicio {
    background-image: none;
  }

  #services article:nth-child(1) .name-servicio,
  #value article:nth-child(1) .name-servicio {
    background-image: url("../img/servicios/servicio1.jpg");
  }

  #services article:nth-child(3) .info-servicio,
  #value article:nth-child(3) .info-servicio {
    background-image: none;
  }

  #services article:nth-child(3) .name-servicio,
  #value article:nth-child(3) .name-servicio {
    background-image: url("../img/servicios/servicio3.jpg");
  }

  #services article .info-servicio div,
  #value article .info-servicio div {
    width: 90%;
  }

  #services .info-servicio,
  #value .info-servicio {
    padding: 0;
  }

  #services .cont-services,
  #value .cont-values {
    width: 85%;
    margin: auto;
  }

  #contact .formulario {
    float: left;
    width: 50%;
  }

  #contact .formulario input,
  #contact .formulario textarea {
    width: 97%;
  }

  #contact .camps,
  #contact .btn-env {
    text-align: left;
  }

  #msjEnviado {
    text-align: left;
  }

  .msj-success {
    padding-top: 30px;
  }

  .datos {
    text-align: left !important;
    padding-left: 25px;
  }

  #contact .datos p:nth-child(1) {
    font-size: 27px !important;
    margin-bottom: 0;
  }

  #contact .content-form {
    padding: 95px 0;
  }

  #contact .datos p:nth-child(2),
  #contact .datos p:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  footer .logo,
  footer .copy {
    float: left;
    width: 50%;
  }

  footer {
    padding: 10px 30px;
    display: flex;
  }

  footer > div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 60px !important;
  }

  footer .copy {
    text-align: right;
    padding-right: 10px;
  }

  footer .copy p:nth-child(1),
  footer .copy p:nth-child(2) {
    font-size: 18px;
    margin: 10px 0;
  }

  footer .copy p:nth-child(3),
  footer .copy p:nth-child(4) {
    font-size: 18px;
    margin: 10px 0;
  }
}

@media (min-width: 1024px) {
  .content-menu li {
    width: 140px;
  }

  .content-menu li:nth-child(1) a,
  .content-menu li:nth-child(1) {
    margin-right: 100px;
  }

  .btn-idiomas {
    right: -90px;
  }

  #home .swiper-slide .conten-slider h2 {
    font-size: 4.3vw;
  }

  .parallax-window1,
  .parallax-window2,
  .parallax-window3,
  .parallax-window4 {
    height: 300px;
    width: 100%;
  }

  .parallax-window1:before,
  .parallax-window2:before,
  .parallax-window3:before,
  .parallax-window4:before {
    content: "";
    width: 10px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
  }

  .parallax-window1 .titulos,
  .parallax-window2 .titulos,
  .parallax-window3 .titulos,
  .parallax-window4 .titulos {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    max-width: 80%;
    box-sizing: border-box;
    font-size: 30px;
  }

  #about {
    height: 600px;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  .datos {
    font-size: 28px !important;
  }

  #contact .datos p:nth-child(1) {
    font-size: 30px !important;
  }

  footer {
    height: 300px;
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 1280px) {
  #home .swiper-slide .conten-slider h2 {
    font-size: 3.25vw;
  }

  #frase p:nth-child(1) b {
    font-size: 2.4vw;
  }

  #frase {
    padding: 30px 0;
  }

  .content {
    width: 1000px;
  }

  #about div.img-about img {
    width: 200px;
  }

  #about div.cont-about {
    font-size: 20px;
  }

  #services article,
  #value article {
    height: 250px;
  }

  #services .name-servicio,
  #value .name-servicio {
    font-size: 24px;
  }

  #services article .info-servicio div,
  #value article .info-servicio div {
    width: 80%;
  }

  #contact .formulario input,
  #contact .formulario textarea {
    width: 460px;
  }
}

@media (min-width: 1440px) {
  #home .swiper-slide .conten-slider h2 {
    font-size: 2.5vw;
  }

  #frase p:nth-child(1) b {
    font-size: 2.2vw;
  }

  #testimonios .swiper-container, #testimonios .swiper-slide {
    min-height: 400px;
  }

  #services .info-servicio,
  #value .info-servicio, .frase-cliente {
    font-size: 20px;
  }

  .content-menu li:nth-child(1) a {
    height: auto;
  }
}
