/* BANNER -------------------------------- */
.section-oportunidades-banner{
    position: relative;
    /* border-bottom: 10px solid #a79580; */
    padding-top: 120px;
    padding-bottom: 20px;
}
.section-oportunidades-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(50%) blur(1px);
    opacity: 0.8;
}
.video-background {
    background-color: rgba(14, 37, 100, 0.2);
    /* background-color:rgba(167, 149, 128,0.1); */
  }
.oportunidades-title-banner,
.oportunidades-subtittle-banner,
.list-banner-p,
.bi-arrow-right {
    color: #fff;
}
.oportunidades-title-banner{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color:#fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.oportunidades-subtitle-banner{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color:#fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.box-img-opo-banner{
    margin: 15px auto;
    background-color: white;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.box-banner-li-elem{
    margin-bottom: 40px;
}
.img-banner-opo{
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
}
.img-banner-opo-1{
    max-width: 50%; 
    max-height: 50%;
}
.img-banner-opo-2,
.img-banner-opo-3{
    max-width: 65%;
    max-height: 65%;
}
.list-banner-p{
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}
.bi-arrow-right{
    display: none;
    font-size: 20px;
}
.btn-banner-tres{
    font-family: 'Montserrat',sans-serif;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 10px 10px 10px;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #4b4a4a;
    transition: 0.5s ease-in-out;
}

.btn-banner-tres h4{
    font-weight: bold;
    color:#a79580;
    margin-bottom: 5px;
    font-size: 18px;
    transition: 0.5s ease;
}
.btn-banner-tres p{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    /* transition: 0.5s ease; */
}
.btn-banner-tres:hover{
    border: 4px solid #fff;
    background-color: transparent;
    color:#fff;
}
.btn-banner-tres:hover h4{
    color:#fff;
}


/* OPORTUNIDADES ------------------------------ */
.section-oportunidad-momento,
.section-oportunidad-estudio{    
    background-color: var(--col-grey);
}
.section-oportunidad-estudio{
    padding-bottom: 50px;
}
.section-inversiones-anteriores{
    padding-top: 20px;
    padding-bottom: 40px;
    /* border-top: 10px solid #a79580; */
}
.oportunidad-momento-cabecera,
.oportunidad-estudio-cabecera,
.inversiones-anteriores-cabecera{
    margin-top: 60px !important;
}

.oportunidades-two-cards{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.card{
    margin: 0px auto 20px;
}
.image-card-container-tablet {
    max-width: 635px;
    height: 275px !important;
}
.oportunidad-xs-one-card .image-card-container-tablet{
    max-width: 695px;
    height: 320px;
}
.flex-container {
    display: flex;
    align-items: center;
}
.icon-oportunidades {
    color:#8d8d8d;
}







/* DISPLAY --------------------------------- */

@media(min-width:400px){
    .table-img {
        display: block !important;
    }
}

@media(min-width:400px) and (max-width:576px) {
    .btn-banner-tres {
        max-width: 95%;
    }
    .oportunidades-title-banner{
        font-size: 48px;
    }
}

@media(min-width:576px) {
    
    .oportunidades-subtitle-banner{
        display: block !important;
    }
    .box-img-opo-banner{
        display: none !important;
    }
    .box-txt-banner,
    .list-banner-p{
        margin-bottom: 0px;
    }
    .bi-arrow-right{ 
        display: inline-block;
        margin-right: 10px;
    }
    .box-txt-banner{
        display: flex;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .oportunidades-title-banner{
        font-size: 58px;
        margin-bottom: 40px;
    }
    .oportunidades-subtitle-banner{
        font-size: 28px;
    }
    .box-banner-li-elem{
        margin-bottom: 40px;
    }
    .bi-arrow-right,
    .list-banner-p{
        font-size: 23px;
    }
    .btn-banner-tres{
        max-width: 450px;
        padding: 15px 10px 10px 10px;
        margin-top: 11px ;
    }
    .btn-banner-tres h4{
        font-size: 24px;
    }
    .btn-banner-tres p{
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .oportunidades-subtitle-banner{
        font-size: 30px;
        margin-bottom: 50px;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .oportunidades-title-banner{
        font-size: 60px;
        margin-bottom: 40px;
    }
    .bi-arrow-right,
    .list-banner-p{
        font-size: 23px;
    }
    .btn-banner-tres{
        /* max-width: 80%; */
        max-width: 70%;
    }
    .btn-banner-tres h4{
        font-size: 20px;
    }
    .btn-banner-tres p{
        font-size: 18px;
    }
}

@media(min-width:992px) {
    .oportunidad-xs-one-card{
        display: none;
    }
    .oportunidad-lg-one-card{
        display: flex;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .section-oportunidad-momento .btn-blue span{
        display: none;
    }   
    .section-oportunidad-momento .btn-blue{
        /* padding:20px; */
        padding:23px 10px;
    }   
    .image-card-container-tablet{
        height: 260px !important;
    }
    .oportunidades-subtitle-banner{
        font-size: 27px;
    }
}


@media(min-width:1200px) {
    .section-oportunidades-banner{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .oportunidades-title-banner{
        font-size: 60px;
        margin-bottom: 40px;
    }
    .oportunidades-subtitle-banner{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .bi-arrow-right,
    .list-banner-p{
        font-size: 24px;
    }
    .btn-banner-tres{
        /* max-width: 50%; */
        max-width: 50%;
        margin-top: 0px;
        /* margin-left: 40px; */
    }
    .btn-banner-tres h4{
        font-size: 24px;
    }
    .btn-banner-tres p{
        font-size: 18px;
    }
    .image-card-container-tablet{
        height: 365px !important;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .section-oportunidad-momento .btn-blue span{
        display: none;
    }
}

@media(min-width:1400px) {
    
}





























/* --------------------------------------------------------- datatables */
.dataTables thead th.no-sort::before,
.dataTables thead th.no-sort::after {
    display: none !important;
}
.dataTables thead th.no-sort {
    cursor: default;
}
.dataTables_info {
    display: none;
}
.dataTables_paginate{
    display: block;
    margin-top: 200px;
}
#datatable_paginate {
    margin-top: 40px;
}
#datatable_paginate .page-item.active a.page-link {
    background-color: #a79580;
    border: #a79580;
    color: #fff;
}
#datatable_paginate a.page-link {
    color:#696969;
}
.data-anteriores .text-container p {
    margin: 0;
}
.rentabilidad-mayor {
    color:#548035; 
}
.rentabilidad-menor {
    color:#de4f40;
}
.table-img {
    margin-right: 10px;
    max-width: 50px !important;
    display: none;
}
.table-nombre-proyecto{
    font-weight: bold;
}
td {
    vertical-align: middle;
}
td.dtr-control {
    padding-top: 14px;
    padding-left: 20px;
}
.datatable_wrapper{
    min-height: 870px;
}









  
 