nav#nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.5s;
}
nav#nav .cont-logo {
  position: absolute;
  left: 45px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
nav#nav .cont-logo img.logo-nav {
  width: 191px;
}
nav#nav ul.cont-menu {
  position: absolute;
  right: 45px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
nav#nav ul.cont-menu li {
  padding: 0px 20px;
  display: inline-block;
}
nav#nav ul.cont-menu li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: pt-sans-b;
  font-size: 16px;
  letter-spacing: 0.05em;
}
nav#nav ul.cont-menu li a:hover {
  color: #9D9D9C;
  text-decoration: underline;
}

nav#nav.scrolled {
  background: #005150;
  transition: background-color 0.5s;
}

#menu-burger {
  position: absolute;
  display: none;
  right: 25px;
  top: 50%;
  width: 32px;
  height: 21px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
}

#menu-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
#menu-burger span:nth-child(1) {
  top: 0px;
}
#menu-burger span:nth-child(2) {
  top: 8px;
}
#menu-burger span:nth-child(3) {
  top: 16px;
}

#menu-burger.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#menu-burger.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}

#menu-burger.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.menu-oculto {
  position: fixed;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: #005150;
  z-index: 5;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.menu-oculto .lista-menu-oculto {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-oculto .lista-menu-oculto a.link-menu {
  color: #CBC5BF;
  font-family: pt-sans-b;
  font-size: 40px;
  line-height: 72px;
}

.menu-oculto.open {
  top: 0px;
}

@media (max-width: 576px) {
  nav#nav .cont-logo {
    left: 6%;
  }
}
* {
  margin: 0px;
  padding: 0px;
}

body, html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: #ffffff;
  font-family: "pt-sans-c", sans-serif;
}

body {
  background-color: #005150;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

a:focus {
  outline: 0px;
  text-decoration: none;
}

a:hover {
  outline: 0px;
  text-decoration: none;
}

a[href^=tel] {
  color: #fff;
  text-decoration: none;
}

p {
  margin: 0px;
}

ul {
  margin: 0px;
}

li {
  list-style: none;
}

.full-alto {
  height: 100%;
}

.line-break {
  display: block;
}

.destacado {
  text-decoration: underline;
}

.destacado2 {
  font-family: "pt-sans-b";
}

.destacado3 {
  color: #9D9D9C;
}

.no-marg-pad {
  margin: 0px;
  padding: 0px;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

@font-face {
  font-family: pt-sans-c;
  src: url(../fonts/PTC55F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-c-bol;
  src: url(../fonts/PTC75F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-n-condensed;
  src: url(../fonts/PTN57F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-n-condensed-bold;
  src: url(../fonts/PTN77F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-s;
  src: url(../fonts/PTS55F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-s-italic;
  src: url(../fonts/PTS56F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-b;
  src: url(../fonts/PTS75F.ttf) format("truetype");
}
@font-face {
  font-family: pt-sans-b-cond;
  src: url(../fonts/PTS76F.ttf) format("truetype");
}
header#header {
  background-image: url("../img/sitio_foto_header_desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}
header#header .cont-titulo-header {
  position: absolute;
  top: 48%;
  left: 50%;
  text-align: left;
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  padding-left: 45px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
header#header .cont-titulo-header h1.titulo-header {
  color: #ffffff;
  font-family: pt-sans-b;
  font-size: 90px;
  line-height: 70px;
  position: relative;
  opacity: 0;
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
}
header#header .cont-titulo-header h1.titulo-header span {
  color: #A9A8A9;
}
header#header .cont-titulo-header p.titulo-header {
  font-family: "pt-sans-b";
  font-size: 28px;
  opacity: 0;
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}
header#header .cont-titulo-header hr.titulo-header {
  height: 1px;
  background-color: #9D9B9D;
  width: 56px;
  margin-top: 24px;
  margin-bottom: 22px;
  position: relative;
  opacity: 0;
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}
header#header .cont-titulo-header a.main-button.titulo-header {
  padding: 16px 24px;
  background-color: #005150;
  color: #fff;
  border-radius: 100px;
  margin-right: auto;
  margin-top: 32px;
  font-family: pt-sans-b;
  font-size: 16px;
  letter-spacing: 2pt;
  text-transform: uppercase;
  opacity: 0;
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
header#header .cont-titulo-header h1.titulo-header.show {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header#header .cont-titulo-header hr.titulo-header.show {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header#header .cont-titulo-header a.main-button.titulo-header.show {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header#header .cont-titulo-header p.titulo-header.show {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header#header div.arrow {
  width: 47px;
  position: absolute;
  bottom: 44px;
  left: 43px;
}

#preload {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preload.ready {
  opacity: 0;
  visibility: hidden;
}

section#nosotros {
  background-color: #005150;
  text-align: center;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
section#nosotros .iso-parallax {
  position: absolute;
  width: 100%;
  right: 0;
  top: -850px;
}
section#nosotros .iso-parallax img {
  position: relative;
}
section#nosotros .row {
  display: flex;
}
section#nosotros .row article h2 {
  font-size: 55px;
  font-family: pt-sans-b;
  color: #9D9D9C;
  text-transform: uppercase;
  margin-bottom: 44px;
}
section#nosotros .row article p {
  font-size: 23px;
  font-family: pt-sans-s;
  margin-bottom: 37px;
  line-height: 29px;
}
section#nosotros .row article span img.iso {
  width: 79px;
  margin-top: 18px;
  margin-bottom: 30px;
}
section#nosotros .row article span img.arrow {
  height: 30px;
  margin-bottom: 16px;
}
section#nosotros .justify-content-center {
  justify-content: center;
}

h2.titulo-section {
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
  opacity: 0;
}

h2.titulo-section.show {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section#servicios {
  padding: 100px 0px 0px;
  text-align: center;
  background-color: #ffffff;
}
section#servicios .titulo {
  display: flex;
}
section#servicios .titulo article h2 {
  font-size: 55px;
  font-family: pt-sans-b;
  color: #9D9D9C;
  text-transform: uppercase;
  margin-bottom: 60px;
}
section#servicios .container-fluid {
  padding: 0px;
}
section#servicios .col-group {
  width: 100%;
}
section#servicios .col-group::after {
  display: table;
  clear: both;
  content: "";
}
section#servicios .col-group .t-blanco::after {
  background-color: #fff;
}
section#servicios .col-group .t-verde::after {
  background-color: #005150;
}
section#servicios .col-group .wrapper-column {
  width: 25%;
  float: left;
  position: relative;
}
section#servicios .col-group .wrapper-column::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 45px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
section#servicios .col-group .wrapper-column .over-hidden {
  overflow: hidden;
}
section#servicios .col-group .wrapper-column .col-fixed {
  width: 100%;
  position: relative;
}
section#servicios .col-group .wrapper-column .col-fixed::before {
  margin-top: 100%;
  content: "";
  display: block;
  box-sizing: border-box;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  min-height: 1px;
  box-sizing: border-box;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoverde {
  background-color: #005150;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoverde h4 {
  color: #9D9D9C;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoverde h3 {
  color: #fff;
  margin-top: 47px;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoverde img {
  width: 37px;
  position: absolute;
  bottom: 27px;
  left: 48px;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoblanco {
  background-color: #ffffff;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoblanco h4 {
  color: #9D9D9C;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoblanco h3 {
  color: #005150;
  margin-top: 31px;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .fondoblanco img {
  width: 37px;
  position: absolute;
  bottom: 27px;
  left: 48px;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .texto {
  width: 100%;
  height: 100%;
  padding: 49px 49px 49px 49px;
  position: relative;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .texto h4 {
  text-align: left;
  font-family: pt-sans-b;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .texto h3 {
  text-align: left;
  font-size: 23px;
  line-height: 23px;
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .imagen1 {
  background-image: url("../img/1091278_1.jpg");
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .imagen2 {
  background: url("../img/duplex_1_01.jpg");
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .imagen3 {
  background: url("../img/work7.jpg");
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .imagen4 {
  background: url("../img/lona-sider-3.jpg");
}
section#servicios .col-group .wrapper-column .col-fixed .col-content .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#productos {
  padding: 100px 0px 100px;
  text-align: center;
  background-color: #ffffff;
}
section#productos .titulo {
  display: flex;
}
section#productos .titulo article h2 {
  font-size: 55px;
  font-family: pt-sans-b;
  color: #9D9D9C;
  text-transform: uppercase;
  margin-bottom: 60px;
}
section#productos .card-prod {
  margin-bottom: 2.5rem !important;
}
section#productos .card-prod article {
  text-align: left;
  border: #9D9D9C solid 1px;
}
section#productos .card-prod article .cont-texto {
  padding: 30px;
}
section#productos .card-prod article .cont-texto::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 30px;
  top: 157px;
  left: 45px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
section#productos .card-prod article .cont-texto h3 {
  font-size: 30px;
  font-family: pt-sans-b;
  margin-bottom: 10px;
  color: #005150;
}
section#productos .card-prod article .cont-texto p {
  font-family: pt-sans-b;
  color: #9D9D9C;
  font-size: 17px;
  text-decoration: underline;
}
section#productos .card-prod article .cont-img {
  height: 170px;
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-uno {
  background: url("../img/prod/links_fotos_11.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-dos {
  background: url("../img/prod/links_fotos_01.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-tres {
  background: url("../img/prod/links_fotos_06.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-cuatro {
  background: url("../img/prod/links_fotos_09.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-cinco {
  background: url("../img/prod/links_fotos_05.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-seis {
  background: url("../img/prod/links_fotos_06.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-siete {
  background: url("../img/prod/links_fotos_08.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod article .back-ocho {
  background: url("../img/prod/links_fotos_03.png");
  background-position: center;
  background-size: cover;
}
section#productos .card-prod:nth-child(2) article .cont-texto {
  background-color: #005150;
}
section#productos .card-prod:nth-child(2) article .cont-texto::after {
  background-color: #005150;
}
section#productos .card-prod:nth-child(2) article .cont-texto h3 {
  color: #fff;
}
section#productos .card-prod:nth-child(3) article .cont-texto {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(3) article .cont-texto::after {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(3) article .cont-texto h3 {
  color: #fff;
}
section#productos .card-prod:nth-child(3) article .cont-texto p {
  color: #005150;
}
section#productos .card-prod:nth-child(5) article .cont-texto {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(5) article .cont-texto::after {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(5) article .cont-texto h3 {
  color: #fff;
}
section#productos .card-prod:nth-child(5) article .cont-texto p {
  color: #005150;
}
section#productos .card-prod:nth-child(7) article .cont-texto {
  background-color: #005150;
}
section#productos .card-prod:nth-child(7) article .cont-texto::after {
  background-color: #005150;
}
section#productos .card-prod:nth-child(7) article .cont-texto h3 {
  color: #fff;
}
section#productos .card-prod:nth-child(8) article .cont-texto {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(8) article .cont-texto::after {
  background-color: #9D9D9C;
}
section#productos .card-prod:nth-child(8) article .cont-texto h3 {
  color: #fff;
}
section#productos .card-prod:nth-child(8) article .cont-texto p {
  color: #005150;
}

section#formulario {
  background-color: #9D9D9C;
  padding: 100px 0px;
  text-align: left;
}
section#formulario .titulo {
  display: flex;
}
section#formulario .titulo article h2 {
  font-size: 55px;
  font-family: pt-sans-b;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
section#formulario .formulario .input-normal {
  width: 100%;
  margin-bottom: 18px;
  color: #005150;
  padding: 0px;
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  text-transform: capitalize;
  font-size: 18px;
  font-family: pt-sans-s;
}
section#formulario .formulario .input-normal::-webkit-input-placeholder {
  color: #005150;
}
section#formulario .formulario ::-moz-placeholder {
  color: #005150;
}
section#formulario .formulario :-ms-input-placeholder {
  color: #005150;
}
section#formulario .formulario :-moz-placeholder {
  color: #005150;
}
section#formulario .formulario textarea {
  resize: none;
}
section#formulario .formulario .agradecimiento {
  display: none;
  background-color: #005150;
  margin-bottom: 25px;
  padding: 16px;
  font-size: 15px;
  font-family: pt-sans-b;
  line-height: 1;
}
section#formulario .formulario .agradecimiento span {
  font-family: pt-sans-s;
  font-size: 14px;
  margin-top: 4px;
}
section#formulario .formulario .cont-boton {
  text-align: left;
}
section#formulario .formulario .cont-boton img.wait {
  height: 58px;
  display: none;
  margin-left: 27px;
}
section#formulario .formulario .cont-boton button {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: #9D9D9C;
  font-family: pt-sans-b;
  text-transform: uppercase;
  padding: 17px 40px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 19px;
  letter-spacing: 1px;
  border-radius: 100px;
}
section#formulario .formulario .cont-boton button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #005150;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, -100%, 0);
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -2;
}
section#formulario .formulario .cont-boton button:hover:before {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section#formulario .datos {
  text-align: left;
}
section#formulario .datos p {
  font-size: 18px;
  line-height: 20px;
  font-family: pt-sans-b;
  color: #005150;
  line-height: 21px;
}
section#formulario .datos p span {
  display: block;
}
section#formulario .datos p span:nth-child(2) {
  font-family: pt-sans-s;
}
section#formulario .datos p span:nth-child(2) {
  margin-bottom: 20px;
}
section#formulario .datos p span:nth-child(3) {
  font-family: pt-sans-s;
}
section#formulario .datos p span:nth-child(6) {
  margin-top: 20px;
}
section#formulario .datos span .wa {
  height: 93px;
  margin-top: 44px;
}

div.modal-container {
  display: none;
}
div.modal-container .thanks-modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
div.modal-container .thanks-modal .contact-form-succes {
  background: #005150;
  color: #ffffff;
  position: relative;
  max-width: 915px;
  padding: 117px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.5s ease;
  opacity: 1;
}
div.modal-container .thanks-modal .contact-form-succes img {
  width: 67px;
  margin-bottom: 28px;
}
div.modal-container .thanks-modal .contact-form-succes h3 {
  font-size: 24px;
  font-family: pt-sans-b;
}
div.modal-container .thanks-modal .contact-form-succes h3 span.dos {
  font-family: pt-sans-s;
  font-size: 19px;
  margin-top: 10px;
}
div.modal-container .thanks-modal .contact-form-succes div.menu {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 21px;
  top: 29px;
  right: 16px;
}
div.modal-container .thanks-modal .contact-form-succes div.menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  left: 0;
}
div.modal-container .thanks-modal .contact-form-succes div.menu span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
div.modal-container .thanks-modal .contact-form-succes div.menu span:nth-child(3) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
footer {
  padding: 100px 0px;
  background-color: #005150;
}
footer span {
  display: block;
}
footer .footer-filauno {
  margin-bottom: 55px;
}
footer .footer-filauno .cont-ico-redes {
  display: flex;
}
footer .footer-filauno .cont-ico-redes span.tw {
  width: 32px;
  margin-right: 10px;
}
footer .footer-filauno ul.acerca-de {
  margin: 0px;
  text-transform: uppercase;
  font-family: pt-sans-s;
  font-size: 11px;
}
footer .footer-filauno ul.acerca-de {
  margin: 0px;
  text-transform: uppercase;
  font-family: pt-sans-s;
  font-size: 11px;
}
footer .footer-filauno ul.servicios-al {
  margin: 0px;
  font-family: pt-sans-s;
}
footer .footer-filauno ul.servicios-al li:nth-child(1) {
  font-size: 11px;
}
footer .footer-filauno ul.servicios-al li:nth-child(n+2) {
  font-size: 23px;
}
footer .footer-filauno .titulos-footer {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: pt-sans-b;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: underline;
}
footer .footer-filados span img {
  width: 200px;
}
footer .footer-filados .col-uno .logo-foot {
  position: relative;
  top: -5px;
}
footer .footer-filados .col-dos span:nth-child(4) {
  color: #9D9D9C;
}
footer .footer-filados .col-dos span.marca {
  display: inline-block;
}
footer .footer-filados .col-dos span.marca:nth-child(1) {
  text-decoration: underline;
}
footer .footer-filados .col-tres span {
  display: inline-block;
  color: #9D9D9C;
}
footer .footer-filados .col-tres span img {
  width: 48px;
  position: relative;
  top: -2px;
  right: -6px;
}

@media (max-width: 1100px) {
  nav#nav ul.cont-menu {
    display: none;
  }
  nav#nav #menu-burger {
    display: block;
  }
  section#servicios .titulo article h2 {
    font-size: 55px;
  }
  section#servicios .col-group .wrapper-column {
    width: 50%;
  }
  section#servicios .col-group .wrapper-column .col-fixed {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) {
  section#formulario .formulario {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 25px;
  }
  footer .footer-filauno span.tw {
    margin-bottom: 40px;
  }
  footer .footer-filauno ul.acerca-de {
    margin-bottom: 40px;
  }
  footer .footer-filauno ul.servicios-al {
    margin: 0px;
    font-family: pt-sans-s;
  }
  footer .footer-filauno .titulos-footer {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: pt-sans-b;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: underline;
  }
  footer .footer-filados .col-uno .logo-foot {
    margin-bottom: 40px;
  }
  footer .footer-filados .col-dos {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  h2.titulo-section {
    font-size: 40px !important;
  }
  header#header {
    background-image: url("../img/sitio_foto_header.png");
  }
  header#header .cont-titulo-header {
    position: absolute;
    top: 42%;
    left: 47%;
    padding-left: 10%;
  }
  header#header .cont-titulo-header h1.titulo-header {
    font-size: 59px;
    line-height: 48px;
  }
  header#header div.arrow {
    left: 7%;
  }
  section#nosotros .row {
    display: flex;
  }
  section#nosotros .row article p {
    font-size: 18px;
    line-height: 25px;
  }
  section#servicios .titulo article h2 {
    font-size: 40px;
  }
  section#servicios .col-group .wrapper-column {
    width: 100%;
  }
  section#servicios .col-group .wrapper-column .col-fixed {
    width: 100%;
    position: relative;
  }
}
@media (max-height: 700px) and (max-width: 400px) {
  header#header .cont-titulo-header {
    position: absolute;
    top: 50%;
    left: 47%;
    padding-left: 10%;
  }
  header#header div.arrow {
    left: 7%;
  }
}

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