@charset "UTF-8";
/* @import 'https://portal.ucol.mx/cms/dependencia/fonts/OpenSans.css'; */
@import 'https://portal.ucol.mx/cms/dependencia/dist/css/bootstrap.min.css'; /* getbootstrap */

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://portal.ucol.mx/cms/dependenciasv2/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}

header .navbar {
    height: 85px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgb(31 69 41 / 95%)!important;
    /* border-bottom: 20px solid #a3bf42; */
    border-radius: 0px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300 !important;
}

a {
  text-decoration: none;
}

* {
	font-size: 100% !important
}
html,
body {
	min-height: 100%;
}
body {
	display: flex;
    flex-flow: column;
    min-height: 100%;
    font-family: 'Poppins' !important;
    /* font-family: 'Open Sans', Arial, sans-serif; */
    font-size: 14px !important;
    font-weight: 200;
    color: #333333;
}

h2 {
    font-size: 2rem !important;
}

h4 {
    font-size: 1.5rem !important;
}

/* h1 {
    font-size: 2.5rem !important;
}
h2 {
    font-size: 2rem !important;
}
h3 {
    font-size: 1.75rem !important;
}
h4 {
    font-size: 1.5rem !important;
}
h5 {
    font-size: 1.25rem !important;
}
h6 {
    font-size: 1rem !important;
} */
a:not([class*=btn]) {
    color: #A3BF42;
}
.layoutmanager {
    margin-right: -15px;
    margin-left: -15px;
}
.img-responsive {
    max-width: 100%;
    height: auto !important;
}
h1.titulo {
    margin: 0 0 20px;
    border-bottom: none;
    text-align: center;
    /* background-color: #EEE; */
    /* background-image: url(https://portal.ucol.mx/cms/dependencia/img/textura3.svg) !important; */
    padding-left: 50px !important;
    padding-right: 50px !important;
    /* background-position: right bottom !important; */
    /* background-repeat: no-repeat; */
    /* background-size: auto 76px; */
    /* background-position: top right; */
    /* position: relative; */
    /* text-transform: uppercase; */
    /* -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%); */
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    /* box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%); */
    z-index: 10;
    color: #A3BF42;
    font-size: calc(2rem + 2.2vw) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding: 25px 0;
    margin: 0 0 20px;
}
#top {
    border-bottom: 40px solid #A3BF42;
    background-color: #fff;
}
#centro h2, 
#centro .h2 {
    font-size: 20px;
}
.card {
    position: relative;
    display: block;
    margin-bottom: 0rem;
    background-color: #2b532f;
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #fff;
}
.card h6 {
    color: #fff;
}
.navbar-toggler, h1, h2, h3, h4, h5, h6, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #85A947;
}
h1 { font-size: 1.5rem !important; }
h2 { font-size: 1.375rem !important; }
h3 { font-size: 1.25rem !important; }
h4 { font-size: 1.125rem !important; }
h5 { font-size: 1rem !important; }
h6 { font-size:  0.875rem !important; }

.encabezado {
	display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
	min-height: 70px;
}

#navbarClassicCollapse > ul > li:nth-child(2) > div > div > div > div > div {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

#cuerpo>.contenido {
    display: block;
    padding-top: 5em;
}
#lista>ul {
    padding: 0;
    list-style: none;
}
#lista>ul li {
    margin-bottom: .30rem;
}

.encabezado.vacio{
    background-image: url('https://www.ucol.mx/content/cms/41/image/escudo-ucol/logo-udc-black.png');
    background-repeat: no-repeat;
    background-size: 300px 50px;
}

.linkUcol {
    position: relative;
    display: block;
    width: 86px;
    height: 68px;
    background-image: url(https://portal.ucol.mx/content/micrositios/368/image/logo-visiones-naturales.png) !important;
    background-repeat: no-repeat;
    background-size: 75px !important;
    /* margin: 0.606rem 0; */
}

.TituloDep {
	position: absolute;
	margin-left: 54px;
	font-size: 13px;
    bottom: 0;
}

.TituloDep a {
	color: #666666 !important
}

/*** MENU SUPERIOR ***/
#menu,
.slicknav_btn {
	position: absolute;
    top: 32px;
    height: 70px;
    right: 50px;
}
#menu a {
    color: #686868 !important;
    font-weight: 400;
    text-decoration: none;
}
#menu #navlist,
#menu #subnavlist {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu #navlist > li {
	margin-left: 0 !important;
    cursor: pointer !important;
    float: left;
}
#menu #navlist > li > a {
    display: block;
    font-size: 0.9rem !important;
    font-weight: 300;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    line-height: 24px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}
#menu #subnavlist,
#menu #navlist > li:hover,
#menu #navlist > li:focus,
#menu #navlist > li:active {
	background-color: #ffffff !important;
}
#menu #subnavlist {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    float: left;
    min-width: 170px;
    padding: 0px 0px;
    margin: 0;
    color: #373a3c;
    text-align: left;
    list-style: none;
    z-index: 100;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
#menu #subnavlist li > a {
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
    font-weight: 200 !important;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

#menu #subnavlist li > a:hover {
    background-color: #f5f5f5;
    /* color: #ffffff !important; */
    font-weight: 200 !important;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

#menu #subnavlist li > a:active {
    background-color: #5F5EA3;
    color: #ffffff !important;
}

#menu #navlist > li:hover #subnavlist,
#menu #navlist > li:focus #subnavlist,
#menu #navlist > li:active #subnavlist{
	display: block;
}
.slicknav_menu .slicknav_menutxt {
	display: none;
}
.slicknav_menu .slicknav_icon {
	display: inline-block;
	padding: .7rem .75rem
}
.slicknav_menu .slicknav_icon::before {
	content: '\2630';
    display: block;
    font-size: 2rem !important;
    color: #5F5EA3;
}
.slicknav_menu .slicknav_nav {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0;
	background-color: #A3BF42;
	border-top: 1px solid #fff;
	list-style: none
}
.slicknav_menu .slicknav_nav li {
	padding: .425rem;
}
.slicknav_menu > .slicknav_nav > li > a {
	font-size: 1rem !important;
}

.slicknav_menu .slicknav_nav li > ul {
	background-color: #466423 !important;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.slicknav_menu .slicknav_arrow {
	margin-left: 5px;
}

#superior {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.transition-span {
  width: 53px;
  display: flex;
  align-items: center;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;

}

/*** sidebar lateral / menu lateral ***/
.sidebar > h2 {
    font-size: 16px!important;
    color: #5F5EA3!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 15px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    border-color: #eeeeee #eee transparent;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
.sidebar #navcontainer > #navlist {
	padding: 15px !important;
}
.sidebar #navcontainer {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 25px;
    border-color: #eee!important;
    background-color: #eee!important;
}
.sidebar #navcontainer > #navlist {
    padding: 15px;
}
.sidebar #navcontainer #navlist {
	margin-bottom: 0;
	padding-left: 15px;
}
.sidebar #navcontainer > #navlist {
    padding: 0;
}
.sidebar #navcontainer #navlist li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 0px solid #ccc !important;
}
.sidebar #navcontainer #navlist li:hover ::marker{ 
    padding-left: 13px;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}
.sidebar #navcontainer #navlist li li {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.sidebar #navcontainer #navlist li.active {
	border-left: 5px solid #777777;
	margin-left: -2px;
}
.sidebar #navcontainer #navlist li.active > a {
	font-weight: 700;
}
.sidebar #navcontainer > #navlist ul li {
	margin-bottom: 0;
}
.sidebar #navcontainer #navlist li:last-of-type {
	margin-bottom: 0;
}

.page-breadcrumb {
    height: 0;
}

.page-breadcrumb #path {
    position: relative;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    position: absolute;
    padding: 5px 10px;
}

.breadcrumb li{
    color: #777;
    font-size: 11px !important;
    text-transform: capitalize;
}

.breadcrumb li:first-of-type {
    text-transform: inherit;
}

.page-breadcrumb a:not([class*="btn"]),
.page-breadcrumb a {
    color: #F2B705 !important;
}

#sesion > .breadcrumb {
    position: absolute;
    right: 50px;
}

#sesion>.breadcrumb>li+li::before {
    content: '|';
    float: left;
}

#estructura {
	height: 100%;
	min-height: 100%;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: -ms-min-content;
    min-height: -o-min-content;
    min-height: min-content;
}

/*////////////////////////////////////////////Slider////////////////////////////////////////////////////////*/
ul.rslides_tabs li.rslides_here a {
	background-color: #F2B705!important;
}
ul.rslides_tabs li a {
	background-color: #999999 !important;
}
a.rsliders_nav.next, a.rsliders_nav.prev, a.rslides_nav.next, a.rslides_nav.prev {
	background-color: #333333;
}
[class*="col-md-6"]>.slider {
     margin: 0 !important;
}
.slider {
    margin: 0 !important;
}
ul.rsliders_tabs, 
ul.rslides_tabs {
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 10px !important;
    display: inline-table;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
ul.rslides_tabs li a,
ul.rsliders_tabs li, 
ul.rslides_tabs li{
    width: 15px !important;
    height: 15px !important;
    background-color: transparent !important;
}
ul.rsliders_tabs li, 
ul.rslides_tabs li {
    margin: 0px 5px 0px 5px;
}
ul.rslides_tabs li a {
    border-radius: 50% !important;
    border: 1px solid #FFFFFF;
    background-color: transparent !important;
}
ul.rslides_tabs li.rslides_here a {
    background-color: #A3BF42 !important;
}
.slider .caption {
    top: inherit !important;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 1.5625rem;
}
.slider .caption .caption-container {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
}
.slider .caption p {
    width: 50%;
    float: left;
}
.slider .caption p:last-of-type {
    text-align: right;
}


#footer {
	padding-top: 10px;
    background-color: #ffffff !important;
}
#footer .address {
	width: 100%;
}
#footer .address ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.redes-horizontal {
    padding: 0;
}
.redes-horizontal li {
    float: left;
    list-style: none;
    padding-right: 5px;
}
.redes-horizontal li img {
    width: 30px;
}


#cse-search-box,
#menu-header,
#cesion {
	display: none
}

/*** Base ***/
.block-center,
.center-links {
    text-align: center;
}
#top > .encabezado,
#footer > .container,
.container {
	/*width: inherit;*/
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
#footer,
#footer a {
    color: #FFFFFF !important;
}
#abajo {
	margin-top: 20px;
}
#abajo,
#publicacion {
    text-align: center;
    padding: 0.313rem;
    clear: both;
    border-top: 1px solid #dadada;
    background-color: #EEEEEE !important;
}
#publicacion p {
	font-size: 11px !important;
	margin-bottom: 0
}

/*** acesos directos ***/
#content>.acceso-directo .thumbnail {
	margin:0px !important;
	padding:0px !important;
	width:100%;
	border:0 none;
}
#content>.acceso-directo li {
	list-style:none;
}
.thumbnail .overlay {
	background-color:#5F5EA3;
	min-height:100%;
	left:15%;
	padding:0px 10px;
	position:absolute;
	top:0px;
	transition:all 0.4s ease-in 0s;
	width:270px;
	visibility:hidden;
	right:15%;
	margin:0 auto;
	align-content:center;
}
.thumbnail .overlay p {
	color:#FFF;
	padding:2px 4px;
	line-height:13px;
}
.thumbnail img.vermas {
	position:absolute;
	left:95%;
	top:93%;
	margin:-13px 0px 0px -13px;
	border:medium none !important;
}
.thumbnail .overlay h4 {
	color:#FFF;
	text-transform:uppercase;
	background-image:url("http://www.ucol.mx/cms/img/titulo_overlay.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0px 17px;
}
.thumbnail:hover .overlay img {
	transition:all 0.6s ease-in-out 0s;
	transform:rotate(180deg);
	opacity:1;
}
.thumbnail img.vermas {
	position:absolute;
	left:95%;
	top:93%;
	margin:-13px 0px 0px -13px;
	border:medium none !important;
}
.thumbnail:hover .overlay {
	visibility: visible;
}

/*
	* AGENDA | EVENTOS
*/

#agendaCarga ul,
#EventosCarga ul {
	padding: 0;
	margin: 0;
	list-style: none
}
#agendaCarga ul article,
#EventosCarga ul article {
    padding: 0 !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}
img[src*='agenda'] {
    border-radius: .25rem;
    max-width: 420px;
    width: 100%!important;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #e0e0e0;
    -webkit-box-shadow: 5px 5px 5px #e0e0e0;
    -moz-box-shadow: 5px 5px 0 #333;
}
.LNoticias-info {
    padding-left: 3.4375rem !important;
    padding-bottom: 2.5rem !important;
    position: relative;
    min-height: inherit;
    border-radius: 0 .25rem .25rem 0;
    background-color: transparent !important;
}
.LNoticias-info>.LNoticias-name {
    font-size: 0.9375rem !important;
}
.LNoticias-position, 
small {
    font-size: 11px!important;
}
.LNoticias-position {
    color: #333;
    margin: -2px 0 9px;
    line-height: 18px;
}
.LNoticias-info>p {
    margin: 0;
    text-align: left !important;
}
.LNoticias-info>p:last-of-type {
    min-height: 120px;
}
.LNoticias-info>p:first-of-type {
    font-style: italic;
}
.LNoticias-info>a {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}
.LNoticias-info .diames {
    width: 35px;
    color: #FFFFFF;
    float: left;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-left: -45px;
}
.LNoticias-info .diames>span {
    display: inline-block;
}
.LNoticias-info>a:before,
.LNoticias-info>a:after {
    display: block;
    content: '-';
}
.LNoticias-info>a:before {
    margin-right: 5px;
    float: left;
}
.LNoticias-info>a:after {
    margin-left: 5px;
    float: right;
}
.LNoticias-position br:last-of-type {
	display: none
}

 /*///////////////////// ACCESOS DIRECTOS ////////////////////*/
 [id*='accesos'] {
	display: inline-block;
	width: 100% !important;
}
[id*='accesos'] > .accesos-directos {
	padding: 0 !important;
	/* flexbox setup */
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	justify: center;
}
[id*='accesos'] > .accesos-directos > li {
	list-style: none;
	padding: 5px;
	float: inherit;
	margin: 0 auto 5px;
}
[id*='accesos'] > .accesos-directos #acc-item {
	min-height: 200px;
	border: 1px solid #5F5EA3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 24px;
	position: relative;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-titulo {
	background-image: url('//portal.ucol.mx/content/micrositios/100/image/titulo_overlay-azul.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 2px;
	margin-top: 10px;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-titulo > h4 {
	text-align: center;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-descripcion {
	color: #5F5EA3;
	font-size: 13px;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-descripcion::after {
	content: "...";
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-enlace a,
[id*='accesos'] > .accesos-directos #acc-item > .acc-enlace {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-enlace a>span {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
[id*='accesos'] > .accesos-directos #acc-item > .acc-enlace > a > img {
	display: block;
	width: 17px !important;
	height: 17px !important;
	position: absolute;
	/*transitions*/
	-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
			-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
					transition: all 1s ease;
	left: -20px;
	top: 2px;
}
[id*='accesos'] > .accesos-directos > li:hover #acc-item > .acc-enlace > a > img {
	filter: alpha(opacity=100);/*IE stuff*/
	transform: rotate(90deg);
}

/*[id*='accesos'] > .accesos-directos #acc-item > .acc-portada:empty {
	display: none;
}*/
[id*='accesos'] > .accesos-directos #acc-item .bg-portada,
[id*='accesos'] > .accesos-directos #acc-item > .acc-portada {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	background-color: #000000;
	border-radius: 3px;
	background-size: cover;
	z-index: 10;
}
[id*='accesos'] > .accesos-directos #acc-item.cn-portada > div,
[id*='accesos'] > .accesos-directos #acc-item .bg-portada,
[id*='accesos'] > .accesos-directos #acc-item > .acc-portada {
	-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
				-o-transition: all .5s ease-out;
					transition: all .5s ease-out;
}

[id*='accesos'] > .accesos-directos #acc-item.cn-portada > div {
	opacity: 0;
	background-position: center;
}

[id*='accesos'] > .accesos-directos #acc-item.cn-portada >.acc-portada {
	opacity: 1;
}

[id*='accesos'] > .accesos-directos #acc-item .bg-portada {
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
}

[id*='accesos'] > .accesos-directos #acc-item .bg-portada h2 {
	color: #FFFFFF !important;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

[id*='accesos'] > .accesos-directos #acc-item.cn-portada:hover > div {
	opacity: 1;
}

[id*='accesos'] > .accesos-directos #acc-item.cn-portada:hover > .acc-portada {
	opacity: 0;
	z-index: -1;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}



@media screen and (min-width:768px) {
	.slicknav_menu {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#menu {
		position: inherit;
		height: auto;
	}
	#menu #navlist {
		display: none;
	}
	#cuerpo {
        display: inline-block;
        width: 100%;
    }
    #izquierda.col-xs-3,
	#centro.col-xs-9 {
	    width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	#top > .encabezado,
	#footer > .container,
	.container,
	h1.titulo {
		padding-right: 0.781rem !important;
		padding-left: 0.781rem !important;
	}
	#menu,
	.slicknav_btn {
		right: 0.781rem;
	}
}


.sidebar #navcontainer #navlist li::marker{
    content: "»";
    font-size: 24px;
    color: #5F5EA3;
}

.sidebar #navcontainer #navlist li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 0px solid #ccc !important;
}

a:not([class*=btn]) {
    color: #A3BF42;
    text-decoration: none;
}

a:not([class*=btn]):hover{
    color: #A3BF42;
    text-decoration: none;
}

/* /////////////////////  MENU DESPLEGABLE  /////////////////////////// */

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
    margin-left: 0px;
}
.dropdown-item {
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
    white-space: initial;
    font-weight: 200 !important;
    color: #333 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    background: 0 0;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px 0;
    margin: -1px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.navbar-dropdown-menu-inner {
    padding: 3px;
}  

/* ///////////////// CUSTOM CSS ///////////////////////////////////////////// */

h1 {
    font-size: 2rem !important;
    color: #2C5530;
    margin: 2rem 0px 2.5rem 0px;
}

header.top-menu {
    position: sticky;
    top: 0;
    background-color: rgb(31 69 41 / 50%);
    height: 85px;
    z-index: 9;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

.home-carousel.vh-100 img {
    width: 100%;
    filter: blur(2px) !important;
    height: 103vh;
}

.btn-secondary {
    color: #fff;
    background-color: #85A947;
    border-color: #85A947;
    font-weight: 100;
}

.btn-secondary.focus, .btn-secondary:focus
 {
    color: #ffffff;
    background-color: #123524;
    border-color: #123524;
}
.btn-secondary.focus, .btn-secondary:hover
 {
    color: #ffffff;
    background-color: #123524;
    border-color: #123524;
}


.card-book:hover .btn-secondary {
    background-color: #db9600;
    border: 1px solid #c18501;
    color: #ffffff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.shadow {
     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  /* box-shadow: none !important;*/
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    font-weight: 100 !important;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 200 !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
  font-weight: 200 !important;
}

.navbar-expand-xl .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0px;
  height: 2px;
  background-color: #85A947;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-expand-xl .navbar-nav .nav-link:hover
 {
    color: #efe3c2;
}

.navbar-expand-xl .navbar-nav .nav-link:hover::before {
  transform: scaleX(1);
}


.navbar-toggler {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid #ffffff38;
    border-radius: 0.25rem;
    background-color: rgb(255 255 255 / 20%);
    color: #fff !important;
}

body > section.position-relative.home-carousel.section-parallax.vh-100.mt-0 > div.position-absolute.bottom-0.start-50.translate-middle-x.zindex-5.w-100 {
    display: none;
}

.logo-ucol img {
    width: 220px;
    height: auto;
    margin-bottom: 2rem;
}

.pdfbook .btn-book figure.portadas-revistas .portada-revista-cultura {
    border-radius: 5px !important;
    /*position: inherit !important;*/
    height: auto !important;
    width: 135px !important;
    left: 0;
    top: 0px;
    bottom: 0px;
}

.book-title{
    color: #db9600;
    font-weight: 500 !important;
}

.bg-book {
    background-color: #f0f0f0;
    border: 1px solid #ffffff;
    border-radius: 24px;
    background: #FFF !important;
    box-shadow: 0px 4px 16px 2px rgba(51, 51, 51, 0.15);
}

.card-text {
    color: #666;
    font-weight: 200;
}

.fw-bold {
    font-weight: 500!important;
}

.main-slider {
  font-family:Arial;
  width:100%;
  display:block;
  margin:0 auto;
}

.recuadro {
    background: #f5f5f5;
    border-radius: 24px;
    color: #999;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    position: relative;
    text-align: center;
    width:75vw;
}

.recuadro img {
    border-radius: 24px;
    height: auto !important;
    width: 100% !important;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 35px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 32px !important;
    line-height: 1;
    opacity: .85;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
    color: #db9600 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.fondo-principal {
    background: url(https://portal.ucol.mx/content/micrositios/348/image/ARBOLES01-b.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed!important;
}

.parallax-footer2 {
    background: url(https://portal.ucol.mx/content/micrositios/368/image/20240707-DJI_0466.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important;
    color: #fff;
    position: relative;
    height: 37vh;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.parallax-footer {
    background: url(https://portal.ucol.mx/content/micrositios/368/image/fondo-natural-min.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important;
    color: #fff;
    position: relative;
    height: 62vh;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

#footer > div.bd-footer.py-3 > section > div.w-100.pt-5 > svg {
    display: none;
}
    
.bg-footer {
    /* background-color: #A18CAA !important; */
    border-bottom: 50px solid #8a7693;
}

.bd-footer {
    padding-bottom: 0px !important;
}

.home-carousel.vh-100 {
    max-height: calc(100vh) !important;
    overflow: hidden;
    height: inherit !important;
}

.home-carousel.vh-100 {
    max-height: calc(0vh) !important;
    overflow: inherit;
    height: 100vh;
    min-height: 0px !important;
}

/*.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {*/
/*    display: block;*/
/*    max-width: 75%;*/
/*    margin: 0 auto;*/
/*    height: auto;*/
/*    border-radius: 24px;*/
/*    border: 5px solid #fff;*/
/*}*/

.btn-map {
    right: 6em;
    bottom: 3em;
    position: absolute;
    background-color: #DB9600;
    border: 0;
}

.btn-map:hover {
    background-color: #f0ad4e;
    border: 0;
}

.navbar-toggler {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid #ffffff38;
    border-radius: 0.25rem;
    background-color: rgb(255 255 255 / 20%);
    color: #fff !important;
    margin-top: 17px;
    background-color: #f0ad4e;
}

/*#navbarClassicCollapse {*/
/*    margin: -0.8rem 0px;*/
/*}*/

.layoutmanager {
    margin-right: -15px;
    margin-left: 0px;
}

.seccion-video {
    border: 1px solid #204628b8;
    border-radius: 20px;
    background: url(https://portal.ucol.mx/content/micrositios/368/image/fondo-natural-min.jpg) no-repeat center center / cover;
    height: 50vh;
    margin-bottom: 20vh;
}

.contenido-video {
    /*position: relative;*/
    min-height: 50vh;
    z-index: 1;
    text-align: center;
    color: #fff;
    line-height: 3vh;
    opacity: 1;
    /* transform: scale(1.10); */
    border-radius: 20px 0px 0px 20px;
    padding: 2em;
    /*background-color: rgb(0 0 0 / 25%);*/
    /*backdrop-filter: blur(2px);*/
    display: flex
;
    flex-flow: column;
    justify-content: center;
}

/*.contenido-video:before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background: url('https://portal.ucol.mx/content/micrositios/348/image/ARBOLES01.JPG') no-repeat center center /cover;*/
/*  content: '';*/
/*  z-index: -1;*/
/*}*/

/*.contenido-video:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: url(https://portal.ucol.mx/content/micrositios/348/image/ARBOLES02.jpg) no-repeat center center /cover;*/
/*    content: '';*/
/*    -webkit-filter: blur(24px);*/
/*    filter: blur(24px);*/
/*    z-index: -1;*/
/*    opacity: 0.95;*/
/*}*/

.superior-video{
  overflow: hidden;
  position: relative;
  border-radius: 20px 0px 0px 20px;
}

.cero {
  padding: 0px;
  margin: 0px;
}

.contenido-video h1 {
    color: #ffffff;
}

#galeria {
    margin-top: 14vh;
}

@media screen and (max-width: 1367px){ 
    /*#galeria {*/
    /*    margin-top: 5%;*/
    /*}*/
    .contenido-video {
        /* position: relative; */
        min-height: 63vh;
        z-index: 1;
        text-align: center;
        color: #fff;
        line-height: 3vh;
        opacity: 1;
        transform: scale(0.7);
        border-radius: 20px 0px 0px 20px;
        padding: 0em;
        /* background-color: rgb(0 0 0 / 25%); */
        /* backdrop-filter: blur(2px); */
        display: flex;
        flex-flow: row;
        justify-content: center;
}

    h1 {
        font-size: 1.7rem !important;
        color: #2C5530;
        margin: 1.5rem 0px 1.5rem 0px;
    }
    
    .my-4 {
        margin-top:.25rem !important;
        margin-bottom: .25rem !important;
    }
    
    #galeria {
        margin-top: -5vh;
    }

}
@media screen and (max-width: 1199px){ 
    header#navbar .navbar-collapse {
        width: 100%;
        background-color: #2c5530;
        margin-top: -12px;
    }
}

@media screen and (max-width: 736px){ 
    .carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        border-radius: 20px;
    }
    .recuadro img {
        border-radius: 12px;
        height: auto;
        width: 100%;
    }
    .navbar-nav .nav-item+.nav-item {
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px){ 
    #navbarClassicCollapse > ul {
        margin-left: 2em!important;
        margin-right: auto!important;
    }
    #navbarClassicCollapse {
        margin: -0.8rem 0px;
    }
    
    .contenido-video {
        position: relative;
        min-height: 0vh;
        padding: 0em;
        width: 55%;
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 376px) {

    .contenido-video {
        min-height: 0vh;
        padding: 0em;
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 321px) {
    .contenido-video {
        min-height: 0vh;
        padding: 0em;
        width: 66%;
        margin: 0 auto;
    }
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgba(0, 0, 0, .8);
    /*font-weight: 400 !important;*/
    color: #ffffff;
}

.list-group-item {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background-color: #E8ECD7;
}

#problematica {
    background-color: #A18CAA;
    padding-top: 7em;
    padding-bottom: 6em;
    /*border-radius: 25px;*/
}

.bg-problematica {
    background-color: #A18CAA;
    padding: 7em 0em;
    border-radius: 25px;
    background: url(https://portal.ucol.mx/content/micrositios/368/image/fondo-rosa.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important;
    color: #fff;
    position: relative;
    border-radius: 25px;
}

.rounded {
    border-radius: 0.75rem !important;
}

.txt-rosa {
    text-align: center;
    background-color: #A18CAA;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    margin: 0 auto;
}

.galerias-u .gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.galerias-u .gallery-item::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.galerias-u .gallery-item img {
    position: absolute;
    bottom: 0;
    top: 60%;
    left: 50%;
    width: auto !important;
    max-width: 215%;
    height: auto;
    min-height: 100%;
    border: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

@media (min-width: 768px){
    .galerias-u .col-md-6:nth-child(5) {
        margin-top: -235px;
    }
    .galerias-u .h-auto .gallery-item::before {
        padding-top: 48%
    }
    .galerias-u .h-80 .gallery-item::before {
        padding-top: 65%
    }
    .galerias-u [class*='h-'] .gallery-item img {
        top: 50%;
        left: 50%;
        max-width: 115%;
    }
    .galerias-u .top-80 .gallery-item img,
    .galerias-u .h-auto .gallery-item img {
        top: 50%;
    }
}
@media (min-width: 992px){
    .galerias-u .col-md-6:nth-child(5) {
        margin-top: -315px;
    }   
}
@media (min-width: 1200px){
    .galerias-u .col-md-6:nth-child(5) {
        margin-top: -370px;
    }   

}
@media (min-width: 1400px) {
    .galerias-u .col-md-6:nth-child(5) {
        margin-top: -430px;
    } 
}

.layout-column-editable p img {
    width: 100% !important;
    height: auto !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.logo-visiones {
    max-width: 282px !important;
    height: auto !important;
}

.fs-1
 {
    display: none;
}
.sombra {
    border: 1px solid #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    margin-top: 2em;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.sombra:hover {
    /* border: 1px solid #f5f5f5; */
    padding: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 15px;
    margin-top: 2em;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #fffef0;
}