html {
    scroll-behavior: smooth;
}


/* Header section */

.header-relac {
    height: 600px;
    width: 100%;
    position: relative;
}

.header-relac .banner__img {
    width: 100%;
    height: 724px;
}

.header-relac .banner__video {
    position: absolute;
    top: -1%;
    left: 50%;
    width: 100%;
    height: 600px;
    object-fit: fill;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header-relac .banner__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-relac .banner__section {
    max-width: 1200px;
    width: 100%;
}

.header-relac .banner__block--left {
    width: 270px;
    height: 285px;
    /* margin: auto; */
}

.header-relac .banner__block--left .img__relac {
    min-width: 200px;
    min-height: 100px;
    margin: auto;
    display: flex;
}

.header-relac .banner__block--left .block__title {
    margin-top: 1rem;
}

.header-relac .banner__block--left .block__title h1 {
    color: white;
    font-weight: 400;
    font-size: 2rem;
}

.header-relac .banner__block--right {
    background: #c4c4c46b;
    width: 400px;
    height: 220px;
    position: relative;
    margin: auto;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-relac .banner__block--right .line__block {
    height: 100%;
}

.header-relac .banner__block--right .block__p {
    position: absolute;
    top: 8px;
    color: white;
    font-size: 23px;
    padding: 1.5rem;
}

.header-relac .banner__block--bottom {
    width: 175px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.header-relac .banner__block--bottom .block__h6 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-left: 10px;
    margin: 5px 10px;
}

.header-relac .banner__block--bottom .icon-download {
    width: 25px;
    height: 25px;
    background-color: white;
    mask: url('/themes/custom/iadb_theme/assets/img/icons/download.svg') no-repeat center / contain;
    -webkit-mask: url('/themes/custom/iadb_theme/assets/img/icons/download.svg') no-repeat center / contain;
}

.fa-caret-down:before {
    content: "\f0c9";
}


/* Section one */

.home__section--one {
    width: 100%;
    padding: 2rem 4rem;
    margin-bottom: 2rem;
}

.home__section--one .img__relac {
    margin-left: auto;
}

.home__section--one .img__relac img {
    max-width: 200px;
    max-height: 114px;
}

.home__section--one .block__menu {
    margin-right: auto;
    padding: 35px 1rem;
}

.home__section--one .block__menu .container-icon {
    width: 40px;
    height: 40px;
    background: #007ba5;
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

.home__section--one .block__menu .container-icon em {
    margin: auto;
    display: flex;
    font-size: 20px;
}

.home__section--one .block__menu .container-icon svg {
    margin: auto;
    display: flex;
    font-size: 20px;
}

.home__section--one .block__menu .row {
    margin-right: 0px;
    margin-left: 0px;
}

.home__section--one .block__menu .block__title {
    margin-left: 10px;
}

.home__section--one .block__menu .block__title .title {
    font-size: 18px;
    color: #007ba5;
    font-weight: 700;
    margin-top: 8px;
}

.home__section--one .block__relac {
    width: 100%;
    padding: 1rem 4rem;
}

.home__section--one .block__relac .block__relac--title {
    font-size: 45px;
    color: #007ba5;
    font-weight: 600;
    letter-spacing: -1.61px;
    text-align: left;
    opacity: 1;
}

.home__section--one .block__relac .block__relac--description {
    margin-top: 18px;
    text-align: left;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: #757575;
    opacity: 1;
    font-size: 18px;
}

.home__section--one .block__cards {
    width: 100%;
    padding: 1rem 4rem;
}

.home__section--one .block__cards .block__card {
    background: white;
    width: 340px;
    height: 330px;
    margin: 1rem;
    box-shadow: 0px 0px 6px -2px #9d9d9d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.home__section--one .block__cards .block__card .block__card--image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.home__section--one .block__cards .block__card .block__card--body {
    width: 100%;
    padding: 1rem 1rem;
}

.home__section--one .block__cards .block__card .block__card--body .card__title {
    height: 46px;
}

.home__section--one .block__cards .block__card .block__card--body .row {
    padding: 1rem 1rem;
}

.home__section--one .block__cards .block__card .block__card--body h2 {
    font-size: 19px;
    letter-spacing: -0.19px;
    color: #616161;
    opacity: 1;
    text-align: left;
}

.home__section--one .block__cards .block__card .block__card--body .card__date {
    margin-right: auto;
}

.home__section--one .block__cards .block__card .block__card--body .card__date p {
    letter-spacing: -0.18px;
    color: #A2A6BB;
    opacity: 1;
    font-weight: 500;
}

.home__section--one .block__cards .block__card .block__card--body .card__read {
    margin-left: auto;
}

.home__section--one .block__cards .block__card .block__card--body .card__read a {
    letter-spacing: -0.18px;
    color: #007BA5;
    opacity: 1;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.home__section--one .block__cards .block__card .block__card--body .card__read a:hover {
    text-decoration: none;
}

.home__section--one .owl-news .owl-item .slider-card {background: #fff;margin: 50px auto 100px auto;border-radius: 5px;display: flex;justify-content: center;}
.home__section--one .owl-news .slider-card .card {width: 400px;min-height: 330px;border: none;border-radius: 10px;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}
.home__section--one .owl-news .slider-card .card .card-img-top {width: 100%;height: 215px;object-fit: contain;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.home__section--one .owl-news .slider-card .card .card-body {min-height: 130px; width: 100%;}
.home__section--one .owl-news .slider-card .card .card-body .card-text {
    color: #616161 !important;
    display: block !important;
    display: -webkit-box !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.home__section--one .owl-news .slider-card .card .card-body .card-text:hover {
    color: #007BA5 !important;
}
.home__section--one .owl-news .slider-card .card .card__date {letter-spacing: -0.18px;color: #A2A6BB;opacity: 1;font-weight: 500;}
.home__section--one .owl-news .slider-card .card .card__read {letter-spacing: -0.18px;color: #007BA5;opacity: 1;font-weight: 500;font-size: 18px;cursor: pointer;}

/* Clases cuando lleve la clase active */

.home__section--one .block__cards .block__card:hover {
    background: #007ba5;
    width: 340px;
    height: 330px;
    margin: 1rem;
    box-shadow: 0px 0px 6px -2px #9d9d9d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.5s;
}

.home__section--one .block__cards .block__card:hover .block__card--body h2 {
    color: #ffffff;
}

.home__section--one .block__cards .block__card:hover .block__card--body .card__date p {
    color: #ffffff;
}

.home__section--one .block__cards .block__card:hover .block__card--body .card__read a {
    color: #ffffff;
}

.home__section--one .owl-theme .owl-nav {
    margin-top: -50px;
}

.fa-bars:before {
    content: "\f0c9";
}


/* Sectión menu */

.home__section--menu .modal-body {
    margin: 2rem 1rem;
}

.home__section--menu .card__home {
    height: 340px;
    width: 280px;
    background: #025e73;
    border-radius: 3%;
}

.home__section--menu .card__menu {
    padding: 2rem;
    position: relative;
}

.home__section--menu .card__menu a {
    cursor: pointer;
}

.home__section--menu .card__menu a:hover {
    text-decoration: none;
}

.home__section--menu .card__menu .block__icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
}

.home__section--menu .card__menu .block__icon img {
    max-width: 30px;
    max-height: 30px;
    margin: auto;
    display: flex;
}

.home__section--menu .card__menu h3 {
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
}

.home__section--menu .card__menu .card__menu--body {
    height: 100%;
    width: 100%;
}

.home__section--menu .card__menu .card__menu--body .view-content.row {
    padding: 0px 20px;
}

.home__section--menu .card__menu .card__menu--body .li-list a{
    color: white;
} 

.home__section--menu .card__menu .card__menu--body li {
    list-style: none;
    color: white;
    font-size: 13px;
    padding: 3px;
    margin-left: 8px;
}

.home__section--menu .card__menu.card__paises .card__menu--body li {
    margin-left: 0px;
}

.home__section--menu .card__menu.card__paises .card__menu--body li a {
    color: white;
}

.home__section--menu .card__menu .card__img img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.home__section--menu .card__principios {
    height: 340px;
    width: 280px;
    background: #007ba5;
    border-radius: 3%;
}

.home__section--menu .card__paises {
    height: 340px;
    width: 330px;
    background: #009fe3;
    border-radius: 3%;
}

.content-btn{
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #009fe3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-btn button {
    opacity: 1;
}

.content-btn button .fa-times {
    color: #ffffff;
    opacity: 1;
}



/* Section 2 */

.home__section--two {
    background: #F6f6f6;
    width: 100%;
}

.home__section--two .block__carousel {
    padding: 3rem 9rem;
    padding-bottom: 5rem;
}

.home__section--two .owl-carousel .owl-stage {
    display: flex !important;
    justify-content: center;
    min-height: 460px !important;
}

.wrapper {
    width: 100%;
}

.wrapper .owl-carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.mxy-auto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .block__section {
    max-width: 900px;
    margin: auto;
    display: flex;
}

.owl-carousel .block__section .block__section--img {
    max-width: 457px;
    max-height: 457px;
}

.owl-carousel .block__section .block__content {
    position: relative;
}

.owl-carousel .block__section .block__content .block__content--section {
    width: 90px;
    height: 90px;
    background: #fcb912;
    position: absolute;
    bottom: 26px;
    right: 87px;
    border-radius: 50%;
}

.owl-carousel .block__section .block__content .block__content--section .block__content--img {
    width: 55px;
    height: 55px;
    margin: auto;
    display: flex;
}

.owl-carousel .block__section .block__content .block__content--section .block__content--img {
    width: 55px;
    height: 55px;
    margin: auto;
    display: flex;
}

.owl-carousel .block__section .block__section--title {
    text-align: left;
    font-size: 45px;
    color: #007BA5;
}

.owl-carousel .block__section .block__section--description {
    text-align: left;
    font-size: 18px;
    color: #9DAFBD;
    font-weight: 400;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fcb912 !important;
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span:hover {
    background: #fcb912 !important;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #fcb912;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: flex-end;
}

.owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    color: #9dafbd;
    box-shadow: 0 0 3px 3px #e3e3e3;
    position: relative;
    background: white !important;
}

.owl-theme .owl-nav .owl-prev:hover {
    background: white !important;
}

.owl-theme .owl-nav .owl-prev span {
    color: #b4c2cc;
    font-size: 45px;
    position: absolute;
    top: -15x !important;
    left: 18px;
    bottom: -2px;
}

.owl-theme .owl-nav .owl-next span {
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    top: -15x !important;
    left: 19px;
    bottom: -2px;
}

.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    color: #ffffff;
    box-shadow: 0 0 3px 3px #e3e3e3;
    background: #fbb911 !important;
    position: relative;
}

.home__section--three {
    padding: 3rem 4rem;
    padding-bottom: 6rem;
}

.home__section--three .block__top .block__top--title {
    text-align: center;
    color: #616161;
    font-size: 50px;
}

.home__section--three .block__top .block__top--description {
    text-align: center;
    color: #757575;
    font-size: 22px;
    width: 80%;
    margin: auto;
}

.home__section--three .block__left h2 {
    padding: 1.5rem;
    font-size: 22px;
    color: #616161;
    font-weight: 600;
}

.home__section--three .block__left h3 {
    padding-top: 1.5rem;
    font-size: 20px;
    color: #616161;
}

.home__section--three .block__left .block__left--data .block__total h3 {
    margin-left: 1.5rem;
}

.home__section--three .block__left .block__left--data .block__total p {
    margin-left: 1.5rem;
}

.home__section--three .block__left .year p {
    padding: 10px;
    font-size: 20px;
    color: #616161;
    font-weight: 600;
}

.home__section--three .block__left .block__left--data p {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
}

.home__section--three .block__left--one {
    width: 530px;
    height: 215px;
    background: #fbc233;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home__section--three .block__left--two {
    width: 530px;
    height: 215px;
    background: #c5c553;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home__section--three .block__left .block__img {
    position: relative;
    width: 70px;
    height: 70px;
    left: 86%;
    bottom: 28%;
}

.home__section--three .block__left .block__img img {
    max-width: 65px;
    max-height: 65px;
}

.home__section--three .block__img {
    width: 100%;
}

.home__section--three .block__img .tooltiptext {
    visibility: hidden;
    width: 288px;
    height: 220px;
    background-color: white;
    box-shadow: 0px 10px 20px #0000001A;
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 25%;
}

.home__section--three .block__img .tooltiptext ul {
    list-style: none;
    font-size: 17px;
}

.home__section--three .block__img .tooltiptext ul .text-blue {
    color: #009FE3;
}

.home__section--three .block__img .tooltiptext ul .text-green-one {
    color: #94B052;
}

.home__section--three .block__img .tooltiptext ul .text-green-two {
    color: #BABB36;
}

.home__section--three .block__img .tooltiptext ul .text-yellow {
    color: #E6B71D;
}

.home__section--three .block__img .tooltiptext ul .text-orange {
    color: #EF6A00;
}

.home__section--three .block__img .tooltiptext ul li:nth-of-type(1) {
    font-weight: 600;
    text-transform: uppercase;
}

.home__section--three .block__img .img-graphics-1:hover~.tooltiptext {
    top: 80%;
    transform: translate(-50%, -50%);
}

.home__section--three .block__img .img-graphics-2:hover~.tooltiptext {
    top: 95%;
    transform: translate(-50%, -50%);
}

.home__section--three .block__img .img-graphics-1:hover~.tooltiptext,
.home__section--three .block__img .img-graphics-2:hover~.tooltiptext {
    visibility: visible;
}

.img-graphics-1 {
    width: 107px;
    position: absolute;
    bottom: 45px;
    margin: auto;
    display: flex;
}

.img-graphics-2 {
    width: 98px;
    position: absolute;
    bottom: 20px;
}

.img-graphics-3 {
    width: 100px;
}

.mx-hg-85 {
    max-height: 85px;
}

.home__section--four {
    width: 100%;
    background: #002d4a;
}

.home__section--four .block__graphic .iframe #pbiAppPlaceHolder .logoBarWrapper .logoBar {
    display: none !important;
}

.home__section--five {
    background: #F6F6F6;
    padding: 3rem 1rem;
}

.home__section--six {
    width: 100%;
    background: #ffffff;
}

.home__section--six .block__title {
    padding: 2rem 3rem;
}

.home__section--six .block__title h2 {
    color: #007BA5;
    font-size: 52px;
    text-align: center;
}

.home__section--six .block__title p {
    font-size: 20px;
    color: #616161;
    text-align: center;
    margin-top: 20px;
}

.home__section--six .block__leader {
    width: 100%;
    padding: 1rem 3rem;
}

.home__section--six .block__leader .block__leader--child h3 {
    color: #007BA5;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.home__section--six .block__leader .block__leader--child .block__leader--card {
    width: 270px;
    height: 150px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: auto;
    display: flex;
    cursor: pointer;
}

.home__section--six .block__leader .block__leader--child img {
    max-width: 254px;
    margin: auto;
    display: flex;
}

.home__section--six .block__leader .block__father {
    padding: 3rem 2rem;
}

.home__section--six .block__leader .block__father .block--logo {
    max-width: 230px;
    max-height: 100px;
    margin: auto;
    display: flex;
    cursor: pointer;
}


/* Section Seven */

.home__section--seven {
    width: 100%;
    background: #F6F6F6;
}

.home__section--seven .block__top {
    padding: 3rem 1rem 0rem 1rem;
}

.home__section--seven .owl-carousel {
    padding: 3rem 1rem;
}

.home__section--seven .block__top h2 {
    text-align: center;
    font-size: 52px;
    color: #007BA5;
}

.home__section--seven .block__contrib {
    max-width: 450px;
    max-height: 450px;
    margin: auto;
    position: relative;
}

.home__section--seven .block__contrib .block__contrib--img {
    max-width: 390px;
    max-height: 390px;
    margin: auto;
}

.home__section--seven .block__contrib .block__contrib--img.border__orange {
    border: 3px solid #EF6A00;
    border-radius: 50%;
    padding: 1.5rem;
}

.home__section--seven .block__contrib .block__contrib--img.border__blue {
    border: 3px solid #569ee1;
    border-radius: 50%;
    padding: 1.5rem;
}

.home__section--seven .block__contrib .block__contrib--img.border__sea--water {
    border: 3px solid #09acaa;
    border-radius: 50%;
    padding: 1.5rem;
}

.home__section--seven .block__contrib .block__contrib--img.border__gray {
    border: 3px solid #747474;
    border-radius: 50%;
    padding: 1.5rem;
}

.home__section--seven .block__contrib .block__left {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -40px;
    top: 90px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.home__section--seven .block__contrib .block__left .block__left--image {
    width: 100px;
    margin: auto;
    display: flex;
}

.home__section--seven .block__contrib .block__left.background__orange {
    background: #EF6A00;
}

.home__section--seven .block__contrib .block__left.background__blue {
    background: #569ee1;
}

.home__section--seven .block__contrib .block__left.background__sea--water {
    background: #09acaa;
}

.home__section--seven .block__contrib .block__left.background__gray {
    background: #747474;
}

.home__section--seven .block__contrib .block__card--content {
    width: 340px;
    height: 340px;
    background: white;
    position: absolute;
    top: 200px;
    left: -100px;
    padding: 3rem 3rem;
    box-shadow: 1px 1px 5px 1px #cbcbcb;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home__section--seven .block__contrib .block__card--content.color__orange h3 {
    color: #EF6A00;
}

.home__section--seven .block__contrib .block__card--content.color__blue h3 {
    color: #569ee1;
}

.home__section--seven .block__contrib .block__card--content.color__sea--water h3 {
    color: #09acaa;
}

.home__section--seven .block__contrib .block__card--content.color__gray h3 {
    color: #747474;
}

.home__section--seven .block__contrib .block__card--content h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 1rem;
}

.home__section--seven .block__contrib .block__card--content .block__card--body {
    margin-left: 1rem;
}

.home__section--seven .block__contrib .block__card--content .block__card--body .list-item {
    list-style: circle;
    font-size: 14px;
}

.home__section--seven .owl-theme .owl-item {
    height: 550px;
}

.home__section--seven .block__contrib .block__card--content p {
    margin-bottom: 0.4rem;
    list-style: circle;
    font-size: 14px;
    display: list-item;
}

.owl-carousel .owl-stage .owl-item .block__contrib .block__card--content {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item.cloned .block__contrib .block__card--content {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item.cloned.active .block__contrib .block__card--content {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item.active .block__contrib .block__card--content {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item.active.center .block__contrib .block__card--content {
    display: flex !important;
    margin: auto;
}

.owl-carousel .owl-stage .owl-item.active .block__contrib .block__card--content {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item .block__contrib .block__left {
    display: none !important;
}

.owl-carousel .owl-stage .owl-item.active.center .block__contrib .block__left {
    display: flex !important;
    margin: auto;
}

.owl-carousel .owl-stage .owl-item.cloned.active.center .block__contrib {
    margin-top: 0;
}

.owl-carousel .owl-stage .owl-item.active .block__contrib .block__contrib--img,
.owl-carousel .owl-stage .owl-item.cloned .block__contrib .block__contrib--img,
.owl-carousel .owl-stage .owl-item .block__contrib .block__contrib--img {
    max-width: 170px;
    max-height: 170px;
}

.owl-carousel .owl-stage .owl-item.cloned.active .block__contrib .block__contrib--img {
    max-width: 170px;
    max-height: 170px;
}

.owl-carousel .owl-stage .owl-item.active.center .block__contrib .block__contrib--img {
    max-width: 390px;
    max-height: 390px;
}

.owl-carousel .owl-stage .owl-item.cloned.active .block__contrib .block__contrib--img {
    padding: 0.5rem;
}

.owl-carousel .owl-stage .owl-item.active .block__contrib .block__contrib--img {
    padding: 0.5rem;
}

.owl-carousel .owl-stage .owl-item.cloned .block__contrib .block__contrib--img {
    padding: 0.5rem;
}

.owl-carousel .owl-stage .owl-item .block__contrib .block__contrib--img {
    padding: 0.5rem;
}

.owl-carousel .owl-stage .owl-item.active.center {
    display: block;
}

.owl-carousel .owl-stage .owl-item.cloned.active,
.owl-carousel .owl-stage .owl-item.cloned,
.owl-carousel .owl-stage .owl-item {
    display: flex;
    width: 200px;
}

.owl-carousel .owl-stage .owl-item.active.center .block__contrib .block__contrib--img {
    padding: 1.5rem;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.country-border {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    box-shadow: 0 0 2px 0px #c9c9c9;
}

.footer {
    min-height: 310px;
    height: auto;
}

.footer .logo__relac__colores {
    width: 223px;
}

.footer p {
    font-weight: 500;
    max-width: 282px;
    width: 100%;
}

.footer .btn {
    border-radius: 10px !important;
    font-weight: 500;
    height: 42px;
    max-width: 260px;
    width: 100% !important;
}

.footer img {
    width: 32px;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    font-weight: 500;
}

.footer span {
    background: #9DAFBD;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.footer .icon {
    font-size: 23px;
}

.pl-items {
    padding-left: 2rem !important;
}

@media(max-width: 2560px) {
    .header-relac .banner__block--bottom {
        bottom: 35px;
        left: 120px;
    }
    .home__section--four .block__graphic .iframe {
        min-height: 780px;
        width: 100%;
        display: flex;
    }
    
    .evolution .iframe {
        min-height: 780px;
        width: 100%;
        display: flex;
    }
}

@media(max-width: 1280px) {
    .home__section--one .owl-news .slider-card .card {
        width: 370px;
    }
}

@media(max-width: 920px) {
    .header-relac .banner__block--bottom {
        margin: auto;
        bottom: 5px;
        left: auto;
    }
    .home__section--menu .card__menu h3 {
        text-align: center;
    }
    .home__section--menu .card__menu {
        margin: auto;
        margin-bottom: 1rem;
    }
    .home__section--menu .card__home {
        width: 320px;
    }
    .home__section--menu .card__principios {
        width: 320px;
    }
    .home__section--menu .card__paises {
        width: 320px;
    }
    .owl-carousel .block__section .block__content .block__content--section {
        bottom: 30px;
        right: 0px;
    }
    .home__section--four .block__graphic .iframe {
        min-height: 600px;
        width: 100%;
        display: flex;
    }
    
    .evolution .iframe {
        min-height: 600px;
        width: 100%;
        display: flex;
    }
}

@media(max-width: 767px) {
    /* Header */
    .header-relac .banner__block--bottom {
        margin: auto;
        bottom: 6px;
        margin-bottom: 0rem;
    }

    .header-relac .banner__block--left .img__relac {
        min-width: 160px;
        min-height: 115px;
        margin: auto;
        display: flex;
    }

    .header-relac .banner__block--left .block__title h1{
        font-size: 1.6rem;
        padding: 0rem 3rem;
    }

    .header-relac .banner__block--right {
        width: 90%;
        height: 170px;
    }
    .header-relac .banner__block--right .block__p {
        font-size: 19px;
        padding: 1rem;
    }
    .header-relac .banner__video {
        object-fit: cover;
    }
    .home__section--one{
        padding: 0rem 0rem;
        margin-bottom: 0;
    }
    
    .home__section--one .home__section--block{
        padding: 0rem 1rem;
        margin-bottom: 0;
    }

    .home__section--one .block__relac{
        padding: 1rem 1rem;
    }

    .home__section--one .owl-news .owl-nav .owl-next,
    .home__section--one .owl-news .owl-nav .owl-prev {display: none;}
    .home__section--menu .card__menu .col-lg-9 {
        justify-content: center;
    }

    .home__section--menu .card__menu h3 {
        text-align: center;
    }
    .home__section--menu .card__menu {
        margin: auto;
        margin-bottom: 1rem;
    }
    .home__section--menu .card__home {
        width: 100%;
    }
    .home__section--menu .card__principios {
        width: 100%;
    }
    .home__section--menu .card__paises {
        width: 100%;
    }
    .home__section--two .block__carousel {
        padding: 3rem 0rem;
        padding-bottom: 2rem;
    }
    .home__section--three {
        padding: 2rem 1rem;
        padding-bottom: 2rem;
    }
    .home__section--three .block__top .block__top--title {
        font-size: 44px;
    }
    .home__section--three .block__top .block__top--description {
        font-size: 20px;
    }
    .home__section--three .block__left--one {
        width: 100%;
        height: 200px;
    }
    .home__section--three .block__left--two {
        width: 100%;
        height: 200px;
    }
    .home__section--three .block__left h2 {
        font-size: 18px;
    }
    .home__section--three .block__left .year p {
        font-size: 18px;
    }
    .home__section--three .block__left h3 {
        font-size: 18px;
    }
    .home__section--three .block__left .block__left--data p {
        font-size: 18px;
    }
    .home__section--three .block__left .block__img {
        left: 84%;
        bottom: 16%;
    }
    .home__section--three .block__left .block__img img {
        max-width: 50px;
        max-height: 50px;
    }
    .home__section--three .block__img .tooltiptext.one {
        bottom: 50% !important;
        left: 115% !important;
    }
    .home__section--three .block__img .tooltiptext.two {
        bottom: 50% !important;
        left: 50% !important;
    }
    .home__section--four .block__graphic .iframe {
        min-height: 420px;
        width: 100%;
        display: flex;
    }
    
    .evolution .iframe {
        min-height: 420px;
        width: 100%;
        display: flex;
    } 
    .home__section--six .block__leader .block__father .block--logo {
        max-width: 150px;
        max-height: 50px;
    }
    .home__section--six .block__title {
        padding: 2rem 2rem;
    }
    /* Section seven */
    .home__section--seven .block__contrib .block__left {
        width: 100px;
        height: 100px;
        right: -10px;
        top: 0px;
    }
    .home__section--seven .block__contrib .block__left .block__left--image {
        width: 60px;
    }
    .home__section--seven .block__contrib .block__card--content {
        width: 275px;
        height: 270px;
        top: 200px;
        left: -35px;
        padding: 0rem 2rem;
    }
    .home__section--seven .block__contrib {
        max-width: 300px;
        max-height: 300px;
    }
    .home__section--seven .block__contrib .block__card--content .block__card--body .list-item {
        list-style: circle;
        font-size: 11px;
    }
    .home__section--seven .block__contrib .block__card--content h3 {
        font-size: 15px;
    }
    .owl-carousel .block__section .block__section--img {
        max-width: 457px;
        max-height: 457px;
        margin: auto;
    }
    .owl-theme .owl-nav {
        margin: auto;
        display: block;
        padding: 0.5rem 0rem;
    }
}

@media(max-width: 460px) {
    .header-relac .banner__block--right .block__p {
        font-size: 18px;
    }
    .home__section--six .block__leader .block__father .block--logo {
        max-width: 150px;
        max-height: 50px;
    }
    .owl-carousel .block__section .block__content .block__content--section {
        right: 5%;
    }
    .owl-carousel .block__section .block__section--title {
        font-size: 44px;
    }
    .home__section--four .block__graphic .iframe {
        min-height: 270px;
        width: 100%;
        display: flex;
    }
    .evolution .iframe {
        min-height: 270px;
        width: 100%;
        display: flex;
    }

    .home__section--three .block__left .block__img {
        left: 83%;
        bottom: 20%;
    }

    .home__section--menu .card__menu .card__menu--body li{
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .owl-carousel .block__section .block__content .block__content--section {
        right: 0%;
        bottom: 5%;
    }
    .home__section--six .block__title h2 {
        font-size: 44px;
    }
    .home__section--six .block__leader .block__father {
        padding: 2rem 0rem;
    }
    .owl-carousel .block__section .block__section--title {
        font-size: 37px;
    }
    .home__section--three .block__left .block__img {
        left: 82%;
        bottom: 30%;
    }
    .home__section--four .block__graphic .iframe {
        min-height: 280px;
        width: 100%;
        display: flex;
    }
    .evolution .iframe {
        min-height: 280px;
        width: 100%;
        display: flex;
    }

    .home__section--three .block__left .block__img {
        left: 83%;
        bottom: 20%;
    }
}