*:focus {
    outline: none;
}


/* Botones */
.btn {
    border: 1px solid black;
    background-color: white;
    color: black;
    font-size: 10px;
    cursor: pointer;
    margin: 3px;
    padding: 4px 25px;
    width: 100px;
}

/* Blue */
.info {
    border-color: #2196F3;
    color: dodgerblue;
}

.info:hover {
    background: #2196F3;
    color: white;
}

/* Gray */
.default {
    border-color: #46768e;
    color: #46768e;
}

.default:hover {
    background: transparent;
    /*background: #46768e;*/
}

/* Modal PDF Visor */
.modal-padding{
    padding: 1rem 0 3rem;
}

/* ListBox */
.annotate {
    font-style: italic;
    color: #366ed4;
}

.listbox-area {
    padding: 10px;
    background: #ececec;
    font-size: 0;
    height: 100%;
    width: 230px;
}

.embed-link img:hover {
    cursor: pointer;
}

.listbox-boton {
    border-color: #46768e;
    color: #46768e;
}

.listbox-boton:hover {
    background: transparent;
}

.left-area,
.right-area {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 100%;
    height: 500px;
}

.left-area {
    padding-right: 10px;
}

.right-area {
    padding-left: 10px;
}


.modal-body_custom {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

[role="listbox"] {
    min-height: 129%;
    /*min-height: 18em;*/
    padding: 0;
    background: transparent;
}


[role="option"]:hover {
    border: 3px solid #000;
}

[role="option"] {
    display: block;
    position: relative;
    line-height: 1.8em;
    margin-bottom: 20px;
}


.embed-link .vol_name {
    text-align: center;
    position: relative;
    display: block;
    color:#000;
}

[role="option"].focused {
    background: #bde4ff;
}

[role="option"][aria-selected="true"]::before {
    content: '';
    position: absolute;
    left: 0.5em;
}

button {
    font-size: 16px;
}
.input-emil-div {
    text-align: center;
}
button[aria-disabled="true"] {
    opacity: 0.5;
}

.move-right-btn {
    padding-right: 20px;
    position: relative;
}

.move-right-btn::after {
    content: ' ';
    height: 10px;
    width: 12px;
    background-image: url('../../imagenes/Arrows-Right-icon.png');
    background-position: center right;
    position: absolute;
    right: 2px;
    top: 6px;
}

.move-left-btn {
    padding-left: 20px;
    position: relative;
}

.move-left-btn::after {
    content: ' ';
    height: 10px;
    width: 12px;
    background-image: url('../../imagenes/Arrows-Left-icon.png');
    background-position: center left;
    position: absolute;
    left: 2px;
    top: 6px;
}

#ss_elem_list {
    max-height: 18em;
    overflow-y: auto;
    position: relative;
}

#exp_button {
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding: 5px 10px;
    width: 150px;
    position: relative;
}

#exp_button::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #aaa;
    content: " ";
    position: absolute;
    right: 5px;
    top: 10px;
}

#exp_button[aria-expanded="true"]::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #aaa;
    content: " ";
    position: absolute;
    right: 5px;
    top: 10px;
}

#exp_elem_list {
    border-top: 0;
    max-height: 10em;
    overflow-y: auto;
    position: absolute;
    margin: 0;
    width: 148px;
}

.hidden {
    display: none;
}

.toolbar {
    font-size: 0;
}

.toolbar-item {
    border: 1px solid #aaa;
    background: #ccc;
}

.toolbar-item[aria-disabled="false"]:focus {
    background-color: #eee;
}

.offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    font-size: 14px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



/* Show PDF  */
#show-pdf-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
    width: 1100px;
    margin: 20px auto 0 5px;
    /*margin: 20px auto;*/
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    box-sizing: border-box;
    width: 100%;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}



/* Card */

/*.img-boletin {
    text-align: center;
    display: flex;
    top: 8px;
    align-items: center;
}*/

.img-boletin {
    text-align: center;
    display: flex;
    position: inherit;
    align-items: center;
    margin: 0 0 0 0;
}


.card-boletin{
    border-style: solid;
    border-width: thin;
    border-color: #46768e;
    max-width: 100%;
    padding: 15px 5px 15px 5px;
}

.btn-mobil-ver{
    position:relative;
    margin: -20px -50px;
    width:100px;
    top:20%;
    left:49%;
    border-radius: 0;
}

.btn-mobil-ver:hover {
    background: transparent;
}

.btn-mobil-suscribirse{
    position:relative;
    margin: -20px -50px -35px;
    width:100px;
    top:50%;
    left:45%;
    border-radius: 0;
}

.btn-mobil-suscribirse:hover {
    background: transparent;
}

.text-gradient2 {
    animation: fluido 10s ease-in-out infinite;
    background: linear-gradient(to right, #015172, #0094a0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;


}

.texto-size{
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

.titulo-proyectos {
    color: #000;
}

.texto-size-color,
.texto-size-color_2{
    font-size: 1.6vw;
    font-weight: 900;
}

.input-emil{
    width: 100%;
    border: 0;
}

.modal-header-heigth{
    max-height: 4em;
}

@media screen and (max-width: 1024px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 0;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 10px;
        padding-top: 15px;
    }

    .texto-size-color{
        font-size: 13px;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 85%;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 834px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 0;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 8px;
        padding-top: 19px;
    }

    .texto-size-color{
        font-size: 10px;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 90%;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px 0;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 7px;
        padding-top: 20px;
    }

    .texto-size-color{
        font-size: 10px;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 100%;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 414px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 11px;
        padding-top: 15px;
    }

    .texto-size-color{
        font-size: 14px;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 88%;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 384px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 10px !important;
        padding-top: 17px;
    }

    .texto-size-color{
        font-size: 13px !important;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 100% !important;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 360px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 9px !important;
        padding-top: 17px;
    }

    .texto-size-color{
        font-size: 12px !important;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 100% !important;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 320px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 8px !important;
        padding-top: 17px;
    }

    .texto-size-color{
        font-size: 10px !important;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 100% !important;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}

@media screen and (max-width: 375px) {
    .img-boletin {
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 60px;
    }

    .card-boletin{
        height: 100px;
        text-align: center;
        margin-left: 5px;
    }

    .btn {
        font-size: 8px;
        cursor: pointer;
        margin: 3px;
        padding: 4px 4px;
        width: 65px !important;
    }

    .btn-mobil-ver{
        position:absolute;
        margin: -10px 2px;
        width:50px;
        top:30%;
        left:20%;
        font-size: 8px;
    }

    .btn-mobil-suscribirse{
        position:absolute;
        margin: -10px -2px;
        width: 50px;
        top:70%;
        left:23%;
        font-size: 8px;
    }
    .texto-size{
        font-size: 10px;
        padding-top: 17px;
    }

    .texto-size-color{
        font-size: 13px;
        font-weight: 900;
    }

    .input-emil-div{
        margin-top: -25px;
    }

    .input-emil{
        width: 80%;
        height: 25px !important;
    }

    .div-width-20{
        width: 20%;
        height: 100%;
        margin: 0 0 0 -15px;
    }

    .div-width-70{
        width: 55%;
        height: 100%;
        margin: 0 0 0 -10px;
    }

    .div-width-30{
        width: 30%;
        height: 100%;
    }
}



/* Text gradient */

.text-gradient {
    animation: fluido 10s ease-in-out infinite;
    background: linear-gradient(to right, #0094a0, #19c85a, #5ad833, #62f636);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ver PDF V2 */
@charset "UTF-8";

/** { box-sizing: border-box; }

body {
    font: 16px sans-serif;
    color: #454545;
    !*background: rgb(218,244,249);*!
    background: #fff;
    margin: 0;
    padding: 3rem 2rem 2rem 2rem;
}

h1 {
    font-weight: normal;
    font-size: 1.4rem;
    color: #555;
}*/

.pdfobject-com {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2016;
}

.pdfobject-com a:link, .pdfobject-com a:visited {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: .25rem 1rem;
    background: #6699FF;
    text-decoration: none;
}

.pdfobject-com a:hover, .pdfobject-com a:visited:hover {
    color: #FFF;
    background: #FF3366;
    text-decoration: none;
}

.pdfobject-com a:before {
    content: "\2190";
    margin-right: .25rem;
}

.pdfobject-container {
    width: 100%;
    max-width: 615px;
    height: 600px;
    margin: 2em 0 0 -18px;
}

.pdfobject { border: solid 1px #666; width: 180% !important; height: 113% !important; margin-top: -33px !important; }
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.fail { color: #D8000C; background-color: #FFBABA; }

.ajuste_lang {
    padding-top: 15px;
    display: flex !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    /* The heart of the matter */

    .ajuste_lang {
        display: none !important;
    }


    .buscar_item {
        padding-bottom: 64px !important;
        
    }

    .horizontal-scrollable>.row {
        overflow-x: auto;
        white-space: nowrap;
    }

    .horizontal-scrollable>.row>.prueba {
        display: inline-block;
        float: none;
    }

    [role="option"] {
        display: inline-block;
    }

    .listbox-area {
        padding: 10px;
        background: #ececec;
        font-size: 0;
        height: 100%;
        width: 100%;
    }

    .left-area,
    .right-area {
        box-sizing: border-box;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        width: 100%;
        height: 150px;
    }

    .embed-link img {
        width: 200px;
    }
}


/* Sección Proyectos */

.titulo-proyectos-central{
    color: black;
    margin: 20px 0 20px 20px;
}

.texto-proyectos{
    color: black;
}

.display_block {
    display: block;
    text-align: center;
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    z-index: 99999999;


    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search h3 {
    position: absolute;
    top: 5%;
    width: 100%;
    color: #fff;
    text-align: center;
	font-size: 55px;
}

#search input[type="search"] {
    position: absolute;
    top: 44%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 145px;
    max-width: 200px;
    margin-top: 61px;
    display: none;
    margin-left: -45px;
    padding: 5px 12px;
    border: 2px solid rgb(96, 198, 197);
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    -webkit-border-radius: 0px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #60c6c5;
    border-color: #ccc;
    opacity: 1;
    padding: 3px 0px;
    font-size: 40px;
}


.buscar_item i {
    border: 1px solid rgb(96, 198, 197);
    background: rgb(96, 198, 197);
    color: #fff;
}

.icon_search {
    padding: 6px;
    background: rgb(96, 198, 197);
}

.text_search {
    padding: 5px;
    border: 1px solid rgb(96, 198, 197);
}