:root{
    --color_two: rgba(255,255,255,1);
    --color_three: rgba(50,50,50,1);
    --color_four: rgba(234,234,234,1);
}
@font-face {
    font-family: 'PFA Thin';
    src: url(../fonts/PFAdamantSansPro-Thin.ttf);
}
/*========================== HERO =====================*/

.hero{
    /*max-width: 1470px;*/
    width: 100%;
    margin: auto;
}

.bg1,.bg3{
    background-image: url(../images/inicio/bg_hero1.jpg);
}

.bg2{
    background-image: url(../images/inicio/bg_hero2.jpg);
}

.bg1,.bg2,.bg3{
    height: 41.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: auto;
}

.item_hero--top{
    margin-top: -4.4rem;
}

.item_hero--bot{
    margin-bottom: -3rem;
}

.item_hero--top h1{
    font-family: 'PFA Thin';
    font-size: 40px;
    color: var(--color_two);
    margin: 8px;
}
.item_hero--top span{
    width: 100%;
    text-align: center;
    font-family: 'PFA Thin';
    color: var(--color_two);
    display: block;
    letter-spacing: 5px;
}

.item_hero--bot a{
    font-family: 'PFA Regular';
    font-size: 14px;
    color: var(--color_two);
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
}

.item_hero--bot a:hover{
    color: rgb(197, 197, 197);
}

.item_hero--bot a::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 130px;
    background-color: var(--color_two);
    height: 1px;
}

.glide__arrow {
    border: none;
    padding: 0;
}

.glide__arrow--left {
    left: 5em;
}

.glide__arrow--right{
    right: 5em;
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 3.5em;
    left: 50%;
    /*display: inline-flex;*/
    list-style: none;
    transform: translateX(-50%);
    width: 4rem;
    display: flex;
    justify-content: space-between;
    cursor: auto;
}

.glide__bullet {
    width: 7px;
    height: 7px;
}

.glide__bullet:hover, .glide__bullet:focus {
    border: 0px solid white;
    background-color: rgba(150, 150, 150, 0.8);
}
/*========================== FIN HERO =====================*/
/*========================== NOTICIAS =====================*/

.noticias{
    display: flex;
    max-width: 930px;
    width: 100%;
    margin: 8rem auto;
    justify-content: space-between;
}
.noticias_left,
.noticias_right{
    height: 90rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.noticias_left h2{
    font-family: 'PFA Thin';
    font-size: 40px;
    font-weight: normal;
}

.container_img{
    max-width: 28rem;
    width: 100%;

}

.container_noticia .container_img img{
    width: 100%;
}

.container_noticia article p{
    font-family: 'PFA Thin';
    font-size: 15px;
    max-width: 28rem;
    width: 100%;
    line-height: 31px;
}

.container_noticia article a{
    text-decoration: none;
    font-family: 'PFA Regular';
    font-size: 13px;
    color: var(--color_three);
    letter-spacing: 3px;
    position: relative;
}

.container_noticia article a::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: black;
    bottom: -9px;
    transition: .3s;
}

.container_noticia article a:hover::before{
    width: 100%;
    transition: .3s;
}

.left_bot{
    margin-top: 5rem;
}

.right_bot{
    margin-bottom: 8.5rem;
}



/*========================== FIN NOTICIAS =====================*/
/*========================== GALERIA =====================*/
.galeria_insta{
    margin-bottom: 2rem;
}

.galeria_insta .red{
    max-width: 1440px;
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(200,200,200,1);
    margin: auto;
}

.galeria_insta .red i{
    font-size: 42px;
    cursor: pointer;
    color: var(--color_three);
}

.galeria_insta .red span{
    margin-top: 1.2rem;
}

.galeria_insta .red span a{
    font-family: 'PFA Regular';
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color_three);
    text-decoration: none;
}

.galeria_insta .galeria{
    height: 19rem;
    display: flex;
    justify-content: center;
    max-width: 1340px;
    margin: auto;
    width: 100%;
}

.galeria_insta .galeria div{
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria_insta .galeria div img{
    width: 100%;
    height: 100%;
}
/*========================== FIN GALERIA =====================*/
.footer{
    background-color: var(--color_four);
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer div img{
    cursor: pointer;
}

@media (max-width: 1280px){
    .galeria_insta .galeria div {
        margin-left: -5px;
        margin-right: -5px;
    }
    .galeria_insta .galeria div img {
        width: 90%;
        height: 90%;
    }
}

@media (max-width: 991px){
    .noticias_left, .noticias_right {
        padding: 0 0rem 0rem 2rem;
    }
    .noticias_right{
        padding-right: 1rem;
    }
    .galeria_insta .galeria {
        height: auto;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px){
    .noticias {
        flex-direction: column;
        margin: 0rem auto;
    }
    .noticias_right {
        margin-top: 5rem;
        margin-bottom: -5rem;
    }
    .noticias_left, .noticias_right {
        padding: 0 2rem 0rem 2rem;
    }
    .noticias_left, .noticias_right {
        height: 85rem;
    }
    .right_bot {
        margin-bottom: 10.5rem;
    }
    .contenedor_text article h1 {
        margin-bottom: 3.5rem;
    }
    .contenedor_text article div {
        margin: -5rem 0 0rem 0;
    }
}
