html {
  position: relative;
  min-height: 100%; }

body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  background-color: #F2F2F2;
}




/*tipo netflix*/ 

.contenedor_fichas {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
 /* height: 100vh;*/
  overflow: hidden;
}
.contenedor_fichas:hover .arrow-right,
.contenedor_fichas:hover .arrow-left {
  opacity: 1;
  transition: 0.2s;
}
.contenedor_fichas .body-item-1:hover {
  color: red;
  opacity: 1;
}
.contenedor_fichas .body-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.contenedor_fichas .body-item:hover {
  width: 40vw;
  height: 22vw;
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.4s;
}
.contenedor_fichas .body-item-1 {
  flex-grow: 1;
  text-align: center;
  opacity: 0.4;
}
.contenedor_fichas .body-item-1:hover {
  color: red;
  opacity: 1;
  transition: 0.2s;
}
.contenedor_fichas .body-item-2 {
  align-self: flex-start;
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.contenedor_fichas .body-item-3 {
  align-self: flex-start;
}
.contenedor_fichas .body-item-4 {
  padding-right: 3vw;
}
.contenedor_fichas .body-item-5 {
  width: 40vw;
  text-align: center;
}
.contenedor_fichas .body-item-6 {
  align-self: flex-end;
  position: absolute;
}
.contenedor_fichas .play {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor_fichas .play i {
  margin-top: 3vw;
  justify-content: center;
  width: 6vw;
  height: 6vw;
  border-radius: 25vw;
  background: rgba(0, 0, 0, 0.5);
  border: 0.1em solid white;
  padding: 1.4vw;
  font-size: 2.5vw;
}
.contenedor_fichas * {
  background-color: transparent;
}

.details-icon {
  font-size: 2.5vw;
}

.item {
  width: 25vw;
  height: 15vw;
  background-size: 100% 100%;
  margin: 0 2px 0 2px;
  border-radius: 1px;
  cursor: pointer;
  transition: 0.5s;
  color: white;
}
.item:hover {
  width: 40vw;
  height: 22vw;
  transition: 0.5s;
  opacity: 1;
  transition-delay: 0.3s;
}
.item:hover .body-item {
  visibility: visible;
}
.item:hover .body-item-1 {
  width: 40vw;
}

.icon-set {
  display: flex;
  flex-direction: column;
  margin: 5vw 0 0 0;
}
.icon-set i {
  margin: 0 1vw 0.5vw 1vw;
  font-size: 0.9vw;
  border-radius: 50%;
  padding: 0.7vw;
  background: rgba(0, 0, 0, 0.5);
  border: 0.1em solid rgba(255, 255, 255, 0.5);
}
.icon-set i:hover {
  font-size: 1.1vw;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}

.arrow-right,
.arrow-left {
  color: white;
  background-color: rgba(20, 20, 20, 0.5);
  width: 4%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  font-size: 7vw;
  opacity: 0.2;
}
.arrow-right:hover,
.arrow-left:hover {
  font-size: 8vw;
  transition: 0.1s;
}

.arrow-right {
  right: 0;
}

.arrow-left {
  left: 0;
}

.match {
  color: #45af5e;
  font-size: bold;
}


.form_abajo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foto_fachada {

}

.foto_fachada span{
  
}


.foto_fachada span img{
  width: 100%;
}

.opacity_baja {
  opacity: 0.3;
}

.description {
  font-weight: 300;
  font-size: 1.4vw;
}

.properties {
  font-size: 1.35vw;
}
.properties * {
  margin: 1px;
}
.properties .age-limit {
  border: 0.1em solid rgba(255, 255, 255, 0.4);
  font-weight: 200;
  font-size: 1.2vw;
  padding: 0 3px 0 3px;
}

.item-1 {
  background-image: url(../img/logo.png);
}
.item-1:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(../img/logo.png);
  background-size: 100% 100%;
}

.item-2 {
  background-image: url(../img/logo.png);
}
.item-2:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(../img/logo.png);
  background-size: 100% 100%;
}




/**/




.up {
  z-index: 500;
  position: fixed;
  bottom: 85px;
  right: 6%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #088A68;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: none; }
  .up:hover {
    background-color: #0B614B; }
  .up a {
    color: #FFF;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center; }

.button {
  color: #088A68;
  border-color: #088A68; }
  .button:hover {
    color: #FFF;
    background-color: #088A68;
    border-color: #088A68; }
  .button:active {
    background-color: #088A68 !important; }
  .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.section-title {
  color: #424242;
  font-size: 2.4em;
  text-align: center;
  border-left: 5px solid #088A68;
  padding-bottom: 10px;
  margin-bottom: 0; }

.border-b {
  width: 100px;
  border-top: 5px solid #088A68; }

@media (min-width: 480px) {
  .section-title {
    font-size: 3.1em; } }

@media (min-width: 768px) {
  .up {
    z-index: 500;
    position: fixed; } }

@media (min-width: 1600px) {
  .up {
    right: 14%; } }

@media (min-width: 1800px) {
  .up {
    right: 18%; } }

@media (min-width: 2048px) {
  .up {
    opacity: 0; } }

.header {
  width: 100%;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  z-index: 1000; }

.header__top-header {
  height: 40px;
  background-color: black; }
  .header__top-header div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px; }

.top-header__text {
  margin: 0;
  padding: 0;
  color: #FFF;
  margin-right: 20px;
  font-size: 0.8rem; }
  .top-header__text i {
    color: #088A68;
    margin-right: 5px; }

.header__nav {
  background-color: #FFF; }

.header__nav div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px; }

.nav__logo {
  width: 180px;
  margin: 0; }
  .nav__logo img {
    width: 100%; }

.nav__button {
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
  color: #088A68;
  cursor: pointer; }

.header__menu {
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 2px #efefef;
  box-shadow: 1px 1px 2px #efefef; }
  .header__menu div.container {
    height: auto; }

.menu__nav {
  width: 100%; }
  .menu__nav .menu__logo {
    display: none; }
  .menu__nav .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none; }


  .menu__nav .menu__item {


  }
  .menu__nav .menu__link {    
    padding: 38px 30px;
    display: block;
    color: #088A68;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    font-size: 22px;
  }


  .menu__nav .menu__link:hover {
    color: #b9ffda; 
  background: #074D3A}

@media (min-width: 480px) {
  .top-header__text {
    font-size: 1rem;
    margin-right: 30px; } }

@media (min-width: 768px) {
  .header__nav div.container {
    height: auto; }
  .nav__logo {
    display: none; }
  .nav__button {
    display: none; }
  .menu__nav {
    display: block; }
    .menu__nav .menu__logo {
      display: block;
      margin: 0;
      width: 160px; }
      .menu__nav .menu__logo img {
        width: 100%; }
    .menu__nav .menu__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 110px; }
    .menu__nav .menu__item {
      border-bottom: none; }


    .menu__nav .menu__link:hover {
      /*color: #088A68;
      border-bottom: 1px solid #088A68; */}
       }

.main-slide {
  width: 100%;
  position: relative;
  top: 150px;
  margin: 0 auto; }

.main-slide__img {
  width: 100%; }

.affiliate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #efefef; }

.affiliate__logo {
  width: 25%;
  height: 25%;
  max-width: 190px;
  max-height: 150px; }

@media (min-width: 768px) {
  .affiliate__logo {
    width: 20%;
    height: 20%; } }

@media (min-width: 992px) {
  .affiliate__logo {
    width: 15%;
    height: 15%; } }

 
.about {
  padding: 20px 0;
  position: relative;
  top: 150px; }

  
.about p {
  text-align: justify;
}

.about__title {
  font-size: 2.4em;
  vertical-align: top; }

.about__subtitle {
  font-size: 1.5rem;
  color: #088A68; }

.about__text {
  font-size: 1.2rem;
  text-align: justify; }

.about__slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background-color: transparent;
  border: 4px double #BDBDBD; }

.about__slogan-text {
  margin: 0;
  color: #BDBDBD;
  font-weight: bold;
  text-align: center; }

.about__more-info {
  padding: 20px;
  margin: 0 auto;
  margin-top: 40px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px), -webkit-linear-gradient(225deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px) 0 64px;
  background: -o-linear-gradient(315deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px), -o-linear-gradient(225deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px) 0 64px;
  background: linear-gradient(135deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px), linear-gradient(225deg, #088A68 22px, #0B614B 22px, #0B614B 24px, transparent 24px, transparent 67px, #0B614B 67px, #0B614B 69px, transparent 69px) 0 64px;
  background-color: #088A68;
  background-size: 64px 128px; }
  .about__more-info span {
    font-weight: bold; }

.about__image {
  display: none; }

@media (min-width: 480px) {
  .about__title {
    font-size: 3.1em; } }

@media (min-width: 992px) {
  .about__more-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .about__image {
    display: block;
    max-width: 400px;
    text-align: center;
    margin: 0 auto; } 
  .about__image img {
    width: 100%;
  }
  }

  .companys {
    position: relative;
    top: 170px; }


  .companys .companys__filter {
  	margin-top: 35px;
  	display: block;
  	text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.companys .gallery-trigger img {
  width: 100%;
}

.companys .gallery-contents {
    cursor: pointer;
    /*min-width: 350px;*/
}

.companys .gallery-expander {
    background: #FFF;
    margin: 0px 10px;
    /*top: 25%;*/
    z-index: 1;

    transition: max-height 1500ms ease;
    -webkit-transition: max-height 1500ms ease;
  -o-transition: max-height 1500ms ease;
  transition: max-height 1500ms ease;
}

.gallery-item {
  font-size: 20px;
}
 
.companys .gallery-item { 
  width: 31%;
  padding: 0;
   transition: max-height 1500ms ease;
  -webkit-transition: height 1500ms ease;
  -o-transition: height 1500ms ease;
  transition: height 1500ms ease;
}

.companys .gallery-contents::after {
    border-bottom-color: #3EB796;
    /*top: 28%;*/
}

.companys .gallery-item.active .gallery-contents::after {
    border-bottom-width: 20px;
}

.companys .gallery-contents::after {  
    margin-left: -20px;  
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}


.companys .gallery-expander-contents div.title {
    font-weight: bold;
    color: #008475;

}

.companys .datos_iconos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
}
 

  .og-expander {
  	transform: none;
  }


  .companys .og-grid img {
  	max-width: 250px;
  }

.companys__bloque-company {
  padding: 10px; }

.companys__contenedor {
  text-align: center;
  margin-top: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px; }
  .companys__contenedor:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.company__rrss a {
  color: #088A68;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .company__rrss a:hover {
    color: #0B614B; }

.companys .slide i, .companys-page .slide i {
  color: #088a68;
  font-size: 38px; }

.companys_collapse-link .fa-angle-up, .companys_collapse-link .fa-angle-up {
  color: #088a68; }

.companys .carousel-inner img, .companys-page .carousel-inner img {
  height: 200px; }

.companys__logo {
  width: 100%;
  margin: 0 auto; }
  .companys__logo img {
    width: 100%; }

.companys_collapse-link {
  color: #FFF;
  padding: 5px;
  margin-top: 10px;
  display: block;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .companys_collapse-link:hover {
    color: #FFF;
    -webkit-animation: flecha-animada 2s ease-in-out infinite;
    animation: flecha-animada 2s ease-in-out infinite; }

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.companys__bar {
  width: 100%;
  margin-top: 20px;
  background-color: #088A68;
}

.companys__text {
  text-align: justify;
  margin: 0 10px 0 10px; }
  .companys__text span {
    font-weight: bold;
    color: #0B614B;
    vertical-align: middle; 
    margin-right: 6px;
   }

.companys__text-info {
  margin-top: 10px; }

.companys__text-phone {
  transform: rotate(170deg);
}

.companys__button {
  margin-top: 50px;
  text-align: center; }





@media (min-width: 480px) {
  .companys__logo {
    width: 60%; }
    .companys__logo img {
      width: 100%; } }

.pre-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 210px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  height: 200px;
  background-image: url(../img/prueba1_oscuro.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.pre-contact__text {
  color: #FFF;
  font-size: 1.2rem;
  /*font-size: 1.3rem; */
}
  .pre-contact__text span {
    color: #088A68; }
.pre-contact__button a {
  font-size: 1.1rem;
}

.services {
  position: relative;
  top: 260px; }

.services__icon {
  margin: 0 auto;
  width: 40%; }

.services__title {
  color: #088A68;
  font-size: 1.8rem;
  text-align: center; }

.services__text {
  text-align: justify; }

.services__bloque-servicio {
  margin-top: 40px; }

.blog {
  position: relative;
  top: 300px; }

.blog__bloque-art {
  margin-top: 40px; }

/* Artículos */
.articulos {
  position: relative;
  top: 175px;
}

.bloq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 450px;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .bloq:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.blog__image {
  width: 100%; }
  .blog__image img {
    width: 100%; }

.blog__title {
  text-align: justify;
  font-size: 16px}

.blog__text {
  text-align: justify; }

.blog__button {
  margin-top: 10px;
}

.contact {
  position: relative;
  top: 360px; }

.contact__bloque {
  margin-top: 40px; }

#map {
  overflow: visible;
  width: 100%;
  height: 300px; }

@media (min-width: 768px) {
  #map {
    overflow: visible;
    width: 100%;
    height: 400px; } }

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  top: 400px;
  background-color: #088A68;
  text-align: center;
  padding: 15px;
  font-size: 1.2rem; }

.footer__text {
  color: #FFF; }

.footer__rrss a {
  margin-right: 15px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .footer__rrss a.facebook:hover {
    color: #3b5998; }
  .footer__rrss a.twitter:hover {
    color: #1dcaff; }
  .footer__rrss a.google-plus:hover {
    color: #d34836; }

.article {
  position: relative;
  top: 180px;
  text-align: justify; }

.article__date {
  color: #BDBDBD; }

.article__image {
  width: 100%; }
  .article__image img {
    width: 100%; }

.article__title {
font-size: 20px; }

.article__text {
  text-align: justify; }

.article__rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD; }
  .article__rrss a {
    padding: 5px;
    text-decoration: none;
    color: #088A68;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .article__rrss a:hover {
      color: #0B614B; }
    .article__rrss a img {
      width: 60px; }

.article__bloque-last {
  margin-top: 40px; }

.article__subtitle {
  font-size: 1.8rem;
  text-align: center; }

.article__last {
  margin-top: 20px;
  border-bottom: 1px solid #BDBDBD; }

.article__last-image {
  width: 100%; }
  .article__last-image img {
    width: 100%; }

.article__last-title {
  font-size: 1.3rem; }

@media (min-width: 480px) {
  .article__last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .article__last-bloque {
    width: 48%;
    margin: 0; } }

@media (min-width: 992px) {
  .article__bloque-last {
    position: fixed;
    right: 0;
    margin-top: 0; }
  .article__last-title {
    font-size: 1rem; } }

.companys-page {
  position: relative;
  top: 180px; }

.companys__filter {

  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.companys__filter button {

  color: #FFF;
  padding: 15px;
  font-size: 15px;
  text-decoration: none;
  border-style: none;
  border-radius: 2px;
  background-color: #088A68;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 10px 5px;
}

.companys__filter button:hover {

  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: rgb(63, 184, 151);
}

.company-footer {

  position: relative;
  bottom: 0;
}

.junta-directiva {

  margin-bottom: 15px;
}

.vocal {

  margin-top: 48px;
}

.table__imp {

  background-color: #FFF;
}


@media (max-width: 992px) {

 .companys .gallery-item { 
  width: 47%;
}

.gallery-expander-contents > div.col {
    width: 100%;
}

}


@media (max-width: 767px) {

 .companys .gallery-item { 
  width: 100%;
}

.gallery-expander-contents > div.col {
   width: 500px;
  text-align: center;
  float: none;
}

.companys .companys__filter {
  display: grid;
  justify-content: inherit;
}

.up a {
   border: 2px solid #eee;
}
}

/* LOGIN MODAL */

.modal_oscuro {
  /*background: #0009;*/
}

.modal_oscuro .modal-content{
  background: #0000005e;
  color: #fff;
  border-radius: 5px;
  margin-top: 50px;
}

.modal_oscuro .modal-header {
  padding: 10px;
}

.modal_oscuro .modal-header button {
  padding: 0;
  color: #beffd1;
  text-shadow: none;
}


.modal_oscuro #loginForm {
  background-color: #1e1e1e;
}

.modal_oscuro .form-group .inputs_modal_negro{
  padding: 7px 15px;
  background: transparent;
  border-bottom: 2px solid #29b06d;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.modal_oscuro .form-group .inputs_modal_negro input {
  display: inline-block;
  background: transparent;
  border: none;
}
.modal_oscuro .form-group .inputs_modal_negro input:focus {
  box-shadow: none;
}

.modal_oscuro .form-group .inputs_modal_negro i{
  color: #79da8f;
}

#loginModal .modal-title {
  margin: 0 auto;
}

#loginModal button.close {
  margin: 0;
}

#loginModal .modal-body {
  padding: 0;
}

#loginForm {
  margin: 0 !important;
  padding: 20px 80px 50px 80px;
  background-color: #f2f2f2;
}

#loginForm button.submit {
  width: 100%;
}

#loginModal .modal-body > div {
  padding: 15px;
}

#loginModal .modal-body > div > p{
  margin: 0;
}

.gallery-items { font-size: 0; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.gallery-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.gallery-contents { position: relative; }

.gallery-contents:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;
}

.gallery-item.active .gallery-contents:after { border-bottom-width: 30px; }


ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.gallery-item {
  text-align: left;
  font-size: 25px;
  margin: 0 10px;
  padding: 10px 0;
}

.gallery-item .thumbnail {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item .thumbnail > img {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  max-width: 300px;
}

.gallery-item .title {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.gallery-contents:after { border-bottom-color: #F6F3ED; }

.gallery-expander { background: #F6F3ED; }

.gallery-expander-contents {
  margin: 0 auto;
  width: 1000px;
  padding: 20px 0;
}
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents { width: 640px; }
}
@media (max-width: 639px) {

.gallery-expander-contents { width: 100%; }
}

.gallery-expander-contents:after {
  clear: both;
  display: table;
  content: '';
}

.gallery-expander-contents > div.col {
  float: left;
  width: 450px;
}
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col { /*width: 310px; */}
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col {
  float: none;
  padding: 25px 20px 0;
  width: auto;
}
}

.gallery-expander-contents > div.col + div.col { margin-left: 40px; }
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col + div.col { margin-left: 20px; }
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col + div.col { margin-left: 0px; }
}

.gallery-expander-contents div.close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.gallery-expander-contents div.title {
  font-weight: 500;
  color: #D28A3C;
}

.gallery-expander-contents div.contents {
  margin-top: 10px;
  border-top: 1px solid #BCB098;
  border-bottom: 1px solid #BCB098;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #797262;
}

.gallery-expander-contents div.image > img {
  width: 100%;
  display: block;
}

/* Cambio color botón parallax en el contacto: index.php */
.pre-contact .boton-contacto-parallax {
  color: #fff;
  background-color: #088A68;
}

.pre-contact .boton-contacto-parallax:hover {
  color: #088A68;
  background-color: #fff;
}

.companys .container .row {
  margin-top: 30px;
}

.gallery-item-message {

  width: 500px !important;
  height: 50px !important;
  margin: 0 auto !important;
}

.gallery-item-message p {

  width: 500px !important;
  height: 50px !important;
  margin: 0 auto !important;
}

#empresasFilterModal .modal-body {
  font-size: 18px;
}

#empresasFilterModal .modal-title {
  font-size: 32px;
}

/* Asociados: /theme/empresas.php */
/* NAV */
.asociados {
  position: relative;
  top: 170px; 
}

.asociados .tab-content > .active, .asociados .asociados-container {
  display: flex;
  justify-content: space-around;
}

#myTab {
  display: flex;
  justify-content: space-between;
}

.asociados .nav-tabs {
  margin: 30px 0px;
}

.asociados .nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.asociados .nav .nav-link:hover {
  border: transparent;
  background-color: #f0f0f0;
}

.asociados .nav .active {
  color: #29b06d !important;
  border-color: transparent;
  background-color: #f0f0f0;
}

.asociados .nav .nav-link:hover {
  color: #29b06d !important;
}

.asociados .tab-pane .card, .asociados .card {
  margin: 0px 20px 20px 0px;
}

/* CARD */
.asociados .card {
  margin-top: 20px;
  width: auto !important;
  max-width: 360px !important;
}

.asociados .card-title {
  font-size: 30px;
  margin: 10px 10px 0px 10px;
}

.asociados .card-body {
  padding: 0;
}

.asociados .card-body .contents {
  font-size: 18px;
  text-align: justify;
  margin: 10px 0px 20px 0px;
}

.asociados .card-text {
  text-align: justify;
  font-size: 18px;
}

.datos_iconos-link {
  font-size: 18px !important;
  text-decoration: none !important;
}

.datos_iconos-link:hover {
  color: #29b06d !important;
}

.asociados-collapse-link {
  text-decoration: none !important;
  color: #0B614B;
}

.asociados-collapse-link:hover {
  color: #29b06d;
}

.asociacion-col-carousel {
  padding: 0;
}

.asociados-texto-aviso {
  font-size: 30px;
  font-weight: bold;
  color: #888;
  text-align: center;
  padding: 10px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 200px;
  border-radius: 5px;
  background-color: #ededed;
}

#asemie-map {
  width: 100%;
  min-height: 300px;
}

.caja-empresas,
.asociados-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caja-empresas .card,
.asociados-container .card {
  flex: 0 1 32% !important;
  min-width: 205px !important;
  margin-right: 0 !important;
}

.asociados-container .card {
  margin-right: 0;
}

.empresa {
  display: flex;
  align-items: center;
}

.empresa img {
  width: 75%;
  margin-top: 15px;
}

.empresa .card-title {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}

.empresa .btn {
  align-self: flex-end;
}