/* Imagen del BANNER */
.banner {
    background-image: url("../img/Adaptaciones/02_hotel/head_1920x305px/las_gaviotas_head_quienes_somos.jpg");
}

.grey-filter:before {
    background-color: rgb(70, 70, 70);
    opacity: 0.3;
}

.info-container {
    margin: 0 auto 100px;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.info {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;

}

.info .title,
.info .text {
    width: 48%;
}

.info .title {
    display: flex;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    padding-right: 15px;
}

.info .text {
    font-size: 14px;
    color: #A3A3A3;
    line-height: 28px;
    text-align: justify;
}

.info .text b{
    font-weight: bold;
    color: #878787;
}

.info.reversed .title {
    justify-content: flex-end;
    order: 2;
    text-align: right;
    padding-left: 15px;
    padding-right: 0 !important;
}

.info.reversed .text {
    order: 1;
}

.join h3 {
    color: #508bb6;
    font-weight: bolder;
    font-size: 15px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    line-height: 25px;
}

.join span {
    color: #A3A3A3;
    font-size: 14px;
    line-height: 28px;
}

.join span a {
    color: #231f20;
    text-decoration: none;
    font-weight: bolder;
}

.join span a:hover {
    text-decoration: underline;
}

/* PANEL EXPERTOS */
.panel-imagen {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 75px 40px;

    color: #FFF;
  } 

.panel-imagen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
  
.panel-imagen .title {
    font-size: 30px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;  
    text-transform: uppercase;
  }
.vision {
    background: url("../img/Adaptaciones/02_hotel/mision_vision_valores_1905x505/mision_vision_valores.jpg");
}

.vision:before {
    background: rgba(69,69,69,0.2671043417366946);
}

.cantidades {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.cantidad {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin: 0 60px;
}

.cantidad h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.cantidad span {
    letter-spacing: 2px;
}


.valores {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; 
}

.valor {
    max-width: 370px;
    margin: 35px 20px 15px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
}



@media screen and (max-width: 1024px) {
    .banner{
        margin-top: 80px;
    }
    
    .info-container {
        padding: 0 6%;
    }

    .info {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info:last-child {
        margin: 0;
    }

    .info .title,
    .info .text {
        width: 100%;
    }

    .info .title {
        order: 0 !important;
        margin-bottom: 25px;
        text-align: center !important;
        justify-content: center !important;
        font-size: 30px;
        padding: 0 !important;
    }

    .join {
        text-align: center;
    }
}

@media screen and (max-width: 525px) {
    .banner {
        background-position: -450px;
    }

    .info .title {
        font-size: 25px;
    }

    .vision {
        padding: 75px 20px;
    }

    .valor {
        margin: 35px 0 15px;
    }
}