/*INVERSIONISTAS*/
.inversionistas_header{
    position: relative;
}

.inversionistas_header_background{
    width: 100%;
}

.inversionistas_header_background img{
    width: calc(100% + 30px);
    margin-left: -30px;
}

.inversionistas_header_logoBVN{
    position: absolute;
    top: 25px;
    left: 100px;
    width: 270px;
}

.inversionistas_header_logoBVN img{
    width: 100%;
}

.inversionistas_header_title{
    position: absolute;
    top: 100px;
    left: 100px;
    color: #fff;
    font-size: 55px;
    font-family: sans-serif;
    font-weight: bold;
}

.inversionistas_header_leyend{
    position: absolute;
    top: 120px;
    right: 100px;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
}

.inversionistas_gobernanza{
    position: relative;
    margin: 100px 0;
}

.inversionistas_gobernanza_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inversionistas_gobernanza_content_left{
    width: 100%;
    position: relative;
}

.inversionistas_gobernanza_content_left h1{
    color: #494949 !important;
    font-size: 40px !important;
    font-weight: bold !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
}

.inversionistas_gobernanza_content_leftList a{
    text-decoration: none;
    font-size: 16px;
    color: #494949;
    padding-left: 20px;
    position: relative;
}

.inversionistas_gobernanza_content_leftList a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-image: url('./img/gobernanza_corporativa_arrow.png');
}

.gobernanza_corporativa_titulo p{
  color: #494949;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.inversionistas_gobernanza_content_leftList div{
    margin-bottom: 10px;
}

.inversionistas_gobernanza_content_right{
    position: relative;
}

.inversionistas_gobernanza_content_right .background img{
        filter: sepia(100%) saturate(300%);
        width: 100%;
}


.inversionistas_gobernanza_content_right .rombo{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ultimas_noticias{
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.ultimas_noticias_right{
    width: 70%;
    margin: auto;
}

.ultimas_noticias_right h1{
    color: #494949;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ultimas_noticias_right_content{
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}

.ultimas_noticias_right_content::-webkit-scrollbar{
    display: none;
}

.ultimas_noticias_right_contentItem{
    padding: 15px;
    background-color: #F9F9F9;
    min-width: 300px;
    margin-right: 15px;
}

.ultimas_noticias_right_contentItem_fecha{
    display: flex;
}

.ultimas_noticias_right_contentItem_fecha span{
    color: #494949;
    font-size: 12px;
}

.ultimas_noticias_right_contentItem_fecha img{
    margin-right: 5px;
    height: 8px;
}

.ultimas_noticias_right_contentItem_title p{
    color: #494949;
    font-size: 16px;
    margin: 0;
}

.ultimas_noticias_right_contentButton{
    margin-top: 40px;
}

.ultimas_noticias_right_contentButton a{
    text-decoration: none;
    color: #248072;
    border: 1px solid #248072;
    padding: 10px 20px;
    transition: all .3s;
}

.ultimas_noticias_right_contentButton a:hover{
    background-color: #248072;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.presentaciones{
    display: flex;
    justify-content: space-between;
}

.presentaciones_left{
    position: relative;
    background-color: #F9F9F9;
    width: 100%;
}

.presentaciones_left h1{
    color: #ED8E06;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.presentaciones_left_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.presentaciones_right{
    position: relative;
    width: 100%;
}

.presentaciones_right::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('./img/presentaciones_rombo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 100%;
    width: 100%;
}

.presentaciones_right img{
    height: 100%;
    filter: grayscale(100%);
    width: 100%;
}

.link_caja{
    display: flex;
    gap: 10px;
    padding: 12px 25px;
    width: 260px !important;
    background-color: #fff;
    align-items: center;
    width: auto;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.link_caja p{
    padding: 0;
    margin: 0;
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}

.link_caja_naranja{
    margin-bottom: 15px;
}

.link_caja_naranja::after{
    background-color: #ED8E06;
}

.link_caja::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
}

.memoria_anual{
    position: relative;
    margin: 30px 0;
}

.memoria_anual_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: rgba(73,73,73,.6);
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.memoria_anual_content h1{
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.link_caja_verde::after{
    background-color: #248072;
}

.memoria_anual_contentLinks{
    display: flex;
    gap: 25px;
}

.centro_descargas{
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}

.centro_descargas_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.centro_descargas_content_left{
    width: 325px;
}

.centro_descargas_content_left h1{
    color: #ED8E06;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}

.centro_descargas_content_left p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #494949;
}

.centro_descargas_content_rightFlex{
    display: flex;
    gap: 25px;
}

.contactoIR{
    background-color: #F9F9F9;
    position: relative;
    margin: 80px 0;
}

.contactoIR_content{
    width: 80%;
    margin: 0 auto;
    padding: 40px 80px;
}

.contactoIR_content h1{
    color: #494949;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
}

.contactoIR_contentFlex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #494949;
    font-size: 16px;
}

.contactoIR_contentFlex p{
    padding: 0;
    margin: 0;
}

.contactoIR_contentFlex p a{
    color: #494949 !important;
    font-size: 16px !important;
}

.cotizaciones{
    position: relative;
    margin: 100px 0 100px 0;
}

.cotizaciones_img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cotizaciones_content{
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 10;
    position: relative;
}

.cotizaciones_content_title{
    background-color: #5E5E5E;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cotizaciones_content_cuerpo{
    background-color: #F9F9F9;
    width: 300px;
    height: 380px;
}

.cotizaciones_content_cuerpoScroll{
    max-height: 315px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.cotizaciones_content_cuerpoScroll::-webkit-scrollbar{
    display: none;
}

.cotizaciones_content_separador{
    width: 270px;
    margin: 0 auto;
    height: 1px;
    background-color: #E0E0E0;
}

.cotizaciones_content_noticias_button{
    margin: 0;
    padding: 15px;
}

.cotizaciones_content_cotizacionesFlex_papa{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cotizaciones_content_cotizacionesFlex{
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 14px;
    width: 270px;
    margin: 0 auto;
    color: #494949;
    border-bottom: 1px solid #C4C4C4;
}

.cotizaciones_content_cotizaciones_button{
    text-align: center;
    margin-top: 60px;
}

.cotizaciones_content_cotizaciones_button a{
    background-color: #248072;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    padding: 10px 40px;
}

.inscripcion{
    margin: -20px 0 40px 0;
}

.inscripcion_content{
    width: 100%;
    padding: 30px 0;
    background-color: #ED8E06;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.inscripcion_texto{
    color: #fff;
    font-size: 18px;
}

.inscripcion_boton a{
    color: #248072;
    background-color: #fff;
    padding: 10px 35px;
}

.inscripcion_boton{
    transition: all .3s;
    color: #248072;
}

.inscripcion_boton:hover{
    transform: translateY(-2px);
}

.eventos_contenedor::-webkit-scrollbar{
    display: none;
}

.calendario{
    position: relative;
    height: 500px;
    width: 100%;
}

.calendario_rombo{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 500px;
}

.calendario_rombo img{
    height: 100%;
    transform: rotateY(180deg);
}

.calendario_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calendario_content_title{
    color: #494949;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}

.calendario_content_box{
    position: relative;
    display: flex;
    align-items: flex-end;
}

.calendario_content_box_left{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.calendario_content_box_leftList{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

.calendario_content_box_leftList img{
    height: 11px;
}

.calendario_content_box_leftList span{
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}

.calendario_content_box_leftNew, .calendario_content_box_leftOld{
    padding: 20px;
    border: 1px solid #E0E0E0;
    width: 260px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: all .3s;
}

.calendario_content_box_leftNew:hover, .calendario_content_box_leftOld:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transform: translateY(-1px);
}

.calendario_content_box_leftNew{
    margin-bottom: 10px;
}

.calendario_content_box_leftNew h2{
    font-size: 20px;
    font-weight: 900;
    color: #ED8E06;
}

.calendario_content_box_leftOld h2{
    font-size: 20px;
    font-weight: 900;
    color: #494949;
}

.calendario_content_box_left_verMas{
    display: flex;
    align-items: center;
}

.calendario_content_box_left_verMas span{
    font-size: 12px;
    color: #828282;
    line-height: 20px;
}

.calendario_content_box_left_verMas_span{
    padding-bottom: 6px;
    margin-right: 5px;
}

.calendario_content_box_right{
    background-color: #F9F9F9;
    padding: 20px;
    position: relative;

}

.calendario_content_box_rightContainer{
    position: relative;
    width: 650px;
}

#resultado{
    height: auto;
}

.mes-anterior, .mes-siguiente{
    width: 15px;
    position: absolute;
    top: 0;
}

.mes-anterior{
    left: 20px;
    transform: rotateY(180deg);
}

.mes-siguiente{
    right: 20px;
}

.calen-mes{
    padding: 0 0 10px 0;
    font-size: 18px;
}

.calendar-day-head{
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #494949;
    border: none;
}

.calendar-day{
    background-color: #fff;
    border: none;
    font-size: 16px;
    color: #494949;
    transition: all .2s;
}

.calendar-day:hover{
    background-color: #E0E0E0;
}

#resultado td{
    border: 3px solid #F9F9F9;
}

.datepresent{
    background-color: transparent;
    color: #494949;
}

.e-notevent{
    background-color: #5E5E5E;
    color: #fff;
}

.centerX{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

@media screen and (max-width:1536px){
    .calendario_rombo{
        display: none;
    }
}

@media screen and (max-width:1280px){
    .inversionistas_gobernanza_content{
        flex-direction: column;
    }

    .inversionistas_gobernanza_content_right .rombo{
        display: none;
    }

    .inversionistas_gobernanza_content_left{
        margin-top: 50px;
    }

    .inversionistas_gobernanza_content_right{
        margin-top: 210px;
    }
}


/* ======================================
        EVENTOS PROXIMOS / PASADOS
====================================== */

.eventos_main{
    position: relative;
}

.eventos_contenedor{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.eventos_botones{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.eventos_boton_left{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.eventos_boton_left div:first-child{
    height: 17px;
}

.eventos_boton_left span{
    font-size: 14px;
    color: #717070;
}

.eventos_botones_right{
    display: flex;
    gap: 10px;
}

.eventos_boton_right button{
    width: 220px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #F0EEEE;
    border-bottom: 8px solid #F0EEEE;
    padding: 18px 0;
    cursor: pointer;
}

.eventos_boton_right_naranja button{
    border-bottom: 8px solid #ED8E06;
    color: #ED8E06 !important;
}

.eventos_boton_right_plomo button{
    border-bottom: 8px solid #494949;
    color: #494949;
}

.eventos_ano_contenedor{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #F0EEEE;
    width: fit-content;
    padding: 10px 50px;
}

.eventos_ano_contenedor div:last-child{
    height: 24px;
}

.eventos_ano_contenedor span{
    color: #494949;
    font-size: 40px;
    font-weight: 900;
}

.eventos_mes{
    background-color: #F9F9F9;
    text-align: center;
    padding: 15px 0;
    margin: 25px 0 15px 0;
}

.eventos_mes span{
    font-size: 20px;
    font-weight: 900;
    color: #ED8E06;
    text-transform: uppercase;
}

.evento{
    background-color: #F9F9F9;
    padding: 25px 0;
}

.evento_contenido{
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.evento_img{
    position: absolute;
    left: -25px;
    top: 0;
}

.evento_contenido_data div:not(:last-child){
    margin-bottom: 5px;
}

.evento_nombre{
    font-weight: 900;
    font-size: 18px;
}

.evento_contenido_button button{
    color: #fff;
    background-color: #248072;
    padding: 12px 30px;
    letter-spacing: 1px;
}

.eventos_popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 5;
}

.eventos_popup_content{

    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    height: 490px;
    background-color: #fff;
    z-index: 10;
    padding: 60px 25px 25px 25px;
    overflow: none;
    transform: translate(-50%, -50%);
}

.eventos_popup_close{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px 10px 5px 10px;
    border-radius: 50%;
    background-color: #717070;
    cursor: pointer;
}

.eventos_popup_close span{
    color: #fff;
    font-weight: 900;
}

.eventos_popup_name{
    margin-bottom: 15px;
}

.eventos_popup_name span{
    font-size: 25px;
    font-weight: 600;
}

.eventos_popup_button button{
    font-size: 18px;
    padding: 15px;
    width: 100%;
    transition: all .3s;
    margin-bottom: 15px;
    cursor: pointer;
    color: #fff;
}

.eventos_popup_button button:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    transform: translateY(-3px);
}

.eventos_popup_button_video button{
    background-color: #828282;
}

.eventos_popup_button_ppt button{
    background-color: #ED8E06;
}

.eventos_popup_button_word button{
    background-color: #248072;
}

.eventos_popup_button_link button{
    background-color: transparent;
    border: 1px solid #2980B9;
    color: #2980B9;
    padding: 14px;
}

@media screen and (max-width:1140px){
    
    .centro_descargas_content{
        width: 90%;
        padding: 0;
    }

    .contactoIR_content{
        width: 90%;
        padding: 40px 0;
    }
}

@media screen and (max-width:1040px){

    .inversionistas_header_logoBVN{
        width: 200px;
    }
    
    .inversionistas_header_title{
        left: 98px;
        top: 75px;
        font-size: 40px;
    }

    .inversionistas_header_leyend{
        display: none;
    }

    .calendario_content_box{
        flex-direction: column;
        align-items: center;
    }

    .calendario_content_box_left{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-right: 0;
        width: 100%;    
        margin-bottom: 20px;
    }

    .inversionistas_gobernanza{
        padding: 0 20px;
        margin-top: 200px !important;
    }

    .presentaciones{
        flex-direction: column;
    }
    
    .presentaciones_left{
        height: 350px;
    }

    .memoria_anual_contentLinks{
        flex-direction: column;
    }
}

@media screen and (max-width:940px){

    .centro_descargas_content{
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .centro_descargas{
        margin-bottom: 100px;
    }
}

@media screen and (max-width:768px){
    .eventos_botones{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .eventos_botones_right{
        width: 100%;
    }

    .eventos_boton_right{
        width: 100%;
    }

    .eventos_boton_right button{
        width: 100%;
    }

    .eventos_ano_contenedor{
        margin: 0 auto;
    }

    .evento_contenido{
        width: 90%;
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 15px;
        gap: 20px;
    }

    .evento_img{
        left: -5px;
        top: 0;
    }

    .evento_contenido_button{
        text-align: center;
        width: 100%;
    }

    .calendario{
        margin: 180px 0;
    }

    .calendario_content{
        width: 100%;
        padding: 0 20px;
    }

    .calendario_content_box_right{
        width: 100%;
    }

    .calendario_content_box_rightContainer{
        width: 100%;
    }

    .calendario_content_box_left{
        justify-content: center;
        gap: 15px;
    }

    .calendario_content_box_leftNew,
    .calendario_content_box_leftOld{
        width: 150px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .calendario_content_box_leftNew{
        margin-bottom: 0;
    }
    .main main .efects {       
        top: 150px;
    }
    .main main .resulb {       
        top: 70px;
    }
}

@media screen and (max-width:740px){

    .inversionistas_header{
        top: 45px;
    }

    .inversionistas_header_logoBVN{
        display: none;
    }

    .inversionistas_header_background{
        width: 100%;
    }

    .inversionistas_header_title{
        left: 35px;
        top: 30px;
        font-size: 32px;
    }

    .cotizaciones_content{
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .cotizaciones_content_cuerpo,
    .cotizaciones_content_title,
    .cotizaciones_content_title,
    .cotizaciones_content_cuerpo{
        box-shadow: 0 15px 10px rgba(0,0,0,.2);
    }

    .inscripcion_content{
        flex-direction: column;
        gap: 25px;
    }

    .inversionistas_gobernanza_content_left .centerX{
        width: 100%;
    }

    .ultimas_noticias_left{
        display: none;
    }

    .ultimas_noticias_right{
        width: 90%;
    }

    .inversionistas_gobernanza{
        margin-bottom: 20px;
    }

    .memoria_anual_content{
        flex-direction: column;
        width: 90%;
    }

    .centro_descargas_content_rightFlex{
        flex-direction: column;
        gap: 5px;
    }

    .centro_descargas{
        margin: 200px 0 250px 0;
    }

    .contactoIR_contentFlex{
        flex-wrap: wrap;
        gap: 25px;
    }
    
    .inversionistas_gobernanza{
      margin-top: 350px !important;
    }
    .eventos_popup_content{
        width: 100%;  
    }
}

@media screen and (max-width:540px){
    .calendario_content_box_left{
        flex-direction: column;
        align-items: center;
    }

    .calendario_content_box_leftNew,
    .calendario_content_box_leftOld{
        width: 300px;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-around;
    }

    .calendario_content_box_leftOld{
        margin-bottom: 20px;
    }

    .calendario_content{
        margin: 100px 0;
    }

    .inversionistas_gobernanza{
        margin-top: 520px !important;
    }

    .centro_descargas_content_left{
        width: 100%;
    }
}

@media screen and (max-width:440px){
    
    .inversionistas_header_title{
        left: 35px;
        top: 25px;
        font-size: 25px;
    }

    .cotizaciones_img{
        display: none;
    }
    
    .cotizaciones{
        margin-top: 65px;
    }
}

@media screen and (max-width:350px){
    
    .inversionistas_header_title{
        top: 15px;
    }
}



/*SIB :*/

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 60px;/**/
  }
  
  .main .navbar {
    color: white;
    height: 100vh;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .main .navbar .menu {
    background: #212121;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    color: white;
  }
  
  .main .navbar .menu i {
    color: #237f70;
    font-size: 30px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    cursor: pointer;
  }
  
  .main .navbar .language {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #898989;
  }
  
  .main .navbar .code {
    background: #c8c6c6;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  
  .main .navbar .code p {
    text-align: center;
    width: 180px;
  }
  
  .main .navbar .search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #f6b724;
  }
  
  .main .navbar .search i {
    font-size: 30px;
    color: white;
  }
  
  .main .navbar .sib {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    background-image: url(../img/sibButon.png);
    background-size: cover;
  }
  
  .main .navbar .index {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    background: #237f70;
  }
  
  .main .navbar .index i {
    font-size: 20px;
  }
  
  .main .navbar p {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  
  .main .navbar div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  @media (max-width: 768px) {
    .main .navbar {
      display: none;
    }
  }
  
  .main main {
    position: relative;
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main main .col {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main main .col .logo {
    height: 60px;
  }
  .main main .title-estudio .logo {
    height: 40px;
  }
  
  @media (max-width: 768px) {
    .main main .col .logo {
      height: 45px;
    }
    .main main .title-estudio .logo {
        height: 20px;
      }
  }
  
  @media (max-width: 425px) {
    .main main .col .logo {
      height: 60px;
    }
    .main main .title-estudio .logo {
        height: 40px;
      }
  }
  
  @media (max-width: 320px) {
    .main main .col .logo {
      height: 45px;
    }
    .main main .title-estudio .logo {
        height: 20px;
      }
  }

  .main main .col .Title-section {
    width: 600px;
  }
  .title-estudio{padding: 15px 0;}
  .sub_title{font-size: 17px;}
  
  .main main .col .Title-section h1 {
    /*font-family: Roboto;*/
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: right;
    color: #484848;
  }
  
  @media (max-width: 768px) {
    .main main .col .Title-section h1 {
      font-size: 23px;
      line-height: 28px;  
      padding-top: 30px;
    }
  }
  
  @media (max-width: 425px) {
    .main main .col .Title-section h1 {
      text-align: center;
    }
  }
  
  @media (max-width: 768px) {
    .main main .col .Title-section {
      width: 450px;
    }
  }
  
  @media (max-width: 425px) {
    .main main .col .Title-section {
      width: 100%;
    }
  }
  
  .main main .col .cont ul {
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  
  .main main .col .cont ul li {
    padding: 8px;
    background: #237f70;
    color: white;
    margin: 0 3px;
  }
  
  .main main .col .cont p {
    padding: 0 10px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-cap {    
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    color: #484848;
    width: 600px;
    text-align: right;
   }
  
  .main main .col .bar-search {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  
  .main main .col .bar-search input {
    border: 1px #eeeeee solid;
    border-right: none !important;
    width: 50%;
    height: 50px;
    padding-left: 15px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: #eeeeee;
  }
  .bar-search form{
      width: 100%;
  }
  
  @media (max-width: 425px) {
    .main main .col .bar-search input {
      width: 90%;
    }
  }
  
  .main main .col .bar-search button {
    background-color: transparent;
    border-left: none !important;
    width: 10%;
    font-size: 25px;
    color: #237f70;
    border: 2px #eeeeee solid;
    cursor: pointer;
  }
  
  .main main .col .files-title {
    width: 100%;
    height: 50px;
    color: white;
    background-color: #5e5e5e;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .files-title p{ margin-top: 12px;
  }
  
  @media (max-width: 425px) {
    .main main .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 10%;
    }
  }
  
  .main main .librery-file {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .main main .librery-file .file {
    background-size: cover;
    background-image: url(../img/Fondo.png);
    width: 100%;
    height: 100px;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px #eeeeee solid;
    position: relative;
  }
  
  .main main .librery-file .file .btn-download {
    border: none;
    background-color: white;
    width: 170px;
    height: 50px;
    font-size: 20px;
    color: #237f70;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  
  .main main .librery-file .file .btn-download i {
    font-size: 25px;
  }
  
  @media (max-width: 425px) {
    .main main .librery-file .file .btn-download i {
      margin-left: 50%;
    }
  }
  
  @media (max-width: 320px) {
    .main main .librery-file .file .btn-download i {
      margin-left: 160%;
    }
  }
  
  @media (max-width: 425px) {
    .main main .librery-file .file .btn-download p {
      display: none;
    }
  }
  
  .main main .librery-file .file p {
    margin-left: 25px;
    margin-top: 30px;
  }
  
  @media (max-width: 320px) {
    .main main .librery-file .file p {
      margin-top: 50px;
    }
  }
  
  .main main .librery-file .file a {
    text-decoration: none;
  }
  
  @media (max-width: 425px) {
    .main main .librery-file .file {
      height: 150px;
    }
  }
  
  @media (max-width: 320px) {
    .main main .librery-file .file {
      height: 180px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  /*
  .main main .librery-file .file::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "Nuevo";
    width: 90px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #a6c62d;
    color: white;
    border-bottom-right-radius: 10px;
  }*/

  .main main .librery-file .file .fechasib {
    left: 0;
    top: 0;
    position: absolute;
    content: "Nuevo";
    width: 90px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #a6c62d;
    color: white;
    border-bottom-right-radius: 10px;
  }
  
  @media (max-width: 425px) {
   /* .main main .librery-file .file::before {
      bottom: 0;
      top: auto;
      border-radius: 0 25px 25px 0;
      height: 20px;
      width: 80px;
      margin-bottom: 10px;
    }*/

    .main main .librery-file .file .fechasib {
        bottom: 0;
        top: auto;
        border-radius: 0 25px 25px 0;
        height: 20px;
        width: 80px;
        margin-bottom: 10px;
      }
  }
  
  .main main .efects {
    position: absolute;
  }
  
  .main main .left {
    top: 0;
    left: 0;
  }
  
  .main main .right {
    right: 0;
  }
  
  @media (max-width: 768px) {
    .main main {
      width: 100%;
    }
  }
  
  .main .paginator {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main .paginator ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  .main .paginator ul li {
    border: solid 1px #eeeeee;
    padding: 7px;
    margin: 1px;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .main .paginator ul li:first-child {
    background: #237f70;
    color: white;
  }
  
  @media (max-width: 768px) {
    .main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  

  
  .mobile {
    height: 70px;
    width: 100%;
    display: none;
  }
  
  .mobile .logo {
    background-color: #237f70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    padding-left: 20px;
  }
  
  .mobile .menu {
    font-size: 30px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #212121;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .active-new {
    background-color: white !important;
    color: #a6c62d !important;
    border: 2px solid #eeeeee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  
  .active-new::before {
    background-color: #a6c62d !important;
    content: "";
    width: 80%;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
  }
  
  #slide-new {
    color: white !important;
    background-color: #a6c62d !important;
  }
  
  .carousel-wrap {
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
  }
  
  .carousel-wrap img {
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  
  .carousel-wrap .left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .carousel-wrap .father-carousel {
    width: 85%;
    overflow: hidden;
  }
  
  .carousel-wrap .owl-carousel {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .carousel-wrap .owl-carousel .itemsib {
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  .carousel-wrap .owl-carousel .itemsib p {
    padding: 20px;
    text-align: center;
    margin: 0 10px 0 0;
    background-color: #248072;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 200px;
    width: 200px;
    color: #f2f5f7;
    cursor: pointer;
  }
  
  .select-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px #eeeeee solid;
    position: relative;
    color: #237f70 !important;
    background-color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .select-slide::before {
    content: "";
    width: 80%;
    border-radius: 5px;
    background-color: #237f70;
    height: 5px;
    bottom: 0;
    position: absolute;
  }
  
  #new {
    background: #a6c62d;
    color: white;
  }
  
  .col .buscartext{width: 100%;}
  .paddcol{padding-top: 25px}
  .result{  font-weight: bold;
     margin-bottom: 0;
    color: #6c6c6c;
    }
  /*# sourceMappingURL=Style.css.map */