header.inicio {
  /*background-image: url("../imagenes/fondo.jpg") !important;
  background-position: top left !important;
  background-size: cover !important;*/
  /*height: 100vh;*/
  /*min-height: 775px;*/
  padding-top: 0;
  padding-bottom: 0;
  /*opacity: 0.6;*/
}

@font-face {
  font-family: 'Helsinki';
  src: url("../fonts/Helsinki-Regular.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helsinki';
  src: url("../fonts/Helsinki-Light.woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helsinki';
  src: url("../fonts/Helsinki-Extralight.woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Helsinki';
  src: url("../fonts/Helsinki-Thin.woff");
  font-weight: 100;
  font-style: normal; }

*:not(i) {
	font-family: 'Helsinki', 'Tahoma' !important;
}


#mainNav {
  background-color: #8fcb18;
}

@media (max-width: 767px) {
  header.inicio {
    margin-top: 19px;
  }
  section#destacamos {
    padding: 30px 0 100px 0;
  }
}

header.inicio * {
  opacity: 1.0;
}

header.inicio h1 {
  color: #fff;
}

section.contact {
  background: none;
  background-color: #8fcb18 !important;
	clear: both;
}

section#destacamos {
	background-color: #fff !important;
  margin-top: 132px;
}

section.features .section-heading {
  margin-bottom: 10px !important;
}

#mainNav.navbar-shrink .navbar-nav > li > a, #mainNav.navbar-shrink .navbar-nav > li > a:focus  {
  color: #fff;
}

#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
  color: #fff;
}

#mainNav .navbar-nav > li.active > a, #mainNav .navbar-nav > li.active > a:focus,  #mainNav .navbar-nav > li > a:hover {
  color: #333;
}

#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover, #mainNav.navbar-shrink .navbar-nav > li > a:hover {
  color: #333;
  text-decoration: underline;
}

#mainNav .navbar-toggler {
  color: #fff;
  margin-right: 0 !important;
}

footer {
  clear: both;
}

footer p {
  text-align: center;
}

footer p, footer ul li a {
  color: #fff;
}

body#contenido #mainNav {
    background-color: #000;
}

div.rastro_migas {
  background-color: #ddd;
  width: 100%;
}

div#rastro_migas {
  margin: 65px auto 0;
  background-color: transparent;
  color: #555;
  float: none;
  display: block;
}

section#features {
  padding-bottom: 35px;
}

section.features .feature-item img.noticia {
  border-radius: 15px;
}

section.features .feature-item h3 {
  font-size: 25px;
  margin-top: 20px;
}

div#rastro_migas p, div#rastro_migas p a {
  color: #555;
}

div#rastro_migas p a:hover {
  color: #000;
}

section#pagina {
  margin: 20px 0 100px 0;
}

article#sidebar {
  float: left;
  text-align: center;
}

article#sidebar h4 {
  font-size: 13px;
  width: 70%;
  margin-left: 15%;
  margin-top: 15px;
}

article#sidebar a.btn {
  font-size: 12px;
  padding: 5px;
}

article#sidebar div.noticia {
  margin-bottom: 30px;
}

article#sidebar a:hover {
  opacity: 0.8;
}

article#principal div.noticia p.noticia {
  clear: none;
}

section.atencion {
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  background-color: #eee;
  border-radius: 50px;
}

article#principal h2 {
  font-weight: bold;
  font-size: 19px;
}

article#principal img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  padding: 1px;
  border: 1px solid #ddd;
}

section.atencion p {
  text-align: center;
}

@media (max-width: 500px) {
  a.btn {
    letter-spacing: 1px;
    padding: 15px;
  }

  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    background-color: #000;
  }

  div#navbarResponsive ul {
    width: 100%;
  }

  div#navbarResponsive ul li {
    margin-bottom: 5px;
  }

  div#navbarResponsive ul li a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}



/* Home Page Carousel */

.slick-slide img {
  width: 100%;
}

.slick-prev {
  z-index: 100 !important;
  left: 25px !important;
}

.slick-next {
  z-index: 100 !important;
  right: 25px !important;
}

.h-100 {
  margin-top: -30%;
  margin-bottom: 30%;
}

section.download {
  margin-top: 0;
  background: none;
  background-color: #8fcb18 !important;
  padding: 50px 0;
  border-top: 1px solid #fff;
}

section.download h4 {
  margin-bottom: 15px;
}

section.download div.destacado img.img-responsive {
  max-width: 100%;
  border: 1px solid #fff;
}

section.download div.destacado h5 {
  margin-top: 10px;
}

section.download div.destacado a,
section.download div.destacado i {
  color: #fff;
}

@media (max-width: 767px) {
  section.download div.destacado {
    margin-bottom: 30px;
  }
}

section.enlaces_interes {
  padding: 20px 0;
}

section.enlaces_interes h3 {
  width: 100%;
  text-align: center;
}

section.enlaces_interes ul {
  width: 100%;
  list-style-type: none;
  margin: 20px 0 40px 0;
  padding: 0;
  float: left;
}

section.enlaces_interes ul li {
  width: 20%;
  text-align: center;
  float: left;
  margin: 0 2.5%;
  background-color: #8fcb18;
  border-radius: 20px;
  padding: 10px;
}

section.enlaces_interes ul li a,
section.enlaces_interes ul li i {
  color: #fff;
}

section.enlaces_interes ul li a:hover {
  text-decoration: none;
}

section.enlaces_interes ul li:hover {
  background-color: #333;
  cursor: pointer;
}

@media (max-width: 767px) {
  section.enlaces_interes ul li {
    width: 100%;
  }
}

.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  background-color: #23db7d !important;
  border-color: #23db7d !important;
}

#mainNav.navbar-shrink, body#contenido #mainNav {
  background-color: #8fcb18;
position: fixed;
top: 0;
left: 0;
}

/*
.carousel {
  height: 50%;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
  height: 100%;
}

.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
 */

footer ul {
  margin-bottom: 0;
  display: table;
  margin: 0 auto;
}

thead {
  background-color: #ddd;
}

.table thead th {
  text-align: center;
  vertical-align: middle;
}

table.table {
  margin-bottom: 2rem;
}

p.destacado-peq {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

p.botones_admin img {
	max-width: 100% !important;
	width: auto !important;
}

#mainNav .navbar-nav > li.active > a,
#mainNav .navbar-nav > li > a.active {
	color: #333 !important;
}

@media (min-width: 992px) {
	ul.menu_principal_submenu {
		display: none;
		position: absolute !important;
		background-color: #000;
	}

	ul.menu_principal_submenu li {
		clear: both !important;
		display: block !important;
		color: #fff !important;
		padding: 10px !important;
	}

	ul.menu_principal_submenu li a {
		color: #fff !important;
		text-align: left !important;
		padding-left: 0 !important;
	}

	ul.menu_principal_submenu li span {
		color: #fff !important;
		text-decoration: underline !important;
	}
	
	ul.menu_principal_submenu.visible {
		display: block !important;
	}
}

nav.navbar ul > li:first-child > a > i {
    font-size: 18px;
}

div#infobox3 p {
	margin: 0;
	padding: 20px 0;
}

header.inicio::before {
    content: "Tomares";
    position: absolute;
    color: white;
    font-size: 32px;
    bottom: 20px;
    z-index: 5;
    height: auto;
    left: 20px;
    font-weight: 300;
}

body.contenido-id-49 article#principal img {
  margin-bottom: 0px;
}

body#contacto button.btn {
  background-color: #8fcb18;
  margin-top: 15px;
}

body#contacto div.alert i {
  font-size: 45px;
  margin: 0;
  position: absolute;
  left: 15px;
}

body#contacto div.alert p,
body#contacto div.alert ul {
  padding-left: 50px;
}
body#contacto div.alert ul {
  margin-left: 30px;
  list-style-type: square;
}
body#contacto div.alert {
  min-height: 70px;
}
body#contacto div.alert p {
  margin-bottom: 0;
  margin-top: 10px;
}
body#contacto div.alert-danger p {
  margin-bottom: 10px;
}
body#contacto div.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 767px) {
  .navbar-brand {
    font-size: 14px;
  }
  img.logo {
    max-width: 100%;
  }
  div.contactar i {
    font-size: 23px !important;
  }
  #mainNav {
    padding-left: 10px;
    padding-right: 10px;
  }
  div.contactar a {
    display: inline-block;
  }
  section#pagina ul#submenu {
    margin-top: 0;
  }
  section#pagina {
    margin-top: 10px;
  }
}
.table th, .table td.table th, .table td {
  border-top: 0 !important;
  text-align: center !important;
  font-size: 16px;
}

.table td a {
  text-decoration: underline;
}

figure {
  margin-bottom: 0 !important;
}

td p {
  text-align: center;
}

article#principal table {
  max-width: 65%;
}

article#principal table img {
  padding: 20px 20px 0 20px;
  border: 0;
}

@media (max-width: 767px) {
  article#principal table {
    max-width: 100%;
  }
}
