/*
    Theme Name: theme_invitro
    Theme URI:
    Description: Tema para la web
    Author: INVITRO AGENCIA DIGITAL
    Version: 1.0
    License: GNU General Public License v2 or Later
    Tags: Wordpress
*/



*{margin: 0;padding: 0;box-sizing: border-box;}

.content-banner-pages { 
    gap: 30px !important;
}


// AQUI VAN LOS ESTILOS PARA RETIRAR LA DESCRIPCION DEL ARTICULO

.banner-pages-slider .splide__track ul li .banner-slide .content-banner-pages p {
	font-weight: 600 !important;
}
.section-vacante .contenedor .right .datos-vacante {
	align-items: normal !important;
}

.video-container {
	border-radius: 0px !important;
}

@media (max-width: 800px) {
    #mapa-nacional-2 .contenedor .left {
		position: relative !important;
		}
	}