@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
	font-family: 'AtmaMedium';
	src: url('/fonts/atma-medium.ttf')  format('truetype');
}

body {
	color: #104271;
	background: #FFF;
	font-family: "Open Sans","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
}
img {
	max-width: 100%;
}
a {
	color: #FF8956;
}
a:hover {
	color: #E85B82;
}
h1 {
	font-size: 70px !important;
	line-height: 85px !important;
	font-family: "Oswald","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2 {
	font-size: 42px !important;
	line-height: 44px !important;
	font-family: "Oswald","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h3 {
	font-family: "Oswald","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-atma-medium {
	font-family: "AtmaMedium","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-bold {
	font-weight: 600;
}
.text-primary {
	color: #FF8956;
}
.text-secondary {
	color: #E85B82;
}
.text-blue {
	color: #104271;
}
.text-light-blue {
	color: #00C4CC;
}
.text-white {
	color: #FFF;
}
.text-gray {
	color: #AAA;
}
.text-shadow {
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.text-0xl {
    font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
	line-height: 2.2rem !important;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2.5rem !important;
}
.text-3xl {
    font-size: 1.875rem !important;
	line-height: 3rem !important;
}
.text-4xl {
    font-size: 2.25rem;
	line-height: 3.75rem !important;
}
.text-5xl {
    font-size: 3rem !important;
}
.text-6xl {
    font-size: 3.75rem !important;
}
.text-7xl {
    font-size: 4.5rem !important;
	line-height: 5.25rem !important;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 35px !important;
		line-height: 37px !important;
	}
	h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
}
h3 {
	font-size: 36px !important;
	line-height: 36px !important;
}
h4 {
	font-size: 22px !important;
	line-height: 25px !important;
}
.grilla-subtitulo {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 12px;
}
.html-subtitulo {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 17px;
}
.buscador-subtitulo {
    padding-top: 5px;
    margin-bottom: -10px;
    font-size: 12px;
}
.html-video-subtitulo {
    text-transform: uppercase;
    padding-bottom: 30px;
}
.cursor-pointer {
	cursor: pointer;
}
.menu.menu_web {
	position: fixed;
	top: 0px;
	width: 100%;
}
.menu {
	z-index: 1040;
}
.menu.pre-loading {
	position: relative;
}
.post-menu.pre-loading {
	display: none;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	color: #000;
	background: #FFF;
    z-index: 100000;
    text-align: center;
}

.menu-container h3 {
	font-size: 30px !important;
	line-height: 32px !important;
}
.menu-container {
	color: #FFF;
}
.menu-container .title {
	font-size: 15px;
}
.menu-container .items > ol > li {
	list-style-type: disc;
}
.menu-container .items > ol > li li {
	display: block;
}
.menu-container .items > ol > li li:before{
    content: "-";
}
.menu-container .container {
	padding-right: 0px;
	padding-left: 0px;
}

/*PRINCIPALES*/
.main-news {
	position: relative;
}
.main-news .box-search {
	bottom: 0px;
	position: absolute;
}
.main-news .box-search .label-img {
	color: #FFF;
	font-weight: 200;
	margin-bottom: 80px;
	margin-left: 5px;
}
:target {
    scroll-margin-top: 175px; /* Ajusta según la altura de tu menú */
}
.header .logo {
	width: 100%;
	max-width: 170px;
	transition: all 0.5s;
}
.header .logo-min {
	max-width: 120px !important;
}
.cargar_mas {
	color: #666;
	margin-top: 50px;
}
.cargar_mas_border_bottom {
	border-bottom: 1px solid #CCC;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.atencion-vecino-header {
	font-size: 14px;
}
.atencion-vecino-header .atencion-vecino-img {
	width: 18px;
	margin: 8px 6px 8px 0px;
}
.contacto .atencion-vecino img {
	width: 56px;
}
.contacto .atencion-vecino h2 {
	font-weight: 600;
}
.contacto .atencion-vecino-min h2 {
	font-size: 23px !important;
}
.contacto .atencion-vecino-tel {
	background: rgb(137, 137, 137);
	font-size: 35px;
	font-weight: 600;
}
.contacto .atencion-vecino-tel img {
	max-width: 32px;
}
.contacto .atencion-vecino-mail img {
	max-width: 17px;
}
.contacto .atencion-vecino-mail {
	background: rgb(127, 127, 127);
	font-size: 20px;
	font-style: oblique;
}
.li:before {
	content: "\2022 ";
	color: #8FCD00;
	padding-left: 20px;
	padding-right: 10px;
}
#u_body {
    min-height: inherit !important;
    margin-right: -10px;
    margin-left: -10px;
}
.green {
	color: #8FCD00;
}

.alert-success {
	background: #88C557;
	border-color: #8FCD00;
	color: #FFF;
	border-radius: 3px;
}
.alert-danger {
	background: #EA5726;
	border-color: #ED702C;
	color: #FFF;
	border-radius: 3px;
}

/*FONDOS*/
.bgprimary {
	background-color: #FF8956;
}
.bgsecondary {
	background-color: #FFDE59;
	color: #111;
}
.menu-container .bgdark {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71a432+0,8cc63f+6,8cc63f+100 */
	background: #FF8956; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d9606 0%, #FF8956 20px, #FF8956 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3d9606 0%,#FF8956 20px,#FF8956 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3d9606 0%,#FF8956 20px,#FF8956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9606', endColorstr='#FF8956',GradientType=0 ); /* IE6-9 */
}
.txt-green {
	color: #8FCD00;
}
.bgwhite {
	background-color: #FFFFFF;
	color: #104271;
}
.txt-white {
	color: #FFFFFF;
}
.bgblack {
	background-color: #000000;
	color: #FFFFFF;
}
.bgheader-white {
	background-color: rgba(255, 255, 255, 0.5);
}
.bggray {
	background-color: #EFEFEF;
}
.bgdark {
	background-color: #0A2D4C;
	color: #FFF;
}
.bggreen {
	background-color: #8FCD00;
	color: #FFF;
}
.bgyellow {
	background-color: #E85B82;
	color: #FFF;
}
.bgblue {
	background-color: #00C4CC;
	color: #FFFFFF;
}
.bgorange {
	background-color: #FF8956;
	color: #E85B82;
}
/*ITEMS*/
.btn-acceso-rapido {
	text-transform: uppercase;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FFF;
	font-size: 18px;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/*VARIOS*/
.overflow-hidden {
	overflow: hidden;
}
.splash-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.full-width {
    width: 100%;
}
.nopadding {
	padding: 0px !important;
	margin: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.font13 {
	font-size: 13px !important;
}
.font15 {
	font-size: 15px !important;
}
.font17 {
	font-size: 17px !important;
	line-height: 22px !important;
}
.font20 {
	font-size: 20px !important;
}
.font24 {
	font-size: 24px !important;
}
.font31 {
	font-size: 31px !important;
	line-height: 31px !important;
}
.font40 {
	font-size: 40px !important;
	line-height: 40px !important;
}
.font60 {
	font-size: 60px !important;
	line-height: 60px !important;
}
.font28 {
	font-size: 28px !important;
}
.margin0b {
	margin-bottom: 0px;
}
.margin0t {
	margin-top: 0px;
}
.margin0tb {
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin5tb {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin5b {
	margin-bottom: 5px;
}
.margin0lr {
	margin-left: 0px;
	margin-right: 0px;
}
.margin20tb {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin30t {
	margin-top: 30px;
}
.margin50b {
	margin-bottom: 50px;
}
.padding2 {
	padding: 2px;
}
.padding5 {
	padding: 5px;
}
.padding5b {
	padding-bottom: 5px;
}
.padding15t {
	padding-top: 15px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding5tb {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding15tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding20tb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding25tb {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding30t {
	padding-top: 30px;
}
.padding30tb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding50tb {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding100tb {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding15tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding3t {
	padding-top: 3px;
}
.padding10t {
	padding-top: 10px;
}
.padding20t {
	padding-top: 20px;
}
.padding40t {
	padding-top: 40px;
}
.padding60t {
	padding-top: 60px;
}
.padding70t {
	padding-top: 70px;
}
.padding100t {
	padding-top: 100px;
}
.padding20b {
	padding-bottom: 20px;
}
.padding30b {
	padding-bottom: 30px;
}
.padding40b {
	padding-bottom: 40px;
}
.padding30lr {
	padding-left: 30px;
	padding-right: 30px;
}
.padding15lr {
	padding-left: 15px;
	padding-right: 15px;
}
.padding5lr {
	padding-left: 5px;
	padding-right: 5px;
}
.padding0r {
	padding-right: 0px;
}
.padding0 {
	padding: 0px !important;
}
.min-height400 {
	min-height: 400px;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 22px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    z-index: 100;
	padding-top: 13px;
}
.whatsapp:hover {
	color: #25d366;
	box-shadow: inset 0px 0px 0px 2px #25d366;
    background-color: #104271;
	font-weight: bold;
}
.union_accesos_rapidos {
    position: absolute;
    top: 0;
    left: 0;
    height: 123px;
}
.union_accesos_rapidos_l {
	background: url('../images/union_accesos_rapidos_l.png') bottom repeat-x;
	height: 123px;
}
.union_accesos_rapidos_r {
	background-image: url('../images/union_accesos_rapidos.png'), url('../images/union_accesos_rapidos_r.png');
	background-position: bottom left, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 71px 123px, 12px 123px;
	height: 123px;
	padding-left: 65px;
}
.union_agenda {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
}
.mes-agenda {
	font-size: 20px;
	font-weight: 200;
}
.union_agenda_r .mes-agenda {
	line-height: 35px;
}
.union_agenda_l {
	background: url('../images/union_agenda_fondo.png') bottom repeat-x;
	height: 152px;
	padding-bottom: 10px;
}
.union_agenda_l.cover {
	background: url('../images/union_agenda_fondo_transparente.png') bottom repeat-x;
}
.union_agenda_r {
	background-image: url('../images/union_agenda.png'), url('../images/union_agenda_fondo.png');
	background-position: bottom right, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 100% 152px, 12px 152px;
	height: 152px;
	padding-left: 65px;
}
.dark-border-top {
	border-top: 1px solid #104271;
}
.gray-border-top {
	border-top: 1px solid #EEE;
}
.shadow-border-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#848484+0,848484+12,cccccc+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(132,132,132,0.88) 1px, rgba(204,204,204,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#00cccccc',GradientType=0 ); /* IE6-9 */

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 10;
}
.shadow-border-bottom {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,000000+100&0.1+0,0+60 */
	background: -moz-linear-gradient(top,  rgba(35,35,35,0.1) 0%, rgba(14,14,14,0) 6px, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6232323', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	width: 100%;
	height: 10px;
	z-index: 10;
}
.relative {
	position: relative;
}
.inline {
	display: inline;
}
.titulo-agenda {
	font-size: 25px;
}
.cel-agenda {
	vertical-align: middle;
	display: table-cell;
	float: none;
}
.white-separator {
	border-bottom: 10px solid #FFF;
}
.carousel-caption .redes {
    color: #000;
    text-shadow: none;
}
.carousel .header_image {
	max-height: 40px;
    margin: 25px 20px;
    position: absolute;
	max-width: 50%;
    z-index: 1;
}
.carousel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	background-color: rgba(16, 66, 113, 0.7); /* Azul con 50% de opacidad */
    flex-direction: column; /* Alinea los elementos verticalmente */
    justify-content: center; /* Centra el contenido verticalmente */
    align-items: center; /* Centra el contenido horizontalmente */
	color: white; /* Color del texto dentro de la capa */
}
.carousel-overlay h2 {
	font-weight: 300;
	font-family: "Open Sans","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}
textarea {
	height: 100px !important;
}
.form-horizontal * {
	border-radius: 1px;
}
.form-horizontal textarea {
	height: 146px;
}
.search-form {
	margin-top: 10px;
}
.search-form input {
	background: #CBCBCB;
	color: #000;
	font-size: 14px;
}
.search-form button {
	background: #666666;
}

.select2-img {
  max-width: 100px;
  max-height: 100px;
}
.select2-selection .select2-img {
  margin-top: 4px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  height: auto !important;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  padding: 2px 5px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  font-size: 14px;
}
.select2-results__option {
  font-size: 14px;
  font-family: "myriad-roman","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*SLIDER*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%; /* Centrado verticalmente */
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -22px; /* Ajustar la distancia a la izquierda del carrusel */
}

.owl-carousel .owl-nav button.owl-next {
    right: -22px; /* Ajustar la distancia a la derecha del carrusel */
}
.owl-carousel .owl-nav button {
    font-size: 30px !important; /* Aumenta el tamaño de la fuente para hacer las flechas más grandes y gruesas */
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    font-weight: 600;
    color: inherit !important;
}

.bx-wrapper .bx-prev {
	background: url(../images/black_controls.png) no-repeat 0 -32px; 
	left: -22px !important;
}
.bx-wrapper .bx-next {
	background: url(../images/black_controls.png) no-repeat -43px -32px;
	right: -22px !important;
}
.bx-wrapper .bx-viewport {
    background: none !important;   
    border: none !important;
    box-shadow: none !important;  
    left: 0 !important;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-loading {
	background: url(../images/bx_loader.gif) center center no-repeat #8CC63F !important;
}
.bxslider-item {
	display: flex;
    align-items: center;
	justify-content: center;
	height: 165px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	padding: 30px;
	transition: 0.3s;
}
.bxslider-item:hover {
	background: #104271;
	color: #FFF;
	transition: 0.3s;
}
.micrositio-container .owl-item:nth-child(5n+1),
.micrositio-container .grid-atajos > a:nth-child(5n+1) {
	box-shadow: inset 0px 0px 0px 2px #FFF; /*#FFCA56;*/
	background: #0A2D4C;
}
.micrositio-container .owl-item:nth-child(5n+2),
.micrositio-container .grid-atajos > a:nth-child(5n+2) {
	box-shadow: inset 0px 0px 0px 2px #FFF; /*#FF8956;*/
	background: #0A2D4C;
}
.micrositio-container .owl-item:nth-child(5n+3),
.micrositio-container .grid-atajos > a:nth-child(5n+3) {
	box-shadow: inset 0px 0px 0px 2px #FFF; /*#E85B82;*/
	background: #0A2D4C;
}
.micrositio-container .owl-item:nth-child(5n+4),
.micrositio-container .grid-atajos > a:nth-child(5n+4) {
	box-shadow: inset 0px 0px 0px 2px #FFF; /*#A1D683;*/
	background: #0A2D4C;
}
.micrositio-container .owl-item:nth-child(5n+5),
.micrositio-container .grid-atajos > a:nth-child(5n+5) {
	box-shadow: inset 0px 0px 0px 2px #FFF; /*#00C4CC;*/
	background: #0A2D4C;
}
.bx-wrapper {
    background: none !important;   
    border: none !important;
    box-shadow: none !important;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1000 !important;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.map {
	min-height: 500px;
}
.map-info {
	width: 270px;
}
.map-info img {
	width: 270px;
	height: 160px;
}
.items-container .item {
	padding-bottom: 40px !important;
}
.item-info {
	padding: 0px 15px 40px 15px;
}
.item-button-container {
	padding: 0px 15px 15px 15px;
}
.item-imagen-border-dark {
	border-bottom: 2px solid #A0A19D;
}
.item-imagen .play-icon {
    font-size: 50px;
    background-image: url("../images/YouTube-icon-dark.png");
    background-repeat: no-repeat;
    background-position: center; 
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    height: 37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
}
.item-imagen:hover .play-icon {
    background-image: url("../images/YouTube-icon-full_color.png");
}
.home.jumbotron {
	background: url("../images/home-jumbotron.jpg") left center;
	background-size: cover;
	min-height: 70vh;
	padding-right: 30px;
	padding-left: 30px;
}

section.services .box-services {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	text-align: center;
	padding: 15px;
	font-size: 1.5rem;
	margin-bottom: 30px;
	min-height: 171px;
}
section.services .box-services img {
	padding: 15px;
}
section.services a {
	color: #4F4F52;
}
section.services a:hover {
	color: #FF8956;
	text-decoration: none;
}
.container-fluid:has(>section.footer) {
	border-top: 0px solid #E85B82;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #104271;
	color: #FFF;
}

.evento-home {
	line-height: 18px;
}
.evento-home h3 {
    margin-top: 10px;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 32px !important;
}
@media screen and (max-width: 990px) {
	.evento-home h3 {
		font-size: 24px !important;
		line-height: 26px !important;
	}
}
.border-right {
	border-right: 1px solid #CCC;
}
.border-bottom {
	border-bottom: 1px solid #CCC;
}
.border-top {
	border-top: 1px solid #CCC;
}

.socalo-secondary {
	position: absolute;
	background: #FFDE59;
	height: 10px;
	bottom: 0;
	width: 100%;
}

.link-menu {
	color: #FFF;
	font-size: 15px;
}
.link-menu:hover, .link-menu:active, .link-menu:focus {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #FF8956;
}
.img-responsive {
    margin: auto;
}
.responsive-video-21by9 {
	position: relative;
	width: 100%;
	padding-top: 42.85%; /* 720 / 1920 = 0.4285 */
}
.responsive-video-21by9 video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	min-height: 100%;
}
.inherit-link,
.inherit-link:hover, .inherit-link:active, .inherit-link:focus {
	color: inherit;
	text-decoration: inherit;
}
.simple-link {
	color: #104271;
}
.simple-link:hover, .simple-link:active, .simple-link:focus {
	color: #FF8956;
	text-decoration: none;
}
.black-simple-link {
	color: #E85B82;
}
.black-simple-link:hover, .black-simple-link:active, .black-simple-link:focus {
	color: #FF8956;
	text-decoration: none;
}
.dark-simple-link {
	color: #FF8956;
}
.dark-simple-link:hover, .dark-simple-link:active, .dark-simple-link:focus {
	color: #E85B82;
	text-decoration: none;
}
.social-container {
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 2px;
	color: #104271;
}
.social-container a {
	color: #104271;
}
.evento-home .social-container {
    top: 0px;
}
.position-relative {
	position: relative;
}
.box-calendar-container {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.box-calendar {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	min-height: 120px;
}

@media (max-width: 991px) {
	.sm-text-center {
		text-align: center;
	}
	.sm-nopadding {
		padding: 0px !important;
	}
	.sm-nopull {
		float: inherit !important;
	}
}
@media (max-width: 767px) {
	.header .logo {
		margin: 0px -9px;
		width: 100px;
	}
	.navbar {
		min-height: inherit;
	}
	.navbar-brand .logo {
        max-height: 40px;
		margin-bottom: 14px;
    }
	.navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
	.navbar-brand {
        padding: 0px 0px 0px 0px;
		height: auto;
    }
	.navbar-default .navbar-nav>li:not(:last-child) {
		border-bottom: 1px solid #EEE;
	}
	.navbar-default .navbar-nav>li>a {
		color: #104271 !important;
	}
	.navbar-nav {
		margin: 7.5px -15px 20.5px -15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #104271;
	}
	.navbar-default .navbar-toggle {
		border-color: #eee;
		margin-left: 10px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #FFF;
		border-color: #104271;
	}
	.xs-text-center {
		text-align: center;
	}

	.xs-text-xl {
		font-size: 1.25rem !important;
	}

	.xs-text-3xl {
		font-size: 1.875rem !important;
		line-height: 3rem !important;
	}

	.xs-text-5xl {
		font-size: 3rem !important;
	}

	.xs-btn-xs {
		padding: 5px 10px;
	}

	.xs-padding50lr {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.xs-padding30lr {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.xs-padding10tb {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.xs-padding5tb {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.xs-nopadding {
		padding: 0px !important;
	}

	.xs-nomargin {
		margin: 0px !important;
	}

	.xs-nopull {
		float: inherit !important;
	}
}
.border-radius {
	border-radius: 8px;
}
@media (max-width: 700px) {
  .carousel-inner .item.cover {
  	height: 240px !important;
  	min-height: 120px !important;
  }
  h1 {
  	font-size: 31px !important;
  	line-height: 33px !important;
  }
  h2.news-title {
  	font-size: 20px !important;
	line-height: 40px !important;
  }
  .main-news .box-search .label-img {
	margin-bottom: 25px !important;
  }
}

.fc-day-header {
	background: #4D4D4D;
	height: 50px;
	color: #FFF;
}
.fc-day-header span {
    padding-top: 16px;
    display: block;
}
.fc-day-header:first-child {
	background: #8CC63F;
}
.fc-event {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: #000 !important;
	border-bottom: 1px #999 solid !important;
	padding: 10px 0px 4px 0px !important;
	margin: 0px 10px !important;
}
.fc-title {
	text-transform: uppercase;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
	.carousel-indicators {
		bottom: 60px;
	}
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

.btn-blue-light {
	border-color: #104271;
	color: #FFF;
}
.btn-blue-light:hover {
	background: #104271;
	border-color: #104271;
	color: #FFF;
}
.btn-blue {
	background: #104271;
	border-color: #104271;
	color: #FFF;
}
.btn-blue:hover {
	background: #FF8956;
	border-color: #FF8956;
	color: #FFF;
}
.btn-orange {
	background: #FF8956;
	border-color: #FF8956;
	color: #FFF;
}
.btn-orange:hover {
	background: #FFF;
	border-color: #FFF;
	color: #104271;
}



/* btn-green */
.btn-green, .fc-button { 
  color: #FFFFFF !important; 
  background-color: #73A534 !important; 
  border-color: #73A534 !important; 
  border-radius: 0 !important;
  width: 100%;
  text-transform: uppercase;
}
.fc-button { 
  background-image: none !important; 
  text-shadow: none !important;
  box-shadow: none !important;
  width: inherit !important;
}
.fc .fc-button-group > * {
	margin: 0 0 0 3px !important;
}
.fc-unthemed td.fc-today {
	background: #eaf7d9 !important;
	border-top: #ddd 1px solid !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: left !important;
	font-size: 22px;
	padding: 15px 0px 0px 15px;
}
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green,
.fc-button:hover, 
.fc-button:focus, 
.fc-button:active, 
.fc-button.active { 
  color: #FFFFFF !important; 
  background-color: #7FB43A !important; 
  border-color: #73A534 !important; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green,
.fc-button:active, 
.fc-button.active { 
  background-image: none !important; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active,
.fc-button.disabled, 
.fc-button[disabled], 
fieldset[disabled] .fc-button, 
.fc-button.disabled:hover, 
.fc-button[disabled]:hover, 
fieldset[disabled] .fc-button:hover, 
.fc-button.disabled:focus, 
.fc-button[disabled]:focus, 
fieldset[disabled] .fc-button:focus, 
.fc-button.disabled:active, 
.fc-button[disabled]:active, 
fieldset[disabled] .fc-button:active, 
.fc-button.disabled.active, 
.fc-button[disabled].active, 
fieldset[disabled] .fc-button.active { 
  background-color: #73A534 !important; 
  border-color: #73A534 !important; 
} 
 
.btn-green .badge,
.fc-button .badge { 
  color: #73A534 !important; 
  background-color: #FFFFFF !important; 
}






/* seven cols */
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

@media (max-width: 620px) {
	.atencion-vecino-header-content {
		margin: 7px 0;
	}
	.atencion-vecino-header-content a {
		padding: 8px;
	}
	.atencion-vecino-header-content img {
		transform: scale(1.5);
	}
}