/*
Theme Name: Twenty Thirteen
Theme URI: https://www.anahuac.mx/veracruz/
Author: UAV based on the WordPress team's work.
Author URI: https://www.anahuac.mx/veracruz/
Description: Actualización para la campaña 2021-2022. Se encuentra basado en el trabajo del equipo de WordPress (Twenty Thirteen).
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, orange, white, light, one-column, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen
*/


/**
 * Table of Contents:
 *
 * 31.0 - Defensoria
 * ----------------------------------------------------------------------------
 */

.topinfo {
    height: 90px;
    min-height: 90px;
}

.topinfo-container {
	height: 90px;
}

.topinfo-container .toplogo img {
	max-height: 70px;
}

.topinfo-container .topnotify-container img {
	max-height: 55px;
}

.site-footer {
    background-color: #333333;
    color: #ffffff;
}

.site-footer .sidebar-container {
    background-color: #4a4a4a;
    background-image: url(../images/footer-base_dark.png);
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.site-footer .widget .international a {
    color: #f5f5f5;
}

.site-footer .widget .international {
    color: #c7c7c7;
}

.site-footer .site-info .universidad {
    padding-top: 2px;
}

.site-footer .site-info .universidad .logo-footer-main {
	max-width: 220px;
}

.site-info, .site-footer a {
	color: #6c6c6c;
}

.site-info .campus .title {
    color: #a1663a;
}

@media (min-width: 1300px) {
    .site-footer .widget-area {
        justify-content: center;
    }
}

/* Query para pantallas HD superiores a 1920 - Posiblemente QHD */
@media (min-width: 2500px) {
	.topinfo {
		height: 115px;
		min-height: 115px;
	}

	.topinfo-container {
		height: 115px;
		min-height: 115px;
	}
	
	.topinfo-container .toplogo img {
		max-height: 90px;
	}
	
	.topinfo-container .topnotify-container img {
		max-height: 70px;
	}
	
	.site-footer .site-info .universidad {
		padding-top: 2px;
	}
	
	.site-footer .site-info .universidad .logo-footer-main {
		max-width: 300px;
	}
}

/* Query para pantallas HD mayores a 2560 - posiblemente 4K */
@media (min-width: 3150px) {
	.topinfo {
		height: 230px;
		min-height: 230px;
	}
	
	.topinfo-container {
		height: 230px;
		min-height: 230px;
	}
	
	.topinfo-container .toplogo img {
		height: 180px;
		max-height: 180px;
	}
	
	.topinfo-container .topnotify-container img {
		height: 140px;
		max-height: 140px;
	}
	
	.site-footer .site-info .universidad {
		padding-top: 2px;
	}
	
	.site-footer .site-info .universidad .logo-footer-main {
		max-width: 600px;
	}
}

@media (max-width: 1100px) {
	.site-footer .sidebar-container {
        background: #4a4a4a;
    }
}

@media (max-width: 999px) {
	.topinfo-container .toplogo img {
		max-height: 80px;
	}
}

@media (max-width: 799px) {
	.site-footer .site-info .universidad .logo-footer-main {
		max-width: 210px;
	}
}

@media (max-width: 767px) {
	.site-footer .site-info .universidad .logo-footer-main {
		width: 100%;
		max-width: 250px;
		height: auto;
	}
}

@media (max-width: 643px) {
	.topinfo-container {
		height: auto;
	}
	
	.site-header .home-link img {
        height: 100%;
        max-height: 90px;
    }
}

@media (max-width: 480px) {
	.site-header .home-link img {
        width: 90%;
		height: auto;
        max-height: none;
    }
	
	.site-footer .site-info .universidad .logo-footer-main {
		width: 75%;
		max-width: 250px;
	}
	
	.site-info .sep-border {
        border-top: 1px solid #161616;
    }
}