﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*/
/* Sticky footer styles
-------------------------------------------------- */

/*---------------------------------------------------*/
/**----  FONT FACE PARA EL SLOGAN DE LA GESTORA ------*/
/*---------------------------------------------------*/
@font-face {
    font-family: "SignPainter";
    src: url("../fonts/900420b3389e695ce84f5cf081b110d1.eot");
    src: url("../fonts/900420b3389e695ce84f5cf081b110d1.eot#iefix") format("embedded-opentype"), url("../fonts/900420b3389e695ce84f5cf081b110d1.woff2") format("woff2"), url("../fonts/900420b3389e695ce84f5cf081b110d1.woff") format("woff"), url("../fonts/900420b3389e695ce84f5cf081b110d1.ttf") format("truetype"), url("../images/900420b3389e695ce84f5cf081b110d1.svg#SignPainter") format("svg");
}

@font-face {
    font-family: 'DIN Pro B';
    src: local('../font/DINPro-Bold/DIN Pro Bold'), local('../font/DINPro-Bold/DIN-Pro-Bold'), url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'DIN Pro Bold', DIN Pro B, monospace;
}

.slogan {
    color: #1D3662;
}
/*----------------------------------------------------*/
/**----  FIN FONT FACE PARA EL SLOGAN DE LA GESTORA --*/
/*---------------------------------------------------*/


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: auto;
}


body {
    height: 100%;
    background-color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
    /* ---Variables página entera--- anterior verde #087b35*/
    --color_blanco: #ffffff;
    --color_azulgestora: #275885;
    --color_verdegestora: #275885;
}
/* --------------------------------------------
    DROPDOWN MÓVILES INDEX 
 ------------------------------------------------*/

.sticky {
    position: fixed;
    top: 75px;
    width: 100%;
}

.Dropdown_LinksVisitados {
    /*background-color: #31B0D5;*/
    height: 150px;
    padding: 15px 15px;
    text-align: center;
    word-wrap: break-word;
    background-color: #275885;
    z-index: 100;
    color: #ffffff;
}



@media only screen and (min-width: 790px) {
    .Dropdown_LinksVisitados {
        display: block;
        background-color: #31B0D5;
        display: none !important;
    }
}
/* --------------------------------------------
    CONTAINER WEB
---------------------------------------------*/

.container_padre {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container_hijo {
    width: 100%;
    background-color: grey;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* --------------------------------------------
    CAROUSEL
---------------------------------------------*/
.carousel-caption p {
    font-size: 19px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
/*--ESTILO CAROUSEL-----*/
/* Carousel Fading slide */
.carousel-fade .carousel-inner {
    background: #000;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .next.left,
    .carousel-fade .prev.right,
    .carousel-fade .item.active {
        opacity: 1;
    }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}




/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50%;
}
/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}
/* Next */


/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

    .carousel-indicators li.active {
        background: #fff;
        margin: 0 3px;
    }

/*----FIN ESTILO CAROUSEL*/




/* --------------------------------------------
    ESTILOS GENERALES WEB
---------------------------------------------*/
.color_blanco {
    color: var(--color_blanco);
}

.color_azulgestora {
    color: var(--color_azulgestora)
}

.color_verdegestora {
    color: #087b35
}

.img_fondopaginas {
    background-image: url('../images/fondo7.png');
    background-size: 100% 100%;
}

.img_fondopaginas2 {
    background-color: white;
}
/*------------------------------
     ACORDEON BOOTSTRAP
-------------------------------*/
.container-acordeon {
    background-color: #275885;
    cursor: pointer;
    padding: 3px;
    padding-left: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-top: 2px solid #f1efef;
}

.as:hover {
    color: white;
}

.accordion dt, .accordion dd .accordion table {
    padding: 10px;
    border: 1px solid black;
    border-bottom: 0;
}

    .accordion dt:last-of-type, .accordion dd:last-of-type {
        border-bottom: 1px solid black;
    }

    .accordion dt a, .accordion dd a {
        display: block;
        color: black;
        font-weight: bold;
    }

.accordion dd table {
    border-top: 0;
    font-size: 12px;
}

    .accordion dd table:last-of-type {
        border-top: 1px solid white;
        position: relative;
        top: -1px;
    }
/*------------------------
    PAGINADO
---------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #004d09;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eeeeee;
                border-color: #ddd;
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #004d09;
        border-color: #004d09;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
    }

/*------------------------------
     DATATABLE ADECUACIONES
-------------------------------*/
.dt-body-right-red {
    color: red;
}
/*---------------------------------
    OPENSTREETMAP
-----------------------------------*/
.logoOpensteetmap {
    width: 45px;
    height: 45px;
    margin-top: -2px;
    vertical-align: middle;
}
/*-----------------------------------
    Imagen Grid Layaout
 ----------------------------------*/
.owl-carousel .owl-item img {
    width: 100%;
    object-fit: contain;
}

.img_Grid {
    display: grid;
    grid-gap: 10px;
    padding: 10px 0px 10px 0;
    grid-auto-rows: minmax(100px, 300px);
}

    .img_Grid img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
    }



@media all and (min-width: 420px) {
    .img_Grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (min-width: 992px) {
    .img_Grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1198) {
    .img_Grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*-----------------------------------------------------------------
    ESTADÍSTICA GRID

---------------------------------------------------------------*/
.Estadistica-Grid {
    display: grid;
    grid-gap: 10px;
    padding: 10px 0px 10px 0;
}

.Estdistiica_card {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 360px) {
    .Estadistica-Grid {
        grid-auto-rows: minmax(100px,450px);
    }
}

@media all and (min-width: 420px) {
    .Estadistica-Grid {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(100px,550px);
    }
}

@media all and (min-width: 669px) {
    .Estadistica-Grid {
        grid-auto-rows: minmax(100px,550px);
    }
}

@media all and (min-width: 992px) {
    .Estadistica-Grid {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(100px, 550px);
    }

    .Estdistiica_card:last-child:nth-child(2n+1) {
        grid-column: 1 /span 2;
    }
}

/*------------------------------------------------------------
    VIEW DOCUMENT

--------------------------------------------------------------*/
.viewDocument {
    min-height: 600px;
    padding: 8px 8px;
    background: rgba(255, 255, 255, 0.5);
}

    .viewDocument p, li {
        /* text-align: justify;*/
    }

.downloadDocument {
    width: 100%;
    text-align: right;
    padding: 5px;
    color: var(--color_azulgestora);
    margin-bottom: 5px;
    font-size: 10pt;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .downloadDocument a {
        display: inline-table;
        color: var(--color_azulgestora);
        font-size: 10pt;
    }

/*------------------------------------------------------------
Noticias

--------------------------------------------------------------*/
.noticiaRow {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 0;
    margin: 0;
    font-size: 0.84rem;
}

    .noticiaRow .card-title {
        font-size: 1.02rem;
        font-weight: bold;
    }

.noticiaFlex-5 {
    flex: 5%;
}

.noticiaFlex-10 {
    flex: 10%;
}

.noticiaFlex-15 {
    flex: 15%;
}

.noticiaFlex-20 {
    flex: 20%;
}

.noticiaFlex-25 {
    flex: 25%;
}

.noticiaFlex-30 {
    flex: 30%;
}

.noticiaFlex-35 {
    flex: 35%;
}

.noticiaFlex-40 {
    flex: 40%;
}

.noticiaFlex-45 {
    flex: 45%;
}

.noticiaFlex-50 {
    flex: 50%;
}

.noticiaFlex-55 {
    flex: 55%;
}

.noticiaFlex-60 {
    flex: 60%;
}

.noticiaFlex-65 {
    flex: 65%;
}

.noticiaFlex-70 {
    flex: 70%;
}

.noticiaFlex-75 {
    flex: 75%;
}

.noticiaFlex-80 {
    flex: 80%;
}

.noticiaFlex-85 {
    flex: 85%;
}

.noticiaFlex-90 {
    flex: 90%;
}

.noticiaFlex-95 {
    flex: 95%;
}

.noticiaFlex-100 {
    flex: 100%;
}

.NoticiaImg {
    width: 100%;
    padding: 2px;
    max-height: 250px;
    object-fit: fill;
}

@media screen and (max-width: 700px) {
    .noticiaRow {
        flex-direction: column;
    }

    .NoticiaImg {
        max-height: none;
    }
}
/*---------------------------------------
    Datatable
    ------------------------------------------*/
.filters input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    color: #004d09;
    font-weight: normal;
}

.dataTableG {
    width: 100%;
}

    .dataTableG th, .dataTableG td {
        border: 1px solid #dee2e6 !important;
    }

    .dataTableG thead {
        background-color: #275885;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }

    .dataTableG tbody {
        background-color: #fff;
        font-size: 10pt;
    }

    .dataTableG tfoot {
        background-color: #275885;
        color: white;
        font-size: 12pt;
    }

    .dataTableG .tgroup {
        background-color: #087a34;
        color: white;
    }

        .dataTableG .tgroup td {
            background-color: #087a34 !important;
        }

    .dataTableG caption {
        background-color: #173e62;
        color: white;
        caption-side: top;
        text-align: center;
        font-size: 14pt;
        font-weight: bolder;
    }

.hidden-element {
    display: none;
}



/*------DISPOSITIVO MOVIL ---*/


@media handheld, only screen and (max-width: 767px) {
    .block animatable bounceInRight {
        display: none;
    }
}

#dispositivoBG {
    padding: 5px;
}


#dispositivoRD {
    padding: 5px;
}



/*---------MODAL  VIDEO-------------*/
#modialVideo {
    width: 80% !important;
}

/*-------- VIÑETAS CON SANGRIA-----*/
li.francesacheck i {
    margin-left: 1em;
}

.francesacheck li:before {
    content: "\f00c ";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.4em;
}

li.francesacircle i {
    margin-left: 1em;
}

.francesacircle li:before {
    content: "\f111  ";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.5em;
    font-size: 8px;
}
/**-------------------------------------*/
.btn-primary {
    background-color: var(--color_azulgestora);
    border-color: var(--color_azulgestora);
}

/*-------------------------------------------------------------------*/
/**----CONTENEDOR NOTICIAS IMAGENES---------------------------------*/
/*-------------------------------------------------------------------*/

img.grande {
    width: 200px;
    height: 200px;
}

.left-div {
    display: inline-block;
    max-width: 75%;
    text-align: left;
    padding: 30px;
    background-color: #ddd;
    border-radius: 3px;
    /*margin: 15px;*/
    vertical-align: top;
}

.right-div {
    display: inline-block;
    max-width: 28%;
    text-align: left;
    padding: 30px;
    background-color: #ddd;
    border-radius: 3px;
    /*margin: 15px;*/
}

.left-text, .right-text {
    font: 300 16px/1.6 'Helvetica Neue' sans-serif;
    color: #333;
}



@media screen and (min-width: 870px) {
    .left-div {
        max-width: 70%;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
        background-color: #ffffff;
        /*border-top: 10px solid #FF3628;
        border-right: 10px solid blue;
        border-bottom: 10px solid #00FF00;
        border-left: 10px solid #951E77;*/
        /*background-color: rgba(13, 29, 45, 0.35);
        background: rgba(0,19,71,1);
        background: -moz-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,19,71,1)), color-stop(27%, rgba(16,120,176,1)), color-stop(73%, rgba(33,74,176,1)), color-stop(100%, rgba(0,19,71,1)));
        background: -webkit-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -o-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: linear-gradient(to right, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001347', endColorstr='#001347', GradientType=1 );*/
    }

    .right-div {
        max-width: 29.9%;
        background-color: #d3d3d3;
        /*background: rgba(32,149,217,1);
        background: -moz-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,149,217,1)), color-stop(16%, rgba(130,182,212,1)), color-stop(97%, rgba(32,149,217,1)), color-stop(100%, rgba(32,149,217,1)));
        background: -webkit-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -o-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -ms-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: linear-gradient(to right, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2095d9', endColorstr='#2095d9', GradientType=1 );*/
    }
}

.cube {
    max-width: 100%;
    padding-top: 15px;
    /*padding-right: 10px;*/
    padding-bottom: 15px;
    padding-left: 10px;
    border-left: 15px solid #3EC8AC;
    border-right: 15px solid #4E90A4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 15px;
    /*background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);*/
    background-image: linear-gradient(to right,#e81010 30%, #D96622 30%, #feeb1a 80%), linear-gradient(to right,#984fca, #0E2D75, #426a3c);
}

@media screen and (max-width: 990px) {
    .cube {
        max-width: 100%;
        padding-top: 35px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        border-left: 15px solid #3EC8AC;
        border-right: 15px solid #4E90A4;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-position: 0 0, 0 100%;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 20px;
        -moz-background-size: 100% 20px;
        background-size: 100% 10px;
        /*background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);*/
        background-image: linear-gradient(to right,#e81010 30%, #D96622 30%, #feeb1a 80%), linear-gradient(to right,#984fca, #0E2D75, #426a3c);
    }
}

@media screen and (max-width: 990px) {
    .left-div {
        max-width: 100%;
        background-color: #ffffff;
        /*background: rgba(0,19,71,1);
        background: -moz-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,19,71,1)), color-stop(27%, rgba(16,120,176,1)), color-stop(73%, rgba(33,74,176,1)), color-stop(100%, rgba(0,19,71,1)));
        background: -webkit-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -o-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        background: linear-gradient(to right, rgba(0,19,71,1) 0%, rgba(16,120,176,1) 27%, rgba(33,74,176,1) 73%, rgba(0,19,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001347', endColorstr='#001347', GradientType=1 );*/
    }

    .right-div {
        min-width: 100%;
        background-color: #d3d3d3;
        /*background: -moz-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,149,217,1)), color-stop(16%, rgba(130,182,212,1)), color-stop(97%, rgba(32,149,217,1)), color-stop(100%, rgba(32,149,217,1)));
        background: -webkit-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -o-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: -ms-linear-gradient(left, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        background: linear-gradient(to right, rgba(32,149,217,1) 0%, rgba(130,182,212,1) 16%, rgba(32,149,217,1) 97%, rgba(32,149,217,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2095d9', endColorstr='#2095d9', GradientType=1 );*/
    }
}


/*-------------------------------------------------------------------*/
/**----FIN CONTENEDOR NOTICIAS IMAGENES------------------------------*/
/*-------------------------------------------------------------------*/

.img_banner {
    min-width: 100%;
}

@media screen and (min-width: 870px) {
    .img_banner {
        max-width: 100%;
    }
}

/*---------------------------------------------------*/
/*--------- PÁGINA GALERÍA FOTOGRÁFICA --------------*/
/*---------------------------------------------------*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(68, 162, 228, 0.23);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        /*text-transform: uppercase;*/
        color: #ffffff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(4,46,88,.8);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 25px;
    }

    .hovereffect a.info {
        font-weight: bold;
        text-decoration: none;
    }

        /*.hovereffect a.info {
            box-shadow: 0 0 5px #fff;
            color:white;
            font-weight:bold;
        }*/
        .hovereffect a.info::after {
            content: "\f083";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 80px;
            color: #f1f1f3;
            /*top: 50%;*/
            left: 40%;
            /*top:40%*/
            /*margin: 20px -200px;
            z-index: 1;*/
        }

hovereffect a.info
.hovereffect img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect h2, .hovereffect a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#your-img {
    /*height: auto;
    width: auto;*/
    max-width: 700px;
    max-height: 500px;
}

@media screen and (min-width: 990px) {
    #your-img {
        height: 100%;
        width: 100%;
    }
}

.owl-carousel .item img {
    max-height: 800px;
}

#sync1 .item {
    /*background: #0c83e7;
        padding: 80px 0px;*/
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .current .item {
    background: #4D719E;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #004d09;
    }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }

#sync2.owl-theme {
    position: relative;
}

    #sync2.owl-theme .owl-next, #sync2.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync2.owl-theme .owl-prev {
        left: 10px;
    }

    #sync2.owl-theme .owl-next {
        right: 10px;
    }
/*---------------------------------------------------*/
/*---------FIN PÁGINA GALERÍA FOTOGRÁFICA------------*/
/*---------------------------------------------------*/



/*---------------------------------------------------*/
/**---- PÁGINA MATERIAL AUDIOVISUAL-----*/
/*---------------------------------------------------*/
.container_video {
    position: relative;
    overflow: hidden;
}

    .container_video:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
        /*background-color: rgba(234, 239, 245, 0.5);*/
        background-color: rgba(36, 37, 38, 0.5);
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .container_video:after {
        content: "\f144";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        font-size: 100px;
        color: #ffffff;
        /*top: 50%;
            left: 50%;*/
        margin: 20px -200px;
        z-index: 1;
    }

    .container_video img {
        z-index: 1;
    }
/*---------------------------------------------------*/
/**----FIN PÁGINA MATERIAL AUDIOVISUAL-----*/
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/**----  ACORDEON PREGUNTAS FRECUENTES --------*/
/*---------------------------------------------------*/
.accordion_preguntas {
    font-size: 18px;
    background-color: rgba(68, 162, 228, 0.30); /*#67b2e8;*/ /*#eee*/
    color: #004d09; /*white;*/ /*#444;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .active_preguntas, .accordion_preguntas:hover {
        background-color: #275885; /*#ccc*/
        color: #ffffff
    }

.panel_preguntas {
    font-size: 18px;
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

    .panel_preguntas p {
        text-align: justify;
    }

.accordion_preguntas:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 17px;
    color: #e5e5e5;
    float: right;
    margin-left: 5px;
}

.active_preguntas:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*---------------------------------------------------*/
/**----  FIN ACORDEON PREGUNTAS FRECUENTES --------*/
/*---------------------------------------------------*/


/*-----------------------------------*/
/**---------------MODO MOVIL */
/*-----------------------------------*/
.img_moviltexto {
    /*background-color: aqua;*/
    height: 110px;
    padding-left: 2%;
    padding-right: 2%;
}

/*@media handheld, only screen and (max-width: 767px) {
    .img_moviltexto {
        background-color: bisque;
        padding-left:10%;
        padding-right:10%;
    }

}*/



.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 235px;
    width: 20%;
    height: autoos;
    color: #e1ffff;
    left: 0px;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
    */
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}





#guide-template #intro-container {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-color: #000;
    text-align: center;
    position: relative;
    z-index: 4;
}

#guide-template h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-style: normal;
    font-size: 120px;
    margin: 0 10px 10px 10px;
}

#guide-template h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #49E2D6;
    font-style: normal;
    font-size: 38px;
    margin-top: 20px;
    text-transform: uppercase;
}

#guide-template #intro-container p {
    font-family: Arial, sans-serif;
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
    margin: 50px auto;
}

#guide-template #nav-bar {
    position: relative;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #FAFAFA;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F2F2F2));
    background-image: -webkit-linear-gradient(top, #FFF, #F2F2F2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #FFF, #F2F2F2);
    background-repeat: repeat-x;
    z-index: 3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

#guide-template.fixed #nav-bar {
    position: fixed;
    z-index: 99;
}

#guide-template a.menu-burger {
    height: 49px;
    padding: 13px;
    float: left;
    padding-bottom: 0px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

#guide-template .social-container {
    height: 49px;
    padding: 13px 0 0 25px;
    float: right;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

#guide-template #nav-bar a:hover {
    background-color: #1C596D;
    color: #FFF;
    text-decoration: none;
}

#main {
    background: #FFF;
}

#guide-template.fixed #main {
    position: relative;
    top: 50px;
}

#guide-template #content {
    border-left: 1px solid #EEE;
    padding-bottom: 25px;
}

#guide-template #sidebar {
    padding: 0px;
}

#guide-template #affix {
    position: relative;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #guide-template #affix li a {
        padding: 8px 0px;
        padding-left: 20px;
        position: relative;
        border-bottom: 1px solid #EEE;
        width: 100%;
        display: block;
    }

    #guide-template #affix li:hover a {
        background-color: #F7F7F7;
    }

    #guide-template #affix a:hover {
        text-decoration: none;
    }

    #guide-template #affix li.current a {
        background-color: #E86425;
        color: #FFF;
        border-right: none;
    }

        #guide-template #affix li.current a:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #FFF;
            position: absolute;
            right: -1px;
            top: 15px;
        }

#guide-template.fixed #affix {
    position: fixed;
    z-index: 99;
    width: 20.5%;
    top: 50px;
    height: 100%;
}

@media (max-width: 996px) {
    #sidebar {
        display: none;
    }
}

/**OCULTA CONTENIDO**/
@media only screen and (max-width: 1500px) and (min-width: 381px) {
    #apareceDesaparece {
        display: none !important;
    }
}
/**MUESTRA CONTENIDO**/
@media only screen and (max-width: 880px) {
    #apareceDesaparece {
        display: block !important;
    }
}
