/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.copyright {
    text-align: center;
}
.copyright p {
	margin-bottom:5px;
}
.menuDirectorio {
	background-color: #e7631b;
	margin-bottom:20px;
}
.menuDirectorio .nav>li>a {
	font-size: 16px;
	color: #fdfdfd;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
}
.menuDirectorio .nav>li>a:hover {
	background-color: #080808;
}
#menu-directorio li {
	display:inline-block;
	
}
.detallesInfo {
	margin-bottom:20px;
	text-transform: uppercase;
}
.listaContacto {
	border: 1px solid #999999;
    border-bottom: 2px solid #e7631b;
    margin-bottom: 20px;
}

.listaContacto .fecha {
    text-align: right;
}
.listaContacto td {
	border: none;
}
.listaContacto a.reportarError {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #de0915;
    padding: 3px;
}
.listaContacto a.reportarError:hover {
    background-color: #f8c522;
}
.listaContacto a.cerrarError {
        background-color: #e41818;
    float: right;
    font-size: 16px;
    color: #FFF;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: bold;
    margin-top: 30px;
    margin-right: 30px;
}
#mostrarAreaDeInteres select, #mostrarMediosNacionales select, #mostrarMediosRegionales select, #mostrarAgencias select, #mostrarOtrasInstituciones select{
	max-width: 85%;
	margin-right:1%;
	margin-bottom:20px;
}
#nav_menu-2 li {
	padding: 0px;
    padding-bottom: 5px;
}
#formularios .col-6{
	margin-bottom: 15px;
}
.single-post .comments {
	display:none;
}
#ingresoLogin {
	margin-left: auto;
    margin-right: auto;
}
#ingresoLogin .btnForm {
	padding:0px;
}
.vimeography-gallery {
    width: 100% !important;
}
.tituloMar {
    margin-bottom: 0px !important;
}
.block-head-g {
    background: #2B2B2B;
}
.block-head .heading .color {
    color: #2B2B2B;
}
.sby_header_text h3, p.sby_bio {
	color:#ffffff;
}
/*.home .meta-item.post-cat {
	display:none;
}*/
/*Smartphone*/
@media (max-width: 480px) {
	.movil {
		display: inline-block;
	}
	.movil2 {
		display: block;
	}
	.pc {
		display: none;
	}
	.pc2 {
		display: none;
	}
	#topHeader {
    	display: none !important;
	}
	#loginForm {
    	display: none !important;
	}
	#login {
    	display: none !important;
	}
	.date {
		display: none;
	}
	#wpadminbar {
		display: none;
	}
	.h5ab-print-button-container {
		display: none;
	}
	.extractoDes {
		display: none;
	}
	.menuDirectorio {
		display: none;
	}
	.listaContacto td {
		display: block;
	}
	.listaContacto .fecha {
		text-align: left;
		margin-bottom: 0px;
	}
	#contentCategoria article p {
		font-size: 12px;
	}
	.login form.formDirectorio, form#buddyforms_form_registro-directorio {
		width: 100% !important;
	}
	.embed-container {
		position: relative;
		padding-bottom: 125% !important;
		height: 0;
		overflow: hidden;
	}
}
/*Desktop*/
@media (min-width: 990px) {
	.movil {
		display: none;
	}
	.movil2 {
		display: none;
	}
	.pc {
		display: inline-block;
	}
	.pc2 {
		display: block;
	}	
	.embed-container {
		position: relative;
		padding-bottom: 30%;
		height: 0;
		overflow: hidden;
	}
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-certificados .comments {
	display: none;
}
.single-certificados .main-content:not(.main), .single-certificados .no-sidebar .right-sidebar .main-content {
        width: calc(133% - var(--sidebar-c-width));
    }
.single-certificados .s-head-modern .post-title {
	text-align:center;
}
.single-certificados .post-meta > :last-child {
    margin-bottom: 0;
    text-align: center;
}
.single-certificados .navigate-posts {
	display:none !important;
}