/* Globals */
@font-face {
  font-family: "Arno Pro";
  font-weight: 600;
  src: url(../fonts/ArnoPro-Smbd.otf) format("opentype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  resize: none;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button:focus {
  outline: 0;
}

/* Colors */
/* Page list for banner mixin */
/* Fonts */
/* Banner image setter */
/* Fonts */
#servicios #convenios .convenio .title,
#servicios #convenios .convenio .universidad p, #servicios #skills .skill p, #servicios #staff h4, #servicios #traits .container .trait .gold, #servicios #traits .container .trait .dark, #instalaciones .espacio .text, section#contacto form input:not([type=submit]),
section#contacto form textarea, section#contacto .info .gold, #actividades #celebraciones .container .celebracion .gold, #actividades #talleres .container .taller .text, #actividades #intro .container .text, #home .text, #footer .container .info a, .intro-text .black, .text {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #999;
}
@media (max-width: 1439px) {
  #servicios #convenios .convenio .title,
#servicios #convenios .convenio .universidad p, #servicios #skills .skill p, #servicios #staff h4, #servicios #traits .container .trait .gold, #servicios #traits .container .trait .dark, #instalaciones .espacio .text, section#contacto form input:not([type=submit]),
section#contacto form textarea, section#contacto .info .gold, #actividades #celebraciones .container .celebracion .gold, #actividades #talleres .container .taller .text, #actividades #intro .container .text, #home .text, #footer .container .info a, .intro-text .black, .text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  #servicios #convenios .convenio .title,
#servicios #convenios .convenio .universidad p, #servicios #skills .skill p, #servicios #staff h4, #servicios #traits .container .trait .gold, #servicios #traits .container .trait .dark, #instalaciones .espacio .text, section#contacto form input:not([type=submit]),
section#contacto form textarea, section#contacto .info .gold, #actividades #celebraciones .container .celebracion .gold, #actividades #talleres .container .taller .text, #actividades #intro .container .text, #home .text, #footer .container .info a, .intro-text .black, .text {
    font-size: 14px;
    line-height: 20px;
  }
}

#servicios #skills .skill p.prof, #servicios #members .member p, #home .owl-carousel .item .over-box h6 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #CCC;
}

#servicios #skills .owl-carousel .owl-nav button, #instalaciones .espacio .owl-carousel .owl-nav button, #actividades #talleres .container .taller .arrow, .header .container .logo, .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section#contacto .background {
  background: #9c8027;
  background: linear-gradient(90deg, #9c8027 0%, rgba(205, 192, 148, 0.8211659664) 100%);
}

#galerias .filters li, section#contacto form input[type=submit], .button-link .button {
  background: #333;
  color: white;
  padding: 17px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: grid;
  align-items: center;
  width: 217px;
  border-radius: 5px;
  transition: background 0.1s ease-in-out;
  cursor: pointer;
}
#galerias .filters li:hover, section#contacto form input[type=submit]:hover, .button-link .button:hover, #galerias .filters li.active, section#contacto form input.active[type=submit], .button-link .active.button {
  background: #9C8027;
}
@media (max-width: 1279px) {
  #galerias .filters li, section#contacto form input[type=submit], .button-link .button {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #galerias .filters li, section#contacto form input[type=submit], .button-link .button {
    margin-left: auto;
    margin-right: auto;
  }
}

#galerias, section#contacto form,
section#contacto .info, #actividades #celebraciones .container, #actividades #intro, #home #armonia, .intro-text {
  padding: 130px 0;
}
@media (max-width: 1439px) {
  #galerias, section#contacto form,
section#contacto .info, #actividades #celebraciones .container, #actividades #intro, #home #armonia, .intro-text {
    padding: 70px 0;
  }
}

/* Generic */
section,
.header,
.banner,
#copyright {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1075px 1fr;
}

.container {
  display: grid;
  grid-column: 2;
}

.wrap {
  grid-column: 2;
}

.text {
  color: #999;
}
.text.black {
  color: #333;
}

h2 {
  font-size: 75px;
  line-height: 55px;
  font-weight: 300;
  color: #9C8027;
}

h3 {
  font-size: 44px;
  line-height: 40px;
  color: #333;
}

h2,
h3 {
  font-weight: 300;
}

h6 {
  font-size: 35px;
  color: #333;
}

.half-circle {
  width: 80px;
  height: 40px;
  background: #999;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
}

span.gold {
  color: #9C8027;
}

.spacer-lines {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  width: 37px;
  height: 10px;
}

.intro-text h2 {
  font-size: 52px;
  margin-bottom: 36px;
  font-family: "Libre Baskerville", serif;
}
.intro-text .black {
  line-height: 14px;
  margin-bottom: 25px;
}

/* Header */
.header {
  align-items: center;
  height: 113px;
  background: #FFF;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
  -webkit-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.54);
}
.header .container {
  grid-template-columns: 340px 1fr;
  column-gap: 110px;
  align-items: center;
  justify-content: center;
}
.header .container .logo {
  width: 328px;
  height: 47px;
  background-image: url(../img/svg/logo.svg);
  grid-column: 1;
  position: relative;
  justify-self: center;
}
.header .container .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header .container #main-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container #main-nav a {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: color 0.2s ease-in;
  text-align: left;
  text-decoration: none;
}
.header .container #main-nav a:hover, .header .container #main-nav a.active {
  color: #9C8027;
}
.header .container #pushy-button {
  display: none;
}
.header.sticky {
  height: 50px;
  position: fixed;
  top: -50px;
}
.header.sticky.visible {
  transition: top 0.2s ease-in;
  top: 0;
}
.header.sticky .logo {
  height: 30px;
  width: 250px;
}

.over-links {
  display: grid;
  grid-template-rows: repeat(2, 77px);
  row-gap: 10px;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 5;
}
.over-links a .link {
  background: #9C8027;
  border-radius: 70px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: grid;
  grid-template-columns: 1fr 80px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80px;
  margin-left: auto;
  transition: width 0.1s ease-in-out;
}
.over-links a .link:hover {
  width: 280px;
}
.over-links a .link h5 {
  font-size: 25px;
  color: white;
  letter-spacing: 0.05em;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.over-links a .link .icon {
  width: 40px;
  height: 40px;
  justify-self: center;
}
.over-links a#whatsapp {
  grid-row: 1;
}
.over-links a#whatsapp .icon {
  background-image: url(../img/svg/whatsapp.svg);
}
.over-links a#boletin {
  grid-row: 2;
}
.over-links a#boletin .icon {
  background-image: url(../img/svg/boletin.svg);
}

body {
  padding-top: 113px;
}

.banner {
  width: 100%;
  height: 324px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner h1 {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 80px;
  letter-spacing: 0.05em;
  font-weight: 300;
  align-self: center;
  text-align: left;
  grid-column: 2;
}

#instalaciones .banner {
  background-image: url("../img/cabezales/instalaciones.jpg");
}

#actividades .banner {
  background-image: url("../img/cabezales/actividades.jpg");
}

#galeria .banner {
  background-image: url("../img/cabezales/galeria.jpg");
}

#servicios .banner {
  background-image: url("../img/cabezales/servicios.jpg");
}

#contacto .banner {
  background-image: url("../img/cabezales/contacto.jpg");
}

#boletin .banner {
  background-image: url("../img/cabezales/boletin.jpg");
}

/* Footer */
#footer {
  background-image: url(../img/footerRozman.jpg);
  background-size: cover;
  background-position: center;
  height: 336px;
}
#footer .container {
  grid-template-columns: repeat(3, 1fr) 0.3fr;
  padding-top: 110px;
  grid-gap: 20px;
}
#footer .container .info {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-template-rows: 15px 15px;
  row-gap: 5px;
  column-gap: 10px;
}
#footer .container .info .icon {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
}
#footer .container .info h5 {
  grid-column: 2;
  grid-row: 1;
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 10px;
  color: #999;
}
#footer .container .info a {
  grid-column: 2;
  grid-row: 2;
  line-height: 25px;
  color: #FFF;
}
#footer .container .info a:hover {
  opacity: 0.8;
}
#footer .container .info#phone {
  grid-template-rows: repeat(7, 15px);
}
#footer .container .info#phone .icon {
  width: 34px;
  height: 34px;
  background-image: url(../img/svg/phone.svg);
}
#footer .container .info#phone .tel1 {
  grid-row: 2;
}
#footer .container .info#phone .tel2 {
  grid-row: 3;
}
#footer .container .info#phone .tel3 {
  grid-row: 4;
}
#footer .container .info#phone .whats-title {
  grid-row: 6;
}
#footer .container .info#phone .whats {
  grid-row: 7;
}
#footer .container .info#mail .icon {
  width: 37px;
  height: 27px;
  background-image: url(../img/svg/email.svg);
}
#footer .container .info#location .icon {
  width: 26px;
  height: 36px;
  background-image: url(../img/svg/location.svg);
}
#footer .container .social {
  display: none;
  justify-content: space-between;
}
#footer .container .social .icon {
  width: 26px;
  height: 26px;
  transition: opacity 0.1s ease-in-out;
}
#footer .container .social .icon:hover {
  opacity: 0.8;
}
#footer .container .social .icon#facebook {
  background-image: url(../img/svg/facebook.svg);
}
#footer .container .social .icon#instagram {
  background-image: url(../img/svg/instagram.svg);
}
#footer .container .social .icon#linkedin {
  background-image: url(../img/svg/linkedin.svg);
}

#copyright {
  background: #FFF;
  align-items: center;
  height: 80px;
}
#copyright p {
  width: 100%;
  font-size: 13px;
  color: #999;
  grid-column: 2;
}

/* Pages */
.pushy-open-left {
  height: 100vh;
  overflow: hidden;
}
.pushy-open-left .pushy.pushy-left {
  width: 100vw;
  background: rgba(25, 25, 24, 0.95);
  z-index: 1;
}
.pushy-open-left .pushy.pushy-left .pushy-link a {
  text-align: center;
  font-size: 20px;
}
.pushy-open-left .pushy.pushy-left .pushy-link a.active {
  color: #FFF;
}
.pushy-open-left .site-overlay {
  display: none;
}

#pushy-button {
  text-align: right;
  z-index: 10;
}
#pushy-button .menu-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  background-color: #9C8027;
  background-size: 24px;
  background-image: url(../img/hamburguer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* --- Fix PUSHY mobile: unificar bloques y espaciados --- */
.pushy .pushy-content ul{list-style:none;margin:0;padding:0;}
.pushy .pushy-content > ul > li{margin:0;padding:0;border:0;}

.pushy .pushy-label,
.pushy .pushy-link > a{
  display:block;
  padding:14px 20px;
  line-height:1.3;
}

.pushy .pushy-sub{
  margin:0;           /* quita el “salto” visual del submenú */
  padding:0;          /* sin padding externo */
  border:0;           /* quita la línea que los separaba del resto */
}

.pushy .pushy-sub .pushy-link > a{
  padding:12px 32px;  /* indentado para los items del submenú */
}

.pushy .pushy-link + .pushy-link{margin-top:0;} /* evita separación entre items */
#home .half-circle {
  margin-bottom: 34px;
}
#home h2 {
  margin-bottom: 34px;
}
#home .subtitle {
  font-weight: 400;
  margin-bottom: 22px;
}
#home .spacer-lines {
  margin-bottom: 30px;
}
#home .desc {
  line-height: 55px;
  font-size: 35px;
  margin-bottom: 50px;
}
#home .desc .gold {
  font-weight: 400;
}
#home .text.dark {
  color: #333;
  padding-top: 15px;
  padding-right: 62px;
}
#home .images-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
}
#home .images-wrap .image {
  height: 120px;
}
#home .owl-carousel .item {
  height: 845px;
  background-size: cover;
  background-position: center;
  overflow: auto;
}
#home .owl-carousel .item .over-box {
  background: rgba(255, 255, 255, 0.6);
  width: 496px;
  padding: 40px 60px;
}
#home .owl-carousel .item .over-box h3 {
  color: #9C8027;
  font-size: 38px;
  line-height: 41px;
  letter-spacing: 0.03em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
#home .owl-carousel .item .over-box h3.smaller {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}
#home .owl-carousel .item .over-box h6 {
  padding-left: 33px;
  color: #999;
}
#home .owl-carousel .item#s1 {
  background-image: url(../img/slider-home/2.jpg);
}
#home .owl-carousel .item#s1 .over-box {
  margin: 385px 100px auto auto;
}
#home .owl-carousel .item#s2 {
  background-image: url(../img/slider-home/1.jpg);
}
#home .owl-carousel .item#s2 .over-box {
  margin: 140px 100px auto auto;
}
/* #home .owl-carousel .item#s3 {
  background-image: url(../img/slider-home/template-slider.jpg);
} */

#home #armonia h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 20px;
  color: #9C8027;
}
#home #armonia .button {
  margin-top: 34px;
}
#home #historia {
  border-top: 1px solid #999;
  padding-top: 40px;
  padding-bottom: 90px;
}
#home #historia h2 {
  font-family: "Libre Baskerville", serif;
}
#home #historia .container {
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
#home #historia .container .spacer-lines,
#home #historia .container h4,
#home #historia .container h3,
#home #historia .container h2,
#home #historia .container .half-circle,
#home #historia .container .images-wrap {
  grid-column: 1;
}
#home #historia .container .images-wrap .image:nth-child(1) {
  background-image: url(../img/origen-mini1.jpg);
}
#home #historia .container .images-wrap .image:nth-child(2) {
  background-image: url(../img/origen-mini2.jpg);
}
#home #historia .container .images-wrap .image:nth-child(3) {
  background-image: url(../img/origen-mini3.jpg);
}
#home #historia .container .text.dark {
  grid-row: 5/7;
  grid-column: 2;
}
#home #historia .container .two-cols {
  grid-row: 5/7;
  grid-column: 2;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  margin-top: 110px;
}
#home #historia .container .two-cols .text {
  grid-row: 1;
}
#home #historia .container .two-cols .text.left {
  grid-column: 1;
}
#home #historia .container .two-cols .text.right {
  grid-column: 2;
}
#home #historia .container .two-cols a {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}
#home #hogar .background {
  grid-column: 1/3;
  background-color: #CCC;
  grid-row: 1;
  height: 100%;
  margin-right: 130px;
}
#home #hogar .container {
  grid-row: 1;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 75px;
}
#home #hogar .container .desc,
#home #hogar .container .subtitle,
#home #hogar .container .spacer-lines {
  grid-column: 1;
}
#home #hogar .container .desc {
  margin-bottom: 35px;
}
#home #hogar .container .text {
  padding-right: 170px;
}
#home #hogar .container .images-wrap {
  grid-template-columns: repeat(3, auto);
  padding-left: 95px;
  grid-gap: 20px;
}
#home #hogar .container .images-wrap .image {
  height: 120px;
  width: 150px;
  background-position: center;
  background-size: cover;
}
#home #hogar .container .images-wrap .image:nth-child(1) {
  background-image: url(../img/historia-mini1.jpg);
}
#home #hogar .container .images-wrap .image:nth-child(2) {
  background-image: url(../img/historia-mini2.jpg);
}
#home #hogar .container .images-wrap .image:nth-child(3) {
  background-image: url(../img/historia-mini3.png);
  width: 110px;
}
#home #hogar .container .text.dark {
  grid-column: 1/4;
  margin-bottom: 30px;
}
#home #hogar .container .text.cols {
  columns: 3;
  column-gap: 50px;
  grid-column: 1/4;
  color: white;
}
#home #hogar .container .text.cols .black {
  color: #333;
}
#home #crisis {
  padding-top: 50px;
  padding-bottom: 50px;
}
#home #crisis .subtitle {
  grid-column: 1/3;
}
#home #crisis .spacer-lines,
#home #crisis h4,
#home #crisis h3,
#home #crisis h2,
#home #crisis .half-circle,
#home #crisis .images-wrap {
  grid-column: 1;
}
#home #crisis .container {
  grid-template-columns: 1fr 3fr;
  column-gap: 40px;
}
#home #crisis .container .text.first,
#home #crisis .container .text.second {
  grid-column: 2;
  columns: 3;
  column-gap: 25px;
}
#home #crisis .container .text.dark {
  grid-column: 1/3;
  margin: 90px auto 90px 140px;
}
#home #fundacion .background {
  background-color: #CCC;
  grid-column: 3;
  grid-row: 1;
}
#home #fundacion .container {
  grid-row: 1;
  grid-template-columns: 1fr 2.5fr 0.5fr;
  position: relative;
}
#home #fundacion .container .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #CCC;
  grid-column: 2/4;
}
#home #fundacion .container .green-border {
  margin-right: 35px;
  grid-column: 1/3;
  background: #2A8246;
  border-radius: 15px;
  padding: 12px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
#home #fundacion .container .green-border .inner {
  display: grid;
  grid-template-columns: 0.8fr 3fr;
  grid-template-rows: 1fr 1fr;
  background: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  padding: 36px;
}
#home #fundacion .container .green-border .inner .text {
  grid-column: 2;
  grid-row: 1/3;
  padding-left: 35px;
  margin-left: 50px;
  border-left: 6px solid #CCC;
}
#home #fundacion .container .green-border .inner .text .dark {
  color: #333;
}
#home #fundacion .container .green-border .inner .icon {
  grid-column: 1;
  align-self: center;
  justify-self: center;
}
#home #fundacion .container .green-border .inner .icon#ninos {
  grid-row: 1;
  background-image: url(../img/svg/ninos.svg);
  width: 93px;
  height: 124px;
}
#home #fundacion .container .green-border .inner .icon#rozman {
  grid-row: 2;
  width: 135px;
  height: 44px;
  background-image: url(../img/svg/rozman-mini.svg);
}
#home #fundacion .container .button-link {
  grid-column: 2;
  justify-self: end;
  margin-bottom: 95px;
  z-index: 4;
  margin-right: 35px;
}
#home #fundacion .container .images-wrap {
  grid-column: 3;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  row-gap: 16px;
  z-index: 4;
  align-self: center;
}
#home #fundacion .container .images-wrap .image {
  width: 100%;
  height: 120px;
  align-self: center;
  justify-self: center;
}
#home #fundacion .container .images-wrap .image:nth-child(1) {
  background-image: url(../img/crisis-mini1.jpg);
}
#home #fundacion .container .images-wrap .image:nth-child(2) {
  background-image: url(../img/crisis-mini2.jpg);
}
#home #fundacion .container .images-wrap .image:nth-child(3) {
  background-image: url(../img/crisis-mini3.jpg);
}

#actividades #intro .line {
  background-color: #999;
  width: 150px;
  height: 3px;
}
#actividades #intro h3 {
  font-size: 44px;
  line-height: 55px;
  margin-top: 43px;
}
#actividades #intro h3.gold {
  color: #9C8027;
}
#actividades #intro .container {
  margin-top: 60px;
  grid-template-columns: repeat(2, 280px) 1fr;
  grid-template-rows: 227px auto;
  column-gap: 13px;
  row-gap: 65px;
  grid-template-areas: "img1 img2 dark" ".   text text";
}
#actividades #intro .container .image {
  background: #333;
  background-size: 100%;
}
#actividades #intro .container .image.first {
  grid-area: img1;
  background-image: url(../img/celebraciones/section-actividades_rozman1.jpg);
}
#actividades #intro .container .image.second {
  grid-area: img2;
  background-image: url(../img/celebraciones/section-actividades_rozman2.jpg);
}
#actividades #intro .container .text.dark {
  grid-area: dark;
  padding-left: 27px;
  align-self: center;
  color: #333;
}
#actividades #intro .container .text.aside {
  grid-area: text;
}
#actividades #talleres {
  border-top: 3px solid #999;
  padding-top: 40px;
  padding-bottom: 40px;
}
#actividades #talleres .half-circle {
  margin-bottom: 30px;
}
#actividades #talleres h2 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 65px;
  font-weight: 300;
}
#actividades #talleres .container {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 370px);
  grid-gap: 15px;
}
#actividades #talleres .container .taller {
  padding: 35px 20px 20px;
  position: relative;
}
#actividades #talleres .container .taller.gold {
  background: #9C8027;
}
#actividades #talleres .container .taller.gray-light {
  background: #CCC;
}
#actividades #talleres .container .taller.gray-dark {
  background: #999;
}
#actividades #talleres .container .taller h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 22px;
}
#actividades #talleres .container .taller .text {
  color: white;
  font-weight: bold;
}
#actividades #talleres .container .taller .arrow {
  width: 37px;
  height: 43px;
  background-image: url(../img/svg/arrow-actividades.svg);
  bottom: 20px;
  position: absolute;
}
#actividades #talleres .container .taller.left .arrow {
  transform: scaleX(-1);
  left: 20px;
}
#actividades #talleres .container .taller.right .arrow {
  right: 20px;
}
#actividades #talleres .container .taller.picture {
  background-size: cover;
  background-position: center;
}
#actividades #talleres .container .taller.picture#reflexion {
  background-image: url(../img/taller_reflexion.jpg);
}
#actividades #talleres .container .taller.picture#musicoterapia {
  background-image: url(../img/taller_musica.jpg);
}
#actividades #talleres .container .taller.picture#tutti {
  background-image: url(../img/taller_manualidades.jpg);
}
#actividades #talleres .container .taller.picture#arte {
  background-image: url(../img/taller_arte.jpg);
}
#actividades #talleres .container .taller.picture#gimnasia {
  background-image: url(../img/taller_gym.jpg);
}
#actividades #talleres .container .taller.picture#yoga {
  background-image: url(../img/taller_yoga.jpg);
}
#actividades #celebraciones {
  border-top: 3px solid #999;
  padding-top: 40px;
}
#actividades #celebraciones h2 {
  font-family: "Libre Baskerville", serif;
}
#actividades #celebraciones .wrap {
  padding-bottom: 55px;
}
#actividades #celebraciones .wrap .half-circle {
  margin-bottom: 35px;
}
#actividades #celebraciones .container {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 400px);
  column-gap: 115px;
  row-gap: 60px;
  padding-top: 0;
}
#actividades #celebraciones .container .celebracion .image {
  background-color: #333;
  background-size: 100%;
  width: 100%;
  height: 225px;
}
#actividades #celebraciones .container .celebracion h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  line-height: 55px;
  font-weight: 300;
  color: #333;
}
#actividades #celebraciones .container .celebracion .gold {
  color: #9C8027;
}
#actividades #celebraciones .container #misa .image {
  background-image: url(../img/celebraciones/celebraciones-santa_misa.jpg);
}
#actividades #celebraciones .container #cumpleanios .image {
  background-image: url(../img/celebraciones/celebraciones-cumpleanios.jpg);
}
#actividades #celebraciones .container #visitas-especiales .image {
  background-image: url(../img/celebraciones/celebraciones-visitas.jpg);
}
#actividades #celebraciones .container #carnaval .image {
  background-image: url(../img/celebraciones/celebraciones-carnaval.jpg);
}
#actividades #celebraciones .container #conciertos .image {
  background-image: url(../img/celebraciones/celebraciones-conciertos.jpg);
}
#actividades #celebraciones .container #salidas .image {
  background-image: url(../img/celebraciones/celebraciones-salidas.jpg);
}

#boletin #listado {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 890px 1fr;
  padding-bottom: 60px;
}
#boletin #listado .image {
  margin: -62px auto 50px;
  width: 695px;
  height: 198px;
  background-image: url(../img/fondo-boletin.png);
  background-size: cover;
  background-position: center;
}
#boletin #listado li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 22px;
}
#boletin #listado li .chain {
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/chain.svg);
}
#boletin #listado li p {
  color: black;
  font-size: 21px;
  transition: color 0.1s ease-in;
}
#boletin #listado li p:hover {
  color: #9C8027;
}
#boletin #listado a + a li {
  margin-top: 15px;
}

section#contacto {
  grid-template-columns: 1fr repeat(2, 537px) 1fr;
}
section#contacto .background {
  grid-column: 3/5;
  grid-row: 1;
}
section#contacto #map {
  grid-column: 1/5;
  grid-row: 2;
  width: 100%;
  height: 300px;
  justify-self: end;
  align-self: center;
}
section#contacto #map iframe {
  width: 100%;
  height: 100%;
}
section#contacto .info {
  grid-column: 2;
  grid-row: 1;
  padding-right: 190px;
}
section#contacto .info h3 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 37px;
}
section#contacto .info .gold {
  font-weight: bold;
  color: #9C8027;
  line-height: 32px;
}
section#contacto .info .info-group + .info-group {
  margin-top: 37px;
}
section#contacto form {
  grid-column: 3;
  grid-row: 1;
  padding-left: 90px;
}
section#contacto form h3 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}
section#contacto form input:not([type=submit]),
section#contacto form textarea {
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  border: 1px solid #FFF;
  transition: border-color 0.1s ease-in-out;
}
section#contacto form input:not([type=submit]):first-child,
section#contacto form textarea:first-child {
  margin-top: 0;
}
section#contacto form input:not([type=submit]).empty,
section#contacto form textarea.empty {
  border-color: red;
}
section#contacto form input[type=submit] {
  margin-top: 12px;
}
section#contacto form input[type=submit]:not(.enabled) {
  background: #999;
}
section#contacto h3 {
  font-size: 40px;
  line-height: 30px;
}

#galerias .group {
  padding-top: 85px;
}
#galerias .group .line {
  width: 150px;
  height: 3px;
  background: #999;
}
#galerias .group h2 {
  font-family: "Libre Baskerville", serif;
  margin: 34px 0;
}
#galerias .group .lightgallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 35px;
}
#galerias .group .lightgallery a {
  display: grid;
}
#galerias .group .lightgallery a img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
#galerias .group .lightgallery a:after {
  grid-column: 1;
  grid-row: 1;
  content: " ";
  background-image: url(../img/svg/see-more.svg);
  width: 35px;
  height: 34px;
  margin-right: auto;
  align-self: end;
  opacity: 0.8;
}
#galerias .filters {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 10px;
}
#galerias .filters li {
  width: 100%;
  cursor: pointer;
}

#instalaciones .intro-text .text {
  padding-right: 330px;
}
#instalaciones .espacio {
  display: grid;
  background: #CCC;
  grid-template-rows: 27px 85px 27px auto 1fr;
  height: 425px;
}
#instalaciones .espacio .text,
#instalaciones .espacio h3 {
  color: #333;
}
#instalaciones .espacio h3 {
  grid-area: titl;
  font-family: "Libre Baskerville", serif;
  align-self: center;
  color: #666;
  font-weight: 400;
}
#instalaciones .espacio .text {
  grid-area: text;
}
#instalaciones .espacio .gold {
  grid-area: bar;
  display: grid;
}
#instalaciones .espacio .icon {
  grid-area: icon;
  align-self: center;
  justify-self: center;
}
#instalaciones .espacio .owl-carousel {
  grid-area: owl;
  position: relative;
}
#instalaciones .espacio .owl-carousel * {
  height: 100%;
}
#instalaciones .espacio .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  pointer-events: none;
  grid-template-columns: auto 1fr auto;
  padding: 0 15px;
  z-index: 3;
  margin: 0;
}
#instalaciones .espacio .owl-carousel .owl-nav button {
  margin: 0;
  color: white;
  align-self: center;
  pointer-events: all;
  width: 35px;
  height: 40px;
  background-image: url(../img/svg/arrow-owl.svg);
}
#instalaciones .espacio .owl-carousel .owl-nav button span {
  font-size: 0;
}
#instalaciones .espacio .owl-carousel .owl-nav button:first-child {
  transform: scaleX(-1);
}
#instalaciones .espacio .owl-carousel .owl-nav button:hover {
  background-color: transparent;
}
#instalaciones .espacio .owl-carousel .owl-nav .owl-prev {
  grid-column: 1;
}
#instalaciones .espacio .owl-carousel .owl-nav .owl-next {
  grid-column: 3;
}
#instalaciones .espacio .owl-carousel .item {
  width: 100%;
  background-size: cover;
}
#instalaciones .espacio.left {
  grid-column: 1/3;
  grid-template-columns: auto 133px 333px 70px 539px;
  grid-template-areas: ".    .    .    .   owl" "bar  bar  titl .   owl" ".    .    .    .   owl" ".    text text .   owl" ".    .    .    .   owl";
}
#instalaciones .espacio.left .gold {
  grid-template-columns: 1fr 135px;
  grid-template-areas: ". icon";
  background: #9C8027;
  background: linear-gradient(90deg, rgba(205, 192, 148, 0.8211659664) 0%, #9c8027 50%, #9c8027 100%);
}
#instalaciones .espacio.left h3 {
  padding-left: 20px;
}
#instalaciones .espacio.right {
  grid-column: 2/4;
  grid-template-columns: 539px 70px 333px 133px auto;
  grid-template-areas: "owl  .    .    .    .  " "owl  .    titl bar  bar" "owl  .    .    .    .  " "owl  .    text text .  " "owl  .    .    .    .  ";
}
#instalaciones .espacio.right .gold {
  grid-template-columns: 135px 1fr;
  grid-template-areas: "icon .";
  background: #9C8027;
  background: linear-gradient(90deg, #9c8027 0%, #9c8027 50%, rgba(205, 192, 148, 0.8211659664) 100%);
}
#instalaciones .espacio#exteriores .s1 {
  background-image: url(../img/instalaciones/exteriores1.jpg);
}
#instalaciones .espacio#exteriores .s2 {
  background-image: url(../img/instalaciones/exteriores2.jpg);
}
#instalaciones .espacio#exteriores .s3 {
  background-image: url(../img/instalaciones/exteriores3.jpg);
}
#instalaciones .espacio#exteriores .s4 {
  background-image: url(../img/instalaciones/exteriores4.jpg);
}
#instalaciones .espacio#exteriores .s5 {
  background-image: url(../img/instalaciones/exteriores5.jpg);
}
#instalaciones .espacio#exteriores .icon {
  background-image: url(../img/svg/exteriores.svg);
  width: 61px;
  height: 50px;
}
#instalaciones .espacio#interiores .s1 {
  background-image: url(../img/instalaciones/interiores1.jpg);
}
#instalaciones .espacio#interiores .s2 {
  background-image: url(../img/instalaciones/interiores2.jpg);
}
#instalaciones .espacio#interiores .s3 {
  background-image: url(../img/instalaciones/interiores3.jpg);
}
#instalaciones .espacio#interiores .s4 {
  background-image: url(../img/instalaciones/interiores4.jpg);
}
#instalaciones .espacio#interiores .icon {
  background-image: url(../img/svg/interiores.svg);
  width: 64px;
  height: 57px;
}
#instalaciones .espacio#habitaciones .s1 {
  background-image: url(../img/instalaciones/habitaciones1.jpg);
}
#instalaciones .espacio#habitaciones .s2 {
  background-image: url(../img/instalaciones/habitaciones2.jpg);
}
#instalaciones .espacio#habitaciones .s3 {
  background-image: url(../img/instalaciones/habitaciones3.jpg);
}
#instalaciones .espacio#habitaciones .icon {
  background-image: url(../img/svg/habitaciones.svg);
  width: 63px;
  height: 60px;
}
#instalaciones .espacio#martin .s1 {
  background-image: url(../img/instalaciones/MartinFierro1.jpeg);
}
#instalaciones .espacio#martin .s2 {
  background-image: url(../img/instalaciones/MartinFierro2.jpg);
}
#instalaciones .espacio#martin .s3 {
  background-image: url(../img/instalaciones/MartinFierro3.jpg);
}
#instalaciones .espacio#martin .s4 {
  background-image: url(../img/instalaciones/MartinFierro4.jpeg);
}

#instalaciones .espacio#martin .icon {
  background-image: url(../img/svg/martin.svg);
  width: 70px;
  height: 63px;
}
#instalaciones .link-wrap {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 75px;
}
#instalaciones .link-wrap.left {
  justify-items: end;
}
#instalaciones .link-wrap.left a {
  grid-column: 1;
}
#instalaciones .link-wrap.right {
  justify-items: start;
}
#instalaciones .link-wrap.right a {
  grid-column: 2;
}

#servicios #traits .container {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 100px;
  row-gap: 60px;
  padding-top: 150px;
  padding-bottom: 60px;
}
#servicios #traits .container .trait .icon {
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 23px;
}
#servicios #traits .container .trait .dark {
  font-weight: 900;
  letter-spacing: 0.055em;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
}
#servicios #traits .container .trait .gold {
  color: #9C8027;
}
#servicios #traits .container .trait#atencion .icon {
  background-image: url(../img/svg/profesionales.svg);
}
#servicios #traits .container .trait#seguridad .icon {
  background-image: url(../img/svg/seguridad.svg);
}
#servicios #traits .container .trait#excelencia .icon {
  background-image: url(../img/svg/excelencia.svg);
}
#servicios #traits .container .trait#calidez .icon {
  background-image: url(../img/svg/calidez.svg);
}
#servicios #traits .container .trait#confort .icon {
  background-image: url(../img/svg/profesionales.svg);
}
#servicios #traits .container .trait#talleres .icon {
  background-image: url(../img/svg/talleres.svg);
}
#servicios #staff {
  background-color: #CCC;
}
#servicios #staff .wrap {
  padding-top: 60px;
}
#servicios #staff .half-circle {
  margin-bottom: 30px;
}
#servicios #staff h2 {
  color: #333;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 30px;
}
#servicios #staff h4 {
  line-height: 21px;
  color: #333;
  font-weight: 400;
  margin-bottom: 45px;
}
#servicios #staff .image#group {
  width: 100%;
  height: 530px;
  background: #333;
}
#servicios #members {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 200px;
  row-gap: 50px;
  padding: 30px 65px 50px;
}

#servicios #members .member .image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: black;
  margin-bottom: 10px;
  background-size: 100%;
  filter: grayscale(1);
  transition: filter 0.2s ease-in;
}
#servicios #members .member .image:hover {
  filter: grayscale(0);
}
#servicios #members .member p {
  text-align: center;
  letter-spacing: 0.03em;
  color: #333;
}
#servicios #members #monzon .image {
  background-image: url(../img/staff/Marcelo-Monzon.jpeg);
}
#servicios #members #ferreno .image {
  background-image: url(../img/staff/Sebastian-Ferreno.jpg);
}
#servicios #members #tarsitano .image {
  background-image: url(../img/staff/Adriana-Tarsitano.jpg);
}
#servicios #members #dominguez .image {
  background-image: url(../img/staff/Liliana-Dominguez.jpg);
}
#servicios #members #pisano .image {
  background-image: url(../img/staff/Lucia-Pisano.jpg);
}
#servicios #members #figueroa .image {
  background-image: url(../img/staff/Marcela-Figueroa.jpg);
}
#servicios #members #castillo .image {
  background-image: url(../img/staff/Maria-Ines-Castillo.jpg);
}
#servicios #members #pintar .image {
  background-image: url(../img/staff/Juan-Pintar.jpg);
}
#servicios #members #smalc .image {
  background-image: url(../img/staff/Juan-Smalc.jpg);
}
#servicios #members #urbanija .image {
  background-image: url(../img/staff/Mariela-Urbanija.jpg);
}
#servicios #members #yasielski .image {
  background-image: url(../img/staff/Victoria-Yasielski.jpg);
}
#servicios #skills .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: 240px 1fr;
  grid-template-areas: "cap-tit    cap-tit" "cap        cap" "pcap-tit   pcap-desc" "pcap       pcap" "sep          sep" "com-tit    com-desc";
}
#servicios #skills #capacitaciones-title {
  grid-area: cap-tit;
}
#servicios #skills #capacitaciones {
  grid-area: cap;
}
#servicios #skills #proximas_capacitaciones-title {
  grid-area: pcap-tit;
  padding-top: 20px;
}
#servicios #skills #instructores {
  grid-area: pcap-desc;
  font-weight: 700;
  font-size: 15px;
  color: #9C8027;
  border-left: 4px solid #9C8027;
  padding-left: 20px;
  height: 34px;
  line-height: 18px;
  max-width: 710px;
  margin-top: 20px;
}
#servicios #skills #proximas_capacitaciones {
  grid-area: pcap;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#servicios #skills #proximas_capacitaciones .skill {
  border-left: 4px solid #999999a6;
  height: 70px;
  width: 240px;
}
#servicios #skills #proximas_gray {
  background-color: rgba(199, 199, 199, 0.2);
  grid-column: 1/3;
  grid-row: 3/5;
  margin-left: -50px;
  margin-right: -50px;
}
#servicios #skills #comunidad-title {
  grid-area: com-tit;
  border-right: 4px solid #9C8027;
  margin-top: 30px;
}
#servicios #skills #comunidad-description {
  grid-area: com-desc;
  color: #989898;
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 19px;
  padding-top: 20px;
}
#servicios #skills #com_gray {
  background-color: rgba(199, 199, 199, 0.2);
  grid-column: 1/3;
  grid-row: 6/7;
  margin-left: -50px;
  margin-right: -50px;
}
#servicios #skills .sep {
  height: 20px;
  grid-area: sep;
}
#servicios #skills h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
#servicios #skills h6.gold {
  color: #9C8027;
}
#servicios #skills .owl-carousel {
  margin-bottom: 80px;
}
#servicios #skills .owl-carousel .owl-nav {
  pointer-events: none;
  display: grid;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  justify-content: end;
  width: 100%;
}
#servicios #skills .owl-carousel .owl-nav button {
  background-image: url(../img/svg/arrow-next.svg);
  width: 30px;
  height: 35px;
  pointer-events: all;
  margin-right: -50px;
}
#servicios #skills .owl-carousel .owl-nav button:hover {
  background-color: transparent;
}
#servicios #skills .owl-carousel .owl-nav button.owl-prev {
  display: none;
}
#servicios #skills .owl-carousel .owl-nav button span {
  font-size: 0;
}
#servicios #skills .skill {
  padding: 10px;
}
#servicios #skills .skill.highlight {
  background-color: #CCC;
}
#servicios #skills .skill.highlight p {
  color: white;
}
#servicios #skills .skill.highlight p.prof {
  color: white;
}
#servicios #skills .skill p {
  color: #999;
}
#servicios #skills .skill p.prof {
  color: #999;
}
#servicios #skills .skill .half-circle {
  background-color: #9C8027;
  width: 35px;
  height: 17px;
  margin: 20px auto 20px 0;
}
#servicios #convenios {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 50px;
  padding-bottom: 50px;
}
#servicios #convenios h6 {
  grid-column: 1/3;
}
#servicios #convenios .convenio {
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 18px auto;
  column-gap: 20px;
  height: 50px;
  align-items: center;
}
#servicios #convenios .convenio:first-child {
  grid-column: 1;
}
#servicios #convenios .convenio:nth-child(2) {
  grid-column: 2;
}
#servicios #convenios .convenio .title,
#servicios #convenios .convenio .universidad p {
  color: #999;
}
#servicios #convenios .convenio .arrow {
  background-image: url(../img/svg/simple-arrow.svg);
  width: 18px;
  height: 36px;
}
#servicios #convenios .convenio .universidad {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
}
#servicios #convenios .convenio .universidad .image {
  background-image: url(../img/unlam-iso.png);
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: cover;
}

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