﻿.deberes-derechos {
    background-color: #ECF5FE;
    min-height: 550px;
    padding: 50px;
}
.contenedor-global {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}
.image-container {
    max-width: 740px;
    max-height: 436px;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}
.image-container > img {
    width: 100%;
    max-width: 740px;
    height: auto;
    object-fit: contain;
    min-width: 280px;
}
.text {
    max-width: 650px;
    padding-bottom: 35px;
    flex: 1 1 auto;
}
.text .title {
    font: normal normal normal 28px/37px Roboto;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000;
    font-weight: 400;
    padding-bottom: 25px;
}
.text .descr {
    font: normal normal normal 20px/26px Roboto;
    letter-spacing: 0px;
    color: #000000;
    word-wrap: break-word;
    padding-bottom: 18px;
}
.text .cta-text {
    font: italic normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #1C598F;
}
.btn-container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
}
@media (min-width:1025px) and (max-width: 1206px){
    .image-container {
        max-width: 550px;
    }
}
@media (max-width: 1024px) {
    .deberes-derechos {
        padding: 30px 20px;
    }
    .contenedor-global {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .image-container {
        max-width: 100%;
        padding-bottom: 0;
    }
    .text {
        padding-bottom: 0;
        max-width: 100%;
        text-align: center;
    }
    .btn-container {
        max-width: 100%;
        display: flex;
        justify-self: center;
        text-align: center;
    }
}
@media(max-width:992px){
    .image-container > img {
        max-width: 550px;
    }
}
@media (max-width: 768px) {
    .btn-container > .btn-dark-blue {
        width: 100%;
        font-size: 17px;
    }
}
@media (min-width: 1200px) {
    .contenedor-global {
        gap: 80px;
    }
}