/*
 * Author by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */


.dropdown {
  display: inline-block;  /* Sirve para que cuando salga el submenu no afecte el menu */
}
.dropdown-content {
  display: none;
  top: -126px;
  position: absolute;
}
.dropdown:hover .dropdown-content {
	display: block;  /* Sirve para que se active el submenu cuando pasamos por encima del menu */
}
.dropdown .brand-button {
	width: 100%;
	
}

/* Fonts */

@font-face {
  font-family: 'Rozha';
  src: url(../fonts/Rozha-One.ttf); }

@font-face {
  font-family: 'Calisto-MT';
  src: url(../fonts/Calisto-MT.ttf); }

@font-face {
  font-family: 'Calisto-MT-Italic';
  src: url(../fonts/Calisto-MT-Italic.ttf); }

@font-face {
  font-family: 'Calisto-MT-Bold';
  src: url(../fonts/Calisto-MT-Bold.ttf); }

  @font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: 'Open Sans Bold';
  src: url(../fonts/OpenSans-Bold.ttf); }


/* TEXTOS*/
 .footer-bottom, a {
  font-family: "Open Sans", sans-serif;
 }
 .universal-h2 {
  font-family: 'Montserrat', sans-serif !important; /* textos titilos secciones */
  font-weight: bold !important;

 } 

/* Personalizacion Seleccion y Scroll  */
::selection {
    background: #ccc; /* color seleccion */
}
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #222;        /* color gris oscuro tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #d20c0d;   /* color rojo scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #222;  /* creates padding around scroll thumb */
}
/* Personalizacion Seleccion y Scroll  */

/* PRELOADER */
#page-preloader, #spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1c1c1c;
  z-index: 9999;
  overflow: hidden;
}
#spinner:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: #d20c0d; /*COLOR CARGA PRELOADER*/
  border-radius: 50%;
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  content: "";
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }}
/* PRELOADER */

/* BOLD NEGRITA */
strong {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
/* BOLD NEGRITA */

/* BIOGRAFIA */
  @media (max-width: 620px) {
  .about-me__text {
    padding-bottom: 50px;
  }}
/* BIOGRAFIA */

/* BOTON FOOTER MESSENGER */
.top-buffer .btn-primary {
  font-family: "Open Sans", sans-serif;
  padding: 5px 20px;
}
.top-buffer .btn-primary i {
  padding: 5px 10px 5px 0 ;
  vertical-align:middle
}
@media (max-width: 1250px) {
  .footer-contact-form h5 {
    text-align: center;
  }}
/* BOTON FOOTER MESSENGER */


/* NUESTROS SERVICIOS */


.presentacion h3{
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12pt;
  margin-bottom: 70px;
  line-height: 20pt;
  }
.presentacion span{
  font-family: "Open Sans Bold", sans-serif !important;
  }
.service {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #eee !important; /* 10131b GRIS CLARO*/
  }


.bloque-serv {
  width: 30%;
  padding: 50px 30px;
  background-color: #fff;}
    @media (max-width: 520px) {
  .bloque-serv {
    width: 100%;
  }}

.bloque {
  padding: 30px 25px 0px 25px;
  margin: 10px 5px 25px 5px!important;
  width: 24%;
  min-width: 240px;
  background-color: #fff;}
  @media (max-width: 520px) {
  .bloque {
    width: 100%;
  }}

.bloque p{
  color: #f53c79; /* COLOR ROSADO corporativo*/
}
.bloque-serv p{
  color: #f53c79; /* COLOR ROSADO corporativo*/
}
.bloque h4{
  margin-bottom: 15px !important;
  font-weight: 600;
}
.bloque-serv h4{
  margin-bottom: 15px !important;
  font-weight: 600;
}
.bloque span {
  display: inline-block;
  text-align: left;}
.bloque-serv span {
  display: inline-block;
  text-align: left;}
/* NUESTROS SERVICIOS */


/* LOGO */
.img-resp {
  width: 100%;
  display: flex;
}
/* LOGO */

/* FLECHA PARA IR ARRIBA */
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:#d20c0c;
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
  transition: 0.2s ease;
}
  a.ir-arriba:hover {
    color: #000; /* Color sobre en Ir arriba */
  }
  /* FLECHA PARA IR ARRIBA */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rozha', serif;
  color: #444444;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}


/* MENU */
.menu {
  margin-top: 10px;
  margin-right: -40px;
}
.menu ul li {
  display: inline-block;
  margin-left: 0px;
}
.menu ul li a {
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  font-size: 15px;
  padding: 8px 15px;
  text-decoration: none;
  transition: 0.3s ease;
}
.menu ul li a:hover {
  color: #fff;
  font-size: 17px;
  text-decoration: line-through;
  /*background: #d20c0dBF; Rojo corporativo cob valor BF  equivalente al 75% opacidad - 80=50%, 40=25% */
}
.menu ul li a.current {
  background: #34a4e1; /*GRIS OSCURO*/
  color: white;}
/* MENU */

/* ICONOS */
.icon {
  height: 60px !important;
}
.icon-xs {
  height: 20px !important;
  margin: 8px !important;
}
.icon-xxs {
  height: 15px !important;
  margin-right: 8px !important;
}

.icon-s {
  height: 40px !important;
}

/* ICONOS */





/* Colors */
/* Universal style */
* {
  margin: 0;
  padding: 0;
  font-family: "Calisto-MT"; }

.site-container {
  width: 1115px;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .site-container {
      width: 90%; } }

.universal-h2 {
  font-size: 48px;
  text-align: center;
  color: #222; }
  @media (max-width: 1250px) {
    .universal-h2 {
      font-size: 38px; } }
  @media (max-width: 668px) {
    .universal-h2 {
      font-size: 30px; } }

.universal-h2-bckg {
  background-image: url("../images/double-line.svg");
  background-repeat: no-repeat;
  background-position: center bottom; }

/* Universal style end */
/* Includes */
.site-navigation {
  position: absolute;
  top: 4.6%;
  width: 100%;
  z-index: 2; }

.site-navigation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-navigation {
  color: #fff;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 14%; /* altura absotula del menú movil */
  left: 0px;
  /*background: #000;
  opacity: 0.7; Color menu celu */
}
  .main-navigation .main-navigation__ul {
    position: absolute;
    width: 100%; /* anchura menu movil */
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    /*border: 2px solid #fff; */
    border-radius: 0px;
    background-color: #d20c0d; } /* COLOR ROJO corporativo menu movil*/
    .main-navigation .main-navigation__ul li {
      border-bottom: 2px solid rgba(0, 0, 0, 0.3); /* color separaciones menu movil*/
      padding: 0 10%;
      padding-right: 150px;
      list-style: none;}
    .main-navigation .main-navigation__ul li:hover {
      background-color: rgba(0, 0, 0, .5); /* color oscuro al pasar por encima menu movil*/
      transition: 0.3s ease;
    }
    .main-navigation .main-navigation__ul a {
      width: 210%;
      display: inline-block;
      padding: 15px 0;
      color: #fff;
      font-size: 18px;
      /*font-weight: 600; TEXTO DE TOGGLE */
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s ease; }

  @media (max-width: 1150px) {
    .main-navigation {
      opacity: 0.94; } }

/* Navigation burger */
.burger-container {
  background-color: rgba(0, 0, 0, 0.1); /* COLOR Cuadrado toggle */
  padding: 10px;
  cursor: pointer;
  position:fixed;
  right:30px;
  z-index: 3; }
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #d20c0d; /* Color barras toggle menu movil */
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: #d20c0d; }

.change .bar2 {
  opacity: 0;
  background-color: #d20c0d; }

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -7px);
  background-color: #d20c0d; }

.stop-scroll {
  overflow: hidden; }

/* Navigation burger end */
.fh5co-top-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/top-banner-bckg.jpg?2");
  background-position: center;
  background-size: cover; }
  .fh5co-top-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;  COLOR OSCURO BANNERS */
    opacity: 0.9; } 
  .fh5co-top-banner .site-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 1600px) {
    .fh5co-top-banner {
      padding-top: 180px; } }
  @media (max-width: 1250px) {
    .fh5co-top-banner {
      padding-top: 130px; } }
  @media (max-width: 520px) {
    .fh5co-top-banner {
      padding-top: 105px; } }
  @media (min-width: 1600px) {
    .fh5co-top-banner {
      min-height: 100vh; } }

.top-banner__inner {
  display: flex;
  align-items: center; }
  .top-banner__inner .top-banner__text {
    margin-left: 0px; }
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__text {
        width: 35%; } }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__text {
        width: 50%;
        margin-left: 20px; } }
    @media (max-width: 520px) {
      .top-banner__inner .top-banner__text {
        width: 65%;
        margin-bottom: 20px;
        margin-left: 0; } }
    .top-banner__inner .top-banner__text p {
      margin-bottom: 42px;
      color: #777; }
      @media (max-width: 768px) {
        .top-banner__inner .top-banner__text p {
          margin-bottom: 25px;
          font-size: 14px; } }
  .top-banner__inner .top-banner__h2 {
    font-size: 74px;
    letter-spacing: 3px;
    color: #fff;
    font-family: "Calisto-MT-Bold"; } /*textos del Banner*/
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__h2 {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__h2 {
        font-size: 35px; } }
  .top-banner__inner .top-banner__text-up .top-banner__h2 {
    margin-top: -105px; }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__text-up .top-banner__h2 {
        margin-top: 0; } }
  .top-banner__inner .top-banner__text-down {
    margin-bottom: 20px;
    padding-left: 27%; }
    .top-banner__inner .top-banner__text-down .top-banner__h2 {
      margin-bottom: 10px;
      margin-top: -20px; }
      @media (max-width: 768px) {
        .top-banner__inner .top-banner__text-down .top-banner__h2 {
          margin-bottom: 0; } }
  .top-banner__inner .top-banner__image {
    font-size: 0; }
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__image {
        width: 50%; }
        .top-banner__inner .top-banner__image img {
          width: 100%; } }
    @media (max-width: 520px) {
      .top-banner__inner .top-banner__image {
        width: 65%;
        margin-bottom: 20px; } }
  @media (max-width: 520px) {
    .top-banner__inner {
      flex-direction: column; } }

.brand-span {
  font-size: 14px;
  color: #c18f59; }

.brand-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #d20c0d; /*Rojo corporativo para VER MAS*/
  border: 1px solid #fff;
  transition: 0.3s ease; }
  .brand-button:hover, .brand-button:focus {
    color: #777;
    text-decoration: none;}

.fh5co-about-me {
  position: relative;
  margin: 100px 0 199px; }
  @media (max-width: 1250px) {
    .fh5co-about-me {
      margin: 150px 0; } }
  @media (max-width: 992px) {
    .fh5co-about-me {
      margin: 125px 0; } }
  @media (max-width: 620px) {
    .fh5co-about-me {
      margin: 0 0 70px; } }

.about-me-bckg {
  position: absolute;
  background-image: url("../images/about-me-bckg.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
  top: -75px;
  right: 0;
  height: calc(100% + 150px);
  width: 70%;
  z-index: -1; }
  .about-me-bckg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; }
  @media (max-width: 992px) {
    .about-me-bckg {
      width: 100%;
      padding-bottom: 15px; } }

.about-me-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .about-me-inner {
      flex-direction: column;
      align-items: center; } }

.about-me-slider {
  position: relative; }
  .about-me-slider .slick-arrow {
    position: absolute;
    bottom: -18%; }
  .about-me-slider .slick-prev {
    left: 40%; }
    @media (max-width: 520px) {
      .about-me-slider .slick-prev {
        left: 34%; } }
  .about-me-slider .slick-next {
    right: 40%; }
    @media (max-width: 520px) {
      .about-me-slider .slick-next {
        right: 34%; } }

.span-arrow {
  padding: 10px 15px;
  cursor: pointer;
  color: #d20c0d;
  border: 1px solid #f53c79; /* Color rosado corporativo en flechas circulos next prev */
  border-radius: 50%;
  transition: 0.3s ease; }
  .span-arrow:hover {
    color: rgba(192, 142, 89, 0.5);
    border-color: rgba(192, 142, 89, 0.5); }

.portfolio-wrapper {
  margin-left: 80px;
  width: 450px; /*TAMAÑO IAMGEN ACERCA DE NOSOTROS*/
  padding: 8px;
  text-align: center;
  background-color: #fff; }
  .portfolio-wrapper .portfolio__img {
    font-size: 0; }
    .portfolio-wrapper .portfolio__img img {
      width: 100%; }
  .portfolio-wrapper .portfolio__bottom {
    padding: 35px 0 95px;
    background-color: #f5f5f5; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__bottom {
        padding: 25px 0; } }
  .portfolio-wrapper .portfolio__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 23px; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__name {
        margin-bottom: 10px; } }
    .portfolio-wrapper .portfolio__name span {
      font-size: 90px;
      line-height: 55px;
      color: #c18f59;
      font-family: "Rozha"; }
      @media (max-width: 992px) {
        .portfolio-wrapper .portfolio__name span {
          font-size: 65px;
          line-height: 62px; } }
  .portfolio-wrapper p {
    padding: 0 10%;
    line-height: 25px;
    font-style: italic;
    color: #777; }
    @media (max-width: 620px) {
      .portfolio-wrapper p {
        font-size: 15px;
        line-height: 20px; } }
  @media (max-width: 992px) {
    .portfolio-wrapper {
      margin-bottom: 20px; } }
  @media (max-width: 620px) {
    .portfolio-wrapper {
      width: 90%;
      margin-left: 0px;} }

.about-me__text {
  width: 44%;
  margin-right: 80px;
  text-align: center; }
  .about-me__text .universal-h2 {
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .about-me__text p {
    margin-bottom: 35px;
    line-height: 24px;
    color: #666; } /* COLOR P NOSOTROS - MUESTRA ORIGINAL #c18f59 */
    .about-me__text p span {
      font-size: 48px;
      color: #fff; }
    @media (max-width: 620px) {
      .about-me__text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 19px; } }
  .about-me__text h4 {
    margin-bottom: 7px;
    font-size: 25px;
    color: #c18f59; }
  .about-me__text .p-white {
    margin-bottom: 0;
    color: #fff; }
  @media (max-width: 1250px) {
    .about-me__text {
      width: 48%;
      margin-right: 40px; } }
  @media (max-width: 992px) {
    .about-me__text {
      width: 100%;
      margin-right: 0; } }

.slick-slide:focus {
  outline: none; }

.libros {
  margin: 122px 0;
}

.fh5co-books {
   }
  .fh5co-books .universal-h2 {
    margin-bottom: 50px;
    padding-bottom: 20px; }
  .fh5co-books .books-brand-button {
    text-align: center;
  }
    .fh5co-books .books-brand-button .brand-button {
      font-size: 16px;
      text-transform: none;
      text-decoration: none;
      background-color: #f53c79; /* COLOR ROSADO corporativo BOTON Ver mas info */
      border-color: #f53c79; /* COLOR ROSADO corporativo borde BOTON Ver mas info */
      color: #fff;
      cursor:pointer;
      }
      .fh5co-books .books-brand-button .brand-button:hover {
        border-color: #fff;
        background-color: #666; /* COLOR gris sobre BOTON VER MAS */
        color: #fff;
        transition: 0.3s ease;
      }
  @media (max-width: 1250px) {
    .fh5co-books {
       } }


/* Botones especiales para venta de libros */
.fh5co-books .books-brand-button-C .brand-button {
      font-size: 14px;
      margin: 5px 0 0 0;
      padding: 8px 12px !important;
      text-transform: none;
      text-decoration: none;
      background-color: #d20c0d; /* COLOR rojo corporativo  BOTON conprar*/
      border-radius: 5px;
      color: #fff;
      cursor:pointer;
      }
.fh5co-books .books-brand-button-C .brand-button:hover {
        border-color: #fff;
        background-color: #666; /* COLOR ROJO corporatio sobre BOTON VER MAS */
        color: #fff;
        transition: 0.3s ease;
      }
.fh5co-books .books-brand-button-C .brand-button p { 
        font-size: 13px;
        color: #fff;
        display: inline-block;
        text-decoration: line-through;
        margin-right: 10px;
}
.fh5co-books .books-brand-button-C .brand-button i{
  margin-right: 5px; /* Distnacia entre icono de boton y el texto  */
}
.iconxl{ /* tamaño icono */
  font-size: 13pt;
  font-weight: normal;
}



.books {
  display: flex;
  justify-content: center; /* (space-around distribuir elementos galeria)*/
  flex-wrap: wrap;
  width: 100% !important;
}
  @media (max-width: 559px) {
    .books {
      justify-content: space-around; } }

.single-book {
  margin: 0 15px 30px 15px; /* Distancia entre libros  */
  text-align: center; }
  .single-book .single-book__img {
    position: relative;
    display: block;
    font-size: 0; }
    .single-book .single-book__img .single-book_download {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff; /* color sobre la img  */
      transition: 0.3s ease; }
    .single-book .single-book__img .single-book_download img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
    .single-book .single-book__img:hover .single-book_download {
      visibility: visible;
      width: 100%;
      height: 30%;
      top: 70%;
      opacity: 0.9; /* opacidad color sobre la img  */
    }
  .single-book .single-book__title {
    margin: 14px 0 0px; /* Distancia entre titulo y libro */
    font-family: "Open Sans", sans-serif;}
  .single-book .single-book__price {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    /*font-weight: 600;*/
    font-style: italic;
    text-align: justify;
    color: #777;
    margin-bottom: 30px; /* Distancia entre parrafo servicio y boton mas info */
  }
  @media (max-width: 1250px) {
    .single-book {
      margin-right: 10px; }
      .single-book:last-child {
        margin-right: 0; } }

  p.single-book__tipo {
    color: #999; /* Color fuente texto tipo libro */
    margin-bottom: -1pt;
  }

.rating {
  margin-top: 8px;
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating span {
    font-size: 23px;
    color: #ffd200;
    cursor: pointer; }
  .rating > span:hover:before, .rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute; }

.fh5co-counter {
  position: relative;
 
 
  padding: 100px 0;
  background-image: url("../images/book-bckg.jpg");
  background-size: cover;
  background-position: center; }
  .fh5co-counter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f5196c, #f0ad01); /* COLOR DEGRADADO CONTADOR DATOS */
    opacity: 0.9; }
  .fh5co-counter .site-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 850px) {
    .fh5co-counter {
      padding: 50px 0 20px;
       } }

.counter-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.single-count {
  width: 23%;
  text-align: center;
  color: #fff; }
  .single-count span {
    font-family: "Calisto-MT-Bold";
    display: block;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 900; }
  .single-count p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
  @media (max-width: 850px) {
    .single-count {
      width: 48%;
      margin-bottom: 30px; }
      .single-count .count {
        font-size: 35px;
        margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .single-count {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #fff; } }

.single-count__text {
  display: flex;
  justify-content: center; }
  .single-count__text img {
    margin-right: 20px;
    height: 50%; }

.fh5co-blog {
  margin-bottom: 175px; }
  .fh5co-blog .universal-h2 {
    margin-bottom: 55px;
    padding-bottom: 20px; }
  @media (max-width: 620px) {
    .fh5co-blog {
      margin-bottom: 105px; } }

.blog-inner {
  display: flex;
  justify-content: space-between; }

.blog-slider .slick-slide {
  margin: 0 15px; }

.blog-slider .slick-list {
  margin: 0 -15px; }

.single-blog {
  display: flex !important; }
  .single-blog .single-blog__img {
    width: 50%;
    font-size: 0; }
  .single-blog .single-blog__text {
    width: 50%;
    padding: 7%;
    border: 3px solid #f5f5f5;
    border-left: 0; }
    .single-blog .single-blog__text h4 {
      margin-bottom: 5px;
      font-size: 24px;
      line-height: 33px; }
    .single-blog .single-blog__text span {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      color: #c18f59;
      font-family: "Calisto-MT-Bold"; }
    .single-blog .single-blog__text p {
      color: #777;
      line-height: 21px; }
    @media (max-width: 992px) {
      .single-blog .single-blog__text {
        padding: 5%; }
        .single-blog .single-blog__text h4 {
          margin-bottom: 3px;
          font-size: 20px;
          line-height: 24px; }
        .single-blog .single-blog__text p {
          font-size: 14px;
          line-height: 19px; } }
    @media (max-width: 420px) {
      .single-blog .single-blog__text {
        padding: 3%; }
        .single-blog .single-blog__text h4 {
          font-size: 16px; }
        .single-blog .single-blog__text span {
          margin-bottom: 7px;
          font-size: 12px; }
        .single-blog .single-blog__text p {
          font-size: 13px;
          line-height: 16px; } }
  .single-blog:nth-child(even) h4 {
    color: #c18f59; }
  @media (max-width: 1250px) {
    .single-blog .single-blog__img img {
      width: 100%;
      height: 100%; } }

.blog-slider {
  position: relative; }
  .blog-slider .slick-arrow {
    position: absolute;
    bottom: -22%; }
  .blog-slider .slick-prev {
    left: 45.5%; }
    @media (max-width: 1250px) {
      .blog-slider .slick-prev {
        left: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-prev {
        left: 35%; } }
  .blog-slider .slick-next {
    right: 45.5%; }
    @media (max-width: 1250px) {
      .blog-slider .slick-next {
        right: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-next {
        right: 35%; } }
  .blog-slider .span-arrow:hover {
    color: #777;
    border-color: #777; }

.fh5co-quotes {
  position: relative;
  padding: 135px 0 172px;
  text-align: center;
  background-image: url("../images/quotes-bckg.jpg");
  background-position: center;
  background-size: cover; }
  .fh5co-quotes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9; }
  .fh5co-quotes .site-container {
    position: relative;
    z-index: 1; }
  .fh5co-quotes .universal-h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #fff !important; }
  .fh5co-quotes p {
    width: 43%; /*ANCHO DEL PARRAFO OPINIONES*/
    margin: 0 auto 45px;
    color: #fff;
    line-height: 24px; }
    @media (max-width: 620px) {
      .fh5co-quotes p {
        font-size: 14px;
        line-height: 19px; } }
  .fh5co-quotes img {
    margin: 0 auto 5px; }
  .fh5co-quotes h4 {
    margin-bottom: 5px;
    font-size: 25px;
    color: #c18f59; }
  .fh5co-quotes .slick-arrow {
    bottom: -8%; }
  .fh5co-quotes .slick-prev {
    left: 45.5%; }
    @media (max-width: 1150px) {
      .fh5co-quotes .slick-prev {
        left: 34%; } }
  .fh5co-quotes .slick-next {
    right: 45.5%; }
    @media (max-width: 1150px) {
      .fh5co-quotes .slick-next {
        right: 34%; } }
  @media (max-width: 1150px) {
    .fh5co-quotes {
      padding: 75px 0 95px; }
      .fh5co-quotes p {
        width: 90%; } }

.fh5co-social {
  position: relative;
  padding: 63px 0;
  background-image: url("../images/social-bckg.jpg");
  background-size: cover;
  background-position: center; }
  .fh5co-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* COLOR FONDO PIE RRSS */
    opacity: 0.8; }
  .fh5co-social .site-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 620px) {
    .fh5co-social {
      padding: 40px 0; } }

.social {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .social h5 {
    font-family: "Rozha";
    font-size: 24px;
    color: #fff; }
  @media (max-width: 620px) {
    .social {
      flex-direction: column; } }

.social-icons a {
  position: relative;
  border: 1px solid white;
  border-radius: 50%;
  padding: 13px 23px;
  margin-right: 10px;
  transition: 0.3s ease; }
  .social-icons a:hover {
    background-color: #777;
    border-color: transparent; }

.social-icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 620px) {
  .social-icons {
    margin: 35px 0; } }

.site-footer {
  padding-top: 120px;
  background-color: #343434; }
  @media (max-width: 1250px) {
    .site-footer {
      padding-top: 60px; } }

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px; }
  .footer-inner h5 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff; }
  @media (max-width: 1250px) {
    .footer-inner {
      padding-bottom: 50px;
      flex-direction: column;
      align-items: center; } }

.footer-info {
  width: 50%;
  display: flex; }
  .footer-info .footer-info__left {
    margin-left: 200px; }
    .footer-info .footer-info__left img {
      margin-bottom: 10px; }
    .footer-info .footer-info__left p {
      color: #c18f59; }
    @media (max-width: 1250px) {
      .footer-info .footer-info__left {
        margin-left: 0px; }
      .footer-info .footer-info__left img {
      margin-bottom: -10px; }}
    @media (max-width: 620px) {
      .footer-info .footer-info__left {
        margin-right: 0;
        margin-bottom: 10px; } }
  .footer-info .footer-info__right p {
    margin-bottom: 15px;
    color: #aaa; }
  .footer-info .footer-info__right .footer-phone {
    font-size: 14px; }
  .footer-info .footer-info__right .social-icons {
    margin-top: 27px; }
    .footer-info .footer-info__right .social-icons a {
      padding: 9px 19px; }
  @media (max-width: 1250px) {
    .footer-info {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 1250px) {
    .footer-info {
      flex-direction: column;
      align-items: center; } }

.footer-contact-form {
  width: 50%; }
  .footer-contact-form .contact-form__input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .footer-contact-form .contact-form__input input {
      width: 40%;
      padding: 20px;
      border: 1px solid #404040;
      background-color: #282828;
      color: #c18f59; }
      .footer-contact-form .contact-form__input input::placeholder {
        color: #aaa; }
      @media (max-width: 1250px) {
        .footer-contact-form .contact-form__input input {
          width: 45%; } }
      @media (max-width: 520px) {
        .footer-contact-form .contact-form__input input {
          width: 100%; } }
  .footer-contact-form textarea {
    box-sizing: border-box;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #404040;
    background-color: #282828;
    resize: none;
    color: #c18f59; }
  .footer-contact-form .submit-button {
    padding: 19px 50px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #c18f59;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease; }
    .footer-contact-form .submit-button:hover {
      background-color: #777; }
  @media (max-width: 1250px) {
    .footer-contact-form {
      width: 100%; } }

.footer-bottom {
  padding: 25px 0;
  background-color: #2d2d2d; }

.footer-bottom-inner {
  display: flex;
  justify-content: space-between; }
  .footer-bottom-inner p {
    color: #777; }
  .footer-bottom-inner a {
    color: #d20c0d; /* Color rojo corporativo link pie footer */
    text-decoration: none;
    transition: 0.3s ease; }
    .footer-bottom-inner a:hover {
      color: #777; }
  .footer-bottom-inner .footer-bottom__img img {
    margin-right: 25px; }
    .footer-bottom-inner .footer-bottom__img img:last-child {
      margin-right: 0; }
  @media (max-width: 992px) {
    .footer-bottom-inner {
      flex-direction: column;
      align-items: center; }
      .footer-bottom-inner p {
        font-size: 14px;
        margin-bottom: 20px; } }
