.container_sectors_with_expertise_title {
    color: #0eb4da !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}
.container_sectors_with_expertise_intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}
.container_sectors_with_expertise_elements {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.container_sectors_with_expertise_elements_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2%;    
}
.container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_elements_left {
    width: 50%;
}
.container_sectors_with_expertise_elements_right {
    width: 50%;
    background: url(../../images/home_solucion_tecnologica_background.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.container_sectors_with_expertise_element_full, 
.container_sectors_with_expertise_element {
    box-shadow: 0px 4px 4px 0px #CCC;
    text-align: left;   
    border-radius: 5px; 
    cursor: pointer;
    flex: 0 0 23.5%;
    padding: 20px;
    min-height: 220px;
    background: url(../../images/home_solucion_tecnologica_background.jpg) no-repeat;
    background-size: cover;    
    transition: all 0.3s linear;    
    letter-spacing: 0em;
    margin-bottom: 30px;
}
.container_sectors_with_expertise_element:hover {
    box-shadow: 0px 4px 4px 0px #333;
}
.container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_element {
    flex: 0 0 48%;
    opacity: 0.6;
}
.container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_element.opened {
    opacity: 1;
}
.container_sectors_with_expertise_element_name {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;    
    color: #FFF !important;
    margin-bottom: 15px !important;    
}
.container_sectors_with_expertise_element_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;    
    color: #FFF;
}
.container_sectors_with_expertise_element_full {
    flex: 0 0 49%;
}
.container_sectors_with_expertise_element_full_image {
    margin-bottom: 20px;
    border-radius: 5px;
}
.container_sectors_with_expertise_element_full_image img {
    width: 100%;
    height: auto;
}
.container_sectors_with_expertise_element_full_title, 
.container_sectors_with_expertise_element_full_text {
    padding-left: 20px;
    padding-right: 20px;
}
.container_sectors_with_expertise_element_full_title {
    font-family: "pkfGlobalSansBold", "OpenSans-Bold", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    color: #FFF;    
}
.container_sectors_with_expertise_element_full_text, 
.container_sectors_with_expertise_element_full_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
}
.container_sectors_with_expertise_element_full_text strong, 
.container_sectors_with_expertise_element_full_text b {
    font-family: "pkfGlobalSansBold", "OpenSans-Bold", Arial, sans-serif;
    color:#F26E1E;
}
.container_sectors_with_expertise_button {
    margin-top: 30px;
    text-align: left;
}
.container_sectors_with_expertise_button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 30px;
    color: #FFF;
    background-color: #F26E1E;
    border-radius: 5px;
    transition: all 0.3s linear;
    border: 1px solid #F26E1E;
}
.container_sectors_with_expertise_button a:hover {
    color: #F26E1E;
    background-color: #FFF;
}

@media(max-width:1110px) {
    .container_sectors_with_expertise_element_name {
        font-size: 20px;
    }
    .container_sectors_with_expertise_element_content {
        font-size: 14px;
    }
    .container_sectors_with_expertise_element_full_text, 
    .container_sectors_with_expertise_element_full_text p {
        font-size: 14px;
    }
    .container_sectors_with_expertise_element_full_title, 
    .container_sectors_with_expertise_element_full_text {
        padding: 0px;
    }
}
@media(max-width:1024px) {    
    .container_sectors_with_expertise_elements_right {
        width: 50%;
    }   
    .container_sectors_with_expertise_element {
        flex: 0 0 32%;
    }
    .container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_element {
        flex: 0 0 96%;
    }
}
@media(max-width:767px) {    
    .container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_elements_left, 
    .container_sectors_with_expertise_elements_left, 
    .container_sectors_with_expertise_element, 
    .container_sectors_with_expertise_elements_right {
        width: 100%;
    }   
    .container_sectors_with_expertise_elements.opened .container_sectors_with_expertise_element, 
    .container_sectors_with_expertise_element {
        flex: 0 0 100%;
    }
}
@media(max-width:510px) {
    .container_sectors_with_expertise_button a {
        width: 100%;
    }
}