/* General */
.Slide {
  overflow: hidden;
  font-size: 0;
  background: #000;
  padding-top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  text-align: center;
}

/* Section */
.Slide > div {
  z-index: -1;
  position: relative;
  display: none;
}

/* Dot Active */
.Slide > div:before {
  top: -5px;
  z-index: 1000;
  vertical-align: bottom;
  position: relative;
  content: ".";
  display: inline-block;
  margin: 8px;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  background: white;
}

/* Buttons */
.Slide > a {
  height: 10px;
  width: 10px;
  margin: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  overflow: hidden;
  display: inline-block;
}

.Slide > a:target {
  display: none;
}

.Slide > a:target + div {
  display: inline;
  top: -5px;
}

.Slide > a:target:after {
  z-index: 1000;
  height: 60px;
  width: 30px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

.Slide > a:before, .Slide > a:first-child:target ~ a:nth-last-child(2):before {
  height: 80px;
  line-height: 60px;
  width: 30px;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 100 100' x='0px' y='0px'><path fill='white' d='M61.59,78.41a2,2,0,0,0,2.83-2.83L36.83,48,64.41,20.41a2,2,0,0,0-2.83-2.83l-29,29a2,2,0,0,0,0,2.83Z'/></svg>");
  background-size: 30px auto;
  color: #fff;
  position: absolute;
  left: 0;
  margin-top: -40px;
  top: 50%;
  display: block;
}

.Slide > a:target + div + a:after, .Slide > a:nth-child(1):after {
  height: 80px;
  margin-top: -40px;
  line-height: 60px;
  width: 30px;
  font-weight: 900;
  font-size: 1.3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 100 100' x='0px' y='0px'><path fill='white' d='M32.59,78.41a2,2,0,0,0,2.83,0l29-29a2,2,0,0,0,0-2.83l-29-29a2,2,0,0,0-2.83,2.83L60.17,48,32.59,75.59A2,2,0,0,0,32.59,78.41Z'/></svg>");
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}

.Slide > a:target ~ a:before {
  display: none;
}

.Slide > a:not(:target) ~ div:last-child {
  display: inline;
}

.Slide > a:not(:target) ~ a:nth-last-child(2) {
  display: none;
}

.Slide > a:target ~ a:nth-last-child(2) {
  display: inline-block;
}

.Slide > a:not(:target) ~ div:last-child:after {
  display: inline;
}

.Slide > a:target ~ div:last-child {
  display: none !important;
}

.Slide > a:target + div:last-child {
  display: inline !important;
}

/* Once Slide */
.Slide > a:first-child:nth-last-child(2) {
  display: none;
}

.Slide > a:first-child:nth-last-child(2) + div:before {
  display: none;
}

/* Content */
.Slide > div > div {
  font-size: 15px;
  position: relative;
  margin-top: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  overflow: hidden;
  z-index: -22;
  padding: 15% 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  text-align: left;
  width: 100%;
  float: right;
  display: block;
}

.Slide h2 {
  margin: 0;
  max-width: 320px;
  line-height: 1.1em;
  margin-bottom: .4em;
  font-size: 1.6em;
  padding: 0;
  font-weight: 100;
  color: #fff;
}

.Slide h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
}

.Slide p {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.644);
}

.Slide video {
  z-index: -122;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Slide div > a {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7em;
  background: #fff;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}

.Slide > div > div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: SlideUp;
  animation-name: SlideUp;
}

/* Responsive Link */
@media only screen and (max-width: 500px) {
  .Slide video {
    max-height: 100%;
    max-width: inherit;
  }
  .Slide h2 {
    font-size: 1.3em;
  }
  .Slide > div > div {
    padding: 15% 15% 20%;
  }
  .Slide div > a {
    color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    background: none;
  }
}

/* Animation */
@-webkit-keyframes SlideUp {
  from {
    opacity: 0;
    -webkit-transform: rotate(180deg) translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes SlideUp {
  from {
    opacity: 0;
    -webkit-transform: rotate(180deg) translate3d(0, 10%, 0);
    transform: rotate(180deg) translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0);
  }
}

/* Backgrounds */
.Slide > div:nth-child(2) > div {
  background-image: url(../images/escalera.jpeg);
}

.Slide > div:nth-child(4) > div {
  background-image: url(../images/suelo_01.jpeg);
}

.Slide > div:nth-child(6) > div {
  background-image: url(../images/suelo_02.jpeg);
}

.Slide > div:nth-child(8) > div {
  background-image: url(../images/puerta.jpeg);
}

.Slide > div:nth-child(10) > div {
  background-image: url(../images/armario.jpeg);
}

.slide-content {
  min-height: 500px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 17px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.26;
}

h1, h2, h3, p, a {
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 4rem;
  color: #c6538c;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.2rem;
  color: #203C4A;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.8rem;
  }
}

h2::after {
  content: "";
  display: block;
  position: relative;
  top: 8px;
  left: 0;
  width: 2rem;
  height: 0.7rem;
  background-color: #20968E;
}

h3 {
  font-size: 2rem;
  color: #AAAAAA;
  font-weight: 500;
  margin-bottom: 0;
}

p {
  font-size: 1rem;
  color: #203C4A;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #203C4A;
}

.boton-principal {
  padding: 12px 24px;
  background-color: #20968E;
}

.Slide {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.26;
}

.max-width-25 {
  max-width: 25%;
}

.max-width-50 {
  max-width: 50%;
}

.max-width-75 {
  max-width: 75%;
}

@media only screen and (max-width: 600px) {
  .no-space-top-mobile {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .no-space-bottom-mobile {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}

.boton-principal {
  font-weight: bold;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #FFFFFF;
}

.boton-principal:hover {
  background-color: #0d5954;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.only-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 600px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none;
}

@media only screen and (max-width: 600px) {
  .only-desktop {
    display: none !important;
  }
}

#hero-block {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

#hero-block .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2% 3%;
  margin-right: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #hero-block .menu-container .logo {
    margin-top: 1.5rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  #hero-block .menu-container .menu {
    display: none;
  }
}

#hero-block .menu-container .menu li {
  display: inline;
}

#hero-block .menu-container .menu li a {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: bold;
}

#hero-block .menu-container .menu li a:hover {
  text-decoration: underline;
  color: #20968E;
}

#hero-block .menu-container .menu li + li {
  margin-left: 12px;
}

#hero-block .mensaje-inicial {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#hero-block .mensaje-inicial h1,
#hero-block .mensaje-inicial p,
#hero-block .mensaje-inicial .boton-principal {
  color: #ffffff;
}

#hero-block .mensaje-inicial h1,
#hero-block .mensaje-inicial p {
  max-width: 980px;
}

@media only screen and (max-width: 600px) {
  #hero-block .mensaje-inicial h1,
  #hero-block .mensaje-inicial p {
    padding: 0.5rem 2rem;
  }
}

#hero-block .mensaje-inicial p,
#hero-block .mensaje-inicial .boton-principal {
  margin-top: 24px;
}

#hero-block .mensaje-inicial .scroll-arrow {
  margin-top: 64px;
  position: absolute;
  top: 80%;
  left: calc(50% - 16px);
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

#hero-block .mensaje-inicial .scroll-arrow img {
  width: 32px;
}

@media only screen and (max-width: 600px) {
  #hero-block .mensaje-inicial .scroll-arrow {
    top: 85%;
  }
}

.hero-quienessomos {
  background-image: url("../images/hero-image.jpg");
}

.hero-quehacemos {
  background-image: url("../images/cabecera-quehacemos.jpg");
  background-position: center center;
}

.hero-dondeestamos {
  background-image: url("../images/cabecera-dondeestamos.jpg");
}

.hero-dondeestamos h1, .hero-dondeestamos p {
  max-width: 650px !important;
}

.menu .active a,
.enlaces-mobile .active a {
  color: #20968E !important;
  text-decoration: underline;
}

#menu-container-mobile {
  width: 100%;
  height: 100%;
  background-color: #191919;
  z-index: 999;
  position: fixed;
  top: 0px;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  opacity: 0;
}

#menu-container-mobile .enlaces-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu-container-mobile .enlaces-mobile p {
  margin: 24px 0;
}

@media only screen and (max-width: 600px) {
  #menu-container-mobile .enlaces-mobile p {
    font-size: 1.5rem;
  }
}

#menu-container-mobile .enlaces-mobile p a {
  color: #ffffff;
  font-weight: bold;
}

.menu-mobile-active {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#menu-button-mobile {
  position: fixed;
  top: 2rem;
  right: 0rem;
  z-index: 1000;
  cursor: pointer;
  padding: 12px 32px 8px 14px;
  background-color: #20968E;
  border-radius: 6px 0px 0px 6px;
  -webkit-box-shadow: 7px 3px 6px rgba(239, 150, 45, 0.3);
          box-shadow: 7px 3px 6px rgba(239, 150, 45, 0.3);
}

#menu-button-mobile img {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

@media only screen and (min-width: 600px) {
  #menu-container-mobile,
  #menu-button-mobile {
    display: none;
  }
}

.home-content-container {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-content-container .content-block {
  width: 100vw;
  padding: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 72px auto;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .home-content-container .content-block {
    text-align: center;
  }
}

.home-content-container .content-block .content-block-container {
  max-width: 1200px;
}

.home-content-container .content-block .content-text,
.home-content-container .content-block .content-image {
  width: 50%;
}

.home-content-container .content-block .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px;
}

@media only screen and (max-width: 600px) {
  .home-content-container .content-block .content-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home-content-container .content-block .content-text p {
  margin-top: 24px;
}

.home-content-container .content-block .content-text h2,
.home-content-container .content-block .content-text p {
  max-width: 400px;
}

@media only screen and (max-width: 600px) {
  .home-content-container .content-block .content-text h2:after {
    left: calc(50% - 1rem) !important;
    right: auto;
  }
}

.home-content-container .content-block .content-image img {
  width: 100%;
}

.home-content-container .home-content-empresa-block {
  min-height: 700px;
  background-image: url("../images/la-empresa-bg.jpg");
  background-size: cover;
  background-position: top;
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .home-content-container .home-content-empresa-block {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-empresa-block .content-text {
    width: 100%;
  }
  .home-content-container .home-content-empresa-block .content-image {
    display: none;
  }
}

.home-content-container .home-content-empresa-block .content-text h2,
.home-content-container .home-content-empresa-block .content-text p {
  width: 100%;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-atencion-personalizada-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-atencion-personalizada-block .content-text, .home-content-container .home-content-atencion-personalizada-block .content-image {
    width: 100%;
  }
}

.home-content-container .atencion-mobile {
  min-height: 700px;
  background-image: url("../images/atencion-personalizada-bg.jpg");
  background-size: cover;
  background-position: top;
}

.home-content-container .home-content-second-block {
  background-color: #EDEDED;
  padding: 80px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-second-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-content-container .home-content-second-block img {
    padding-top: 64px;
  }
  .home-content-container .home-content-second-block p {
    text-align: center;
  }
}

.home-content-container .home-content-second-block .content-text {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-second-block .content-text {
    width: 100%;
  }
}

.home-content-container .home-content-second-block .content-text h2::after {
  left: auto;
  right: calc(-100% + 2rem);
}

.home-content-container .home-content-second-block .content-image {
  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;
  width: 70%;
  margin-left: 15%;
}

@media only screen and (min-width: 600px) {
  .home-content-container .home-content-second-block .content-image img {
    max-width: 500px;
  }
}

.home-content-container .home-content-calidad-block {
  min-height: 700px;
  background-image: url("../images/calidad-bg.jpg");
  background-size: cover;
  background-position: top;
  margin: 0;
}

@media only screen and (min-width: 860px) {
  .home-content-container .home-content-calidad-block {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .home-content-container .home-content-calidad-block .content-text {
    width: 100%;
  }
  .home-content-container .home-content-calidad-block .content-image {
    display: none;
  }
}

.home-content-container .home-content-calidad-block .content-text h2,
.home-content-container .home-content-calidad-block .content-text p {
  width: 100%;
  color: #ffffff;
}

footer {
  width: 100vw;
  background-color: #191919;
  font-size: 0.8rem;
}

footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 32px 32px;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-container p {
  color: #ffffff;
}

footer .footer-container .footer-section {
  padding: 1rem;
  margin-bottom: 48px;
}

@media only screen and (min-width: 600px) {
  footer .footer-container .footer-section {
    width: 33.333333%;
    margin-bottom: 0px;
  }
}

footer .footer-container a {
  color: #ffffff;
}

footer .footer-section-2 {
  text-align: center;
}

footer .footer-section-2 a {
  text-decoration: underline;
  font-weight: bold;
}

footer .footer-section-3 {
  text-align: center;
}

footer .footer-section-3 p {
  margin-bottom: 12px;
}

footer .footer-section-3 a {
  text-decoration: underline;
  font-weight: bold;
}

footer .footer-contacto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media only screen and (max-width: 600px) {
  footer .footer-contacto-container {
    margin-bottom: 12px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-contacto-container .footer-icon {
  padding: 0 12px;
}

@media only screen and (max-width: 600px) {
  footer .footer-contacto-container .footer-icon {
    display: none;
  }
}

footer .footer-contacto-container:last-child {
  margin-bottom: 0;
}

.servicios-container {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicios-container h2 {
  max-width: 600px;
  text-align: center;
  margin: 64px auto;
}

.servicios-container h2:after {
  left: calc(50% - 1rem) !important;
  right: auto !important;
}

.servicios-container .servicios-icon-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 1200px;
  margin: 64px auto;
}

.servicios-container .servicios-icon-container .servicios-item {
  width: 20%;
  min-width: 150px;
  margin-bottom: 48px;
}

.servicios-container .servicios-icon-container img {
  width: auto;
  height: 58px;
  margin-bottom: 16px;
}

.servicios-container .servicios-cta {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.servicios-container .servicios-cta p {
  text-align: center;
  max-width: 320px;
  margin-bottom: 24px;
}

.servicios-container .servicios-cta a {
  margin-bottom: 64px;
}

.contacto-container {
  width: 100vw;
  padding: 48px;
}

@media only screen and (max-width: 600px) {
  .contacto-container {
    margin: 0;
  }
}

.contacto-container .contacto-wrapper {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {
  .contacto-container .contacto-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 5%;
  }
}

.contacto-container .contacto-wrapper .contacto-content,
.contacto-container .contacto-wrapper .contacto-map {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .contacto-container .contacto-wrapper .contacto-content,
  .contacto-container .contacto-wrapper .contacto-map {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-container .contacto-wrapper .contacto-content {
    margin-bottom: 48px;
  }
}

.contacto-container .contacto-wrapper .contacto-content h2 {
  margin-bottom: 28px;
  max-width: 80%;
}

.contacto-container .contacto-wrapper .contacto-content p {
  margin-bottom: 12px;
}

.contacto-container .contacto-wrapper .contacto-content p:last-child {
  margin-bottom: 0px;
}

.triangulo-spacer {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.triangulo-spacer img {
  width: 100%;
  height: 12vh;
}
/*# sourceMappingURL=main.css.map */