@charset "UTF-8";
/**
 * @file
 * CSS
 */
/**
 * HTML
*/
* {
  font-family: "Montserrat", sans-serif;
  color: #636362;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

h1 {
  letter-spacing: 4px;
  font-size: 2.2rem;
}

h2 {
  text-transform: uppercase;
  color: #397655;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 1.6rem;
}

h3 {
  color: #B0CC37;
  font-weight: 600;
  font-size: 1.3rem !important;
}
p {
  font-size: 0.9em;
}
hr {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.lang ul.links {list-style: none; padding: 0; margin: 0;}
.lang.es ul.links:before {color: #666; font-size: 0.8em; content: 'Idioma:'; display: inline-block; float: left; padding-top: 8px;}
.lang.en ul.links:before {color: #666; font-size: 0.8em; content: 'Language:'; display: inline-block; float: left; padding-top: 8px;}
.lang ul.links li {float: left; padding: 5px;}
.lang ul.links li a {width: 25px; height: 25px; text-indent: -9999px; display: inline-block;}
.lang ul.links li.es {background: url(../imgs/div.png) no-repeat center right;}
.lang ul.links li.es a {background: url(../imgs/ico-es.svg) no-repeat center center; background-size: 25px;}
.lang ul.links li.en a {background: url(../imgs/ico-en.svg) no-repeat center center; background-size: 25px;}
.lang ul.links li.es a:hover, .lang ul.links li.es.is-active a {background: url(../imgs/ico-es-active.svg) no-repeat center center; background-size: 25px;}
.lang ul.links li.en a:hover, .lang ul.links li.en.is-active a {background: url(../imgs/ico-en-active.svg) no-repeat center center; background-size: 25px;}

.lang nav.links {list-style: none; padding: 0; margin: 0;}
.lang.es nav.links:before {color: #666; font-size: 0.8em; content: 'Idioma:'; display: inline-block; float: left; padding-top: 8px;}
.lang.en nav.links:before {color: #666; font-size: 0.8em; content: 'Language:'; display: inline-block; float: left; padding-top: 8px;}
.lang nav.links span {float: left; padding: 5px;}
.lang nav.links span a {width: 25px; height: 25px; text-indent: -9999px; display: inline-block;}
.lang nav.links span.es {background: url(../imgs/div.png) no-repeat center right;}
.lang nav.links span.es a {background: url(../imgs/ico-es.svg) no-repeat center center; background-size: 25px;}
.lang nav.links span.en a {background: url(../imgs/ico-en.svg) no-repeat center center; background-size: 25px;}
.lang nav.links span.es a:hover, .lang nav.links span.es.is-active a {background: url(../imgs/ico-es-active.svg) no-repeat center center; background-size: 25px;}
.lang nav.links span.en a:hover, .lang nav.links span.en.is-active a {background: url(../imgs/ico-en-active.svg) no-repeat center center; background-size: 25px;}


.text-formatted ul {
  padding: 0px 23px;
}
.text-formatted ul li {
  list-style: none;
  position: relative;
}
.text-formatted ul li:before {
  content: "";
  background-image: url(../imgs/Bullet-icon.png);
  position: absolute;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 3px;
}

/**
 * NAVIGATION
*/
button:focus {
  outline: none;
}

.navbar-toggler span {
  background-color: #cfe48e;
  border-radius: 5px;
  width: 100%;
  height: 38px;
}

.navbar-dark .navbar-brand {
  display: block;
}

#navbar-main li.nav-item {
  margin: 0 0.4rem;
}

#navbar-main .active {
  background-color: #ADCA53;
}
#navbar-main .active span.dropdown-toggle {
  color: #fff !important;
}
#navbar-main a.nav-link, #navbar-main span.dropdown-toggle {
  /* font-weight: 600; */
  color: #828282 !important;
  padding: 2px 10px;
  transition: 0.2s ease-in-out;
}
#navbar-main a.nav-link.is-active, #navbar-main span.dropdown-toggle.is-active {
  background-color: #ADCA53;
  color: #fff !important;
}
#navbar-main a.nav-link:hover, #navbar-main span.dropdown-toggle:hover {
  box-shadow: inset 0 0 0 14px #93ad44;
  cursor: pointer;
  color: #fff !important;
}
#navbar-main .dropdown-menu .dropdown-item {
  padding: 0;
}
#navbar-main .dropdown-menu .dropdown-item a {
  color: grey;
  display: block;
  padding: 0 1rem;
}
#navbar-main .dropdown-menu .dropdown-item a:hover {
  box-shadow: inset 0 0 0 14px #93ad44;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
}
#navbar-main .dropdown-menu .dropdown-item.active a, #navbar-main .dropdown-menu .dropdown-item:active a {
  background-color: #ADCA53;
  color: #fff !important;
}

.bck-slider-home {
  /* background-image: url("./../imgs/index-nuestra-huella-fondo-mobile.jpg"); */
  background-image: url("./../imgs/index-header-img-mobile.png");
  background-position: center;
  background-size: cover;
  height: 570px;
  padding: 4em 0 0 0;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}
.bck-slider-home p {
  font-size: 1.9em;
  color: #fff;
}
.bck-slider-home h3 {
  background-color: #B0CB37;
  padding: 15px 0;
  margin-bottom: 2em;
  color: #fff;
  font-weight: 600;
}

.bck-video-home {
  padding: 4em 0 1em 0;
  color: #fff;
  text-align: center;
}
.bck-video-home h3 {
  color: #317659;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.bck-video-home iframe {
  width: 100%;
  height: 280px;
}

.bck-info-home img {
  height: auto;
}
.bck-info-home .img_attributes {
  padding: 0;
}
.bck-info-home #block-nuestroobjetivo, .bck-info-home #block-laprimerameta-2 {
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.bck-info-home #block-nuestroobjetivo strong, .bck-info-home #block-laprimerameta-2 strong {
  color: #00a49f;
}
.bck-info-home #block-nuestroobjetivo h3, .bck-info-home #block-laprimerameta-2 h3 {
  color: #307658;
  font-weight: 700;
}

.bck-projects-home {
  background-image: url("./../imgs/index-proyectos-fondo.jpg");
  background-size: cover;
  padding: 2em 0;
}
.bck-projects-home p {
  color: #fff;
}
.bck-projects-home .owl-buttons {
  display: none;
}
.bck-projects-home .owl-item {
  border: 5px solid #fff;
}
.bck-projects-home #block-proyectosquedejanhuella {
  text-align: center;
}
.bck-projects-home #block-proyectosquedejanhuella h2 {
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #fff;
  font-weight: 600;
}
.bck-projects-home #block-proyectodestacado h3 {
  font-weight: 600;
  color: #32694e;
}
.bck-projects-home #block-proyectodestacado a {
  padding: 10px;
  font-weight: 600;
  color: #32694e;
  text-align: center;
  background: #fff;
  transition: 0.4s ease-in-out;
}
.bck-projects-home #block-proyectodestacado a:hover {
  /* background-color: #93ad44 !important; */
  box-shadow: inset 0 0 0 25px #93ad44;
  color: #fff !important;
  text-decoration: none;
}
.bck-projects-home .owl-prev:before, .bck-projects-home .owl-next:before {
  font-size: 25px;
}
.bck-projects-home .owl-prev, .bck-projects-home .owl-next {
  font-size: 0 !important;
}
.bck-projects-home .owl-prev:before {
  content: "";
  font-family: FontAwesome;
}
.bck-projects-home .owl-next:before {
  content: "";
  font-family: FontAwesome;
}

#block-proyectodestacado img {
  display: block;
  margin: auto;
  width: 70%;
}

.bck-nuestra-huella-home {
  background-image: url("./../imgs/index-nuestra-huella-fondo.jpg");
  background-size: cover;
  padding: 2em 0;
  color: #fff;
}
.bck-nuestra-huella-home .field--name-body {
  background-color: #FFF4EB;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}
.bck-nuestra-huella-home h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
  font-weight: 600;
}
.bck-nuestra-huella-home p {
  color: grey;
}
.bck-nuestra-huella-home h4 {
  color: #70812C;
}

.ldBar {
  position: relative;
  width: 100% !important;
}

.ldBar-label {
  display: none;
}

.bck-support-home {
  background-color: #F2EFF0;
  padding: 2em 0;
}
.bck-support-home h2 {
  color: #408163;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto 1em auto;
  max-width: 80%;
}
.bck-support-home .progress {
  margin: 1em 0 10px 0;
}
.bck-support-home .progress .bg-huellas {
  background-color: #9CA665 !important;
}
.bck-support-home p.text-center {
  font-size: 1.4em;
}
.bck-support-home p.text-center span.txt-green-progress {
  color: #9CA665;
  font-weight: 600;
}

.bck-sumate-home {
  text-align: center;
}
.bck-sumate-home .field--name-body {
  padding: 2em 0;
  text-align: center;
}
.bck-sumate-home .field--name-body a,#block-nuestrahuella a {
  background-color: #ADCB53;
  padding: 10px 35px 10px 15px;
  display: inline-block;
  margin: 15px 0;
  color: #000;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
}
.bck-sumate-home .field--name-body a:after, #block-nuestrahuella a:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 14px;
  top: 11px;
  bottom: 50%;
  margin: auto 0;
  font-size: 15px;
}
.bck-sumate-home .field--name-body a:hover,#block-nuestrahuella a:hover {
  /* background-color: #93ad44 !important; */
  box-shadow: inset 0 0 0 22px #93ad44;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}
.bck-sumate-home p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.bck-sumate-home h2 {
  color: #408163;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.bck-sumate-home h3 {
  color: #9CA665;
  font-size: 1.3em;
  margin: auto;
  text-align: center;
  width: 50%;
}
.bck-sumate-home img {
  width: 30%;
  margin: auto;
  display: block;
}
.bck-sumate-home .box p {
  color: #000;
  font-weight: bold;
  margin: 14px;
}
.bck-sumate-home .box .col {
  padding: 1em 0;
  border-right: 1px solid #cecece;
  margin: 2em 0;
}
.bck-sumate-home .box .col.col:last-child {
  border-right: transparent;
}

.bck-logos-site a {
  display: inline-block;
  width: 50%;
  margin: auto;
}
.bck-logos-site a img {
  display: block;
  margin: auto;
}
.bck-logos-site p {
  display: flex;
  flex-wrap: wrap;
}

#footer {
  background-color: #317659;
  padding: 1em 0;
  text-align: center;
}
#footer p {
  color: #fff;
  margin: 0;
  font-size: 0.8em;
}

#footer p a {color: #FFF;}

/**
 * LAYOUT
*/
.main-content {
  background-image: url(./../imgs/interna-fondo.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-content img {
  display: block;
  margin: auto;
}
.main-content #block-tema-content .content {
  background-color: #fff;
  /*padding: 2em;*/
  min-height: 888px;
}
.path-socios .main-content #block-tema-content .content {

     min-height: 0; 
}
.node--type-recursos .main-content #block-tema-content .content {
  min-height: 0;
}
.main-content h2.title, .main-content #block-titulorecursos h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 1em auto;
  background-color: #B0CB37;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  letter-spacing: 4px;
  width: fit-content;
  display: inline-block;
}
.main-content h2.title .field, .main-content #block-titulorecursos h2 .field {
  background-color: #B0CB37;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  letter-spacing: 4px;
}

.paragraph-icono-huellas {
  font-size: 0.9em;
}
.paragraph-icono-huellas h3 {
  font-size: 0.9em;
  text-transform: initial !important;
  color: #fff !important;
  background-color: #001129;
  border-radius: 10px;
  padding: 5px 10px !important;
}
.paragraph-icono-huellas time.datetime {
  font-style: italic;
  margin-left: 10px;
}
.paragraph-icono-huellas p.num-count {
  color: #74c036;
  margin-left: 10px;
  font-weight: 600;
}

.path-socios p{
  padding: 0;
  margin: 0 0 10px 0;
}
.path-socios h3 {
  padding: 0;
  margin: 0;
}
.path-socios h3 {
  color: #307658;
  text-transform: uppercase;
}
span.box-dates {
  display: flex;
}
.path-sumate .callToAction{
  display: none;
}

.callToAction a.join {
  display: block;
  width: 152px;
  height: 150px;
  animation-delay: 20s;
  position: fixed;
  background-image: url(../imgs/btn_sumate.svg);
  top: 225px;
  right: -150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transition: 0.3s;
  font-size: 0;
}

.callToAction.en a.join{background-image: url(../imgs/join-us.svg);}

.callToAction a:hover{
  right: 5px;
}

.callToAction a.donation_international {
  display: block;
  width: 152px;
  height: 150px;
  animation-delay: 20s;
  position: fixed;
  background-image: url(../imgs/btn_donac_internac-es.svg);
  top: 385px;
  right: -150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transition: 0.3s;
  font-size: 0;
}

.callToAction.en a.donation_international{background-image: url(../imgs/btn_donac_internac-en.svg);}

p.box-recu-publi {
  padding-right: 5px;
}
.path-socios .views-row {
  border-bottom: 2px solid #cecece;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.path-socios .social-box {
  background-color: #6cbc97;
}
.path-socios .social-box a:first-child {
  margin-top: 10px;
}
.path-socios .fb, .path-socios .instagram, .path-socios .linkedIn, .path-socios .sitio-web, .path-socios .twitter, .path-socios .ytube {
  font-size: 0;
  background-size: contain;
  padding: 20px;
  background-repeat: no-repeat;
  display: block;
  transition: 0.2s;
}
.path-socios .fb:hover, .path-socios .instagram:hover, .path-socios .linkedIn:hover, .path-socios .sitio-web:hover, .path-socios .twitter:hover,.path-socios .ytube:hover  {
  transform: scale(1.05);
}
.path-socios .fb {
  background-image: url("./../imgs/contacto-face.png");
  background-position: center;
  background-size: 47px;
}
.path-socios .instagram {
  background-image: url("./../imgs/contacto-insta.png");
  background-size: 32px;
  background-position: center;
}
.path-socios .linkedIn {
  background-image: url("./../imgs/contacto-linkedin.png");
  background-size: 32px;
  background-position: center;
}
.path-socios .sitio-web {
  background-image: url("./../imgs/contactos-sitioWeb.png");
  background-position: center;
}
.path-socios .twitter {
  background-image: url("./../imgs/contacto-twiter.png");
  background-position: center;
}
.path-socios .ytube {
  background-image: url("./../imgs/contacto-youtube.png");
  background-position: center;
}

a {
  position: relative;
}
a.btn-view-project {
  color: #397655;
  border: 1px solid;
  padding: 10px 30px 10px 10px;
  width: 80%;
  margin: auto;
  display: block;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 15px;
  line-height: 20px;
}
a.btn-view-project:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 32%;
  bottom: 50%;
  margin: auto 0;
  font-size: 25px;
}
a.btn-view-project:hover {
  box-shadow: inset 0 0 0 34px #93ad44;
  color: #fff !important;
  text-decoration: none;
}

a.btn-download {
  color: #73BC93;
  display: block;
  margin: 10px 0;
}
a.btn-download:after {
  background-size: 100%;
  content: "";
  background-image: url(./../imgs/icon-descarga.png);
  width: 25px;
  height: 21px;
  position: absolute;
  background-repeat: no-repeat;
}
.huella-view.contextual-region.view.view-adopte-una-huella.view-id-adopte_una_huella {
    padding: 2em;
}

.view-proyectos .card-project {
  border: 1px solid #cecece;
}
.view-proyectos .card-project p, .view-proyectos .card-project h3 {
  padding: 0 15px;
}
.view-proyectos .card-project p {
  padding-bottom: 25px;
}
.view-proyectos .card-project h3 {
  padding-top: 25px;
}

#block-webform .form-group, #block-webform label {
  margin-bottom: 5px;
}
#block-webform label {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
#block-webform h3 {
  font-size: 1.2em;
  text-align: center;
}
#block-webform h3:before {
  content: "";
  background-image: url(./../imgs/ico-boletin.svg);
  display: block;
  width: 50px;
  height: 40px;
  background-size: 100%;
  margin: 0px auto;
  background-repeat: no-repeat;
}
#block-webform #edit-actions button.form-submit {
  background-color: #72820B;
  color: #FFF;
  border: none;
  text-align: center;
  margin: auto;
  display: block;
}
#block-webform #edit-actions button.form-submit:hover {
  background-color: #616e0b;
}

.modal {
  background-color: rgba(100, 148, 47, 0.5);
}

button.btn-modal-add-project {
  border: none;
  background-color: #72820B;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin: 2rem auto;
  font-weight: 600;
  transition: 0.2s;
}
button.btn-modal-add-project:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 22px #93ad44;
  color: #fff !important;
  text-decoration: none;
}

.view-recursos h3 {
  line-height: 12px;
}
.view-recursos h3 a {
  font-size: initial;
  color: grey;
}

.box-info {
  border-left: 1px solid #cecece;
}
.box-info .datetime {
  font-style: italic;
}


.menu-resources ul {
  display: block;
}
.menu-resources ul li {
  background-color: #cecece;
  margin-bottom: 5px;
  border-radius: 10px;
}
.menu-resources ul li.menu-item--active-trail {
  background-color: #B0CB37;
}
.menu-resources ul li a {
  color: #545454;
}
.menu-resources ul li a:hover {
  transform: scale(1.05);
  color: #fff !important;
}
.menu-resources ul li a.active {
  color: #fff !important;
}
.menu-resources ul li.doc a:after, .menu-resources ul li.info a:after, .menu-resources ul li.enla a:after, .menu-resources ul li.vi a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 27px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}
.menu-resources ul li.doc a:after {
  background-image: url("../imgs/icon_recursos-doc.png");
}
.menu-resources ul li.info a:after {
  background-image: url("../imgs/icon_recursos-infos.png");
}
.menu-resources ul li.enla a:after {
  background-image: url("../imgs/icon_recursos-links.png");
}
.menu-resources ul li.vi a:after {
  background-image: url("../imgs/icon_recursos-vid.png");
}

.path-recursos .view-header {
  padding: 15px;
}
.path-recursos .views-element-container.contextual-region.col-auto, .path-recursos .views-element-container.col-auto {
  padding: 0;
}
.path-recursos .views-exposed-form {
  background-color: #cecece;
  margin-bottom: 15px;
  padding: 15px 15px 0px 15px;
}
.path-recursos .views-exposed-form .js-form-type-textfield, .path-recursos .views-exposed-form .js-form-type-select {
  width: 45%;
  margin: 0;
  border-radius: 0;
}
.path-recursos .views-exposed-form .form-actions {
  width: 10%;
  border-radius: 0;
}
.path-recursos .views-exposed-form .form-actions button {
  width: 100%;
  border-color: #72820B;
  background-color: #72820B;
  color: #FFF;
}
.path-recursos .views-exposed-form input {
  margin: 0;
  border-radius: 0;
}
.path-recursos .views-exposed-form select#edit-field-etapa-del-proceso-target-id {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./../imgs/dropdown-btn.png) no-repeat right white;
  border: 2px solid #FFF;
}
.path-recursos .views-exposed-form select#edit-field-etapa-del-proceso-target-id::-ms-expand {
  display: none;
}
.path-recursos .view-display-id-page_2 .box-info {
  border-left: 1px solid #cecece;
}
.path-recursos .view-display-id-page_2 .box-info .datetime {
  font-style: italic;
}
.path-recursos .view-display-id-page_2 .box-info a {
  color: #73BC93;
  display: block;
}
.path-recursos .view-display-id-page_2 .box-info a:after {
  background-size: 100%;
  content: "";
  background-image: url(./../imgs/icon-descarga.png);
  width: 25px;
  height: 21px;
  position: absolute;
  background-repeat: no-repeat;
}
.path-recursos h4 {
  color: #72820B;
  font-weight: 600;
}
.path-recursos h4 a {
  color: #72820B;
  font-weight: 600;
  font-size: 1em;
  line-height: 25px;
}
.path-recursos .views-row {
  margin-bottom: 15px;
  /*padding: 0 0 0 25px;*/
}
.path-recursos .views-row .views-field {
  border-bottom: 2px solid #cecece;
  padding: 0 0 15px 0;
}
.path-recursos h3.btn-enlace-recurso a {
  color: #72820B;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 25px;
}
.path-recursos .boxenla-recursos {
  padding-left: 60px;
  position: relative;
}
.content .field--name-body{
}

.node__content, .view, .path-nuestra-huella p, .path-nuestra-huella .mapbox {padding: 0 2em;}

.path-recursos .boxenla-recursos:before {
  content: "";
  background-image: url(./../imgs/icon_link-grande.png);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  background-size: 100%;
}
.path-recursos .page_3_view_box {
  padding: 0 1em;
}
.path-recursos .page_3_view_box .card {
  background-color: #F7F7F7;
  border: none;
}
.path-recursos .page_3_view_box .views-row {
  margin: 0;
  padding: 0;
}
.path-recursos .page_3_view_box .views-row .views-field {
  border-bottom: none;
}

.node--type-recursos h1 {
  color: #72820B;
  font-weight: 600;
  font-size: 1em;
}
.node--type-recursos h1 a {
  color: #72820B;
  font-weight: 600;
  font-size: 1em;
  line-height: 25px;
}

.region-breadcrumb-huellas {
  border-bottom: 2px solid #B0CB37;
  margin-bottom: 15px;
}

#block-enlacesdeayudaalanavegacion .content {
  padding: 0 !important;
}
#block-enlacesdeayudaalanavegacion .breadcrumb {
  background: transparent;
  font-style: italic;
}
#block-enlacesdeayudaalanavegacion .breadcrumb .breadcrumb-item:last-child a {
  color: #B0CB37;
}
#block-enlacesdeayudaalanavegacion .breadcrumb .breadcrumb-item a {
  color: #6c757d;
}
#block-partnersblockhome .content {
  background-color: #F2EFF0;
}
#block-partnersblockhome h2 {
  color: white;
  background-color: #B0CB37;
  padding: 15px;
  margin: 0 10px 1em 10px;
  font-size: 1.5em;
  text-align: center;
}
#block-supportblockhome {
  width: 100%;
}
.bck-partners-home {
  background-image: url('./../imgs/fondo-huella-donantes.jpg');
  background-size: cover;
  padding: 2em 0;
}
#block-partnersblockhome p,#block-partnersblockhome h3 {
  margin: 0;
}
p.title-name {
  font-size: 1.3em;
  font-weight: 600;
}
#block-tema-page-title {
  text-align: center;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background: #cecece;
}
#addsumateform .modal-content iframe{
  min-height: 550px;
}
.block-form-page-sumate {
  background-color: #B0CB37;
  color: white;
  padding: 1em;
  margin: 2em 0;
}
.block-form-page-sumate h3,.block-form-page-sumate p,.block-form-page-sumate p strong {
  color: white;
}
.block-form-page-sumate p strong {
  color: white;
  font-weight: 600;
}
button.btn-modal-form-sumate {
  background-color: white;
  border: none;
  font-weight: 600;
  font-size: 0.8em;
  border-radius: 5px;
  padding: 1em;
  transition: 0.2s;
}
button.btn-modal-form-sumate:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 75px #93ad44;
  color: #fff !important;
  text-decoration: none;
}
button.btn-modal-form-sumate:before {
  content: '';
  background-image: url(../imgs/ico-btn-registro.svg);
  display: inline-block;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1em 0;
}
p.txt-pay {
  color: #93ad44;
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0 0 0;
}
p.step-way {
  font-weight: bold;
  color: #B0CC37;
  margin-top: 2em;
}

#edit-contact-information {display: none;}

.table-responsive {display: inline-table;}
.table-responsive tbody {width: 100%;}

.huella-view .main-title {font-size: 1.5em; text-transform: uppercase; font-weight: bold; color: #307658; display: block; margin-bottom: 10px;}
.huella-view .sub-title {font-size: 1.3em; font-weight: bold; color: #000; margin-bottom: 40px; display: block;}
.huella-view .table-responsive tr {background: transparent; border: none !important;}
.huella-view .table-responsive tbody, .huella-view .table-responsive tr {width: 100%;}
.huella-view span.title {background: #001129; padding: 5px; margin: 0 0 15px 0; border-radius: 5px; color: #FFF; font-weight: bold; display: inline-block; width: 100%;}
.huella-view  legend {display: none;}
.huella-view .form-group{padding: 0; float: left; padding: 0; margin: 0;}
.huella-view .view-content table tr td {text-align: center; font-weight: bold;}
.huella-view .view-header .table-responsive td {font-size: 0.9em;}
.huella-view .huella-1{font-size: 0.7em;}
.huella-view .c1 {width: 130px;}
.huella-view .c2 {width: 182px; text-align: center;}
.huella-view .cc2 {width: 105px; text-align: center;}
.huella-view .cc1 {width: 235px;}
.huella-view .view-content table tr td:nth-child(1) {width: 20%;}
.huella-view .view-content table tr td:nth-child(2) span {color: #74C036 !important;}
.huella-view .view-content table tr td:nth-child(2) {width: 20%;  font-size: 1.2em;}
.huella-view .view-content table tr td:nth-child(3), .huella-view .view-content table tr td:nth-child(4) {width: 60%; color: #6CBC97; text-align: left;}
.huella-view .view-content .radio, .huella-view .view-content .form-type-number {float: left; padding: 0; text-align: center;}
.huella-view .view-content .radio {width: 200px;}
.huella-view .view-content .form-type-number {width: 100px;}
.huella-view fieldset{float: left;}
.huella-view .form-number.form-control {width: 85px;}
.huella-view .form-type-number label{display: none;}
.huella-view .form-check {padding: 0;}
.huella-view fieldset.radio {}
.huella-view .attribute-widgets {}
.order-total-line-value {width: auto;}
.order-total-line-label {padding-right: 5px;}
div.table-header {font-size: 0.8em; width: 100%; display: inline-block;}
.num-huellas {width: 130px; text-align: center; float: left;}
.costo-huellas {width: 225px; text-align: center; float: left;}
.costo-huellas span {padding: 5px; text-align: center;}
.huella-view .button--add-to-cart {margin-top: 5px; margin-left: 20px; float: right;}
hr.div {border:none;}

div.select {display: inline-block; width: 100%;}
div.select #moneda, div.select .moneda {float: right;}
div.select .moneda {font-size: 0.9em; padding-right: 5px;}

.huella-view .view-footer {display: inline-block; width: 100%; padding: 10px 0; border-top: #CCC 1px solid;}

.cart .views-form{width: 100%;}

.path-cart .form-actions{float: left; margin-top: 30px;}

.agregar-huella {float: right; margin-top: 30px;}

.btn-primary, .agregar-huella {
    color: #307658;
    background-color: #FFF;
    border: #307658 1px solid;
    border-radius: 0;
    display: inline-block;
    padding: .375rem .75rem;
}

.btn-primary:hover, .huella-view .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .agregar-huella:hover {
    color: #FFF;
    background-color: #307658;
    border-color: #307658;
    border-radius: 0;
    text-decoration: none;
}

.checkout-pane .col-auto {padding: 0;}

.cart.module {background: #FFF;}

legend {font-size: 1.2em; font-weight: bold;}
#edit-payment-information-billing-information-field-tipo-de-indentificacion--wrapper legend {font-weight: normal;}


.fieldset-wrapper legend {font-size: 1em;}

.profile .field {display: inline-block; width: 100%; padding-bottom: 8px;}
.profile .field__label {font-weight: bold; color: #999;}
.profile .field__label:after {content: ':';}

.path-sumate .radio input[type="radio"]{display:none;}

label[for="edit-purchased-entity-0-attributes-attribute-costo-16"],
label[for="edit-purchased-entity-0-attributes-attribute-costo-17"],
label[for="edit-purchased-entity-0-attributes-attribute-costo-18"],
label[for="edit-purchased-entity-0-attributes-attribute-costo-19"] {
    display: none;
}
#block-views-blocksocios-block-2 h2,#block-views-blocksocios-block-1 h2,#block-views-blocksocios-block-3 h2{
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  display: block;
  text-transform: none;
}
.disable-tree{
    width: 300px;
    height: 111px;
}
.box-markers-blocks {
    margin: 0 0 2em 0;
}
.box-markers-blocks > div {
    height: 15px;
    float: left;
}
.box-markers-blocks > div:nth-child(2) {
    border-right: 2px solid #9CA665;
}

.checkout-complete .wrapper {
  /*background-image: url(../imgs/hojas-der.png), url(../imgs/hojas-izq.png);
  background-position: right top, left top;
  background-repeat: no-repeat, no-repeat;
  min-height: 600px;
  background-size: 130px;*/
  text-align: center;
}

.checkout-complete .title {display: inline; text-align: center;}

.checkout-complete .wrapper {padding: 0 100px;}

.checkout-complete .wrapper h2 {font-size: 1.2em;}

.checkout-complete .logos {display: inline-block;}

.checkout-complete .logos a {padding: 20px; display: inline-block;}

.checkout-complete p {display: inline-block; padding: 20 40px; text-align: center;}
.checkout-complete p span {font-size: 1.1em; font-weight: bold;}
.checkout-complete p span strong {font-size: 1.2em;}


.checkout-complete p.huella img {max-width: 220px;}

.checkout-complete hr {background: transparent; border: none; border-bottom: #307759 1px solid;}

.fb-share-button a.fb-xfbml-parse-ignore, a.twitter-share-button, a.whatsapp-share-button {width: 40px; height: 40px; background: url(../imgs/ico-facebook.svg) no-repeat; background-size: 100%; display: inline-block; text-indent: -9999px; margin: 0 5px;}
.fb-share-button a.fb-xfbml-parse-ignore{ background: url(../imgs/ico-facebook.svg) no-repeat; background-size: 100%;}
.fb-share-button a.twitter-share-button{ background: url(../imgs/ico-twitter.svg) no-repeat; background-size: 100%;}
.fb-share-button a.whatsapp-share-button{ background: url(../imgs/ico-whatsapp.svg) no-repeat; background-size: 100%;}

div.ttp {position: absolute; right: -35px; top: -45px;}
div.ttp span.ico {
  width: 20px; height: 20px; background: #B0CB37; color: #FFF; text-align: center; border-radius: 50%; display: inline-block; cursor: pointer; font-size: 0.9em;
}


div.ttp span.info {
  display: none;
}


/* show and style tooltip */

div.ttp:hover span.info {
  display: block;
  position: absolute;
  bottom: 1.5em;
  right: 0;
  padding: 0.5em;
  color: #FFFFFF;
  background: #307658;
  border: 1px solid #307658;
  font-size: 0.8em;
  width: 300px;
}

div.ttp:hover span.info a {color: #FFF; text-decoration: underline;}

/**
 * MEDIA QUERIES
*/
@media (max-width: 575px){
  .path-socios .social-box {
   display:flex;
    }
    .path-socios h3 {
    
    font-size: 1.3em;
    }
    .path-socios .fb, .path-socios .instagram, .path-socios .linkedIn, .path-socios .sitio-web, .path-socios .twitter, .path-socios .ytube {
    
    padding: 15px;
    
    }   
    #navbar-main a.nav-link, #navbar-main span.dropdown-toggle {
    
    padding: 10px 10px;
   
    }
    .bck-slider-home p {
    line-height: 35px;
    }
    .paragraph-icono-huellas img {
    display: block;
    margin: auto;
    }
    .block-bck {
    background-image: none !important;
    }
    .path-recursos .views-exposed-form .js-form-type-textfield, .path-recursos .views-exposed-form .js-form-type-select {
    width: 100%;
    margin-bottom: 10px;
    }
    .path-recursos .views-exposed-form .form-actions {
    width: 26%;
    
    }
    .menu-resources ul li.doc {
    
    margin-top: 5px;
    
    }
    .menu-resources ul li a {
    
    font-size: 0.9em;
    }
    .view-recursos h3 {
    line-height: 22px;
    }
    

}
@media (min-width: 576px){
  .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
}
@media (min-width: 992px) {
  .view-adopte-una-huella.view-id-adopte_una_huella, .cart .views-form, .layout-checkout-form {padding: 0 2em;}
  .path-recursos .views-row {
  /*margin-bottom: 15px;*/
  padding: 0 0 0 25px;
}
    
    .menu-resources {
  border-right: 7px solid #B0CB37;
}

.menu-resources ul li {
margin-top:10px;
  border-radius: 10px 0px 0px 10px;
}
    #block-partnersblockhome .content,.main-content #block-tema-content .content {padding: 2em;}
  .bck-slider-home {
    /* background-image: url(./../imgs/index-header-img.jpg); */
    background-image: url(./../imgs/index-header-img.png);
    background-size: 100%;
    height: 380px;
    padding: 3em 0 0 0;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
  }
  .bck-slider-home p {
    /* font-size: 1.9em; */
    font-size: 1.6em;
    width: 73%;
    text-align: center;
    margin: auto;
    font-weight: 600;
  }

  .bck-video-home iframe {
    width: 100%;
    min-height: 480px;
  }

  .bck-info-home img {
    height: auto;
  }
  .bck-info-home #block-nuestroobjetivo, .bck-info-home #block-laprimerameta-2 {
    border-bottom: transparent;
  }
  .bck-info-home #block-laprimerameta-2 .img_attributes {
    border-left: 2px solid #cecece;
  }

  #block-proyectodestacado h3 {
    margin-top: 30px;
  }
  #block-proyectodestacado img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .bck-nuestra-huella-home {
    height: 440px;
    padding: 4em 0 0 0;
  }
  .bck-nuestra-huella-home .field--name-body {
    background-color: #FFF4EB;
    padding: 2em 4em;
    border-radius: 20px;
  }

  .bck-logos-site p {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }

  .bck-projects-home .owl-buttons {
    display: inherit;
  }
  .bck-projects-home .owl-pagination {
    display: none;
  }
  .bck-projects-home .owl-item {
    border: 1em solid #fff;
  }
  .bck-projects-home .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
  }
  .bck-projects-home .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
  }
  .bck-projects-home .owl-prev {
    position: absolute;
    left: -50px;
  }
  .bck-projects-home .owl-next {
    position: absolute;
    right: -57px;
  }
  .bck-projects-home .owl-prev:before, .bck-projects-home .owl-next:before {
    font-size: 50px;
  }

  .bck-sumate-home .field--name-body {
    text-align: left;
  }

  .main-content {
    background-image: url(./../imgs/interna-fondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .main-content .content-bck {
    padding: 2em;
  }
}


/*# sourceMappingURL=style.css.map */
