/*VARIABLES*/
/*MIXINS*/
.sixteen-nine {
  position: relative;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*GENERALES*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #1f191a;
  height: 100%;
  position: relative;
  font-family: 'Myriad Pro', 'PT Sans', sans-serif;
  color: black;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Droid Serif', serif;
}

h1.negro, h2.negro, h3.negro, h4.negro, h5.negro, h6.negro {
  color: #1f191a;
}

h1.amarillo, h2.amarillo, h3.amarillo, h4.amarillo, h5.amarillo, h6.amarillo {
  color: #ffdb4d;
}

a {
  color: black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #ffdb4d;
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
  color: black;
}

p {
  margin: 0;
  font-size: 16px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.texto {
  overflow: hidden;
  color: white;
  padding-bottom: 40px;
}

.texto h1 {
  font-family: 'Myriad Pro', 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .texto h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .texto h1 {
    font-size: 60px;
  }
}

.gris {
  background: #f6f6f6;
}

.gris .texto {
  color: #1f191a;
}

.blanco {
  background-color: white;
}

.blanco .texto {
  color: #1f191a;
}

.animsition-loading:after {
  content: url("https://d5cae4.claudeassets.com/20220213085422im_/http://ecologiahumana.org/wp-content/themes/aeeh/img/ajax-loader.gif") !important;
}

.imagen-cierre {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .imagen-cierre {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .imagen-cierre {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .imagen-cierre {
    height: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  .imagen-cierre {
    height: 600px;
  }
}

/*TEMPORAL*/
.proximamente {
  background: #1f191a;
}

.proximamente .wrapper {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.proximamente .header, .proximamente .social {
  display: none;
}

.proximamente img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/*---*/
/*HEADER*/
.header .navbar {
  border: none;
  background: white;
  min-height: 100px;
}

.header .navbar .logo {
  float: left;
  max-width: 180px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .header .navbar .logo {
    float: none;
    max-width: 120px;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 992px) {
  .header .navbar .logo {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .header .navbar .logo img {
    margin: 0 auto;
    display: block;
  }
}

.header .navbar .navbar-collapse {
  max-height: none;
  border: none;
}

.header .navbar .nav {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .header .navbar .nav {
    float: right;
  }
}

.header .navbar .nav li a {
  color: black;
  padding: 20px 10px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .header .navbar .nav li a {
    padding: 40px 15px;
    font-size: 13px;
  }
}

.header .navbar .nav li.current-menu-item a {
  color: #ffdb4d;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .header .navbar .nav li.current-menu-item a {
    color: #1f191a;
    font-weight: normal;
  }
}

.header .navbar-toggle {
  border: none;
  margin-top: 30px;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
  background: transparent;
}

.header .navbar-toggle .icon-bar {
  background: #1f191a;
}

.header #example-one {
  position: relative;
}

.header #example-one li a {
  display: inline-block;
}

.header #magic-line {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header #magic-line {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100px;
    height: 8px;
    background: #ffdb4d;
  }
}

.error404 h1 {
  text-align: left;
  margin-top: 80px;
}

.error404 #magic-line {
  display: none;
}

/*FLEXSLIDER*/
.flexslider {
  border: none;
  overflow-x: hidden;
  margin: 0;
}

/*CAROUSEL DE CITAS*/
#carousel-imagenes, #carousel-citas {
  overflow: hidden !important;
}

/*.carousel-citas{
	.cabecera{
		background:$amarillo;
	}
	.slides{
		background:$amarillo;
	}
	.frase{
		padding:160px 0 60px;
		@media only screen and (min-width : 768px) { padding:260px 0 80px;}
		@media only screen and (min-width : 992px) { padding:160px 0 60px;}
		@media only screen and (min-width : 1400px) { padding:200px 0 100px;}

		color:black;
		.cita{
			font-size: 28px;
			@media only screen and (min-width : 768px) { font-size: 38px;}
			@media only screen and (min-width : 992px) { font-size: 42px;}
			@media only screen and (min-width : 1400px) { font-size: 48px;}

			font-weight: 600;
		}
		.autor{
			font-size: 14px;
			@media only screen and (min-width : 768px) { font-size: 18px;}
			@media only screen and (min-width : 992px) { font-size: 22px;}
		}
	}
}*/
.carousel-citas .cabecera {
  background: #ffdb4d;
}

.carousel-citas .slides {
  background: #ffdb4d;
}

.carousel-citas .frase {
  padding: 150px 0 50px;
  color: black;
}

@media only screen and (min-width: 768px) {
  .carousel-citas .frase {
    padding: 250px 0 70px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-citas .frase {
    padding: 150px 0 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .carousel-citas .frase {
    padding: 170px 0 70px;
  }
}

.carousel-citas .frase .cita {
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .carousel-citas .frase .cita {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-citas .frase .cita {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-citas .frase .cita {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1400px) {
  .carousel-citas .frase .cita {
    font-size: 38px;
  }
}

.carousel-citas .frase .autor {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .carousel-citas .frase .autor {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-citas .frase .autor {
    font-size: 22px;
  }
}

/*CAROUSEL DE IMAGENES*/
/*.carousel{
	.flexslider{
		border:none;
		overflow-x:hidden;
		margin:0;
		.slides{
			background:$negro;
			li{
				height: auto;
				overflow: hidden;
				@media only screen and (min-width : 768px) { height: 600px;}
				@media only screen and (min-width : 992px) { height: 800px;}
				background-size: cover!important;
				background-repeat: no-repeat!important;
				background-position: center!important;
				.text-caption{
					position: static;
					padding:100px 0;
					@media only screen and (min-width : 768px) { position: absolute; bottom: 80px; padding:0;}
				}
				h1, h2{
					text-transform: uppercase;
					font-family: 'Myriad Pro', 'PT Sans', sans-serif;
					font-weight: bold;
					margin:0;

				}
				h1{
					font-size: 40px;
					@media only screen and (min-width : 768px) { font-size: 50px;}
					@media only screen and (min-width : 992px) { font-size: 80px;}
					color: $negro;
				}
				h2{
					font-size: 20px;
					@media only screen and (min-width : 768px) { font-size: 40px;}
					@media only screen and (min-width : 992px) { font-size: 60px;}
					color:$amarillo;
				}
			}
		}
		.flex-control-paging{
			bottom:20px;
			z-index: 2;
			li{
				a{
					background-color: $amarillo;
					box-shadow: none;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					&.flex-active{
						background: $negro;
					}
				}
			}
		}
	}
}*/
.carousel .flexslider {
  border: none;
  overflow-x: hidden;
  margin: 0;
}

.carousel .flexslider .slides {
  background: #1f191a;
}

.carousel .flexslider .slides li {
  height: auto;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media only screen and (min-width: 768px) {
  .carousel .flexslider .slides li {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel .flexslider .slides li {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel .flexslider .slides li {
    height: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  .carousel .flexslider .slides li {
    height: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .carousel .flexslider .slides li {
    height: 800px;
  }
}

.carousel .flexslider .slides li .text-caption {
  position: static;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .carousel .flexslider .slides li .text-caption {
    position: absolute;
    bottom: 80px;
    padding: 0;
    left: 0;
  }
}

.carousel .flexslider .slides li h1, .carousel .flexslider .slides li h2 {
  text-transform: uppercase;
  font-family: 'Myriad Pro', 'PT Sans', sans-serif;
  font-weight: bold;
  margin: 0;
}

.carousel .flexslider .slides li h1 {
  font-size: 40px;
  color: #1f191a;
}

@media only screen and (min-width: 768px) {
  .carousel .flexslider .slides li h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel .flexslider .slides li h1 {
    font-size: 80px;
  }
}

.carousel .flexslider .slides li h1:hover {
  text-decoration: underline;
}

.carousel .flexslider .slides li h2 {
  font-size: 20px;
  color: #ffdb4d;
}

@media only screen and (min-width: 768px) {
  .carousel .flexslider .slides li h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel .flexslider .slides li h2 {
    font-size: 60px;
  }
}

.carousel .flexslider .flex-control-paging {
  bottom: 20px;
  z-index: 2;
}

.carousel .flexslider .flex-control-paging li a {
  background-color: #ffdb4d;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.carousel .flexslider .flex-control-paging li a.flex-active {
  background: #1f191a;
}

/*CABECERA GENERAL*/
/*	.cabecera{
		position: relative;
		.menu-anclas{
			position: static;
			bottom:40px;
			text-transform: uppercase;
			font-weight: bold;
			text-align: right;
			padding-bottom:40px;
			@media only screen and (min-width : 992px) { position: absolute;padding-bottom:0px;text-align: right;}
			ul{
				list-style: none;
				li{
					p{
						display: none;
						@media only screen and (min-width : 992px) { display:block;}
						color: white;
						font-size: 14px;
					}
					a{
						display: block;
						margin:20px 0;
						font-size: 16px;
						text-align: center;
						@media only screen and (min-width : 992px) { margin:5px 0; font-size: 14px; text-align: right;}
						&:hover{
							color:white;
						}
						&:active, &:focus, &:visited{
							color:$negro;
						}
					}
				}
			}
		}
		background: $amarillo;
		.titulo{
			padding:160px 0 60px;
			@media only screen and (min-width : 768px) { padding:260px 0 80px;}
			@media only screen and (min-width : 992px) { padding:180px 0 80px;}
			@media only screen and (min-width : 1400px) { padding:220px 0 120px;}
			text-align: center;
			h1{
				font-size: 30px;
				font-weight: bold;
				@media only screen and (min-width : 768px) { font-size: 38px;}
				@media only screen and (min-width : 992px) { font-size: 42px;}
				@media only screen and (min-width : 1400px) { font-size: 48px;}

				color:$negro;
			}
		}
		&.tiene-submenu{
			.titulo{
				padding-bottom:0px;
				@media only screen and (min-width : 992px) { padding-bottom: 110px;}
			}
		}
		&.secundaria{
			.titulo{
				padding:60px 0 60px;
				@media only screen and (min-width : 768px) { padding:80px 0 0px;}
				@media only screen and (min-width : 992px) { padding:110px 0 110px;}
			}
			&.tiene-submenu{
				.titulo{
					padding-bottom:0px;
					@media only screen and (min-width : 992px) { padding-bottom: 110px;}
				}
			}
		}
	}*/
.cabecera {
  position: relative;
  background: #ffdb4d;
}

.cabecera .menu-anclas {
  position: static;
  bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .cabecera .menu-anclas {
    position: absolute;
    padding-bottom: 0px;
    text-align: right;
  }
}

.cabecera .menu-anclas ul {
  list-style: none;
}

.cabecera .menu-anclas ul li p {
  display: none;
  color: white;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .cabecera .menu-anclas ul li p {
    display: block;
  }
}

.cabecera .menu-anclas ul li a {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .cabecera .menu-anclas ul li a {
    margin: 5px 0;
    font-size: 14px;
    text-align: right;
  }
}

.cabecera .menu-anclas ul li a:hover {
  color: white;
}

.cabecera .menu-anclas ul li a:active, .cabecera .menu-anclas ul li a:focus, .cabecera .menu-anclas ul li a:visited {
  color: #1f191a;
}

.cabecera .titulo {
  padding: 140px 0 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cabecera .titulo {
    padding: 220px 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .cabecera .titulo {
    padding: 160px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .cabecera .titulo {
    padding: 180px 0 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .cabecera .titulo {
    padding: 200px 0 100px;
  }
}

.cabecera .titulo h1 {
  font-size: 28px;
  font-weight: bold;
  color: #1f191a;
}

@media only screen and (min-width: 768px) {
  .cabecera .titulo h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .cabecera .titulo h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .cabecera .titulo h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1400px) {
  .cabecera .titulo h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 992px) {
  .cabecera.tiene-submenu .titulo {
    padding-bottom: 0px;
  }
}

.cabecera.secundaria .titulo {
  padding: 60px 0 0px;
}

@media only screen and (min-width: 768px) {
  .cabecera.secundaria .titulo {
    padding: 80px 0 0px;
  }
}

@media only screen and (min-width: 992px) {
  .cabecera.secundaria .titulo {
    padding: 60px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .cabecera.secundaria .titulo {
    padding: 80px 0 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .cabecera.secundaria .titulo {
    padding: 100px 0 100px;
  }
}

/*SECCION QUE ES*/
.pad-sec {
  padding: 80px 15px;
}

@media only screen and (min-width: 768px) {
  .pad-sec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .pad-sec {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pad-sec {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .pad-sec {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 1600px) {
  .pad-sec {
    padding: 140px 0;
  }
}

.pad-sec-top {
  padding: 80px 15px 0;
}

@media only screen and (min-width: 768px) {
  .pad-sec-top {
    padding: 100px 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .pad-sec-top {
    padding: 120px 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .pad-sec-top {
    padding: 140px 0 40px;
  }
}

.pad-sec-bottom {
  padding: 0px 15px 80px;
}

@media only screen and (min-width: 768px) {
  .pad-sec-bottom {
    padding: 0px 0 100px;
  }
}

@media only screen and (min-width: 992px) {
  .pad-sec-bottom {
    padding: 0px 0 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .pad-sec-bottom {
    padding: 0px 0 140px;
  }
}

.que-es {
  background-position: center !important;
  background-size: cover !important;
}

.que-es .texto {
  text-align: justify;
  color: white;
}

.que-es .texto p {
  margin-bottom: 20px;
}

.grid-item {
  width: 50%;
}

.grid-item--width2 {
  width: 100%;
}

/*SECCION QUE APORTA*/
.imagen-cierre {
  height: 400px;
  background-position: center !important;
  background-size: cover !important;
}

@media only screen and (min-width: 1400px) {
  .imagen-cierre {
    height: 600px;
  }
}

@media only screen and (min-width: 992px) {
  #que-aporta .recuadro-negro .texto {
    padding: 120px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #que-aporta .recuadro-negro .texto {
    padding: 80px 15px;
  }
}

#que-aporta .recuadro-negro p {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  #que-aporta .recuadro-negro p {
    font-size: 25px;
  }
}

#que-aporta .listado {
  background: white;
  height: auto;
  overflow: hidden;
  text-align: center;
}

#que-aporta .listado h1 {
  font-family: 'Myriad Pro', 'PT Sans', sans-serif;
  display: inline-block;
  font-weight: bold;
  border-bottom: 6px solid #ffdb4d;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  #que-aporta .listado h1 {
    font-size: 28px;
  }
}

#que-aporta .listado ol {
  counter-reset: awesome-counter;
  text-align: left;
}

#que-aporta .listado ol li {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  #que-aporta .listado ol li {
    margin-bottom: 40px;
  }
}

#que-aporta .listado ol li:before {
  content: counter(awesome-counter);
  counter-increment: awesome-counter;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  vertical-align: initial;
  margin-right: 15px;
  color: #ffdb4d;
  height: 50px;
}

/*SECCION CONCEPTOS*/
.grid-item {
  font-family: 'Droid Serif', serif;
  width: 100%;
  padding: 0;
  height: auto;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .grid-item {
    width: 50%;
  }
}

.grid-item p {
  margin-bottom: 15px;
}

.grid-item.es-imagen {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .grid-item {
    padding-left: 0;
    padding-right: 0px;
  }
}

.grid-item .cabecera-svg {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .grid-item .cabecera-svg {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .grid-item .cabecera-svg {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-item .cabecera-svg {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.grid-item .cabecera-svg img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 767px) {
  .grid-item .cabecera-svg img {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-item .cabecera-svg img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1800px) {
  .grid-item .cabecera-svg img {
    max-width: 60%;
    margin: 0 auto;
  }
}

.grid-item .concepto-texto {
  padding-bottom: 50px;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .grid-item .concepto-texto {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .grid-item .concepto-texto {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-item .concepto-texto {
    padding-bottom: 100px;
  }
}

.grid-item.blanco {
  background: white;
  color: #1f191a;
}

.grid-item.negro {
  background: #1f191a;
  color: white;
}

.grid-item.amarillo {
  background: #ffdb4d;
  color: white;
}

/*QUIENES SOMOS*/
#quienes-somos .seccion {
  background-size: cover !important;
  background-position: center !important;
  text-align: justify;
}

#quienes-somos .seccion .texto h1 {
  text-align: center;
}

#quienes-somos .seccion .texto img {
  max-width: 180px;
}

#quienes-somos .seccion img {
  margin: 0 auto 40px;
  display: block;
}

#quienes-somos .seccion .divTable {
  display: table;
  width: 100%;
}

#quienes-somos .seccion .divRow {
  display: table-row;
  width: auto;
}

#quienes-somos .seccion .divCell {
  float: left;
  /*fix for  buggy browsers*/
  display: table-column;
  width: 50%;
  height: 40px;
  font-weight: bold;
}

#quienes-somos .seccion .divCell a {
  text-decoration: underline;
  font-weight: bold;
}

#quienes-somos .seccion .divCell span {
  font-weight: normal;
}

#quienes-somos .seccion .tabla {
  margin-top: 40px;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #quienes-somos .seccion .tabla {
    width: 60%;
  }
}

#quienes-somos .seccion .estatutos {
  font-weight: bold;
  border: 1px solid black;
  font-size: 21px;
  display: table;
  text-align: center;
  float: right;
  margin-top: 40px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#quienes-somos .seccion .estatutos:hover {
  background: #ffdb4d;
  border-color: #ffdb4d;
}

#quienes-somos .seccion .estatutos:hover a {
  color: #1f191a;
}

@media only screen and (min-width: 768px) {
  #quienes-somos .seccion .estatutos {
    width: 40% !important;
  }
}

#quienes-somos .seccion .estatutos a {
  padding: 15px 30px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #quienes-somos .seccion .estatutos {
    width: auto;
  }
}

#quienes-somos .logos-wrap {
  overflow: hidden;
}

.quienes-somos .imagen-cierre {
  height: auto;
}

/*QUE HACEMOS*/
#que-hacemos .pretendemos {
  overflow: hidden;
  position: relative;
}

#que-hacemos .pretendemos h1 {
  margin: 0;
  font-size: 48px;
}

@media only screen and (min-width: 1400px) {
  #que-hacemos .pretendemos h1 {
    font-size: 60px;
  }
}

#que-hacemos .pretendemos .texto {
  padding-right: 20px;
}

#que-hacemos .pretendemos .textos-pretendemos {
  min-height: initial;
}

@media only screen and (min-width: 1200px) {
  #que-hacemos .pretendemos .textos-pretendemos {
    min-height: 440px;
  }
}

@media only screen and (min-width: 1400px) {
  #que-hacemos .pretendemos .textos-pretendemos {
    min-height: 640px;
  }
}

#que-hacemos .pretendemos .textos-pretendemos p {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  padding: 14px 0px;
}

@media only screen and (min-width: 768px) {
  #que-hacemos .pretendemos .textos-pretendemos p {
    padding: 14px 40px;
  }
}

@media only screen and (min-width: 992px) {
  #que-hacemos .pretendemos .textos-pretendemos p {
    padding: 20px 40px;
  }
}

@media only screen and (min-width: 1400px) {
  #que-hacemos .pretendemos .textos-pretendemos p {
    padding: 30px 60px;
  }
}

/*ACTIVIDADES*/
.actividades-listado .list-item .list-content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.actividades-listado .list-item .list-content:hover {
  background: #1f191a;
  cursor: pointer;
}

.actividades-listado .list-item .list-content:hover .titulo-actividad, .actividades-listado .list-item .list-content:hover .resumen {
  color: white;
  border-color: white;
}

.actividades-listado .list-item .list-content:hover .titulo-actividad p, .actividades-listado .list-item .list-content:hover .resumen p {
  color: white;
}

.actividades-listado .list-item .list-content:hover .titulo-actividad a:hover, .actividades-listado .list-item .list-content:hover .resumen a:hover {
  color: white;
}

.actividades-listado .list-item .list-content:hover .panel-group, .actividades-listado .list-item .list-content:hover .panel-default, .actividades-listado .list-item .list-content:hover .panel-heading {
  background: #1f191a !important;
  cursor: pointer;
}

.actividades-listado .row, .publicaciones-listado .row {
  display: flex;
  flex-wrap: wrap;
}

.actividades-listado .list-item, .publicaciones-listado .list-item {
  display: flex;
  padding: 0.5em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .actividades-listado .list-item, .publicaciones-listado .list-item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .actividades-listado .list-item, .publicaciones-listado .list-item {
    width: 33.33%;
  }
}

.actividades-listado .list-item .list-content, .publicaciones-listado .list-item .list-content {
  display: flex;
  flex-direction: column;
  background-color: #ffdb4d;
  width: 100%;
}

.actividades-listado .list-item a, .publicaciones-listado .list-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  background: #ffdb4d;
}

.actividades-listado .list-item a:hover, .publicaciones-listado .list-item a:hover {
  background: #1f191a;
}

.actividades-listado .list-item a:hover .list-content, .publicaciones-listado .list-item a:hover .list-content {
  background: #1f191a;
}

.actividades-listado .list-item a:hover .list-content .panel-group, .publicaciones-listado .list-item a:hover .list-content .panel-group {
  background: #1f191a;
}

.actividades-listado .list-item a:hover .list-content .panel-group .panel.panel-default, .publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default {
  background: #1f191a;
}

.actividades-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading, .publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading {
  background: #1f191a;
}

.actividades-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .titulo-actividad, .actividades-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .resumen, .publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .titulo-actividad, .publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .resumen {
  color: white;
  border-color: white;
}

.actividades-listado .panel-group, .actividades-listado .panel-default, .actividades-listado .panel-heading, .publicaciones-listado .panel-group, .publicaciones-listado .panel-default, .publicaciones-listado .panel-heading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ffdb4d;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.actividades-listado .panel-heading, .publicaciones-listado .panel-heading {
  padding: 30px;
}

.actividades-listado .panel-heading .panel-title, .publicaciones-listado .panel-heading .panel-title {
  font-size: 30px;
  font-weight: bold;
}

.actividades-listado .panel-heading .panel-title a:hover, .actividades-listado .panel-heading .panel-title a:focus, .actividades-listado .panel-heading .panel-title a:active, .actividades-listado .panel-heading .panel-title a:visited, .publicaciones-listado .panel-heading .panel-title a:hover, .publicaciones-listado .panel-heading .panel-title a:focus, .publicaciones-listado .panel-heading .panel-title a:active, .publicaciones-listado .panel-heading .panel-title a:visited {
  color: white;
  text-decoration: none;
}

.actividades-listado .panel-body, .publicaciones-listado .panel-body {
  padding: 30px;
  padding-top: 0;
}

.actividades-listado .panel-default > .panel-heading + .panel-collapse > .panel-body, .publicaciones-listado .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.actividades-listado .fecha, .publicaciones-listado .fecha {
  text-transform: uppercase;
  display: table;
}

.actividades-listado .fecha .year-actividad, .actividades-listado .fecha .year-publicacion, .publicaciones-listado .fecha .year-actividad, .publicaciones-listado .fecha .year-publicacion {
  display: table-cell;
  vertical-align: top;
  display: block;
  margin-top: -10px;
}

.actividades-listado .fecha .year-actividad p, .actividades-listado .fecha .year-publicacion p, .publicaciones-listado .fecha .year-actividad p, .publicaciones-listado .fecha .year-publicacion p {
  color: white;
  font-weight: bold;
  font-size: 50px;
}

@media only screen and (min-width: 1200px) {
  .actividades-listado .fecha .year-actividad p, .actividades-listado .fecha .year-publicacion p, .publicaciones-listado .fecha .year-actividad p, .publicaciones-listado .fecha .year-publicacion p {
    font-size: 60px;
  }
}

.actividades-listado .fecha .inicio-fin, .publicaciones-listado .fecha .inicio-fin {
  display: table-cell;
  vertical-align: top;
}

.actividades-listado .fecha .inicio-fin p, .publicaciones-listado .fecha .inicio-fin p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: -10px;
  margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
  .actividades-listado .fecha .inicio-fin p, .publicaciones-listado .fecha .inicio-fin p {
    font-size: 28px;
    margin-bottom: -18px;
  }
}

.actividades-listado .titulo-actividad, .actividades-listado .titulo-publicacion, .publicaciones-listado .titulo-actividad, .publicaciones-listado .titulo-publicacion {
  clear: both;
  border-bottom: 2px solid #1f191a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.actividades-listado .enlaces-actividades, .actividades-listado .enlaces-libros, .publicaciones-listado .enlaces-actividades, .publicaciones-listado .enlaces-libros {
  list-style: none;
  margin-top: 20px;
}

.actividades-listado .enlaces-actividades a, .actividades-listado .enlaces-libros a, .publicaciones-listado .enlaces-actividades a, .publicaciones-listado .enlaces-libros a {
  margin: 0;
}

.actividades-listado .enlaces-actividades li a, .actividades-listado .enlaces-libros li a, .publicaciones-listado .enlaces-actividades li a, .publicaciones-listado .enlaces-libros li a {
  font-weight: bold;
  color: #1f191a;
  text-decoration: underline;
  margin: 0;
}

.actividades-listado .enlaces-actividades li a:hover, .actividades-listado .enlaces-libros li a:hover, .publicaciones-listado .enlaces-actividades li a:hover, .publicaciones-listado .enlaces-libros li a:hover {
  color: white;
}

.actividades-listado .resumen, .publicaciones-listado .resumen {
  margin-top: 4px;
}

.actividades-listado .resumen p, .publicaciones-listado .resumen p {
  font-size: 14px;
}

.publicaciones-listado .list-item .list-content {
  margin: 10px;
}

.publicaciones-listado .list-item a:hover {
  background: transparent;
  color: white;
}

.publicaciones-listado .list-item a:hover .list-content {
  background: transparent;
}

.publicaciones-listado .list-item a:hover .list-content .panel-group {
  background: transparent;
}

.publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default {
  background: transparent;
}

.publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading {
  background: transparent;
}

.publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .titulo-actividad, .publicaciones-listado .list-item a:hover .list-content .panel-group .panel.panel-default .panel-heading .resumen {
  color: white;
  border-color: white;
}

.contenido-actividad {
  background: white;
  padding: 120px 0;
}

.contenido-actividad .actividad-titulo {
  margin-bottom: 30px;
  line-height: normal;
  text-align: left;
}

.contenido-actividad .datos {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 14px;
}

.contenido-actividad .datos .item-fecha-lugar {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}

.contenido-actividad .icono-actividad .fa {
  font-size: 20px;
  margin-right: 10px;
  min-width: 30px;
}

.contenido-actividad .container {
  text-align: justify;
}

.contenido-actividad .container a {
  font-weight: bold;
  text-decoration: underline;
}

.contenido-actividad .container a:hover {
  color: #ffdb4d;
}

.contenido-actividad .imagenes-actividad img {
  display: block;
  margin: 40px auto 20px;
}

.contenido-actividad .fecha-actividad {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

.contenido-actividad .programa {
  margin-top: 30px;
}

.contenido-actividad .programa-title {
  padding: 40px 30px;
  background: #f6f6f6;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.contenido-actividad .fila-programa {
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 20px;
  overflow: hidden;
  background: #f6f6f6;
}

.contenido-actividad .fila-programa .detalle-actividad {
  margin-bottom: 14px;
  text-align: left;
}

.contenido-actividad .paginador-share {
  margin-top: 40px;
  overflow: hidden;
}

.contenido-actividad .paginador-share .share-wrap {
  margin: 0 auto;
}

.contenido-actividad .paginador-share .anterior, .contenido-actividad .paginador-share .siguiente {
  margin-bottom: 30px;
}

.contenido-actividad .paginador-share .anterior a, .contenido-actividad .paginador-share .siguiente a {
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #1f191a;
}

.contenido-actividad .paginador-share .anterior a:hover, .contenido-actividad .paginador-share .siguiente a:hover {
  background: #ffdb4d;
  border-color: #ffdb4d;
  color: #1f191a;
}

.contenido-actividad .paginador-share .anterior .fa, .contenido-actividad .paginador-share .siguiente .fa {
  margin-right: 8px;
}

.contenido-actividad .paginador-share .siguiente {
  text-align: right;
}

.contenido-actividad .paginador-share .siguiente .fa {
  margin-left: 8px;
  margin-right: 0px;
}

.contenido-actividad .share {
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
}

.contenido-actividad .share a {
  text-decoration: none;
}

.contenido-actividad .share a:hover {
  color: black;
}

/*COLABORAMOS*/
#colaboramos .texto h1 {
  margin-bottom: 40px;
}

.formularios-colabora .tab-pane {
  padding-top: 80px;
}

.formularios-colabora input {
  border: 1px solid #1f191a;
  padding: 0px 12px;
  height: 40px;
}

.formularios-colabora input[type=radio] {
  height: auto;
  margin-right: 15px;
}

.formularios-colabora select {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  border-radius: 0;
  border-color: black;
}

.formularios-colabora .give-currency-symbol {
  margin-left: 12px;
  font-weight: bold;
  line-height: 40px;
}

.formularios-colabora h2.give-form-title {
  text-align: center;
  margin-bottom: 80px;
  font-family: 'Myriad Pro', 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.formularios-colabora span.give-amount-top {
  height: 40px;
  font-weight: bold;
}

.formularios-colabora input.give-amount-top {
  float: left;
}

.formularios-colabora .give-total-wrap {
  display: table-footer-group;
}

.formularios-colabora .give-total-wrap label {
  margin-top: 20px;
}

.formularios-colabora .give-total-wrap .give-loading-text {
  margin-top: 20px;
  display: block;
}

.formularios-colabora .cuota-socio {
  display: table-footer-group;
}

.formularios-colabora .cuota-socio label {
  margin-top: 20px;
}

.formularios-colabora .give-form-content-wrap {
  text-align: justify;
}

.formularios-colabora .give-form-content-wrap p {
  margin-bottom: 15px;
}

.formularios-colabora .give-donation-levels-wrap {
  overflow: hidden;
  display: table-row-group;
  clear: both;
  list-style: none;
  margin-top: 20px;
}

.formularios-colabora .give-donation-levels-wrap li {
  margin-right: 40px;
}

.formularios-colabora .give-donation-levels-wrap li input {
  margin-right: 15px;
}

.formularios-colabora #give-payment-mode-select {
  clear: both;
}

.formularios-colabora #give-payment-mode-select #give-gateway-radio-list li {
  float: left;
  margin-right: 40px;
}

.formularios-colabora #give-payment-mode-select {
  margin-top: 50px;
}

.formularios-colabora #give-payment-mode-select, .formularios-colabora #give_checkout_user_info, .formularios-colabora #give_cc_address, .formularios-colabora #give_offline_payment_info {
  border: none;
  padding: 0;
}

.formularios-colabora #give-payment-mode-select ul, .formularios-colabora #give_checkout_user_info ul, .formularios-colabora #give_cc_address ul, .formularios-colabora #give_offline_payment_info ul {
  list-style: none;
}

.formularios-colabora #give_cc_address {
  margin-top: 50px;
}

.formularios-colabora #give_offline_payment_info {
  text-align: justify;
}

.formularios-colabora #give_offline_payment_info p {
  margin-bottom: 15px;
}

.formularios-colabora #give_purchase_form_wrap {
  margin-top: 50px;
}

.formularios-colabora #give_purchase_form_wrap input {
  width: 100%;
}

.formularios-colabora #give_purchase_form_wrap #give_offline_payment_info {
  margin-top: 40px;
}

.formularios-colabora #give_purchase_submit {
  border: none;
  padding: 0;
  margin-top: 50px;
}

.formularios-colabora #give_purchase_submit #give-final-total-wrap {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
}

.formularios-colabora #give_purchase_submit .give-submit-button-wrap {
  margin-bottom: 120px;
}

.formularios-colabora #give_purchase_submit .give-submit-button-wrap .give-submit {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  height: 80px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.formularios-colabora #give_purchase_submit .give-submit-button-wrap .give-submit:hover {
  background-color: #ffdb4d;
  border-color: #ffdb4d;
  color: white;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs li.tab-button {
  margin-bottom: 0;
  width: 50%;
  font-size: 20px;
  font-weight: 300;
}

.nav-tabs li.tab-button:hover a {
  color: #ffdb4d;
}

.nav-tabs li.tab-button.active {
  font-weight: 600;
}

.nav-tabs li.tab-button.active a {
  background-color: #1f191a;
  border: none;
  color: white;
}

.nav-tabs li.tab-button a {
  border: none;
  padding: 80px 0;
  text-align: center;
  display: block;
  background-color: #f6f6f6;
  color: #1f191a;
  font-size: 20px;
  border-radius: 0;
}

@media only screen and (min-width: 1200px) {
  .nav-tabs li.tab-button a {
    font-size: 25px;
  }
}

#donacion, #socio {
  padding-top: 60px;
}

#donacion .introduccion, #socio .introduccion {
  margin-bottom: 20px;
}

#donacion .tab-content, #socio .tab-content {
  overflow: hidden;
}

#donacion .texto h1, #socio .texto h1 {
  font-size: 50px;
  text-align: center;
}

#donacion p.selecciona-pago, #socio p.selecciona-pago {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

#donacion .bloque-info, #socio .bloque-info {
  background: #f6f6f6;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

#donacion .bloque-info p, #socio .bloque-info p {
  font-size: 13px;
}

#donacion .bloque-info.texto-legal, #socio .bloque-info.texto-legal {
  margin: 40px 0 60px;
}

#donacion .bloque-info.texto-legal p, #socio .bloque-info.texto-legal p {
  font-size: 13px;
}

#donacion .nav-tabs li.active a, #socio .nav-tabs li.active a {
  background: #ffdb4d;
  border-color: #ffdb4d;
  border-radius: 0;
  font-weight: bold;
}

#donacion .nav-tabs li a, #socio .nav-tabs li a {
  padding: 10px;
  border: 1px solid #1f191a;
  margin-right: 4px;
  border-radius: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 767px) {
  #donacion .nav-tabs li a, #socio .nav-tabs li a {
    margin-right: 30px;
    padding: 10px 30px;
  }
}

.ninja-forms-form-wrap {
  padding-top: 20px;
}

.ninja-forms-form-wrap .ninja-forms-field-calc-listen {
  border: 1px solid #f6f6f6 !important;
}

.ninja-forms-form-wrap .ninja-forms-field-calc-listen.especif {
  border: none !important;
  border-bottom: 1px solid black !important;
}

.ninja-forms-form-wrap #ninja_forms_field_74_label, .ninja-forms-form-wrap #ninja_forms_field_58_label {
  display: inline;
  margin-left: 0px;
}

.ninja-forms-form-wrap input[type="checkbox"] {
  display: inline-block !important;
  margin-left: 10px !important;
  margin-top: 0px !important;
}

@media only screen and (min-width: 767px) {
  .ninja-forms-form-wrap input[type="checkbox"] {
    margin-right: 0px !important;
    margin-top: 4px !important;
  }
}

.ninja-forms-form-wrap .country-wrap select {
  width: 100% !important;
}

.ninja-forms-form-wrap .ninja-forms-error-msg {
  margin: 20px 0;
  font-size: 13px;
  color: red;
}

.ninja-forms-form-wrap .ninja-forms-field-error {
  margin-top: 10px;
}

.ninja-forms-form-wrap .ninja-forms-field-error p {
  font-size: 13px;
}

.ninja-forms-form-wrap .ninja-forms-required-items {
  display: none;
}

.ninja-forms-form-wrap br {
  display: none;
}

.ninja-forms-form-wrap p {
  font-size: 14px;
}

.ninja-forms-form-wrap .list-radio-wrap {
  margin-top: 30px;
}

.ninja-forms-form-wrap .list-radio-wrap li {
  float: left;
  margin-right: 10px;
}

.ninja-forms-form-wrap .campo-form-wrap {
  float: left;
}

.ninja-forms-form-wrap .campo-form-wrap.especif-wrap, .ninja-forms-form-wrap .campo-form-wrap.total-wrap {
  float: none;
}

.ninja-forms-form-wrap .campo-form-wrap.date-of-wrap {
  clear: left;
}

.ninja-forms-form-wrap .campo-form-wrap.total-wrap {
  margin-bottom: 0;
}

.ninja-forms-form-wrap .campo-form-wrap.total-wrap .total {
  border: none;
  font-size: 24px;
}

.ninja-forms-form-wrap .campo-form-wrap input, .ninja-forms-form-wrap .campo-form-wrap select {
  height: 40px !important;
  border-radius: 0;
  border-width: 1px;
  border-color: black;
  padding: 0px 10px;
}

.ninja-forms-form-wrap .campo-form-wrap textarea {
  padding: 0px 10px;
}

.ninja-forms-form-wrap .campo-form-wrap.mid-wrap {
  width: 100%;
  margin-right: 0%;
}

@media only screen and (min-width: 767px) {
  .ninja-forms-form-wrap .campo-form-wrap.mid-wrap {
    width: 48%;
    margin-right: 2%;
  }
}

.ninja-forms-form-wrap .campo-form-wrap.ter-wrap {
  width: 100%;
  margin-right: 0%;
}

@media only screen and (min-width: 767px) {
  .ninja-forms-form-wrap .campo-form-wrap.ter-wrap {
    width: 31.33%;
    margin-right: 2%;
  }
}

.ninja-forms-form-wrap .campo-form-wrap.cuenta-wrap {
  width: 98% !important;
}

.ninja-forms-form-wrap .checkbox-wrap {
  clear: both;
}

.ninja-forms-form-wrap .checkbox-wrap .label-above label {
  display: inline !important;
}

.ninja-forms-form-wrap .submit-wrap {
  clear: both;
  text-align: center;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.btn {
  background: white;
  border-radius: 0px;
  clear: both;
  padding: 15px 30px;
  display: inline;
  margin-top: 8px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid black;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  width: 260px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.btn:hover {
  background: #ffdb4d;
  border-color: #ffdb4d;
}

.ninja-forms-form-wrap .selector-cantidad-wrap {
  position: relative;
}

.ninja-forms-form-wrap .selector-cantidad-wrap select.selector-cantidad:focus {
  outline: none;
}

.ninja-forms-form-wrap .selector-cantidad-wrap select.selector-cantidad option {
  padding: 10px 20px;
}

.ninja-forms-form-wrap .selector-cantidad-wrap select.selector-cantidad option:focus {
  outline: none;
}

.ninja-forms-form-wrap .selector-cantidad-wrap select.selector-cantidad option:checked {
  border: 1px solid black;
  background: transparent !important;
}

#cookie-notice .button.bootstrap {
  font-family: "Myriad Pro", "PT Sans", sans-serif !important;
  display: inline-block;
  padding: 4px 12px;
  margin-right: 0.3em;
  margin-bottom: 0;
  line-height: 20px;
  color: white !important;
  text-align: center;
  text-shadow: 0;
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none !important;
  background-color: #1f191a !important;
  background-image: none !important;
  border-style: solid !important;
  border-width: 2px;
  border: 1px solid #ffdb4d !important;
  box-shadow: none !important;
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  outline: none;
}

#cookie-notice .button.bootstrap:hover {
  background-color: #ffdb4d !important;
  color: #1f191a !important;
}

/*GRACIAS*/
.btn.gracias a {
  padding: 15px 30px;
  border: 1px solid black;
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

.btn.gracias a:hover {
  color: #1f191a;
  background: #ffdb4d;
  border-color: #ffdb4d;
}

/*MUSEO*/
.btn-museo-wrap {
  text-align: center;
}

.btn-museo-wrap .btn-museo {
  text-transform: uppercase;
  width: 300px;
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -150px;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  padding: 15px 30px;
  display: block;
  font-weight: bold;
  border: 2px solid #1f191a;
  font-size: 21px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-museo-wrap .btn-museo:hover {
  background: #ffdb4d;
  border-color: #ffdb4d;
  color: #1f191a;
}

/*FOOTER*/
.footer {
  padding: 80px 0 60px;
  color: white;
  background: #1f191a;
}

.info-contacto {
  text-align: right;
}

.info-contacto img {
  width: 180px;
}

.info-contacto .nombre, .info-contacto .contactos, .info-contacto .direccion, .info-contacto .social {
  margin-bottom: 20px;
}

.info-contacto .nombre {
  font-weight: 600;
}

.info-contacto .contactos ul {
  list-style: none;
}

.info-contacto .contactos ul a {
  color: white;
}

.info-contacto .contactos ul a:hover {
  color: #ffdb4d;
  text-decoration: underline;
}

.copy {
  clear: both;
  float: right;
}

.social {
  float: right;
}

.social ul {
  list-style: none;
}

.social ul li {
  float: left;
}

.social ul li a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 6px;
  background: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #1f191a;
}

.social ul li a:hover {
  background: #ffdb4d;
  text-decoration: none;
}

.social ul li a .fa {
  line-height: 30px;
  font-size: 18px;
  display: block;
  text-align: center;
}

.legal-links {
  clear: both;
}

.legal-links a {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.legal-links a:hover {
  color: #ffdb4d;
}

.share .compartir {
  float: left;
  line-height: 30px;
  margin-right: 20px;
}

.share ul {
  float: left;
  list-style: none;
}

.share ul li {
  float: left;
}

.share ul li a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 6px;
  background: #1f191a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  text-decoration: none;
}

.share ul li a:hover {
  background: #ffdb4d;
  text-decoration: none;
  color: #1f191a;
}

.share ul li a .fa {
  line-height: 30px;
  font-size: 18px;
  display: block;
  text-align: center;
}

/*CONTACTA*/
.seccion.contacta {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.seccion.contacta #map {
  height: 400px;
  width: 100%;
  position: static;
  padding-top: 0px;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .seccion.contacta #map {
    width: 50% !important;
    position: absolute !important;
    height: 800px;
  }
}

@media only screen and (min-width: 992px) {
  .seccion.contacta {
    padding-bottom: 80px;
  }
}

.seccion.contacta .info-contacto {
  text-align: left;
}

.seccion.contacta .info-contacto img {
  margin: 0 auto 30px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .seccion.contacta .info-contacto img {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.seccion.contacta .info-contacto .contactos {
  font-size: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .seccion.contacta .info-contacto .contactos {
    text-align: left;
  }
}

.seccion.contacta .info-contacto .contactos a {
  color: #1f191a;
}

.seccion.contacta .info-contacto .contactos a:hover {
  color: #ffdb4d;
}

.seccion.contacta .info-contacto .direccion {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .seccion.contacta .info-contacto .direccion {
    text-align: left;
  }
}

.seccion.contacta .social {
  padding-bottom: 40px;
  text-align: center;
  float: none;
}

@media only screen and (min-width: 768px) {
  .seccion.contacta .social {
    text-align: left;
    float: left;
  }
}

.seccion.contacta .social ul {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .seccion.contacta .social ul {
    text-align: left;
  }
}

.seccion.contacta .social ul li {
  float: none;
  display: inline-block;
}

.seccion.contacta .social ul li a {
  background: #1f191a;
  color: white;
}

.seccion.contacta .social ul li a:hover {
  background: #ffdb4d;
  color: #1f191a;
}

#give_purchase_form_wrap br {
  display: none;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .maximo {
    max-width: 640px;
  }
}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

@media only screen and (max-width: 767px) {
  .list-item {
    width: 100%;
  }
}

/* COLABORADORES */
.franja-colaboradores {
  padding: 30px 0;
  background: white;
}

.franja-colaboradores .colaboradores {
  margin: 0;
}

.franja-colaboradores .colaboradores .logo-colaborador {
  padding: 0px 30px;
  max-width: 180px;
  max-height: 60px;
  width: 20%;
  display: inline-block;
}

.franja-colaboradores .simply-scroll {
  height: 60px;
  width: 100%;
  margin-bottom: 0;
}

.franja-colaboradores .simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 60px;
}

.franja-colaboradores .simply-scroll .simply-scroll-list li {
  height: 60px;
  display: flex;
}

.franja-colaboradores .simply-scroll .simply-scroll-list li img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* plantilla general */
.page-template-generica #magic-line {
  display: none;
}

/*
     FILE ARCHIVED ON 16:17:36 Dec 27, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:44:11 Jul 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.519
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.032
  esindex: 0.009
  cdx.remote: 6.77
  LoadShardBlock: 51.434 (3)
  PetaboxLoader3.datanode: 67.872 (6)
  PetaboxLoader3.resolve: 78.881 (3)
  load_resource: 220.105 (2)
  loaddict: 14.087
*/