/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.1.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/




@font-face {
    font-family: 'bitstream_vera_serifroman';
    src:url('fuente/verasebd-webfont.ttf') format('ttf'),  
    	url('fuente/verase-webfont.woff2') format('woff2'),
         url('fuente/verase-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bitstream_vera_serifbold';
    src:	url('fuente/verasebd-webfont.ttf') format('ttf'), 
    	url('fuente/verasebd-webfont.woff2') format('woff2'),
         url('fuente/verasebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*** CUSTOM ***/

.ad-container{
	float: left;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/** style **/


#envivohome{}

.envivohome_contenedor{
	background: url('https://www.elnacional.com.py/webinar1/img/fondo.png') no-repeat center center;
	background-size:  cover;
	display: flex;
    padding: 32px;
}
.envivohome_columna1, .envivohome_columna2{
	
	flex:  1 1 50%;
	color:  white;
}

.envivohome_columna1{}
.envivohome_columna2{}
.envivohome_envivobadge{
	background:  #f0253b;
	color:  white;
	display: inline-block;
	padding:  6px;
	    border-radius: 4px;

}
.envivohome_envivologo{
	    max-width: 80%;
    margin-top: 6px;
}

@media (max-width:  600px){
	.envivohome_contenedor{
		flex-direction:  column;
	}
	.envivohome_envivologo{
		margin-bottom: 22px;
	}
}

#banner-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /* width: 100vw; */
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    justify-content: center;
    align-items: center;
}


#banner-popup-modal .content {
	position:relative;
}

#banner-popup-modal .content a.close-banner-popup-modal {
	position: absolute;
    right: -16px;
    width: 32px;
    height: 32px;
    background: #FFF;
    border-radius: 50%;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {

    #banner-popup-modal .content img {
        
        width: 100%;
        height: auto;;
    }
}

@media(min-width: 768px) {
    
    #banner-popup-modal {
        width: 100%;
    }
}

.mvp-cat-date-wrap span.mvp-cd-date{ 
    color: #333 !important 
}