:root {
    --c-primary: #0a3fa5;
    --c-secondary: #1a3668;
    --c-tertiary: #dc1c2e;
    --c-f-navc: #003da5;
    --c-f-subtitle: #7a7a7a;
    --c-f-form: #333;
    --b-primary: #ffffff;
    --b-secondary: #f5f5f5;
    --b-tertiary: #f4f8fd;
    --b-quaternary: #e9eaee;
    --f-text: "Gandhi";
    --f-title: "FivoSans";
    --b-s-card: 5px 5px 16px 0px rgba(0, 0, 0, 0.4);
  }
  :nth-child(1) {
    --nth-child: 0;
  }
  :nth-child(2) {
    --nth-child: 1;
  }
  :nth-child(3) {
    --nth-child: 2;
  }
  :nth-child(4) {
    --nth-child: 3;
  }
  body,
  html {
    margin: 0;
    padding: 0;
    background-color: var(--b-primary);
    font-family: var(--f-text);
  }
  /* *GENERAL STYLES */
  .btnContain {
    text-align: center;
  }
  #contacto {
    margin-top: 0;
  }
  #contacto .bg-c-primary {
    /* bottom: -40px; */
  }
  .btn {
    color: white;
    background-color: #dc1c2e;
    border: 1px solid #dc1c2e;
    transition: 0.3s;
    text-decoration: none;
    padding: 1rem 1.5rem;
  }
  .btn:hover {
    background-color: white;
    color: #dc1c2e;
  }
  .c-primary {
    color: var(--c-f-navc);
  }
  .c-secondary {
    color: var(--c-secondary);
  }
  .principal-title {
    display: block;
    margin-bottom: -0.3em;
    font-size: 5.2em;
    font-family: var(--f-title);
    font-weight: bold;
    line-height: 4.5rem;
    margin-bottom: 1rem;
  }
  
  .subprincipal-title {
    display: block;
    margin-bottom: -0.3em;
    font-size: 4rem;
    font-family: var(--f-title);
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .subred-line {
    height: 10px;
    width: 11em;
    margin-top: 5%;
    background-color: var(--c-tertiary);
    margin-right: auto;
    margin-left: auto;
  }
  
  .principal-title span {
    display: block;
  }
  .title-container-dash,
  .title-container-subline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
  }
  .title-container-dash span,
  .title-container-subline span {
    color: var(--c-primary);
    font-size: xx-small;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: -4px;
    margin: -0.1em 0.3em 0 0;
  }
  .title-container-subline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 1rem 2rem;
    text-align: center;
  }
  .title-container-subline h1 {
    display: block;
    margin: 11% 0 -0.5em;
    font-size: 4rem !important;
    font-weight: bold !important;
    font-family: "FivoSans";
  }
  .title-container-subline span {
    color: var(--c-tertiary);
    display: block;
    margin-top: 2rem;
    font-weight: bold;
    font-size: 7em;
    letter-spacing: -9px;
    line-height: 0;
  }
  h1.title,
  h2.title {
    text-transform: uppercase;
    color: var(--c-f-navc);
    font-weight: lighter;
  }
  h1.title {
    font-size: 2.5rem;
  }
  h2.title {
    font-size: 1.4rem;
  }
  
  p.text {
    color: var(--c-f-subtitle);
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .bg-c-primary {
    background-color: var(--c-primary);
  }
  .bg-c-tertiary {
    background-color: var(--c-tertiary);
  }
  .bg-c-primary h1,
  .bg-c-primary h2,
  .bg-c-tertiary h1,
  .bg-c-tertiary h2 {
    color: var(--b-primary) !important;
  }
  /* *----------------- */
  
  /* *SLIDESHOW */
  /* Slideshow container */
  .slideshow-container {
    max-width: 90%;
    position: relative;
    margin: auto;
    height: 330px;
  }
  .slideshow-container.articles {
    max-width: 100%;
    height: 590px;
  }
  
  .mySlides {
    position: relative;
    display: none;
    height: 330px;
  }
  .mySlidesA {
    position: relative;
    display: none;
    height: 580px;
  }
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(153, 12, 12);
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .prev {
    left: 5%;
  }
  /* Position the "next button" to the right */
  .next {
    right: 5%;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: whitesmoke;
  }
  .prev:active img,
  .next:active img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  .dots-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* The dots/bullets/indicators */
  .dotA {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--b-primary);
    border-radius: 50%;
    border: 1px solid var(--c-primary);
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
  
  .active,
  .dotA:hover {
    background-color: var(--c-tertiary);
    border: 1px solid var(--c-tertiary);
    height: 18px;
    width: 18px;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
      font-size: 11px;
    }
  }
  /* *----------------- */
  
  /* *NAV SECTION */
  .headerContainer nav {
    z-index: 100;
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    background-color: var(--b-primary);
    -webkit-box-shadow: 0px 3px 26px 5px rgba(56, 56, 56, 0.1);
    box-shadow: 0px 3px 26px 5px rgba(56, 56, 56, 0.1);
    -webkit-animation: init-nav 0.5s ease-in-out 0.4s forwards;
    animation: init-nav 0.5s ease-in-out 0.4s forwards;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 0.5s;
  }
  .navigation.scroll {
    height: 50px;
  }
  .navigation .logo {
    height: 70%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .navigation .logo img {
    height: 100%;
    width: auto;
  }
  
  .nav-options {
    position: relative;
    width: auto;
    min-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-options a {
    text-transform: uppercase;
    text-align: center;
    color: var(--c-f-navc);
    font-size: 1em;
    font-weight: bolder;
    text-decoration: none;
    margin: 0 3%;
  }
  .nav-options a.selected {
    color: var(--c-tertiary);
    border-bottom: 3px solid var(--c-tertiary);
    padding: 0 0.4%;
  }
  .nav-options-m {
    display: none;
  }
  @-webkit-keyframes init-nav {
    0% {
      opacity: 0;
      top: -120px;
    }
    100% {
      opacity: 1;
      top: 0px;
    }
  }
  @keyframes init-nav {
    0% {
      opacity: 0;
      top: -120px;
    }
    100% {
      opacity: 1;
      top: 0px;
    }
  }
  /* *----------------- */
  
  /* *PRIMARY-SECTION */
  .primary-section {
    overflow: hidden;
    padding-top: 130px;
    min-height: 90vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--b-primary);
  }
  .img-container {
    position: relative;
  }
  .img-container img {
    position: absolute;
    bottom: 0;
    right: 400px;
    opacity: 0;
    height: 90vh;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation: init 0.5s ease-in-out calc(var(--nth-child) * 0.2s)
      forwards;
    animation: init 0.5s ease-in-out calc(var(--nth-child) * 0.2s) forwards;
  }
  .subtitle {
    color: var(--c-f-subtitle);
    font-weight: lighter;
  }
  .logos-container {
    max-width: 400px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3% 0 0 4em;
  }
  .viviana-logo {
    width: 400px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .remax-logo {
    width: 250px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .t-a-init {
    opacity: 0;
    -webkit-animation: init-text 0.5s ease-in-out calc(var(--nth-child) * 0.3s)
      forwards;
    animation: init-text 0.5s ease-in-out calc(var(--nth-child) * 0.3s) forwards;
  }
  .t-a-init2 {
    opacity: 0;
    -webkit-animation: init-text 0.5s ease-in-out 0.6s forwards;
    animation: init-text 0.5s ease-in-out 0.6s forwards;
  }
  .l-a-init {
    opacity: 0;
    -webkit-animation: init-logo 0.5s ease-in-out 0.6s forwards;
    animation: init-logo 0.5s ease-in-out 0.6s forwards;
  }
  @-webkit-keyframes init {
    0% {
      opacity: 0;
      right: 0px;
    }
    100% {
      opacity: 1;
      right: -80px;
    }
  }
  @keyframes init {
    0% {
      opacity: 0;
      right: 0px;
    }
    100% {
      opacity: 1;
      right: -80px;
    }
  }
  @-webkit-keyframes init-text {
    0% {
      opacity: 0;
      -webkit-transform: translateX(150px);
      transform: translateX(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes init-text {
    0% {
      opacity: 0;
      -webkit-transform: translateX(150px);
      transform: translateX(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @-webkit-keyframes init-logo {
    0% {
      opacity: 0;
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes init-logo {
    0% {
      opacity: 0;
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  .wsp-btn-container {
    position: fixed;
    bottom: 25px;
    z-index: 1000;
    right: 0px;
    min-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .wsp-btn-text {
    background-color: var(--b-primary);
    margin-right: 2%;
    padding: 0.6rem 1.5rem;
    color: var(--c-primary);
    border: 1px solid var(--c-primary);
    border-radius: 16px;
  }
  .wsp-btn-img {
    height: 65px;
    width: auto;
  }
  /* *----------------- */
  
  /* *ABOUT ME SECTION*/
  .about-me-section {
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    background-color: var(--b-tertiary);
    -ms-grid-columns: 1fr 5% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10%;
    padding: 2% 0;
  }
  .ofresco-m {
    display: none;
  }
  .about-me-content .p-response {
    margin: 5% 25% 8% 0;
  }
  .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5% 0;
  }
  .check img {
    width: 40px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    margin-right: 3%;
  }
  
  .check p {
    margin: 0 10% 0 0;
  }
  .about-me-imgs {
    position: relative;
  }
  .about-me-imgs .picture {
    position: absolute;
    height: 320px;
    width: 450px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    background-color: #dc1c2e;
    -webkit-box-shadow: var(--b-s-card);
    box-shadow: var(--b-s-card);
  }
  .about-me-imgs .picture:nth-child(1) {
    top: 10%;
    left: 15%;
  }
  .about-me-imgs .picture:nth-child(2) {
    top: 45%;
    left: 25%;
  }
  .about-me-imgs .picture:nth-child(3) {
    background-color: var(--b-primary);
    height: 250px;
    width: 250px;
    top: 30%;
    left: 60%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--c-primary);
    font-size: 1.4rem;
  }
  /* *----------------- */
  /* *CARRER SECTION */
  
  .carrer-section {
    width: 100%;
    background: linear-gradient(
      89deg,
      #c2c6cc 0%,
      rgb(208 211 216) 35%,
      rgb(244 244 244 / 23%) 50%
    );
    text-align: center;
    padding: 2rem 0;
  }
  .carrer-section img {
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /* *----------------- */
  
  /* *PROFILES SECTION */
  
  .profiles-section {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background-color: var(--b-primary);
    padding-top: 5%;
  }
  .intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 7% 1fr;
    grid-template-columns: 400px 1fr;
    gap: 7%;
    max-width: 75%;
    min-width: 50%;
    margin: auto;
    padding-left: 5%;
  }
  .profiles-container {
    height: 520px;
    width: 90%;
    margin: 4% auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
  }
  .profile {
    position: relative;
    overflow: hidden;
    cursor: pointer;  
  }
  .profile img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .profile-content {
    position: absolute;
    width: 300px;
    bottom: 5%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background-color: var(--b-primary);
    border: 1.5px solid var(--c-tertiary);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .profile-content .title {
    margin-top: 12px;
  }
  .profile-content .box {
    position: absolute;
    top: 7.5px;
    right: 0;
    height: 40px;
    width: 40px;
    color: var(--b-primary);
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background-color: var(--c-primary);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .box span {
    -webkit-transform: scaleX(1.8);
    -ms-transform: scaleX(1.8);
    transform: scaleX(1.8);
  }
  .border-t-sText {
    border-top: 1.5px solid var(--c-f-subtitle);
  }
  
  .profile-description {
    overflow: hidden;
    height: 0px;
    width: 75%;
    padding: 0 5%;
    margin: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-top: 0px solid var(--c-f-subtitle);
  }
  .profile-description p {
    display: block;
    margin-top: 0;
  }
  .profile.activeProfile .profile-description {
    height: 240px;
    padding: 5% 5%;
    border-top: 1.2px solid var(--c-f-subtitle);
  }
  .profile.activeProfile:hover .profile-description,
  .profile.activeProfile:hover .profile-description .text{
    color: var(--b-primary);
  
  }
  .profile:hover .profile-content {
    background-color: var(--c-tertiary);
  }
  .profile:hover .profile-content .title {
    color: var(--b-primary) !important;
  }
  
  /* *----------------- */
  
  /* *REQUIREMENTS SECTION */
  .requirements-section {
    padding: 2% 0 4%;
  }
  .requirements-container {
    max-width: 75%;
    min-width: 50%;
    margin: 0 auto;
    padding-left: 4%;
  }
  .requirements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3%;
  }
  .requirements .check {
    margin: 0;
  }
  .requirements .text {
    color: var(--b-primary);
    line-height: 1.5rem;
  }
  /* *----------------- */
  
  /* *TESTIMONIALS SECTION */
  .testimonials-section {
    min-height: 20vh;
  }
  .testimonials-section .intro {
    margin-top: 3%;
  }
  .t-cards-container {
    height: 300px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3% auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 70px 300px 70px 300px;
    grid-template-columns: repeat(3, 300px);
    gap: 70px;
  }
  .t-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .t-card img {
    overflow: hidden;
    height: 120px;
    width: 120px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    background-color: #003da5;
  }
  .t-card h3 {
    font-size: 1.4em;
    color: var(--c-f-navc);
  }
  
  .articles-container,
  .testimonios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: flex-start;
    align-items: baseline;
  }
  .articles-container .a-card,
  .testimonios-container .t-card {
    flex-basis: calc(33% - 4rem);
    margin: 0px 2rem;
  }
  
  /* *----------------- */
  
  /* *FORM SECTION */
  .form-section {
    min-height: 30vh;
    width: 75%;
    margin: 6rem auto 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 530px 70px 1fr;
    grid-template-columns: 530px 1fr;
    gap: 70px;
  }
  .form-title-container {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-title-container h1 {
    margin-top: -5%;
  }
  .red-line {
    height: 10px;
    width: 11em;
    margin-top: 5%;
    background-color: var(--c-tertiary);
  }
  
  .contact-form {
    border: 1px solid var(--c-primary);
    width: 100%;
    padding: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-form input {
    height: 60px;
    width: 95%;
    margin: 2% 0;
    background-color: var(--b-tertiary);
    outline: none;
    border: none;
    padding-left: 5%;
    font-size: 18px;
  }
  .stuffed {
    min-height: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contact-form input::-webkit-input-placeholder {
    color: var(--c-f-form);
  }
  .contact-form input::-moz-placeholder {
    color: var(--c-f-form);
  }
  .contact-form input:-ms-input-placeholder {
    color: var(--c-f-form);
  }
  .contact-form input::-ms-input-placeholder {
    color: var(--c-f-form);
  }
  .contact-form input::placeholder {
    color: var(--c-f-form);
  }
  .contact-form .submit-btn {
    width: 100%;
    height: 60px;
    background-color: var(--c-tertiary);
    color: var(--b-primary);
    border: none;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: lighter;
    cursor: pointer;
  }
  
  /* *----------------- */
  
  /* *ARTICLES SECTION */
  .articles-section {
    min-height: 60vh;
    background-color: var(--b-tertiary);
    padding-bottom: 5%;
  }
  .a-cards-container {
    width: 95%;
    margin: 3% auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .a-card {
    overflow: hidden;
    border-radius: 16px;
    -webkit-box-shadow: var(--b-s-card);
    box-shadow: var(--b-s-card);
    text-align: center;
    background-color: var(--b-primary);
  }
  .a-card img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .a-card .title-article-container {
    margin-top: -10px;
    padding: 1% 0;
  }
  .a-card p {
    padding: 5% 10%;
  }
  /* *----------------- */
  
  /* *VIDEOS SECTION */
  .videos-section {
    background-color: var(--b-primary);
  }
  .videos-container {
    width: 100%;
    min-height: 400px;
    margin: 3% 0 5%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .video iframe {
    width: 100%;
    height: 100%;
  }
  /* *----------------- */
  
  /* *NEWS SECTION */
  /* iframe */
  .embed-container {
    position: relative;
    /* padding-bottom: 56.25%; */
    /* height: 0; */
    /* overflow: hidden; */
  }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
  }
  .news-section {
    background-color: var(--b-primary);
  }
  .news-container {
    width: 80%;
    min-height: 500px;
    margin: 3% auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5% 1fr 5% 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
  .news-container.blog {
    display: block;
  }
  .news-container.blog iframe {
    height: 500px;
    width: 100%;
    overscroll-behavior-x: scroll;
  }
  .n-card {
    min-width: 200px;
    border-radius: 16px;
    -webkit-box-shadow: var(--b-s-card);
    box-shadow: var(--b-s-card);
    background-color: var(--b-primary);
    overflow: hidden;
  }
  .n-card img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .n-card-content {
    padding: 5% 10% 3%;
  }
  .n-card-content .details {
    color: var(--c-f-navc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .n-card-content .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.9em;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .n-card-content .detail:nth-child(1) {
    margin-right: 30px;
  }
  .c-tertiary {
    color: var(--c-tertiary);
  }
  .icon {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .n-card-content h3 {
    font-size: 1.3em;
  }
  .n-card-content h3,
  .n-card-content h4 {
    color: var(--c-f-navc);
  }
  /* *----------------- */
  
  /* *OFFER SECTION */
  .offer-section {
    width: 100%;
    height: 800px;
    margin: 10% 0 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 1fr;
    grid-template-columns: 48% 1fr;
  }
  .offer-section1 {
    width: 100%;
    display: grid;
    grid-template-columns: 48% 1fr;
  }
  .offer-img-container {
    position: relative;
  }
  .offer-img-container img {
    height: 800px;
    z-index: 10;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: -220px;
  }
  .offer-img-container1 img {
    object-fit: cover;
    height: 100%;
    right: -10%;
    z-index: 9;
    position: relative;
  }
  .blockPreFooter{
    background:white;
      
  }
  .offer-title-container {
    position: relative;
    z-index: 1;
  }
  .offer-title-container h1 {
    font-family: var(--f-title);
    font-size: 5.5em;
    /* margin: 150px 0 0 100px; */
    /* width: 650px; */
    position: relative;
  }
  .line-title-offer {
    position: absolute;
    width: 180px;
    height: 15px;
    bottom: 1em;
    right: 300px;
    background-color: var(--c-tertiary);
  }
  .btn-wsp {
    position: absolute;
    right: 10%;
    left: 30%;
    bottom: 20%;
    background-color: var(--b-primary);
    text-align: center;
    text-decoration: none;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 1rem 1.2rem;
  }
  .btn-wsp .title {
    margin: 0;
  }
  .btn-wsp h2 {
    color: var(--c-primary) !important;
  }
  /* *----------------- */
  
  /* *FOOTER */
  footer {
    min-height: 209px;
    background-color: var(--c-secondary);
    /*padding: 5%;*/
    color: var(--b-primary) !important;
  }
  .footer-container {
    padding:5%;
    width: 90%;
    margin: auto;
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-title {
    font-size: 4em;
  }
  .redes h3 {
    font-weight: 100;
  }
  .icons-redes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icons-redes-container .icon-container {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-top: 5%;
    background-color: var(--b-primary);
    color: var(--c-secondary);
    font-size: 1.2em;
  }
  
  .info-container {
    margin-top: 10%;
  }
  .info-container h1 {
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10%;
  }
  .info {
    margin: 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info img {
    margin-right: 20px;
    text-align: left;
  }
  .redes h3{
      font-size:1.3rem;
  }
  .info-details {
      font-size:1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 100;
  }
  .logo-footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .logo-footer-content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-footer-container img {
    height: 140px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .logo-footer-direction {
    border: 2px solid var(--b-primary);
    padding: 1% 3%;
    font-size: 1.2em;
    margin-top: 4%;
  }
  
  .created-by {
      background:white;
    text-align: center;
    padding:.5rem;
  }
  .created-by h2 {
    font-size: 1.2em;
    font-weight: 100;
    color: var(--c-f-navc);
    margin:0;
  }
  .created-by a {
    text-decoration: none;
    color: var(--c-f-navc);
  }
  @media (min-width: 1300px) {
      
    .offer-title-container h1 {
      font-family: var(--f-title);
      font-size: 5.5em;
      margin: 150px 0 0 100px;
      /* width: 650px; */
      position: relative;
    }
  
  }
  @media (max-width: 1500px) {
    .offer-title-container h1 {
      font-size: 4.5em;
    }
  }
  @media (max-width: 1300px) {
      .offer-img-container img{
          display:none;
      }
        /* *OFFER SECTION */
    .offer-section {
      width: 100%;
      height: 300px;
      margin: 250px 0 0px;
      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: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
    .offer-img-container {
      position: relative;
    }
    .offer-img-container img {
      height: auto;
      width: 80vw;
      max-width: 400px;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      bottom: -100px;
      right: 44vw;
      z-index: 1;
    }
  
    .offer-title-container h1 {
      position: static;
      margin: 0px;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(1);
      color: var(--b-primary) !important;
      font-size: 3em;
    }
    .line-title-offer {
      height: 5px;
    }
    /* *FORM SECTION */
    .testimonials-section {
      overflow: hidden;
    }
    .form-section {
      margin-top: 5%;
      min-height: 30vh;
      width: 80%;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .form-title-container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .form-title-container h1 {
      margin-top: 5%;
    }
    .contact-form {
      width: 86%;
      padding: 7%;
    }
    .contact-form input {
      height: 60px;
      width: 95%;
    }
    .stuffed {
      min-height: 50px;
    }
    .prev {
      left: 1%;
    }
    /* Position the "next button" to the right */
    .next {
      right: 1%;
    }
    .offer-section {
      /*height: 660px;*/
    }
    .offer-title-container {
      overflow: hidden;
      text-align: center;
      padding: 2rem;
    }
    .offer-title-container {
      height: auto;
      position: relative;
      z-index: 0;
      display: inline-flex;
      flex-direction: column;
      text-align: center;
      padding: 1.3rem;
      justify-content: center;
      align-items: center;
      gap: 2rem;
    }
  
    .btn-wsp {
      position: static;
    }
    .offer-img-container1 img {
      right: 0;
      width: 100%;
      object-fit: contain;
      object-position: bottom;
    }
    .profile-content {
      width: 200px;
    }
    .profile:hover .profile-description {
      
    }
    /* *----------------- */
  }
  /* *----------------- */
  @media (max-width: 1280px) {
    .news-container.blog iframe,
    .news-container {
      min-height: 960px;
    }
    .news-container.blog {
      margin-bottom: 0;
    }
  }
  @media (max-width: 1200px) {
    .navigation .logo {
      height: 60%;
    }
    .nav-options {
      width: 840px;
      min-width: 0;
    }
    .nav-options a {
      font-size: 0.8em;
      margin: 0 2%;
    }
    .nav-options a:nth-last-child(1) {
      margin: 0 0 0 2%;
    }
    .offer-title-container {
      text-align: center;
    }
  
    .line-title-offer {
      right: 90px;
    }
    .btn-wsp {
      display: inline-flex;
      position: static;
    }
    .offer-title {
      position: relative;
    }
    .offer-title h1 {
      position: relative;
      font-size: 5em;
    }
    .footer-container {
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
    }
    .logo-footer-container {
      justify-content: flex-start;
    }
    .logo-footer-content img {
      height: 100px;
    }
    .footer-title {
      font-size: 3.7em;
      line-height: 3.8rem;
    }
  }
  @media (max-width: 1080px) {
    .intro {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0;
      max-width: 80%;
    }
    .about-me-section {
      min-height: 10vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      text-align: center;
      padding: 3% 0;
    }
  
    .ofresco-m {
      margin-top: 1rem;
      display: block;
    }
    .ofresco-m .check {
      margin: 5% auto;
      width: 92%;
    }
    .ofresco-m .check .text {
      margin: 0;
    }
    .about-me-content .p-response {
      margin: 0 10%;
    }
    .ofresco {
      display: none;
    }
    .about-me-imgs {
      margin-top: 5%;
      position: relative;
      height: 600px;
    }
    .offer-img-container img {
      max-height: 700px;
    }
  
    .btn-wsp {
      left: 25%;
    }
    .offer-title-container h1 {
      font-size: 3em;
      margin: 0;
    }
    .line-title-offer {
      height: 0.4rem;
    }
  }
  @media (min-width: 950px) {
    .primary-section .img-container.hidden {
      display: block;
    }
    .primary-section .img-container.desktop {
      display: none;
    }
  }
  @media (max-width: 950px) {
    .logo-footer-content img {
      height: 100px;
    }
    .profile-content .box {
      right: 20px;
    }
    .footer-title {
      font-size: 3.2em;
    }
    .footer-title br {
      display: none;
    }
    .redes h3 {
      font-weight: 100;
    }
    .primary-section {
      grid-template-columns: 1fr;
      text-align: center;
      padding-top: 95px;
      min-height: auto !important;
      height: auto !important;
    }
    .primary-section .img-container.hidden {
      display: none;
    }
    .img-container img {
      position: static;
      height: 30vh;
    }
    .logos-container {
      margin: 0 auto;
    }
  }
  @media (max-width: 840px) {
    .news-container.blog iframe {
      overflow-x: scroll;
    }
    .news-container.blog iframe,
    .news-container {
      min-height: 1100px;
    }
    .news-container.blog {
      margin-bottom: 0;
    }
    .profiles-container .profile-content{
      width: 90%;
    }
    
    .profiles-container {
      width: 90%;
      margin: 4% auto;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      height: auto;
      gap: 70px;
    }
    .profile-description{
      height: 240px;
      padding: 5% 5%;
      border-top: 1.2px solid var(--c-f-subtitle);
    }
    .profile:hover .profile-content{
      background-color: var(--b-primary);
    }
  
    .profile:hover .profile-content .title{
      color: var(--c-f-navc)!important;
    }
    
    .profile.activeProfile:hover .profile-description, .profile.activeProfile:hover .profile-description .text
    .profile:hover .profile-content{
      color: var(--c-f-subtitle);
    }
    .profile .text{
      color: var(--c-f-subtitle) !important;
    }
  }
  /* *SCREEN 720p */
  @media (max-width: 780px) {
    /* *GENERAL STYLES */
    .principal-title {
      display: block;
      margin-bottom: -0.3em;
      font-size: 2.2em;
      line-height: 0.9em;
    }
    .title-container-dash {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .title-container-dash span {
      margin: -1em 0 0.1em;
      font-size: 2em;
    }
    .title-container-subline h1 {
      display: block;
      margin: 10% 0 0;
      font-size: 2.5rem !important;
      text-transform: capitalize !important;
    }
    .title-container-subline span {
      margin: 0 0 0.1em;
    }
  
    h1.title,
    h2.title {
      text-transform: uppercase;
      color: var(--c-f-navc);
      font-weight: lighter;
    }
    h1.title {
      font-size: 1.5rem;
    }
    h2.title {
      font-size: 1.1rem;
    }
    p.text {
      color: var(--c-f-subtitle);
      font-size: 1.2rem;
      line-height: 1rem;
    }
    /* *----------------- */
  
    /* *SLIDESHOW */
    .slideshow-container {
      max-width: 96%;
      position: relative;
      margin: auto;
      height: 330px;
      overflow: hidden;
    }
    .slideshow-container.articles {
      max-width: 720px;
      height: auto;
      margin: auto;
    }
  
    .mySlides {
      position: relative;
      display: none;
      height: 330px;
    }
    .mySlidesA {
      position: relative;
      display: none;
      height: auto;
      padding-bottom: 0px;
    }
    /* Next & previous buttons */
    .prev,
    .next {
      top: 35%;
    }
    .prev img,
    .next img {
      width: 2em;
    }
    .prev {
      left: 0%;
    }
    /* Position the "next button" to the right */
    .next {
      right: 0%;
    }
  
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: whitesmoke;
    }
    .prev:active svg,
    .next:active svg {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    .dots-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    /* The dots/bullets/indicators */
    .dotA {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: var(--b-primary);
      border-radius: 50%;
      border: 1px solid var(--c-primary);
      display: inline-block;
      -webkit-transition: background-color 0.6s ease;
      -o-transition: background-color 0.6s ease;
      transition: background-color 0.6s ease;
    }
  
    .active,
    .dotA:hover {
      background-color: var(--c-tertiary);
      border: 1px solid var(--c-tertiary);
      height: 18px;
      width: 18px;
    }
  
    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }
  
    @-webkit-keyframes fade {
      from {
        opacity: 0.4;
      }
      to {
        opacity: 1;
      }
    }
  
    @keyframes fade {
      from {
        opacity: 0.4;
      }
      to {
        opacity: 1;
      }
    }
  
    @media only screen and (max-width: 700px) {
      .articles-container .a-card,
      .testimonios-container .t-card {
        flex-basis: calc(60% - 2rem);
        min-width: 400px;
      }
      .articles-container .a-card {
        margin-bottom: 4rem;
      }
    }
  
    @media only screen and (max-width: 450px) {
      .articles-container .a-card,
      .testimonios-container .t-card {
        flex-basis: calc(80% - 2rem);
        min-width: auto;
      }
    }
  
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev,
      .next,
      .text {
        font-size: 11px;
      }
    }
    /* *----------------- */
  
    /* *NAV SECTION M */
    .navigation {
      width: calc(100vw - 6%);
      padding: 0 4% 0 2%;
      height: 63px;
      -webkit-animation: none;
      animation: none;
      top: 0px;
    }
    .navigation .logo {
      height: 80%;
    }
    .nav-options {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 70px;
      right: 4%;
      min-width: 0px;
      height: auto;
      background-color: var(--b-primary);
      padding: 0 4%;
      -webkit-box-shadow: var(--b-s-card);
      box-shadow: var(--b-s-card);
      border-radius: 7px;
      width: 160px;
      padding: 1% 0;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s;
    }
    .nav-options a {
      margin: 20px 10%;
    }
    .nav-options a:nth-last-child(1) {
      margin: 20px 10%;
    }
    .nav-options a:nth-child(1) {
      margin-top: 25px;
    }
    .nav-options-m {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      padding: 3%;
      text-align: center;
    }
    .nav-options-m:hover {
      background-color: var(--b-quaternary);
    }
    .nav-options.hide {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s;
      overflow: hidden;
      height: 0px;
      width: 0px;
    }
    .times-icon {
      font-size: 25px;
      width: 25px;
      height: 25px;
      color: var(--c-primary);
    }
    .nav-icon.hide {
      display: none;
    }
    .times-icon.hide {
      display: none;
      background-color: #0a3fa5;
    }
    /* *----------------- */
  
    /* *PRIMARY-SECTION */
    .primary-section {
      position: relative;
    }
    .img-container {
      position: relative;
    }
    .img-container img {
      top: inherit;
      bottom: 0;
      height: 300px;
      width: auto;
      -webkit-animation: none;
      animation: none;
      right: -7vw;
      opacity: 1;
    }
    .title-container .principal-title {
      -webkit-animation: none;
      animation: none;
      opacity: 1;
    }
    .t-a-init {
      -webkit-animation: none;
      animation: none;
      opacity: 1;
    }
    .subtitle {
      margin-top: 1.2em;
      /* font-size: 0.6em; */
      -webkit-animation: none;
      animation: none;
      opacity: 1;
    }
    .logos-container {
      max-width: 200px;
      /* margin: 3% 0; */
    }
    .viviana-logo {
      width: 200px;
      -webkit-animation: none;
      animation: none;
      opacity: 1;
    }
    .remax-logo {
      width: 100px;
      -webkit-animation: none;
      animation: none;
      opacity: 1;
    }
    .wsp-btn-container {
      min-width: none;
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75);
      bottom: 23px;
      right: -30px;
    }
    .wsp-btn-text {
      font-size: larger;
    }
    /* *----------------- */
  
    /* *ABOUT ME SECTION*/
    .about-me-section {
      min-height: 10vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      text-align: center;
      padding: 3% 0;
    }
    .ofresco-m {
      display: block;
    }
    .about-me-content .p-response {
      margin: 0 10%;
    }
    .ofresco {
      display: none;
    }
    .check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 5% 10%;
    }
    .check img {
      width: 30px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: top;
      object-position: top;
      margin-right: 2%;
    }
  
    .check p {
      margin: 0;
    }
    .about-me-imgs {
      margin-top: 5%;
      position: relative;
      height: 55vw;
    }
    .about-me-imgs .picture {
      height: 30vw;
      width: 50vw;
    }
    .about-me-imgs .picture:nth-child(1) {
      top: 10%;
      left: 15%;
    }
    .about-me-imgs .picture:nth-child(2) {
      top: 30%;
      left: 25%;
    }
    .about-me-imgs .picture:nth-child(3) {
      height: 35vw;
      width: 35vw;
      top: 20%;
      left: 57%;
      color: var(--c-primary);
      font-size: 0.9rem;
    }
    /* *----------------- */
    /* *CARRER SECTION */
  
    /* *----------------- */
  
    /* *PROFILES SECTION */
  
    .profiles-section {
      position: relative;
      min-height: 100vh;
      background-color: var(--b-primary);
      padding-top: 5%;
    }
    .intro {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0;
      max-width: 80%;
      margin: auto;
      padding-left: 0;
      text-align: center;
    }
  
    .profile {
      height: 60vh;
      margin: 0 none;
      position: relative;
      overflow: hidden;
    }
    .profile img {
      height: 100%;
      width: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }
    .profile-content {
      position: absolute;
      width: 80%;
      bottom: 5%;
      left: 50%;
      z-index: 10;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      background-color: var(--b-primary);
      border: 1.5px solid var(--c-tertiary);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }
  
    .profile-content .title {
      margin-top: 12px;
    }
    .profile-content .box {
      top: 5px;
    }
    .profile:hover .profile-description {
      height: auto;
    }
  
    /* *----------------- */
  
    /* *REQUIREMENTS SECTION */
    .requirements-section {
      padding: 4% 0;
      text-align: center;
    }
    .requirements-container {
      max-width: 85%;
      min-width: 50%;
      margin: 0 auto;
      padding-left: 0;
    }
    .requirements {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 3%;
    }
    .requirements .check {
      text-align: left;
      margin: 5% 0;
    }
    .requirements .text {
      color: var(--b-primary);
    }
    /* *----------------- */
  
    /* *TESTIMONIALS SECTION */
    .testimonials-section {
      min-height: 0vh;
    }
    .testimonials-section .intro {
      margin-top: 3%;
    }
    .t-cards-container {
      height: 300px;
      width: auto;
      margin: 3% 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 70vw 100px 70vw 100px 70vw;
      grid-template-columns: repeat(3, 70vw);
      gap: 100px;
      padding-left: 5vw;
    }
    .t-cards-container {
      margin-left: 8%;
    }
    /* *----------------- */
  
    /* *FORM SECTION */
    .form-section {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 50px;
      width: 90%;
      margin: 10% auto 0;
      padding: 3% 0 10%;
    }
    .form-title-container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .form-title-container h1 {
      margin-top: -5%;
      font-size: 3em;
    }
    .red-line {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: right;
      width: 8em;
    }
  
    .contact-form {
      width: 83%;
      padding: 7%;
    }
    /* *----------------- */
  
    /* *ARTICLES SECTION */
    .articles-section {
      min-height: 0vh;
      background-color: var(--b-tertiary);
    }
    .a-cards-container {
      width: auto;
      overflow: hidden;
      margin: 3% auto 5%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      row-gap: 500px;
      height: 470px;
    }
    .a-card {
      min-width: 180px;
      max-width: 400px;
      padding-bottom: 3%;
      /* max-height: 450px;*/
      margin: auto;
    }
    .a-card img {
      width: 100%;
      height: 250px;
    }
    /* *----------------- */
  
    /* *VIDEOS SECTION */
    .videos-container {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .video iframe {
      width: calc(100% - 4rem);
      height: 400px;
      margin: 2rem;
    }
    /* *----------------- */
  
    /* *NEWS SECTION */
    .news-container {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .n-card {
      max-width: 400px;
      margin: auto;
    }
    .n-card .detail span:nth-child(2) {
      font-size: 0.8em;
    }
    /* *----------------- */
  
    /* *OFFER SECTION */
    .offer-section {
      width: 100%;
      height: 300px;
      margin: 250px 0 0px;
      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: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
    .offer-img-container {
      position: relative;
    }
    .offer-img-container img {
      height: auto;
      width: 80vw;
      max-width: 400px;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      bottom: -100px;
      right: 44vw;
      z-index: 1;
    }
  
    .offer-title-container h1 {
      position: static;
      margin: 0px;
      -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(1);
      color: var(--b-primary) !important;
      font-size: 3em;
    }
    .line-title-offer {
      height: 5px;
    }
    .btn-wsp {
      position: static;
      width: auto;
      height: auto;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(0%);
      left: 0;
      display: inline-block;
      padding: 1rem;
      margin: 0;
      font-size: 1.5rem;
    }
    .btn-wsp h2 {
      color: var(--c-primary) !important;
      display: block;
      margin: 0;
      font-size: 0.6em;
    }
    /* *----------------- */
  
    /* *FOOTER */
    footer {
      min-height: 209px;
      background-color: var(--c-secondary);
      padding: 5% 5% 5rem;
      color: var(--b-primary) !important;
    }
    .footer-container {
      width: 96%;
      margin: auto;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      text-align: center;
      gap: 0;
    }
    .footer-title {
      font-size: 2.2em;
    }
    .footer-title br {
      display: none;
    }
    .redes h3 {
      font-weight: 100;
    }
    .icons-redes-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: auto;
      width: 90%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    .info-container {
      margin-left: 0%;
      margin-top: 10%;
    }
    .info-container h1 {
      text-transform: uppercase;
      font-size: 1.6em;
      margin-bottom: 10%;
    }
    .info {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 10% auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .info img {
      margin-right: 10px;
      text-align: left;
      height: 2em;
    }
    .info-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-weight: 100;
    }
    .logo-footer-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .logo-footer-content {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .logo-footer-container img {
      height: 100px;
      width: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }
    .logo-footer-direction {
      border: 2px solid var(--b-primary);
      padding: 1% 3%;
      font-size: 1.2em;
      margin-top: 4%;
    }
  
    .created-by {
      text-align: center;
    }
    .created-by h2 {
      font-size: 1.2em;
      font-weight: 100;
      color: var(--c-f-navc);
    }
    .created-by a {
      text-decoration: none;
      color: var(--c-f-navc);
    }
    /* *----------------- */
  }
  @media (max-width: 640px) {
    .offer-img-container1 img {
      display: none;
    }
    .offer-section1 {
      grid-template-columns: 1fr;
    }
    .offer-title-container h1 {
      text-align: center;
    }
    .line-title-offer {
      display: none;
    }
  }
  /* *Screnn 720----------------- */
  @media (max-width: 600px) {
    .offer-section {
      margin-top: 240px;
    }
    .offer-title-container h1 {
      right: -33%;
    }
  }
  @media (max-width: 480px) {
    .primary-section {
      height: 350px;
      /* grid-template-columns: 55vw 1fr; */
    }
    .img-container img {
      height: 250px;
    }
    .viviana-logo {
      width: 30vw;
    }
    .remax-logo {
      width: 20vw;
    }
    .wsp-btn-img {
      height: 81px;
    }
    .wsp-btn-container {
      bottom: 10px;
  
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
    }
    .wsp-btn-text {
      font-size: 1.5em;
      display: none !important;
    }
    .a-card {
      margin: auto 2%;
    }
    .offer-title-container h1 {
      right: 0;
      left: -25%;
  
      text-align: center;
    }
    .offer-img-container {
      display: none;
    }
  }
  @media (max-width: 400px) {
    .offer-section {
      margin-top: 1rem;
    }
    .offer-title-container h1 {
      top: -200px;
      right: -55%;
      font-size: 2rem;
    }
    .btn-wsp {
      right: 2%;
    }
  }
  @media (max-width: 360px) {
    .offer-title-container h1 {
      top: -200px;
      right: -60%;
    }
  }
  @media (max-width: 325px) {
    .offer-title-container h1 {
      top: -200px;
      right: -70%;
    }
  }
  