@font-face {
    font-family: "gothamBlack";
    src: url("../fonts/Gotham-Black.ttf") format("truetype");
  }
  @font-face {
    font-family: "gothamBold";
    src: url("../fonts/Gotham-Bold.ttf") format("truetype");
  }
  @font-face {
    font-family: "gothamBook";
    src: url("../fonts/Gotham-Book.ttf") format("truetype");
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  a {
    text-decoration: none;
  }
  
  b {
    font-family: inherit;
  }
  
  p {
    font-size: 16px;
  }
  
  /****************************
  **          GENERAL        **
  ****************************/
  section {
    padding: 60px 0;
  }
  section.container-right {
    grid-template-areas: ". content content";
  }
  section .content {
    display: grid;
    grid-template-columns: 400px 40px 1fr;
    grid-template-areas: "left . right";
  }
  section .content .description p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
  }
  section h2.section-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 38px;
  }
  .contenedor{
    display: none;
  }
  .fondonegro{
    background-color:#a3a3a3;
    color: white;
    text-align: center;
    margin-right: 1rem;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-areas: ". content .";
  }
  
  .content {
    grid-area: content;
  }
  
  .whole-container {
    grid-column: 1/4;
  }
  
  img .responsive {
    display: none;
  }
  
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 4rem;
  }
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
    color: #002752;
  }
  
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
    color: #202326;
  }
  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
    color: #0b2e13;
  }
  
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  
  .alert-info hr {
    border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
    color: #062c33;
  }
  
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  
  .alert-warning .alert-link {
    color: #533f03;
  }
  
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
    color: #491217;
  }
  
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light hr {
    border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
    color: #686868;
  }
  
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  sd 
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }

  #slider {
    width: 100%;
    padding: 0;
  }
  #slider .slide {
    height: calc(100vh - 170px);
    max-height: 45.78vw;
    background-size: cover;
  }
  #slider #slideterra1 {
    background-position: top center;
    background-image: url(../images/slides/slides-terra/slide1-terra.jpg);
  }
  #slider #slideterra2 {
    background-position: top center;
    background-image: url(../images/slides/slides-terra/slide2-terra.jpg);
  }
  #slider #slideterra3 {
    background-position: top center;
    background-image: url(../images/slides/slides-terra/slide3-terra.jpg);
  }
  #slider #slideterra4 {
    background-position: top center;
    background-image: url(../images/slides/slides-terra/slide4-terra.jpeg);
  }
  #slider #slideterra5 {
    background-position: top center;
    background-image: url(../images/slides/slides-terra/slide5-terra.jpg);
  }

  #slider .wpp-link {
    display: none;
  }
  #slider .slide-content {
    grid-area: content;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 800px 400px auto;
    grid-template-areas: ". . . ." ". left right ." ". . . .";
    text-align: left;
    color: #ffffff;
  }
  #slider .slide-content .content-left {
    grid-area: left;
    align-self: center;
  }
  #slider .slide-content .content-left img {
    width: 250px !important;
  }
  #slider .slide-content .content-right {
    grid-area: right;
  }
  #slider .slide-content .content-right a {
    position: absolute;
    top: 32rem;
    width: 400px;
  }
  #slider .slide-content .content-right .text-sotavento {
    position: initial;
    margin: 0 !important;
  }
  #slider .slide-content .content-right .sn .color {
    color: #0dd2bc !important;
    font-weight: bold;
  }
  #slider .slide-content .content-right .sn .size {
    font-size: 30px;
  }
  #slider .slide-content .content-right .sn h2 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 65px;
  }
  #slider .slide-content .content-right .sn h2 span {
    font-family: "gothamBlack";
  }
  #slider .slide-content .content-right .sn h3 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 40px;
  }
  #slider .slide-content .content-right .sn p {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 21px;
  }
  #slider .slide-content .content-right .sn p span {
    font-weight: bold;
    font-family: "gothamBold";
    font-size: 17px;
  }
  #slider .slide-content .content-right .sn p span a {
    color: #0dd2bc !important;
    position: inherit !important;
  }
  #slider .slide-content .content-right .terra h2 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 80px;
    line-height: 96px;
  }
  #slider .slide-content .content-right .terra h3 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 50px;
    line-height: 60px;
  }
  #slider .slide-content .content-right .terra p {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 21px;
    line-height: 25px;
  }
  #slider .slide-content .content-right .terra p span {
    line-height: 21px;
    font-weight: bold;
    font-family: "gothamBold";
    font-size: 17px;
  }
  
  #phs-banner {
    width: 100%;
    padding: 0;
    background-color: #000000;
    height: 200px;
  }
  #phs-banner .phs-content {
    text-align: left;
    grid-area: content;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "title list";
  }
  #phs-banner .phs-content .title {
    grid-area: title;
    color: #ffffff;
    margin-top:20px;
  }
  #phs-banner .phs-content .title h2 {
    font-size: 49px;
    line-height: 60px;
    font-weight: 300;
  }
  #phs-banner .phs-content .title h2 span {
    color: #0dd2bc;
  }
  #phs-banner .phs-content .title p {
    font-size: 22px;
    font-weight: normal;
    line-height: 38px;
  }
  #phs-banner .phs-content .list {
    justify-self: end;
    grid-area: list;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.04em;
  }
  #phs-banner .phs-content .list p {
    color: #0dd2bc;
    font-weight: bold;
  }
  #phs-banner .phs-content .list ul {
    list-style: none;
  }
  #phs-banner .phs-content .list li:before {
    margin-left: -0.9em;
    content: ".";
    padding: 0 5px;
  }
  
  .owl-stage-outer {
    position: relative;
    z-index: 10;
  }
  
  .owl-dots {
    position: relative;
    z-index: 99;
    margin-top: -45px !important;
    padding-bottom: 20px;
  }
  
  #slider-info-responsive {
    display: none;
  }
  
  #about {
    width: 100%;
  }
  #about .content {
    grid-template-columns: 400px 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-areas: "img    head" "img    cont1" "img    cont2" "img    cont3";
  }
  #about .image {
    grid-area: img;
    height: 630px;
    background-image: url("../images/foto-manos.jpg");
    background-size: cover;
  }
  #about .description-title {
    grid-area: head;
  }
  #about .description-title h1 {
    margin-top: -15px;
    font-weight: 200;
    font-size: 56px;
    line-height: 70px;
  }
  #about .description-title h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 46px;
  }
  #about .description-content {
    line-height: 30px;
    color: #3A3938;
  }
  #about .description-content .color-highlight {
    color: #0dd2bc;
    font-weight: 400;
  }
  
  #description {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
  }
  #description .description {
    grid-area: left;
    margin: 0;
    padding: 0;
  }
  #description .description h2 {
    margin-bottom: 54px;
  }
  #description .description p {
    margin-bottom: 15px;
  }
  #description .description p span {
    font-weight: 400;
    color: #0dd2bc;
  }
  #description .image {
    grid-area: right;
  }
  #description .image h4 {
    margin-top: 31px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #0dd2bc;
  }
  #description .image h5 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
  }
  #description .image > img {
    width: 100%;
  }
  #description .image .customize {
    margin-top: -6px;
    background-color: #293034;
  }
  #description .image .customize p {
    padding: 5px 0 5px 32px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18.26px;
    line-height: 22px;
  }
  #description .image .customize-info {
    background-color: #a3a3a3;
    padding: 30px;
    display: grid;
    grid-template-columns: 311px 22px 335px;
    grid-template-areas: "left . right";
  }
  #description .image p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
  }
  #description .image .left {
    grid-area: left;
  }
  #description .image .right {
    grid-area: right;
  }
  #description .image .right .whatsapp-btn {
    width: 200px;
    height: 41px;
    margin-top: 45px;
    background-color: #0dd2bc;
    border: none;
    border-radius: 60px;
    display: grid;
    grid-template-columns: auto 39px;
  }
  #description .image .right .whatsapp-btn .icon {
    padding: 5px;
  }
  #description .image .right .whatsapp-btn .text p {
    margin-top: 17px;
    margin-left: 17px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 7.7px;
  }
  
  #ubication-terra {
    padding-bottom: 0;
    background-color: #e0dfde;
    padding-bottom: 100px;
  }
  #ubication-terra .description {
    grid-area: left;
  }
  #ubication-terra .description h6 {
    margin-top: 25px;
    color: #0dd2bc;
    font-weight: bold;
    font-size: 18.26px;
    line-height: 24px;
  }
  #ubication-terra .description ul {
    margin-top: 35px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #ubication-terra .description ul li:before {
    content: url("../images/icon/plus-bold.svg");
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #0dd2bc;
    width: 0;
    display: inline-block;
    width: 20px;
  }
  #ubication-terra .description ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 0;
    text-indent: 0;
    letter-spacing: -0.03em;
    font-weight: 200;
  }
  #ubication-terra .info {
    margin-top: 20px;
    grid-area: right;
  }
  #ubication-terra .info img{
    padding-left: 50px;
    margin-top: 70px;
  }
  #ubication-terra .info h4 {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  
  #building {
    background-color: #e0dfde;
    width: 100%;
    grid-area: content;
    grid-template-rows: auto auto;
  }
  #building .content {
    grid-template-rows: auto auto auto;
    grid-template-areas: "left   .     right" "photo photo  photo" "pdfs   .     .";
  }
  #building .mobile {
    display: none;
  }
  #building .title {
    grid-area: left;
  }
  #building .title h2 {
    color: #000000;
  }
  #building .title h2 span {
    font-weight: 300;
    color: #0dd2bc;
  }
  #building .description {
    grid-area: right;
  }
  #building .description h3 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
  }
  #building #corte-planta {
    margin-top: -20px;
    background-image: url(../images/corteplanta.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    grid-area: photo;
  }
  #building #corte-planta-terra {
    margin-top: -20px;
    background-image: url(../images/corteplanta_terra.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    grid-area: photo;
  }
  
  .pdfs {
    margin-top: -60px;
    grid-area: left;
    display: grid;
    grid-template-columns: 124px 174px;
    text-align: center;
    grid-area: pdfs;
  }
  .pdfs .brochure {
    border-right: 1px solid #000000;
    height: 73px;
  }
  .pdfs p {
    font-weight: bold;
    font-size: 13.62px;
    line-height: 17.52px;
    margin-top: 5px;
  }
  .pdfs a {
    color: black;
  }
  
  #general-features {
    width: 100%;
    grid-area: content;
  }
  #general-features .title {
    grid-area: left;
  }
  #general-features .description {
    grid-area: right;
  }
  #general-features .description h3 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
  }
  #general-features .features {
    display: grid;
    grid-template-columns: repeat(4, auto);
    margin-top: 87px;
  }
  #general-features .features .feature {
    padding-top: 21px;
    height: 144px;
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: 48px auto;
    border-left: 1px solid #0dd2bc;
  }
  #general-features .features .feature .icon {
    text-align: center;
    padding-top: 5px;
  }
  #general-features .features .feature .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    width: 184.5px;
  }
  #general-features .beneficts {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, auto);
    column-gap: 35px;
    text-align: center;
  }
  #general-features .beneficts .benefict p {
    font-size: 13px;
    line-height: 17.52px;
  }
  
  #contact {
    width: 100%;
    background-color: #e0dfde;
  }
  #contact form {
    grid-area: content;
  }
  #contact form h2 {
    color: #ffffff;
    margin-bottom: 38px;
  }
  #contact form .contact-content {
    display: grid;
    grid-template-columns: 520px auto 520px;
    grid-template-areas: "left . right";
  }
  #contact form .contact-content input, #contact form .contact-content select, #contact form .contact-content textarea {
    background-color: #ffffff;
    height: 40px;
    width: 100%;
    margin-bottom: 27px;
    padding: 10px;
    border: none;
  }
  #contact form .contact-content input::placeholder, #contact form .contact-content select, #contact form .contact-content option, #contact form .contact-content textarea::placeholder {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }
  #contact form .contact-content input:focus, #contact form .contact-content textarea:focus, #contact form .contact-content select:focus {
    outline: none;
  }
  #contact form .contact-content textarea {
    height: 107px;
    resize: none;
  }
  #contact form .contact-content button {
    width: 77px;
    height: 40px;
    border: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    background-color: #ffffff;
  }
  #contact form .contact-content .left {
    grid-area: left;
  }
  #contact form .contact-content .right {
    grid-area: right;
  }
  
  #header-footer {
    width: 100%;
    height: 170px;
    padding: 15px 0;
    color: white;
  }
  #header-footer.black {
    background-color: #000000;
  }
  #header-footer.black p {
    color: white;
  }
  #header-footer.white {
    background-color: #ffffff;
  }
  #header-footer.white p {
    color: black;
  }
  #header-footer .headfoot-content {
    grid-area: content;
    display: grid;
    grid-template-columns: 220px auto 270px auto 285px;
    grid-template-areas: "left . mid . right";
  }
  #header-footer .headfoot-content .menu {
    grid-area: mid;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 5vh;
    justify-content: center;
  }
  .menu a{
    border-radius: 5px;
    color: black;
    padding: 5px;
    font-weight: 800;
  }
  .menu a:hover{
    background-color: black;
    color: white;
    transition: 0.5s;
  
  }
  
  #header-footer .headfoot-content .logo {
    grid-area: left;
  }
  #header-footer .headfoot-content .logo img {
    height: 125px;
  }
  #header-footer .headfoot-content .contact-info {
    margin-top: 30px;
    grid-area: mid;
  }
  #header-footer .headfoot-content .contact-info p {
    font-size: 13px;
    line-height: 15.6px;
    font-weight: 300;
  }
  #header-footer .headfoot-content .contact-info .email {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  #header-footer .headfoot-content .secondary {
    margin-top: 50px;
    grid-area: right;
    display: grid;
    grid-template-columns: 170px auto auto;
    grid-template-areas: "left . right";
  }
  #header-footer .headfoot-content .secondary .sec-logo {
    margin-top: 30px;
    text-align: left;
    grid-area: left;
  }
  #header-footer .headfoot-content .secondary .sec-logo img {
    width: 170px;
  }
  #header-footer .headfoot-content .secondary .sec-logo img:hover {
    animation-name: aparecerlogo;
    animation-duration: 1s;
    animation-timing-function: linear; 
  }
  @keyframes aparecerlogo {
    0% {
      opacity: 100%; }
    25% {
      opacity: 25%; }
    50% {
      opacity: 50%; }
    75% {
      opacity: 75%; }
    100% {
      opacity: 100%; }
    }
  
  #header-footer .headfoot-content .social {
    margin-top: 40px;
    grid-area: right;
    display: grid;
    text-align: right;
    grid-template-columns: auto auto;
    column-gap: 7px;
  }
  #header-footer .headfoot-content .social .fb .hover {
    display: none;
  }
  #header-footer .headfoot-content .social .fb:hover .hover {
    display: block;
  }
  #header-footer .headfoot-content .social .fb:hover .normal {
    display: none;
  }
  #header-footer .headfoot-content .social .ig .hover {
    display: none;
  }
  #header-footer .headfoot-content .social .ig:hover .hover {
    display: block;
  }
  #header-footer .headfoot-content .social .ig:hover .normal {
    display: none;
  }
  
  /*# sourceMappingURL=main.css.map */
  