@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");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Montserrat', sans-serif; /* Más moderna y limpia que Raleway */
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; /* Aumentamos el interlineado para dar 'aire' */
  color: #333;
  background: #fff;
}


a {
  color: #fff;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #A10000;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Playfair Display', serif; /* La elegancia italiana clásica */
  font-weight: 700;
  letter-spacing: 1px; /* Un poco de separación entre letras */
  margin: 0 0 30px 0;
}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Inconsolata', monospace;
  text-transform: uppercase;
  letter-spacing: 2px; 
  font-weight: 700;
  font-size: 12px;
  border-radius: 0px !important; 
  padding: 15px 30px !important;
  transition: 0.3s all ease;
}

.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}


.btn-primary {
  font-family: 'Inconsolata', monospace;
  background: #A10000; /* Rojo más profundo y serio */
  color: #fff;
  border: 2px solid #A10000;
  text-transform: uppercase;
  letter-spacing: 2px; 
  font-weight: 700;
  font-size: 12px; 
  border-radius: 0px !important; 
  padding: 15px 30px !important;
  transition: 0.3s all ease;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #7A0000 !important;
  border-color: #7A0000 !important;
}


.btn-primary.btn-outline {
  background: transparent;
  color: #A10000;
  border: 2px solid #A10000;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #A10000;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #A10000;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  zoom: 1;
  
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  border-radius: 0px;
}
.fh5co-social li a:hover {
  color: #A10000;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

/* =======================================================
*
* 	Cinematic Video Background para Resilientes Sin Fronteras
*
* ======================================================= */

/* 1. Contenedor Principal del Hero */
.video-hero {
    position: relative;
    overflow: hidden; /* Oculta cualquier desborde del video */
    background: #000; /* Fondo negro por seguridad mientras carga */
}

/* 2. Estilos para el elemento de Video */
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	z-index: 0; /* Al fondo */
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover; /* Crucial: asegura que el video cubra el área sin deformarse, estilo 'cover' de imagen */
}

/* 3. Ajuste del Overlay existente */
#fh5co-hero .overlay-gradient {
    z-index: 1; /* Por encima del video, por debajo del texto */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
}

/* 4. Contenedor del Texto superpuesto */
.hero-content-overlay {
    position: relative;
    z-index: 2; /* Por encima de todo */
	height: 100vh; /* Fuerza al contenedor a medir toda la pantalla */
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center; /* Centrado horizontal */
}

#fh5co-hero .slider-text {
    display: table; /* Mantenemos esto si la plantilla lo requiere */
    height: 100vh;
}

#fh5co-hero .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle; /* Este es el comando clave para el centrado vertical */
    height: 100vh;
}


/* 5. Ajustes de tipografía para el Hero Cinematográfico */
#fh5co-hero .slider-text > .slider-text-inner h2 {
    color: #FFFFFF; /* Blanco suavizado */
	font-size: 72px; /* Un poco más pequeño para elegancia en escritorio */
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: none; /* Mantener mayúsculas/minúsculas originales */
    margin-top: 0; 
    margin-bottom: 10px;

}

#fh5co-hero .slider-text > .slider-text-inner .subtitulo-espanol {
    color: rgba(255, 255, 255, 0.85); /* Blanco suavizado */
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px; /* Tamaño definido */
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* 6. Ajuste del botón para que no pierda fuerza */
.btn-cinematic {
    opacity: 1 !important; /* Asegurar visibilidad */
    visibility: visible !important;
}

/* 7. Media Query para Móviles */
/* En móviles, a veces el autoplay está bloqueado o consume datos. 
   Esta corrección asegura que el texto se adapte bien. */
@media screen and (max-width: 768px) {
    #fh5co-hero .slider-text > .slider-text-inner h2 {
        font-size: 36px; /* Adaptación para móvil */
    }
    #fh5co-hero .slider-text > .slider-text-inner .subtitulo-espanol {
        font-size: 22px;
    }
}

/* --- Estilización de la Sección de News --- */

/* Contenedor del video con borde suave y sombra profunda */
.video-container-grid {
    width: 100%;
    border-radius: 4px; /* Bordes ligeramente redondeados para sofisticación */
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15); /* Sombra que da profundidad */
    background: #000;
}

.video-grid-item {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.video-container-grid:hover .video-grid-item {
    transform: scale(1.03); /* Efecto zoom sutil al pasar el mouse */
}

/* Caja de texto derecha */
.text-content-grid {
    padding: 30px 40px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrado vertical del texto */
    border-left: 4px solid #A10000; /* Detalle elegante en rojo RSF */
}

.text-content-grid .title-red {
    color: #A10000;
    font-size: 28px;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.text-content-grid .subtitle-italy {
    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.text-content-grid p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* --- Estilos para la Sección Metodo RSF (Blog Section) --- */

.row-bottom-padded-common {
    margin-bottom: 70px; /* Espacio entre los dos bloques del método */
}

.video-container-rsf {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    background: #000;
}

.video-js-item {
    width: 100%;
    display: block;
    opacity: 0.9;
}

.method-text-box {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.method-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #A10000; /* Rojo RSF */
    margin-bottom: 20px;
    position: relative;
}

/* Detalle de línea decorativa bajo el título */
.method-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #A10000;
}

/* Alineación especial para el bloque en zig-zag */
.text-right-align {
    text-align: right;
}

.text-right-align .method-title:after {
    left: auto;
    right: 0;
}

.method-text-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* --- Separador de Video Intermedio --- */
.video-separator-container {
    position: relative;
    height: 250px; /* Altura del separador */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-sep {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    object-fit: cover;
}

.overlay-sep {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(161, 0, 0, 0.4); /* Un tinte rojo RSF transparente */
    z-index: 1;
}

.floating-logo-sep {
    position: relative;
    z-index: 2;
    max-width: 150px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    animation: float 4s ease-in-out infinite; /* El logo flota suavemente */
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* --- Tarjetas de Testimonios --- */
.review-card {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    border-bottom: 3px solid #A10000;
    transition: all 0.3s ease;
	padding-bottom: 100px;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.review-card .quote {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.review-card .author {
    font-family: 'Inconsolata', monospace;
    font-weight: 700;
    text-transform: uppercase;
    color: #A10000;
    font-size: 13px;
    letter-spacing: 1px;
}
/* --- Contenedor de Rostros en Testimonios --- */
.author-img-container {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px auto; /* Centrado y espacio abajo */
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #A10000; /* Círculo rojo RSF */
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #000;
}

.author-img, .author-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Efecto Blanco y Negro cinematográfico */
    transition: all 0.5s ease;
}

/* Al pasar el mouse por la tarjeta, el rostro cobra color */
.review-card:hover .author-img, 
.review-card:hover .author-video {
    filter: grayscale(0%);
    transform: scale(1.1); /* Zoom sutil */
}

/* Ajuste adicional a la tarjeta para acomodar la foto */
.review-card {
    text-align: center; /* Centramos todo el contenido de la tarjeta */
    padding-top: 40px;
}
/* --- Contenedor Rectangular para Videos Verticales --- */
.author-video-container-vertical {
    width: 120px;          /* Ancho del contenedor */
    height: 180px;         /* Alto (proporción 2:3 o similar a 9:16) */
    margin: 0 auto 25px auto;
    border-radius: 12px;   /* Esquinas redondeadas, no circulares */
    overflow: hidden;
    border: 2px solid #A10000; /* Un borde más fino para el rectángulo */
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background: #000;
}

.video-vertical-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* Mantiene la proporción del video vertical */
    filter: grayscale(100%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efecto al pasar el mouse por la tarjeta */
.review-card:hover .video-vertical-asset {
    filter: grayscale(0%);
    transform: scale(1.05); /* Un zoom muy sutil */
}

/* Ajuste a la tarjeta para que el diseño fluya mejor */
.review-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
    border-bottom: 4px solid #eee; /* Un detalle sutil en la base */
}

.review-card:hover {
    transform: translateY(-5px);
    border-bottom: 4px solid #A10000; /* La base se ilumina en rojo al hacer hover */
}
#fh5co-cta {
    position: relative;
    padding: 200px 0; /* Aumentamos de 80px a 120px para dar más altura */
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

/* Ajuste del botón para que sea igual al del Hero */
/* Botón Rojo Sólido (igual al Hero) */
#fh5co-cta .btn-cta-final {
    display: inline-flex;      /* Usamos flex para centrado total */
    align-items: center;      /* Centrado vertical (eje Y) */
    justify-content: center;   /* Centrado horizontal (eje X) */
    height: 54px;
    padding: 0 30px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
    background: #A10000 !important; /* Rojo RSF sólido */
    color: #fff !important;
    border: none !important;
    font-weight: 700;
}

#fh5co-cta .btn-cta-final:hover {
    background: #800000 !important; /* Un rojo un poco más oscuro al pasar el mouse */
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

/* El video de fondo */
.video-background-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Capa oscura para que el texto sea blanco y legible */
.overlay-cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* Ajusta el 0.65 si lo quieres más o menos oscuro */
  z-index: 1;
}

/* Forzamos que el contenido esté por encima del video y el overlay */
#fh5co-cta .container {
  position: relative;
  z-index: 2;
}

#fh5co-cta h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  margin-bottom: 10px;
}

#fh5co-cta h3 {
  color: #A10000; /* Rojo RSF para el subtítulo */
  font-family: 'Inconsolata', monospace;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 30px;
}
/* --- Sezione Modelli d'Azione --- */

#fh5co-action-models {
    padding: 100px 0;
    background: #fff;
}

.action-box {
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
}

.action-box:hover {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-top: 3px solid #A10000;
}

.action-icon {
    font-size: 40px;
    color: #A10000;
    margin-bottom: 20px;
}

.action-video-container {
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #000;
}

.action-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.action-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.action-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Stile per il paragrafo di rinforzo */
.quote-reinforcement {
    padding: 40px;
    border-left: 5px solid #A10000;
    background: #fdfdfd;
    font-style: italic;
}

.quote-reinforcement p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 0;
}

/* --- NUEVOS SEPARADORES CON EFECTO PARALLAX --- */

.parallax-separator {
    position: relative;
    height: 350px;
    width: 100%;
    background-attachment: fixed; /* Esto hace que la foto se quede quieta al hacer scroll */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Asignamos la imagen específica a cada separador */
#fh5co-video-separator {
    background-image: url('../images/slide_3.jpg'); /* Cambia por tu ruta real */
}

#fh5co-video-separator-2 {
    background-image: url('../images/slide_10.jpg'); /* Cambia por tu ruta real */
}

/* El filtro rojo conservado */
.overlay-sep {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(161, 0, 0, 0.5); /* Filtro rojo RSF */
    z-index: 1;
}

/* Logo flotante por encima del filtro */
.floating-logo-sep {
    position: relative;
    z-index: 2;
    max-width: 480px; /* Un poco más pequeño para los 250px de alto */
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
/* --- FOOTER CINEMATOGRÁFICO --- */

#fh5co-footer {
    background: #1a1a1a; /* Un gris casi negro muy profundo */
    padding: 80px 0 40px 0;
    color: #aaa;
}

#fh5co-footer h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Enlaces del Footer */
.fh5co-footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fh5co-footer-links li {
    margin-bottom: 10px;
}

.fh5co-footer-links li a {
    color: #888;
    transition: 0.3s;
    text-decoration: none;
}

.fh5co-footer-links li a:hover {
    color: #A10000; /* Rojo RSF al pasar el mouse */
    padding-left: 5px;
}

/* Iconos Sociales */
.fh5co-social-icons {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.fh5co-social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.fh5co-social-icons li a i {
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
}

.fh5co-social-icons li a:hover i {
    color: #A10000;
    transform: translateY(-3px);
}

/* Copyright Section */
#fh5co-footer .copyright {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#fh5co-footer .copyright small {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
}

#fh5co-footer .copyright a {
    color: #fff;
    font-weight: 700;
}

/* --- SEZIONE ALLEANZE (PARTNERS) --- */

#fh5co-partners {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px; /* Espacio entre logos */
}

.img-partner {
    max-height: 100px; /* Controla la altura uniforme de los logos */
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.img-partner:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Ajuste para móviles */
@media screen and (max-width: 768px) {
    .partner-logos {
        gap: 30px;
    }
    .img-partner {
        max-height: 40px;
    }
}
/* --- Clase Maestra para Subtítulos en Cursiva --- */
.subtitulo-cursiva {
    font-family: 'Playfair Display', serif; /* O la fuente que prefieras para la cursiva */
    font-style: italic;
	text-transform: none !important; /* Esto arreglará todas las secciones*/
    font-weight: 400;
	font-size: 20px; /* Ajusta según tu gusto visual */
    color: #888; /* Color gris suave para contraste */
    display: block;
    margin-top: 5px;
    letter-spacing: 0px;
	margin-bottom: 15px;
}
/* --- UNIFICACIÓN DE BOTONES (Estilo CTA en todo el sitio) --- */

.btn-personalizado-rsf {
    display: inline-flex;      /* Para centrado perfecto Y */
    align-items: center;      /* Centrado vertical */
    justify-content: center;   /* Centrado horizontal */
    height: 54px;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif !important; /* La letra que te gustó */
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
    background: #A10000 !important; /* Rojo sólido */
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-personalizado-rsf:hover {
    background: #800000 !important; /* Rojo más oscuro */
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    color: #fff !important;
}
/* --- Estilos para la sección del Libro --- */
.video-container video {
    background: #000;
}

blockquote p {
    line-height: 1.5;
    margin-bottom: 10px;
}

#fh5co-header.fh5co-cover-sm {
    height: 500px; /* Un poco más pequeña que el Hero principal */
}
/* =======================================================
* COLLAGE CATARSIS - CENTRADO SIMÉTRICO (FINAL)
* ======================================================= */

.collage-cinema-style {
    position: relative;
    padding: 30px 0;
    border-top: 2px solid #A10000;
    border-bottom: 2px solid #A10000;
    /* Esto hace que el contenedor se expanda hacia afuera parejo */
    width: 110%; 
    margin-left: -5%; 
    box-sizing: border-box;
}

/* Esquinas de encuadre corregidas para el nuevo ancho */
.collage-cinema-style::before, .collage-cinema-style::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 40px;
    border-left: 2px solid #A10000;
    border-right: 2px solid #A10000;
    top: 0;
}
.collage-cinema-style::before { left: 0; }
.collage-cinema-style::after { right: 0; }

.collage-container {
    display: table; /* Máxima compatibilidad para centrados */
    width: 100%;
    margin: 0 auto;
    border-spacing: 10px; /* Crea el espacio entre fotos de forma segura */
}

.collage-item {
    display: block;
    float: left;
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
}

.collage-item img {
    width: 100%;
    height: 180px; 
    object-fit: cover;
    display: block;
    border-radius: 2px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.5s ease;
}

.collage-item:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: scale(1.03);
}

/* Responsivo: En móviles volvemos al 100% para evitar que se corte */
@media screen and (max-width: 768px) {
    .collage-cinema-style {
        width: 100%;
        margin-left: 0;
    }
    .collage-item { width: 50%; }
}
@media screen and (max-width: 480px) {
    .collage-item { width: 100%; }
}
/* =======================================================
* LÍNEAS VERTICALES DE ACENTO - RESILIENTES
* ======================================================= */
.linea-acento-red {
    border-left: 2px solid #A10000 !important;
    padding-left: 25px !important;
    margin-bottom: 40px;
    transition: all 0.4s ease;
}

.linea-acento-red:hover {
    border-left: 5px solid #A10000 !important; /* Efecto sutil al pasar el mouse */
    padding-left: 30px !important;
}

























@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
	
}
#fh5co-header .container .header-inner {
	
}

#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;

		
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #A10000;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-header h1, #fh5co-header nav {
  margin: 38px 0 0 0;

}
#fh5co-header nav {
  float: right;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
 
  display: inline;
}
#fh5co-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Inconsolata', monospace; 
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #A10000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #A10000;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  border: 1px solid #A10000 !important;
  border-radius: 0px !important; 
  color: #A10000 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px; /* Más pequeño y minimalista */
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px !important;
  transition: 0.3s all ease;
  
}

#fh5co-header nav ul li.cta a:hover {
  background: #A10000 !important;
  color: #fff !important;
}

#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 30px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #960808;
}

#fh5co-services_1-section, #fh5co-news-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services_1-section, #fh5co-news-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services_1-section .services_1 {
  position: relative;
}
#fh5co-services_1-section .services_1 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #A10000;
}
#fh5co-services_1-section .services_1 .desc {
  padding-left: 70px;
}
#fh5co-services_1-section .services_1 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services_1 {
  margin-top: 4em;
}


#fh5co-services_2-section, #fh5co-news-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services_2-section, #fh5co-news-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services_2-section .services_2 {
  position: relative;
}
#fh5co-services_2-section .services_2 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #A10000;
}
#fh5co-services_2-section .services_2 .desc {
  padding-left: 70px;
}
#fh5co-services_2-section .services_2 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services_2 {
  margin-top: 4em;
}



#fh5co-services_3-section, #fh5co-news-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services_3-section, #fh5co-news-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services_3-section .services_3 {
  position: relative;
}
#fh5co-services_3-section .services_3 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #A10000;
}
#fh5co-services_3-section .services_3 .desc {
  padding-left: 70px;
}
#fh5co-services_3-section .services_3 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services_3 {
  margin-top: 4em;
}


#fh5co-services_4-section, #fh5co-news-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services_4-section, #fh5co-news-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services_4-section .services_4 {
  position: relative;
}
#fh5co-services_4-section .services_4 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #A10000;
}
#fh5co-services_4-section .services_4 .desc {
  padding-left: 70px;
}
#fh5co-services_4-section .services_4 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services_4 {
  margin-top: 4em;
}



#fh5co-services_5-section, #fh5co-news-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services_5-section, #fh5co-news-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services_5-section .services_5 {
  position: relative;
}
#fh5co-services_5-section .services_5 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #A10000;
}
#fh5co-services_5-section .services_5 .desc {
  padding-left: 70px;
}
#fh5co-services_5-section .services_5 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services_5 {
  margin-top: 4em;
}


#fh5co-news-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-news-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-news-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-news-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-news-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-news-section .item-grid:hover, #fh5co-news-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #A10000;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  }
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #A10000;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-blog-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #A10000;
}
.contact-info li a {
  color: #A10000;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}


.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
 
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}


.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #A10000;
}
#fh5co-offcanvas ul li.active a {
  color: #A10000;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #A10000;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #A10000;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #A10000;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */


.italiano-sub {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    color: #888;
    display: block;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 1.1em;
}


