/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

h1 {
  border-bottom: 2px solid #E94C52;
  max-width: fit-content;
  margin: 30px auto;
  line-height: 2em;
}
h2 {
  border-bottom: 2px solid #E94C52;
  max-width: fit-content;
  margin: 30px auto;
  line-height: 1.5em;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  top: 10%;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-top-title img {
  padding: 16px;
  text-align: center;
}
.g-slideshow .g-slideshow-slider .slidep.swiper-slide .slide .slide-content {
  width: 100%;
  background: #0c350c8a;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-top-title {
  opacity: 1;
  text-align: center;
  margin: 20px auto;
  color: #fff;
  font-size: 2em;
  max-width: 100%;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  border-bottom: 2px solid #e94c52;
}
/* Create two equal columns that floats next to each other */
.grid2 {
  max-width: 50%;
  text-align: center;
  float: right;
}
.column2 {
  float: left;
  width: 50%;
  padding: 10px;
}
.column3 {
  float: left;
  width: 31%;
  padding: 10px;
  margin: 10px;
  border: 1px solid #eee;
  min-height: 400px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: 90%;
  }
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    top: -45px;
  }
}
.column2 img {
  float: left;
  clear: right;
}
.g-offcanvas-toggle {
  font-size: 1.5rem;
  background: transparent;
  color: #E94C52;
  width: 40px;
  height: 40px;
  line-height: 24px;
  text-align: center;
  top: 2.9rem;
  left: 1.1rem;
  z-index: 10001;
  direction: ltr;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.button.button-3 {
  border-color: #fff;
  color: #fff !important;
}
div#fox-container-m98 .btn, div#fox-container-m98 .btn span {
  color: #fff;
  text-align: center;
}
div#fox-container-m98 .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 4px 12px;
  line-height: 20px;
}
div#fox-container-m98 .fox-form-stacked .fox-item-submit .controls {
  text-align: center;
}
.g-array-item img {
  border-radius: 30px;
}
#g-copyright {
  text-transform: none;
}
/*contacto*/
.row-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}
/*movil*/
@media (min-width: 300px) and (max-width: 600px) {
  .row-container {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=custom_9.css.map */