/*Noticia destacada*/
#noticiaDest{
    cursor: pointer;
}

#noticiaDestBG{
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
    height: 450px;
    position: relative !important;
}

#noticiaDestTitulo{
    display: inline-block;
    text-shadow: -1px 1px 13px #000000;
    background-color: #231f1f00;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    position: absolute !important;    
    bottom: 0;
    text-align: center;
    width: 100%;
}

#noticiaDestTitulo:hover{
    color: #49a6e3;
}

@media only screen and (max-width: 767px) {
    #noticiaDestTitulo{
        font-size: 20px;
    }    
}

.classynav ul li .dropdown {
    max-height: 600px;
    overflow: scroll;
}

.classynav ul li a {
    overflow: hidden;
    font-size: 0.9rem;
}

.menuMasChico {
    font-size: 0.7rem !important;    
}

/*Bloque de 5 noticias de arriba*/
#cuadroMayor{
    width: 90%;
}

.newsSmallCell, .newsBig{
    overflow: hidden;
    max-height: 300px;
}    

.newsImgSM{
    width:100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.marker
{
	background-color: Yellow;
}

@media (min-width: 992px){
    .newsImg{
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: content-box;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }       

    .newsBig{
        height: 500px;
        max-height: unset;
    }

    .newsSmallRow{
        height: 250px;
    }   
    
    .newsSmallCell{
        height: unset;
    }
}  

.newsSmallCell:hover .newsImg,
.newsSmallCell:focus .newsImg,
.newsSmallCell:hover .newsImgSM,
.newsSmallCell:focus .newsImgSM,
.newsBig:hover .newsImg,
.newsBig:focus .newsImg,
.newsBig:hover .newsImgSM,
.newsBig:focus .newsImgSM {
    transform: scale(1.1);
}

.add-widget a img{
    margin-bottom: 5px;
}

.welcome-post{
    display:block;
    max-height:200px;
    position:absolute !important; 
    bottom:20px;
}

.index-post img{   
    position: relative;
    width: 100%;
}

.contacto{    
    background: #fff;
    float: left;
    margin-top: 15px;
    padding: 15px 5%;
    position: relative;
    width: 100%;
}
.contacto p{    
    float: left;
    text-transform: uppercase;
    margin-left: 10px;
}

.contacto .post-header{
    margin-bottom: 2px;
    color: #222;
    float: left;
    font-size: .9rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: -4px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}

.contacto-img{
    width: 95%;
}

h4.post-header {
    border-top: 4px solid #eee;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

span.post-header {
    border-top: 4px solid #0071bc;
}

.fila-hot-news {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fila-hot-news img{
    flex-shrink: 0;
    width: 100%;    
    min-height: 100%;
    cursor:pointer;
}

#spamGrande img{
    height: auto;
    width: 100%;
}
/* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

#viralnewsNav{
    background-color:#45b5ff;
    height: 75px;
}

#logo_principal{
    padding-left:20px;
}

@media only screen and (max-width: 740px) {
  #logo_principal {
    padding-left:0;
  }
}

.welcome-slide-area{
    padding: 0 0 20px 0;
}

.header-area .viral-news-main-menu{
    height: auto;
}

.single-welcome-slide .welcome-post .post-content{
    position: relative;   
    text-shadow:-1px 1px 13px #000000; 
}

.single-welcome-slide .welcome-post.style-2 .post-title-big{
    font-size:1.3em;
}

.single-welcome-slide .welcome-post.style-2 .post-title-bigDest{
    font-size:2.8em;
}

.destTag{
    font-size: 20px !important;
}

.single-welcome-slide .welcome-post.style-2 .post-title-small{
    font-size:1.5em;
}

@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-post.style-2 .post-title{
        font-size: 1em;        
    }
}    

.single-welcome-slide .welcome-post .post-content .tag, .single-blog-post.style-3 .post-data .post-catagory {
    background-color:  #689dee;
}

.spam{
    margin: 10px 0 10px 0;    
    text-align: center;
    width: 100%;
    height: auto;
}    

.spam a img{
    border: 1px black solid; 
    width: 97%;
    max-height: 100%;
}


#tit-DEST{
    margin: 10px 5px 0 5px;
    width: 100%;
    text-align: center;
    background: #0071bc;    
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#tit-DEST h5{
    margin-top: 5px;
}

.style-DEST {
    margin: 0 5px 0 5px;
    display: flex; 
    flex-flow: row;
    background: #49a6e3;
    border-radius: 0 0 5px 5px;    
}

.son-DEST {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow: hidden;
    margin: 5px;
    text-align: left;
    flex-basis: 32%;
    align-items: center;
    justify-content: center;
}

.son-DEST a {
    font-weight: bold;
}

.son-DEST img{
    height: 80%;   
    cursor: pointer;
}


@media (max-width: 768px) {

    .hideFlex{
        display: none;
    }
    
    .son-DEST {    
        flex-basis: 49% !important;
    }
    
    .son-DEST a {
        font-size: 0.8rem;
    }
    
}

@media (max-width: 740px) {

    .hideFlex{
        display: none;
    }
    
    .son-DEST {    
        flex-basis: 49% !important;
    }
    
    .son-DEST a {
        font-size: 0.67rem;
    }
    
}


.single-blog-post{
    width:100%;
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid gray;
    display: flex;
}

.single-blog-post.style-3 .post-thumb{
    margin-bottom: 10px;
    overflow: hidden;
    width: 40%;
    max-height: 300px;
    flex: unset;
    min-width: unset;
}

.single-blog-post.style-3 .post-data{
    margin-bottom: 10px;
    width: 60%;
    padding-left: 25px;
}

.single-blog-post.style-3 .post-data .post-catagory{
    margin-bottom: 0;
}

#scrollUp{
    background-color: #0071bc;
}

.newsletter-widget{
    background: #04d3fe;
    padding: 10px;
    text-align: center;
}

.header-area .viral-search-form{
    height: 7%;
    background: #fff;
    top: 50px;
    width: 350px;
    right: 50px;
    left: unset;
}

.header-area .viral-search-form.active form{
    top: 5px;
}

.header-area .viral-search-form form input{
    height: 30px;
    background-color: rgba(0,0,0,.05);
}

.header-area .viral-search-form form button{
    height: 30px;    
}

.header-area .viral-search-form.active{
    border: 1px solid black;
    height: 42px;    
}

.breakpoint-off .classynav ul li .dropdown, .breakpoint-on .classy-navbar .classy-menu{
    background-color: #0071bc;
}

body{
    background-color:  #f2f2f2 ;
}

.single-welcome-slide .welcome-post .post-content .post-title{
    background-color: #231f1f00;
    font-weight: bold;
}

.sidebar-area{
    text-align: center;
}

.spam-lat{
    width: 80%;
}

#loader-index, #loader-single, #loader-fotoshd{
    display: block;
    margin: auto;
    margin-top: 20px;
}

.celdasPrimerasNotas{
    height: 50%
}

#noticiasLaterales{
    margin-top: 30px;
}

.noticia{
    display:flex;
    margin-bottom: 10px;
}

.imagen{
    width: 25%;
    height: auto;
    padding-right: 10px;
}

.texto{
    flex: 1;
}

.seccion{    
    color: #999;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: .65rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}

.titulo{
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #222222;
    float: left;
    line-height: 130%;
    width: 100%;
    font-weight: 400;
}

.single-blog-post-details .post-data .post-catagory, .single-welcome-slide .welcome-post .post-content .tag, .single-blog-post.style-3 .post-data .post-catagory{
    background-color: #0071bc;
    width: unset;
    display: unset;
    padding: 5px;
}

#fondo{
    display:none; 
    z-index:99999; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height:100%; 
    opacity: 0.4; 
    background-color: #000000;
}

.post-fotohd, .post-thumb{
    text-align: center;
    display: block;
}

.single-blog-post-details .post-thumb{
    overflow: hidden;
    max-height: 500px;
}

.single-blog-post-details .post-thumb img{
    width: 100%;
}

.RedesSociales {
    display: flex; 
    align-items: center; 
    gap: 5px;
}

.RedesSociales a img{
    height:25px;
    width: 100px;
}

/*
Spam Grande 
*/
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}

.modal-content{
    background-color: unset;
    border: unset;
}

.modal-body .close {
    color: white;
    text-shadow: 0 1px 0 #0f0e0e;
    opacity: unset;
    font-size: 2rem;
}

a, a:hover, a:focus{
    color: unset;
}

.single-blog-post-details .post-data .post-title {
    margin-bottom: 5px;
}

.post-meta ol, ul {
    list-style: inside square; 
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
}
.post-meta li {
    margin-top: 8px;
    margin-bottom: 8px;
}
