@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


a:hover {
    text-decoration: none;
}

body {
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}

.marker {
    background-image: url('../img/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

#ir_arriba {
    bottom: 30px;
    position: fixed;
    right: 30px;
}

#ir_arriba span {
    background: url("../img/uptotop.png") no-repeat scroll center center;
    display: block;
    height: 48px;
    width: 48px;
    opacity: 0.50;
}

.relleno_ambos {
    padding-top: 80px;
    padding-bottom: 80px;
}

.zona_redes li {
    display: inline-block;
}

b, .negro{
    color: #000000;
}
.navbar-toggler {
    text-align: right;
}

.nav-link .fa-bars {
    color: #ffffff80;
    font-size: 1.5em;
}


#menu_superior {
    padding: 10px 0px 20px;
    display: flex;
    align-items: flex-start;
}

.google{margin-right: 20px;}

#menu_principal .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0px;
    margin: 0.5em 0.7em;
}




#menu_principal .dropdown-menu {
    padding: 0;
    margin: 0px 0px 0px 0.2em;
    border-radius: 0rem;
}

#menu_principal .dropdown-item a {
    font-size: 0.9em;
    display: block;
    padding: .45rem 1rem;
}

#menu_principal .dropdown-item {
    font-size: 1em;
    padding: 0px!important;
    font-weight: 300;
    /*border-bottom: 1px solid #ccc;*/
}
.dropdown-toggle:first-child::after {  display: none;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle:first-child::after {  display: inline-block!important;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle{ text-transform: capitalize!important; margin: 0px; /*border-bottom: 1px solid #ccc!important;*/ font-weight: 400!important;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.image_centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banda_promocional {
    width: 100%;
    z-index: 9999;
    top: 0;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.banda_promocional a:hover{
    text-decoration: underline;
}

.alinear_abajo {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

.alinear_v_centrado {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.alinear_items_v {
    align-items: center;
}

/*------- solo para menu oculto-----------------*/
.icon_cierre {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.logo_oculto img {
    width: 80%;
}

#cerrar-menu {
    font-size: 1.9em;
}

.fa-times:before {
    color: #000;
    content: "\f00d";
}

#item1.show .nav-link {
    color: #666;
}

#accordion1 {
    margin-top: 10px;
}

#menu_oculto.abierto {
    right: 0;
}

#accordion1 .nivel_1 a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    padding: 0.3rem 1rem;
}

#accordion1 .nivel_1 .fas {
    float: right;
}

#accordion1 .nivel_2 a {
    text-transform: fullwidth;
    font-size: 0.8em;
}


#menu_oculto {

    width: 297px;
    right: -297px;
    position: fixed;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    background: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container_menu_oculto {

    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/*------------------------botn con efecto-------------------------------*/

.btn_corporativo {
    text-transform: uppercase;
    font-weight: 700;
}


.efecto_boton {

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin: .4em;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.efecto_boton::before {

    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.efecto_boton:hover::before, .efecto_boton:focus::before, .efecto_boton:active::before {

    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}

.paginacion {
    margin-top: 50px;
}

/*--------------frase boton---------------------*/
.fondo_color_frase_boton{padding-top: 20px; padding-bottom: 20px;}

.banda_frase_boton .frase span{font-size: 2em!important; font-weight: 800; text-transform: uppercase;}
.banda_frase_boton .btn-secondary {text-transform: uppercase; margin-top: 15px;}

/*-------------------------------footer------------------------------*/
footer {
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 110%;
    font-size: 0.9em;
}

footer p {
    line-height: 120%;
}

.area_pie {
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.enlaces_pie li {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.distribuidores_pie img {
    width: 50%;
}

.distribuidores_pie li {
    margin-bottom: 8px;
}

.caja_pie .datos_iconos li {
    display: inline-flex;
    line-height: 150%;
}

.caja_pie .datos_iconos i {
    padding-right: 8px;
    font-size: 1.2em;
}

.borde_subpie {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
}

.bloque_calidad{
    padding: 40px 5px;
}

.bloque_calidad img {
    padding: 20px;
}

.caja_pie .enlace {
    font-weight: 600;
}

#bloque_firma {
    padding-top: 8px;
    font-size: 0.8em;
}

/*------------------------------calendario ---------------------------------------*/

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
   
    background-color:#efefef;
    text-transform: uppercase;
    font-size: 14px;
    padding:4px 7px!important;
    border-color:#ccc;
    margin-bottom: 5px!important;
}

.daterangepicker select.yearselect {    width: 42%!important;}


/*----------------------banner publi--------------------------------------*/

.banner_publi {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.texto-caption {
    color: #fff;
    text-align: center;
}

.texto-caption h2 {
    font-size: 5em;
    font-weight: 900;
    line-height: 100%;
}

.texto-caption span {
    font-size: 0.8em;
    font-weight: 900;
    line-height: 100%;
}

.texto-caption p {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 100%;
}

/*------------------tu alquiler-----------------------*/
#alquiler_incluye {
    text-align: center;
}

#alquiler_incluye h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.cajas_iconos {
    text-align: center;
    margin-top: 20px;
}

.cajas_iconos .nombre_cajas {
    text-transform: uppercase;
}

#alquiler_incluye h3 {
    font-size: 1.5em;
    font-weight: 600;
}

.fila_cajas {
    justify-content: center;
}

.destacado {
    font-size: 1.1em;
    font-weight: 600;
}

.cajas_iconos .desc {
    padding: 10px 10px;
    font-size: 0.9em;
}

.cajas_iconos .icono img {
    padding: 20px;
    width: 33%;
}


/*-----------------extras-----------------------*/
#extras h2 {
    font-size: 2.8em;
    font-weight: 700;
    text-transform: uppercase;
}

#extras .caja {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0px 10px #777, 0 0 10px #CCC inset;
    -moz-box-shadow: 0 0px 10px #777, 0 0 10px #CCC inset;
    box-shadow: 0 0px 25px #777, 0 0 10px #CCC inset;
}

#extras h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.cajas_extras {
    align-content: stretch;
}

#extras .caja {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*------------------presentacion-----------------------*/
#presentacion {
    background-image: url("../img/fondo_iconos.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}


.texto_pres h2 {
    letter-spacing: -.3px;
    line-height: 1.22;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 10px;
    text-transform: uppercase;
}

.texto_pres h2 span {
    font-weight: 800;
}


#presentacion .sobre_titular {
    margin-bottom: 10px;
}

#presentacion .imagen_pres {
    display: flex;
    align-self: center;
}

#presentacion .imagen_pres img {
    align-self: center;
}

#presentacion .texto_presentacion {
    padding-left: 7%;
    display: flex;
    align-self: center
}

.texto_pres {
    margin-bottom: 30px;
    align-self: center;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .aviso, .firma {
        text-align: center;
    }

    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        margin-left: auto;
        text-align: right;
        margin-top: 5px;
        display: block;
    }

    .area_pie {
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .banner_publi h2 {
        font-size: 1.4em;
    }

    .banner_publi p {
        font-size: 1em;
    }

    #alquiler_incluye h2 {
        font-size: 2em;
    }

    #extras h2 {
        font-size: 2em;
    }

    .imagen_pres col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .texto_pres h2 {
        font-size: 1.7em;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    #presentacion .relleno_ambos {
        padding-top: 0px;
    }

    #presentacion .sin_margenes {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .aviso, .firma {
        text-align: center;
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        text-align: right;
        margin-top: 5px;
        margin-left: auto;
        display: block;
        margin-top: 5px;
        display: block;
        margin-top: 25px;
    }

    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

    #extras h2 {
        font-size: 2.4em;
    }

    .texto_pres h2 {
        margin-bottom: 10px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        text-align: right;
        margin-top: 5px;
        margin-left: auto;
        display: block;
        display: block;
        margin-top: 10px;
    }

    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

    #extras h2 {
        font-size: 2.4em;
    }

    #extras h3 {
        font-size: 0.8em;
    }

    .cajas_iconos .icono img {
        width: 70%;
    }

    #presentacion .texto_presentacion {
        padding-left: 10px;
    }

    .texto_pres h2 {
        font-size: 2.1em;
        margin-bottom: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu_principal .nav-link {
        margin: 0.5em 1em;
    }

    .banner_publi h2 {
        font-size: 2.5em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        height: auto;
        padding-top: 8%;
        padding-bottom: 10%;
    }

    #alquiler_incluye h3 {
        font-size: 1.2em;
    }

    .cajas_iconos .icono img {
        width: 50%;
    }

    .texto_pres h2 {
        font-size: 2.1em;
        margin-bottom: 10px;
    }

    #presentacion .texto_presentacion {
        padding-left: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)  and (max-width: 1298.98px) {
    .banner_publi {
        height: auto !important;
        padding-top: 8%;
        padding-bottom: 10%;
    }

}

.cabecero_interior {

    /*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/cabecero_interior.jpg");*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;

}

#Subheader {
    padding: 30px 0;
}

#Subheader .breadcrumbs a {
    color: #fff;
}

#Subheader .breadcrumbs .active {
    color: #fff;
}

.breadcrumbs a:hover {
    opacity: 0.8;
}

#miga_pan {
    background-color: rgba(247, 247, 247, 0.8);
    padding: 30px 0;
    box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, .06);
}


.title_page {
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.8em;
}

.breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin: 1px 0 0;
    margin-top: 1px;
    font-size: 1em !important;

}

.breadcrumbs li {
    display: inline-block;
}


.form-control {
    margin-bottom: 8px;
}


.sobre_titulo {
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: left;
}

.sobre_titulo span {
    display: inline-block;
    position: relative;
}

.sobre_titulo span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: block;
}


.relleno_ambos {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contenido_interior p {
    text-align: justify;
}

.contenido_interior img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blockquote {
    padding-bottom: 20px;
    color: #000;
    padding-top: 20px;
}

.multicolumna {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd; /* Firefox */
    column-rule: 1px solid #ddd;
}

.list-items {
    margin-top: 20px;
}

.list-items li {
    position: relative;
    padding-left: 25px;
}

ul.list-items li i {
    padding-right: 5px;
}


.contenido_interior ul {
    list-style-type: none;
}

.contenido_interior ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    margin-right: 10px;

}

.btn-link:hover {
    text-decoration: none !important;
}

.contenido_interior h2 {
    font-size: 2.7em;
    font-weight: 700;
    padding-bottom: 30px;
}

.contenido_interior h3 {
    font-size: 1.8em;
    font-weight: 600;
}

.pagination {
    justify-content: end;
    padding-top: 20px;
    padding-bottom: 40px;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contenido_interior h2 {
        font-size: 2.3em;
    }

    .cabecero_interior {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .title_page {
        font-size: 1.6em;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .cabecero_interior {
        padding-bottom: 20px;
        padding-top: 35px;
    }

    .contenido_interior h2 {
        font-size: 2.3em;
        padding-bottom: 15px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .title_page {
        font-size: 2em;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .contenido_interior h2 {
        font-size: 2.3em;
    }

    .title_page {
        font-size: 2em;
    }

    .cabecero_interior {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contenido_interior h2 {
        font-size: 2.3em;
    }

    .cabecero_interior {
        padding-bottom: 25px;
        padding-top: 30px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {


}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {


}





/*------------------noticias-----------------------*/




.noticias3 .card-title {font-size: 1.2em!important; font-weight: 600; letter-spacing: -.3px; line-height: 100%;} 
.noticias3 .card-title a{color:#333;}
.noticias3 .fecha_not{ font-weight: 600; text-transform: uppercase; font-size: 0.7em; letter-spacing: 1px; margin-bottom: 10px; }
.noticias3 .caja_not { background-color: #fff; margin-bottom: 30px;}
.noticias3 .caja_not .ver_not{ text-transform: uppercase; font-weight: 600; font-size: 0.7em; transition: color linear 1s; letter-spacing: 1px; }
.noticias3 .caja_not .ver_not::after{font-family: "Font Awesome 5 Free"; content:'\f061'; padding-left: 5px; }
.noticias3 .caja_not .card-footer { background-color: #fff!important; border:none;}
.noticias3 .caja_not figure img { width: 350px; height: 232px; object-fit: contain;}
.noticias3 .noticias3 .card-body {     padding: 0.5rem 1.25rem      !important;}


.noticias3 .card-footer {    padding: 0.25rem 1.25rem;}
/*****efecto Steve referencias *****/

.caja_not figure {    
     overflow: hidden!important;
     align-items: flex-start;
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
 }

 .caja_not figure img {
     position: relative;
     display: block;     
     opacity: 0.8;
 }
 
 .caja_not figure figcaption {
     padding: 2em;
     color: #fff;
     text-transform: uppercase;
     font-size: 1.25em;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }
 
 .caja_not figure figcaption::before,
 .caja_not figure figcaption::after {
     pointer-events: none;
 }
 
 .caja_not figure figcaption,
 .caja_not figure figcaption > a {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }


 
 figure.effect-steve {
     position: relative;
     z-index: auto;
     overflow: visible;
     background: #000;
 }
 
 figure.effect-steve:before {
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100%;
     height: 100%;
     background: #000;
     content: '';
     -webkit-transition: opacity 0.35s;
     transition: opacity 0.35s;
 }
 
 figure.effect-steve:before {
     box-shadow: 0 3px 30px rgba(0,0,0,0.8);
     opacity: 0;
 }
 
 figure.effect-steve figcaption {
     z-index: 1;
 }
 
 figure.effect-steve img {
     opacity: 1;
     -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s;
     -webkit-transform: perspective(1000px) translate3d(0,0,0);
     transform: perspective(1000px) translate3d(0,0,0);
 }
 
 figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,21px);
}



figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}




/*------------------ ficha --------------------*/

.lista_redes {
    margin-bottom: 0px;
}

.lista_redes li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.lista_redes li i {
    line-height: 30px !important;
}

.lista_redes li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;

    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

.lista_redes a:hover {
    color: #000;
}

.columna_dcha {

    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    -moz-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);

}

.imagen_p {

    padding: 0px !important;
}

.titulares_p {
    text-transform: uppercase;
    font-weight: 700;
    color: #ddd;
    font-size: 1.3em;
    padding-bottom: 10px;
}

.imagen_g {
    margin-top: 15px;
    margin-bottom: 15px;
}

.titular_not_g {
    font-size: 2.2em;
    font-weight: 500;
    color: #000;
    padding-bottom: 15px;
    line-height: 100%;
}

.destacado_ficha {
    padding-bottom: 20px;
}

.destacado_ficha strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding-right: 8px;
    font-size: 0.9em;
}

.columna_dcha .titulares_p {
    text-align: center;
    margin-top: 10px;
}

.caja_noticia p {
    text-align: justify;
}

.caja_noticia img{
    max-width: 100%;
    height: auto;
}

.categoria_g {
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
}

.fecha_g {
    color: #222 !important;
    padding: 5px 10px;
    display: inline-block;
}

.cat_g {
    color: #666;
    margin-left: 5px;
    display: inline-block;
}

.cat_g a {
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.cat_g a:hover {
    color: #000;
    border-color: #000 !important;
}


.relleno_n2 {
    margin-bottom: 30px;
    padding: 20px;
}

.relleno_n2 p {
    margin-top: 8px;
}

.form_comentarios .form-control {
    margin-bottom: 8px;
}

.envia_coment {
    margin-top: 10px;

    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0px !important; /*Estandar   */
    -ms-border-radius: 0px !important; /* IE8   */
    -moz-border-radius: 0px !important; /* firefox   */
    -webkit-border-radius: 0px !important; /*safari   */
    -khtml-border-radius: 0px !important; /* Konqueror   */
}


.titulo_vertical {
    color: #ccc;

    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.1;
    padding-bottom: 10px;

    margin-bottom: 10px;
}

.caja_coment {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 30px;
    font-size: 0.8em;
    line-height: 130%;
    background-color: #f4f4f4;
}

.alias {
    padding-left: 20px;
}

.fecha_coment {
    color: #999;
}

.respuesta {
    background-color: #fff;
    padding: 8px;
}

.redes_ficha {
    text-align: right;
}

.zona_noticias .form-control {
    font-size: 0.87em;
    color: #666;
    text-transform: uppercase;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.politica{
    font-size: 12px;
    color: #666666;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

    .noticias3  .caja_not figure img {  width: auto; height: auto; object-fit:inherit    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
  
   
    .noticias3 .h2{text-align: center;   }
   .noticias3 .ver_todas {text-align: center; }
   .caja_not figure img {  width: auto!important; height: auto!important; object-fit:inherit;    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {    
  
    .caja_not figure img { height: 139px!important;}
   
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

  
   .caja_not figure img {  height: 192px !important;}
  
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px){ 
 
   

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) { 


   

}

 