@font-face {
    font-family: 'Trajan Pro Bold';
    src: url('../fonts/TrajanPro-Bold.otf');
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.ttf');
}
@font-face {
    font-family: 'OpenSans Light';
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'OpenSans Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf');
}
@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
/*Para los submenus*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/*fin para los submenus*/
/*Placeholder color reemplaza bootstrap*/
.form-control::-moz-placeholder {
	color: #afafaf;
}
.form-control:-ms-input-placeholder {
	color: #afafaf;
}
.form-control::-webkit-input-placeholder {
	color: #afafaf;
}
.row{
	margin: 0px;
}
.paginado{
	margin-top: 15px;
}
.paginado .page-link{
	background-color: #c9bb9f!important;
	color: #000!important;
}
.page-item.active .page-link{
	border-color: #4f2115;
	background-color: #fff!important;
}
/* Fin placeholder*/
html{
	min-height: 100%;
	height: 100%;
}
body{
	font-family: "Roboto Regular", "Times New Roman", Times, serif;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

/* HEADER */
header{
	height: 130px;
	background-image: url("../img/top.png");
	background-size: 100% 100%;
	background-color: #c8ba9e;
	border-bottom: 7px solid #6a645c;
}
header > .contenedor{
	/* limite de ancho */
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 0px 0px 90px;
}
header > .contenedor > .titulo{
	font-family: "Trajan Pro Bold";
	color: #69160e;
}
.titulo a{
	text-decoration: none;
	color: #69160e;
}
.titulo .sup{
	margin-top: 30px;
	font-size: 39px;
}
.titulo .inf{
	margin-top: -20px;
	font-size: 34px;
}
.buscador{
	min-width: 328px;
}
.buscador a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}
.btn-redes{	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #69160e;	
	border-radius: 5px;
	border: 1px solid #69160e;
	font-size: 13px;
	font-family: "Impact";
}
.btn-redes > i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 24px;
}
.btn-redes > img{
	padding: 0px 8px 0px 8px;
	height: 28px;
}
.btn-redes > span{
	padding-right: 8px;
}
.btn-redes:hover {
	background-color: #fff;
	color: #69160e;	
	border: 1px solid #69160e;
}
.icon-lupa{
	color: #69160e;
}
.b-none-left{
	border-left: none;
}
.b-none-right{
	border-right: none;
}
/* FIN HEADER */

/* NAVBAR */
.bg-blue-white{
	background: rgba(172,211,223,1);
	background: -moz-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(172,211,223,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd3df', endColorstr='#ffffff', GradientType=1 );
}
.bg-blue-white-tb{
	background: rgba(172,211,223,1);
	background: -moz-linear-gradient(top, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,211,223,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(172,211,223,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd3df', endColorstr='#ffffff', GradientType=0 );
}
#navbarmenu{
	/* limite de ancho */
	max-width: 1100px;
	margin: 0 auto;
}
.navbar{
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar .nav-item{
	margin-left: 5px;
	margin-right: 5px;
}
.navbar .nav-link{
	color: #4f2115;
	font-size: 20px;
	font-family: "OpenSans Bold";
}
.navbar .nav-item.active .nav-link{
	text-decoration: underline;
}
.navbar .nav-item:hover .nav-link{
	text-decoration: underline;
}
.navbar .dropdown-menu{
	/* width: 120%; */
	margin-top: -10px;
}
.navbar .dropdown-menu  .dropdown-item{
	font-family: "OpenSans Bold";
	font-size: 14px;
	color: #4f2115;
}
.navbar .dropdown-menu  .dropdown-item:hover{
	background-color: #4f2115;
	color: #fff;
}
.navbar .dropdown-menu  .dropdown-divider{
	border-color: #6a645c;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
}
/* FIN NAVBAR */
/* BANNER */
.banner{
	border-bottom: 7px solid #6a645c;
	background: rgba(172,211,223,1);
	background: -moz-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(172,211,223,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(172,211,223,1)), color-stop(51%, rgba(172,211,223,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(172,211,223,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(172,211,223,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(172,211,223,1) 0%, rgba(172,211,223,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(172,211,223,1) 0%, rgba(172,211,223,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd3df', endColorstr='#ffffff', GradientType=1 );
}
.banner > .imagen-banner{
	/* limite de ancho */
	max-width: 1100px;
	margin: 0 auto;
}
.banner > .imagen-banner  img{
	margin-left: 40%;
	width: 60%!important;
	min-height: 277px;	
	max-height: 277px;
	object-fit: cover;
}
.carousel-caption{	
    position: absolute;
    right: 60%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    -webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	margin-right: -60px;
	margin-left: 60px;
}
.carousel-caption > .c-info{
	min-height: 277px;
	max-height: 277px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	margin-right: 60px;
	margin-left: -30px;
}
.carousel-indicators {    
    left: 40%;
    margin-left: 0;
    width: 60%;
}
.c-info > p{
	margin-bottom: 5px;
	font-family: "Roboto Medium";
	font-size: 17px;
	color: #1d1d1d;
}
.c-info > .h-info {
	overflow: hidden;
	max-height: 250px;
}
.c-info > .h-info a {
	text-decoration: none;
}
.c-info > .h-info h4{
	margin-bottom: 5px;
	font-family: "Roboto Black";
	font-size: 37px;
	color: #4f2115;
}
.c-info > .h-info small{
	margin-bottom: 5px;
	font-family: "Roboto Regular";
	font-size: 14px;
	color: #1d1d1d;
}
/* FIN BANNER */
/* INICIO CONTENIDO */
.bg-beige-tb{
	background: rgba(236,231,207,1);
	background: -moz-linear-gradient(top, rgba(236,231,207,1) 0%, rgba(200,186,160,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,231,207,1)), color-stop(100%, rgba(200,186,160,1)));
	background: -webkit-linear-gradient(top, rgba(236,231,207,1) 0%, rgba(200,186,160,1) 100%);
	background: -o-linear-gradient(top, rgba(236,231,207,1) 0%, rgba(200,186,160,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,231,207,1) 0%, rgba(200,186,160,1) 100%);
	background: linear-gradient(to bottom, rgba(236,231,207,1) 0%, rgba(200,186,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece7cf', endColorstr='#c8baa0', GradientType=0 );
}
section{
	background-color: #ecede0;
	min-height: calc(100% - 300px);
}
.contenido{
	/* limite de ancho */
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 55px;
	padding-right: 55px;
	min-height: 100%;
}
.d-info{
	max-width: 395px;
	padding: 10px 7px 0px 7px;
	margin: 0 auto;	
}
.cont-info{
	padding: 10px;
}
.cont-info p{
	font-family: "OpenSans Bold";
	font-size: 14px;
	color: #4f2115;
}
.cont-info hr{
	border-top-color: #4f2115;
}
.cont-info img{
	max-width: 168px;
	max-height: 150px;
}
.cont-info small{
	font-family: "Roboto Bold";
	font-size: 12px;
	white-space: nowrap;
}
.cont-links{
	max-width: 375px;	
	padding: 10px 7px 0px 7px;
	margin: 0 auto;
}
.cont-links > a{
	background-color: #fff;
	border-top: 8px solid #c8ba9e;
	border-radius: 0px;
	color: #4f2115;
	text-decoration: none;
	font-family: "OpenSans Bold";
	font-size: 18px;
	text-align: left;
}
/* noticias */
.d-noti{
	padding: 0px 7px 0px 7px;
	max-height: 635px!important;
	overflow: hidden;
}
.noti-g, .noti-m{
	width: 100%;
	height: 100%;
	max-width: 565px;
	margin: 0 auto;
	background-color: #c8ba9e;
	margin-top: 10px;
	padding: 10px 20px 20px 20px;
}
.noti-g a, .noti-m a{
	text-decoration: none;
}
/* noticia-1 */
.noti-g > .grup-noti{
	height: 100%;
	overflow: hidden;
}
.noti-g span{
	font-size: 12px;
	font-family: "Roboto Medium";
	color: #1d1d1d;
}
.noti-g h4{
	font-size: 25px;
	font-family: "Roboto Bold";
	color: #4f2115;
}
.noti-g img{
	max-height: 370px;
	margin: 0 auto;
	object-fit: cover;
}
.noti-g p{
	text-align: justify;
	font-size: 14px;
}
/* noticia-2 */
.bg-noti2{
	border: 4px solid #c8ba9e;
	max-height: 297px;
}
.noti-m{
	background-color: rgba(200, 186, 158, 0.5);
	max-height: 305px;
}
.noti-m span{
	font-size: 12px;
	font-family: "Roboto Medium";
	color: #1d1d1d;
}
.noti-m h4{
	font-size: 21px;
	font-family: "Roboto Bold";
	color: #4f2115;
	padding-bottom: 5px;
	border-bottom: 2px solid #69160e;
}
.noti-m > .imgtxt{	
	overflow: hidden;
	height: 180px;	
}
.noti-m > .imgtxt > .imgf{
	max-width: 179px;
	float: left;
}
.noti-m > .imgtxt > .imgf  img{
	max-height: 134px;
	object-fit: cover;
}
.noti-m > .imgtxt > p{
	font-size: 14px;
	text-align: justify;
}
/* fin noticias */
/* slick-noti */
.slick{
	padding-top: 24px;
}
.slick-arrow{
	display: none!important;
}
.slick-list{
	overflow: hidden;
}
.slick-slide{
	display: flex!important;
}
.slick-slide > *{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.slick-noti {
	margin: 0 auto;	
	width: 100%;
	max-width: 229px;
	height: 320px;
	padding: 7px;
	background-color: transparent;
}
.slick-noti .noti-p {	
	background-color: #c8ba9e;
	width: 100%;
	height: 100%;
}
.slick-slide:nth-child(even) .noti-p{	
	background-color: transparent;
	width: calc(100% - 6px);
	border: 3px solid #6a645c;
}
.noti-p .head-noti{
	font-family: "Roboto Medium";
	font-size: 12px;
	color: #fff;
	background-color: #6a645c;
	padding: 10px;
	margin-bottom: 10px;
} 
.slick-slide:nth-child(even) .noti-p .head-noti{
	background-color: transparent!important;
	color: #1d1d1d;
}
.noti-p a {
	text-decoration: none;
}
.noti-p img{
	padding: 5px;
	max-height: 148px;
}
.noti-p h4{
	padding: 5px;
	font-family: "Roboto Bold";
	font-size: 20px;
	color: #4f2115;
}
.slick-dots li button:before{
	font-size: 21px!important;
	color: #4f2115!important;
	
}
.noti-v{
	border: 3px solid #6a645c;
	padding: 25px;
	text-align: center;
	max-width: 565px;
	margin-bottom: 34px;
}
.noti-v .video-n{
	width: 100%;
	min-height: 360px;
	height: 100%;
}
.noti-v h4{
	font-size: 19px;
	color: #4f2115;
	font-family: "Roboto Bold";
	text-align: left;
}
.noti-v p{
	font-size: 14px;
	text-align: justify;
	font-family: "Roboto Medium";
}
footer{
	padding: 20px;
	min-height: 160px;
	background-image: url("../img/down.png");
	background-size: 100% 100%;
	background-color: #c8ba9e;
	border-top: 7px solid #6a645c;
}
footer > .row{
	/* limite de ancho */
	max-width: 1100px;
	margin: 0 auto;
}
footer a{ 
	color: #fff;
	text-decoration: none!important;
}
footer .btn-redes > i{
	width: 30px;
	height: 30px;
	font-size: 18px;
}
footer p{
	font-size: 16px;
	margin: 0px;
	color: #69160e;
	font-family: "OpenSans Bold";
	font-style: normal !important;
}
footer p:first-child{
	font-size: 18px!important;
	/*font-family: "Trajan Pro Bold"!important;*/
}
footer .cnt-redes{
	width: 155px;
}
/*gus - agrego para el video iframe*/
iframe{
	width: 100%;
	min-height: 360px;
	height: 100%;
}
/* fin slicknoti */
/* FIN CONTENIDO */
.barra-breadcrumbs {
	margin: 0px 14px;
	min-height: 50px;
	display: flex;
	align-items: center;
}
.barra-breadcrumbs p{
	font-family: "OpenSans Light";
	font-size: 24px;
	color: #4f2115;
	margin: 0px;
	padding-left: 35px;
}
.barra-breadcrumbs p > span{
	font-family: "OpenSans Bold";
}
.contenido .texto{
	text-align: justify;
	font-size: 15px;
}
.contenido .menu-lateral{
	margin: 0 auto;
	max-width: 440px;
	background-color: #c9bb9f;
	padding: 40px;
}
.menu-lateral span{
	display: block;
	font-size: 15px;
	font-family: "Roboto Medium";
}
.menu-lateral .ml-item{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #4f2115;
}
.menu-lateral .ml-item span:first-child{
	color: #4f2115;
	font-family: "Roboto Bold";
}

/*AGREGADO menu lateral ul li a*/
.menu-lateral  ul{
	padding-left: 10px;
}
.menu-lateral  ul  li  a{
	display: block;
	font-size: 15px;
	font-family: "Roboto Medium";
	text-decoration: none ;
	color: #252529;
	max-width: 440px;

}
.menu-lateral a:hover { 
  /*color: #4f2115;*/
  color: white;
}


.espacio{
	height: 50px;
}
.block-links{
	margin: 20px 14px;
	background-color: white;
	padding: 40px;
}
.block-links span:first-child{
	font-size: 19px;
	font-family: "Roboto Bold";
}
.block-links span{
	font-family: "Roboto Bold";
	font-size: 19px;
	display: block;
	padding: 10px 0px 10px 0px;
}
.block-links a{
	display: block;
	text-decoration: none;
	color: #1d1d1d;
}
.block-links a:hover{
	text-decoration: underline;
}
/* Calendario */
.text-mycolor{
	color: #4f2115!important;
}
.d-calendario .lbl-calen{
	display: flex;
	align-items: center;
	width: 265px;
	height: 42px;
	font-size: 24px;
	font-family: "OpenSans Bold";
	color: #fff;
	background-color: #6a645c;
	padding-left: 20px;
	margin-right: 30px;
}
.d-calendario select{
	width: 210px;
	height: 32px;
	font-family: "Roboto Light";
	font-size: 16px;
	color: #b0b0b0;
}
.d-calendario .sel{
	padding-bottom: 10px;
	border-bottom:  2px solid #69160e;
}
.d-calendario .sel span{
	font-size: 17px;
	font-family: "OpenSans Bold";
	color: #4f2115;
}
#calendar{
	margin-top: 30px;
	margin: 30px 7px 0px 7px;
}
/*.fc-toolbar{
	display: none;
}*/
.fc-head{
	background-color: #fff;
	border: none;
}
.fc-head .fc-day-header{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Roboto Bold";
	font-size: 14px;
	border: none;	
}
.fc-body >tr > td{
	padding-top: 7px;
}
.fc-body .fc-day-grid-container{
	background-color: #dfe8ea;
	font-family: "Roboto Light";
	font-size: 24px;
	color: #6a645c;	
}
.fc-body .fc-day-grid-container .fc-day{
	border: 1px solid #c9bb9f;
}
.fc-body .fc-day-grid-container .fc-other-month{
	color: transparent;
}
.fc-body .fc-day-grid-container .fc-event-container{
	font-size: 12px;
}
/* fin calendario */
/* noticias vista */
.block-noticias  .sup-tit{
	font-family: "Roboto Medium";
	font-size: 15px;
	color: #1d1d1d;
}
.block-noticias .titulo{
	font-family: "Roboto Bold";
	font-size: 41px;
	color: #4f2115;
}
.block-noticias .texto-italic{
	text-align: justify;
	font-family: "Roboto MediumItalic";
	font-size: 19px;
	color: #1d1d1d;
}
.block-noticias .texto-noti{
	text-align: justify;
	font-size: 18px;
	font-family: "Roboto Regular";
	color: #1d1d1d;
}
.aside-noti{
	max-width: 179px;
	margin: 0 auto;
}
.aside-noti hr{
	margin-top: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #69160e;
}
.aside-noti span{
	font-family: "Roboto Bold";
	font-size: 19px;
	color: #4f2115;
	margin-bottom: 24px;
}
.aside-noti a{
	font-family: "Roboto Bold";
	font-size: 15px;
	color: #1d1d1d;
}
.btn-redes-noti a{
	color: #fff;
	text-decoration: none!important;
}
.btn-redes-noti .btn-redes > i{
	width: 40px;
	height: 40px;
	font-size: 20px;
}
/* fin noticias vista */
.aside-left-noti{
	max-width: 232px;
	min-width: 232px;
	background-color: #c9bb9f;
	padding: 10px;
}
.aside-left{
	max-width: 232px;
	min-width: 232px;
	background-color: #c9bb9f;
	padding: 10px;
}
.as-left h5{
	font-family: "OpenSans Bold";
	font-size: 18px;
	color: #fff;
	padding: 7px;
	background-color: #69160e;
}
.item-as{
	padding: 10px;
	font-size: 13px;
	font-family: "Roboto Bold";
	color: #1d1d1d;
}
.item-as span{
	padding-left: 10px;
	display: block;
}
.item-as span:first-child{
	color: #69160e;
}
.item-list-noti{
	margin: 12px 0px 12px 0px;
	padding-top: 12px;
	border-top: 1px solid #69160e;
}
.item-list-noti a {
	text-decoration: none;
}
.item-list-noti img{
	max-width: 195px;
	max-height: 145px;
	object-fit: cover;
}
.item-list-noti span{
	font-size: 12px;
}
.item-list-noti h4{
	font-family: "Roboto Bold";
	font-size: 21px;
	color: #4f2115;
}
.item-list-noti p{
	font-size: 14px;
	text-align: justify;
}
.item-contacto{
	padding: 10px;
	font-size: 18px;
	font-family: "Roboto Medium";
	color: #1d1d1d;
}
.item-contacto span{
	font-size: 16px;
	display: block;
}
.item-contacto small{
	font-size: 11px;
}
.d-contacto p{
	padding-top: 10px;
	font-size: 16px;
} 
.form-contacto label{
	font-family: "Roboto Medium";
	font-size: 16px;
}
.form-contacto input{
	font-family: "Roboto Medium";
	background-color: #c9bb9f;
	border-radius: 0px;
}
.form-contacto textarea{
	font-family: "Roboto Medium";
	background-color: #c9bb9f;
	border-radius: 0px;
	resize: none;
	height: 190px;
}
.btn_enviar_form{
	font-family: "OpenSans Bold";
	font-size: 18px;
	background-color: #c9bb9f;
	border-radius: 0px;
	color: #4f2115;
}
/* ********************** Responsive ********************** */
@media only screen and (max-width: 1199px){
	.contenido{
		padding-left: 0px;
		padding-right: 0px;
	}
	.fc-head .fc-day-header{
		font-size: 16px;
	}
	.fc-body .fc-day-grid-container{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px){
	/* header{
		height: 170px;
	} */
	header > .contenedor{
		text-align: center;
		padding: 0px 0px 0px 0px;
	}
	/* .titulo .sup{
		font-size: 53px;
	}
	.titulo .inf{
		font-size: 45px;
	} */
	.c-info > p{
		font-size: 14px;
	}
	.c-info > .h-info h4{
		font-size: 32px;
	}
	.c-info > .h-info small{
		font-size: 14px;
	}
	.navbar .dropdown-menu{
		border: none;
		background: transparent!important;
	}
	.navbar .dropdown-menu  .dropdown-item{
		padding-left: 0px;
	}
	.navbar .dropdown-menu  .dropdown-divider{
		margin: 0px;
	}
	.cont-links{
		max-width: 80%;
	}
	.noti-m span{
		font-size: 12px;
	}
	.noti-m h4{
		font-size: 18px;
		padding-bottom: 2px;
		border-bottom: 1px solid #69160e;
	}
	.noti-m > .imgtxt > .imgf  img{
		max-width: 134px;
	}
	.noti-g span{
		font-size: 12px;
	}
	.noti-g h4{
		font-size: 20px;
	}
	.noti-g img{
		max-height: 280px;
	}
	.noti-p h4{
		font-size: 18px;
	}
	.noti-v .video-n{
		min-height: 250px;
	}
	.noti-v h4{
		font-size: 18px;
	}
	.fc-head .fc-day-header{
		font-size: 14px;
	}
	.fc-body .fc-day-grid-container{
		font-size: 18px;
	}
	.block-noticias  .sup-tit{
		font-size: 12px;
	}
	.block-noticias .titulo{
		font-size: 34px;
	}
	.block-noticias .texto-italic{
		font-size: 15px;
	}
	.block-noticias .texto-noti{
		font-size: 15px;
	}
	/*gus - agrego para el video iframe*/
	iframe{
		min-height: 250px;
	}
}
@media only screen and (max-width: 767px){
	/* header{
		height: 140px;
	} */
	/* .titulo .sup{
		font-size: 45px;
	}
	.titulo .inf{
		font-size: 37px;
	} */
	.navbar .nav-link{		
		font-size: 18px;		
	}
	.banner > .imagen-banner  img{
		margin-left: 0%;
		width: 100%!important;
	}
	.carousel-indicators {    
	    left: 0px;
	    width: 100%;
	}
	.carousel-caption{
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		text-align: center;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-ms-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
		margin-right: 0px;
		margin-left: 0px;		
	}
	.carousel-caption > h4{
		font-size: 18px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 6px;
		color: #69160e;
		font-family: "Roboto Black";
	}
	.cont-links{
		max-width: 395px;
	}
	.noti-g img{
		max-height: 220px;
	}
	.noti-v{
		padding:  15px;
	}
	.noti-v .video-n{
		min-height: 200px;
	}
	.noti-v p {
		font-size: 12px;
	}
	footer{
		text-align: center;
	}
	.barra-breadcrumbs p{
		font-size: 18px;
		padding-left: 15px;
	}
	.d-calendario .lbl-calen{
		justify-content: center;
		padding-left: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.d-calendario .sel span{
		margin-top: 15px;
		font-size: 15px;
	}
	.fc-head .fc-day-header{
		font-size: 13px;
	}
	.fc-body .fc-day-grid-container{
		font-size: 13px;
	}
	.aside-noti{
		margin: 0px;
	}
	.item-list-noti span{
		font-size: 12px;
	}
	.item-list-noti h4{
		font-size: 16px;
	}
	.item-list-noti p{
		font-size: 12px;
	}
	/*gus - agrego para el video iframe*/
	iframe{
		min-height: 200px;
	}
}
@media only screen and (max-width: 575px){
	header{
		height: 110px;
	}
	.titulo .sup{
		font-size: 36px;
	}
	.titulo .inf{
		font-size: 30px;
	}
	.navbar{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.navbar-toggler{
		font-size: 18px;
	}
	/* .noti-m > .imgtxt{	
		overflow: hidden;
		height: 140px;	
	} */
	.noti-m > .imgtxt > p{
		font-size: 12px;
	}
	.noti-g p{
		font-size: 12px;
	}
	footer p{
		font-size: 16px;
	}
	footer p:first-child{
		font-size: 18px!important;
	}
	.barra-breadcrumbs p{
		font-size: 15px;
		padding-left: 10px;
	}
	.fc-head .fc-day-header{
		font-size: 7px;
	}
	.fc-body .fc-day-grid-container{
		font-size: 7px;
	}
	.item-list-noti .img-noti{
		max-width: none;
		margin: 0 auto;
		max-height: none;
	}
	.item-list-noti img{
		max-width: none;
	}
}

/*se agrega para mouse over de calendar*/
.fc-content {
    cursor: pointer !important;
}

/*se agrega para seccion de obispos*/
.link-obispo{
	text-decoration: none;
	color: black;
}
.link-obispo:hover {
	/*background-color: #fff;*/
	color: #69160e;	
	/*border: 1px solid #69160e;*/
}
.link-pagina{
	text-decoration: none;
	color: black;
}
.link-pagina:hover {
	/*background-color: #fff;*/
	color: #69160e;	
	/*border: 1px solid #69160e;*/
}
/*tag small centrar*/
.small-center{
	text-align: center !important;
	position: relative !important;
	/*font-size: 15px;*/
}
.link-basilica-modal{
	text-decoration: none;
	color: black;
}
.link-basilica-modal:hover {
	/*background-color: #fff;*/
	color: #69160e;	
	/*border: 1px solid #69160e;*/
}
.link-compartir-eclecial{
	text-decoration: none;
	color: black;
}
.link-compartir-eclecial:hover {
	/*background-color: #fff;*/
	color: #69160e !important;
	/*text-decoration: none;*/
	/*border: 1px solid #69160e;*/
}
.link-compartir-eclecial_descargas{
	/*text-decoration: none;*/
	color: #69160e;
}
.link-compartir-eclecial_descargas:hover {
	/*background-color: #fff;*/
	color: #69160e !important;
	/*text-decoration: none;*/
	/*border: 1px solid #69160e;*/
}
/*.small-center{
	text-align: center !important;
}*/