:root {
    --first-color: #2A2F36;
    --black: #000;
    --dark-blue: #2A2F36;
    --gray: #7A7A7A;
    --light-gray: #E6E6E6;
    --white: #FFF;
    --turquoise:#39BDBB;
    --degraded: linear-gradient(90deg, rgba(57,189,187,1) 0%, rgba(35,94,165,1) 100%);
}

ul, figure, p{
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5{
    font-family: "Inter", serif !important;
    margin: 0;
}

body{
    font-family: "Inter", serif !important;
}

.degraded{
    background: var(--degraded);
    background-clip: text;
    color: transparent;
}

/* AUTOMATIC LEARNING MAIN */

.automatic-learning-main{
    position: relative;
    background-image: url(../../images/banner-aprendizaje-automatico.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 750px;
}

.automatic-learning-main .banner-layer{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.577468487394958) 40%);
}

.main .automatic-learning-main-container{
    position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 0 2%;
    z-index: 10;
}

.main.automatic-learning-main .main-container .main-title h2{
    color: var(--dark-blue);
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

/* SERVICE FOCUS */

.service-focus-container{
    position: relative;
    z-index: 5;
    width: 1300px;
    margin: 0 auto;
    padding: 3%;
    border-radius: 38px;
    top: -40px;
    background-color: rgba(230, 230, 230, .6);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.service-focus-container h3{
    font-size: 35px;
    font-weight: 600;
    color: var(--dark-blue);
}

.service-focus-container p{
    width: 45%;
    font-size: 18px;
    color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-focus-container > figure{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.service-focus-container > figure img{
    width: 100%;
}

.service-focus-container .service-focus-articles{
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 3% auto 0 auto;
    flex-wrap: wrap;
}

.service-focus-container .service-focus-articles article{
    padding: 0 2% 2% 2%;
    width: 50%;
}

.service-focus-container .service-focus-articles article:nth-child(2){
    border-left: 1px solid transparent;
    border-image: var(--degraded) 1;
}

.service-focus-container .service-focus-articles article p{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px !important;
}

.service-focus-container .service-focus-articles article figure img{
    width: 55px;
}

/* MOBILE APPS BENEFITS */

.automatic-learning-benefits{
    padding: 0 0 3% 0;
}

.automatic-learning-benefits-container{
    width: 1215px;
    margin: 0 auto;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles{
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto 0 auto;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles > div{
    display: flex;
    justify-content: space-between;
    padding: 3% 2%;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles > div:nth-child(2){
    border-top: 1px solid transparent;
    border-image: var(--degraded) 1;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles article{
    width: 45%;
    display: flex;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles article .automatic-learning-benefits-article-container{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles article .automatic-learning-benefits-article-container > figure img{
    width: 30px;
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles article h4{
    width: 85%;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-blue);
}

.automatic-learning-benefits-container .automatic-learning-benefits-articles article p{
    font-size: 16px;
    color: var(--dark-blue);
    font-weight: 400;
}

/* learning-services  SERVICES */

.learning-services{
    background: linear-gradient(0deg, rgba(230, 230, 230, 0) 7%, rgba(230, 230, 230, 1) 60%);
    padding: 3% 0;
}

.learning-services .learning-services-container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.learning-services .learning-services-container .learning-services-info{
    width: 28%;
}

.learning-services .learning-services-container .learning-services-info p{
    font-size: 18px;
    font-weight: 500;
}

.learning-services .learning-services-container .learning-services-info p span{
    font-weight: 600;
}

.learning-services .learning-services-container .learning-services-articles{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.learning-services .learning-services-container .learning-services-articles article{
    width: 49%;
    height: 185px;
    background-color: var(--white);
    border-radius: 24px;
    font-size: 20px;
    font-weight: 600;
    padding: 2%;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.learning-services .learning-services-container .learning-services-articles article h4{
    font-size: 20px;
    font-weight: 600;
}

.learning-services .learning-services-container .learning-services-articles article p{
    font-size: 16px;
    color: var(--gray);
    font-weight: 600;
}

.learning-services .learning-services-container > p{
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 5% !important;
    margin-bottom: 2% !important;
}