/*------------------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;
}

.facebook {
    background-color: #3B5998;
}

.twitter {
    background-color: #000000;
}

.whatsapp{
    background-color: #48A91F;
}

.email {
    background-color: #f6d317;
}

.youtube {
    background-color: #C4302B;
}

.instagram {
    background-color: #825C48;
}

.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) { 


   

}

 