@charset "utf-8";

.fh5co-banner-lima {
    position: relative;
    background-image: url("../images/banner-lima.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */	
    min-height: 300px;
    max-height: 340px;
}


.fh5co-banner-peru-sur {
    position: relative;
    background-image: url("../images/banner-peru-sur.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */
    min-height: 300px;
    max-height: 340px;
}

.fh5co-banner-peru-norte {
    position: relative;
    background-image: url("../images/banner-peru-norte.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */    
    min-height: 300px;
    max-height: 340px;
}

.fh5co-banner-peru-sur-norte {
    position: relative;
    background-image: url("../images/banner-peru-sur-norte.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */    
    min-height: 300px;
    max-height: 340px;
}
.fh5co-banner-peru-selva {
    position: relative;
    background-image: url("../images/banner-peru-selva.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */    
    min-height: 300px;
    max-height: 340px;
}
.fh5co-banner-peru-bolivia {
    position: relative;
    background-image: url("../images/banner-peru-bolivia.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */    
    min-height: 300px;
    max-height: 340px;
}

.fh5co-banner-peru-bolivia-chile {
    position: relative;
    background-image: url("../images/banner-peru-bolivia-chile.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */    
    min-height: 300px;
    max-height: 340px;
}

.fh5co-banner-ecuador {
    position: relative;
    background-image: url("../images/banner-ecuador.jpg"); /* Reemplazar con tu imagen */
    background-size: cover;
    background-position: center; /*  Centrar la imagen */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */ 
    min-height: 300px;
    max-height: 340px;
}

.text-center-banner {  
  height: 370px; /* Por ejemplo */
  line-height: 300px; /* Debe ser igual a la altura */
  text-align: center;
}

.text-center-titulo {
    text-align: center;
    margin-top: -85px;
    padding-top: 20px;
    width: 100%;
   }

.fh5co-section-gray  h7 strong {
    font-weight: 700;
    font-size: 36px;
    color: #768721;
    text-align: center;
}

.fh5co-cover .desc h2 strong {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #000000;
}
