* {
    box-sizing: border-box;
}

/*
HEADER
*/

.bg_image2{
    background-image: url(./../images/Header-2@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
}

/*
CAROUSEL
*/

#owl3 {
    margin-top: 32px;
}

.item{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.image-wrapper{
    width: 450px;
    height: 450px;
    background: #CCC;
    overflow: hidden;
}
  
.image-wrapper img{
    width: 100%;
    height: auto;
} 

@supports(object-fit: cover){
      .image-wrapper img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
} */


/*
AREAS CONTENT TITLE
*/

.areas_content_title {
    background-image: url(./../images/bannersuperior.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5rem 0;
    color: white;
}

.areas_content_title h2 {
    color: white;
    margin: 0;
}


/*
AREAS CONTENT DESCRIPTION
*/


.areas_content_description {
    display: flex;
    flex-direction: column;
    background-image: url(./../images/imagen-fondo-2@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 2rem 0 2rem;
}


.areas_content_description_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.area_article {
    display: flex;
    width: 45%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.area_article:nth-child(2n) {
    margin-right: 0;
   
}

.areas_article_icon1 {
    background-image: url(./../images/abeja-derecha.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
}
.areas_article_icon2 {
    background-image: url(./../images/abeja-izquierda.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
}
.areas_article_icon3 {
    background-image: url(./../images/hoja-izquierda.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;

}
.areas_article_icon4 {
    background-image: url(./../images/hoja-derecha.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;

}
.areas_article_icon5 {
    background-image: url(./../images/corazon-izquierda.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;

}
.areas_article_icon6 {
    background-image: url(./../images/corazon-derecha.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;

}

.areas_article_text {
    background-color: #1F36B6;
    width: 80%;
    height: 100%;
    padding: 1.5rem;
}

.areas_article_text h3 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 20px;
    color: white;
}

.opinion_data {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.opinion_foto img {
    width: 100px;
    margin-right: 16px;
}

.opinion_data2 {
    color: white;
}


.opinion_data2 .opinion_job {
    font-size: 15px;
    margin-top: 4px;
}


.areas_article_text p {
    font-size: 18px;
    color: white;
}

.text-dropdown0 p {
    color: white;
    font-size: 15px;
}



/*
AREAS CONTENT BANNER
*/

.areas_content_description_banner {
    background-image: url(./../images/banner-inferior.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 2rem 0;
    margin: auto;
    margin-top: 4rem;
    width: 70%;
}

.areas_content_description_banner p{
    color: white;
    
}

/*
WAYS
*/

.ways {
    background-image: url(./../images/imagen-fondo-3@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 38%;
    padding: 5rem 0;
}


.ways_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.ways_article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    width: 25%;
    background-color: rgba(255, 124, 125, 0.8)
}

.ways_container article:first-of-type {
    margin-left: 0;
} 

.ways_container article:nth-of-type(4) {
    margin-left: 0;
} 


.ways_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


.ways_title img {
    width: 15%;
    object-fit: contain;
    object-position: center center;
}

.ways_article h3 {
    color: white;
    margin: 0;
}

.ways_article p {
    color: white;
}

.cta_ways {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.cta_text_ways{
    font-weight: 500;
    font-size: 1em;
    color: #1F36B6;
    background-color: white;
    padding: 1rem;  
}

.cta_icon_ways {
    
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
    margin-left: 0.3rem;
    background-color: #1F36B6;

}

.cta_arrow_ways {
    width: 15px;
    fill: white;
}


/* 
VIDEO
*/

.video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(68, 202, 180);
    padding-bottom: 5rem;
}
.video h3 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    padding-top: 5rem;
}

.video iframe {
    height: 507px;
    max-width: 900px;
    width: 100%;
}



.mobile{
    display: none;
}

@media(max-width: 840px){
    .mobile {
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            margin: auto;
            width: 85%;
        
    }
    .areas_content_description_articles{
        display: none !important;
    }
}