@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "PT Serif", serif;
}

p,
a,
span,
li {
  font-family: "Poppins", sans-serif;
}

.main-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .main-header {
    display: none;
  }
}
.main-header .main-header-top {
  width: 100%;
  background-color: #002856;
}
@media only screen and (max-width: 767px) {
  .main-header .main-header-top {
    display: none;
  }
}
.main-header .main-header-top .main-header-top {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.main-header .main-header-top .main-header-top a {
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
}
.main-header .main-header-top .main-header-top a i {
  color: #b7895f;
  margin-right: 5px;
}
.main-header .main-header-menu {
  width: 100%;
}
.main-header .main-header-menu .main-header-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.main-header .main-header-menu .main-header-center a {
  width: 150px;
}
.main-header .main-header-menu .main-header-center a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header .main-header-menu .main-header-center .main-nav ul {
  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;
}
.main-header .main-header-menu .main-header-center .main-nav ul li {
  margin-left: 20px;
}
.main-header .main-header-menu .main-header-center .main-nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.main-header .main-header-menu .main-header-center .main-nav ul li:last-child {
  background-color: #d3045f;
  padding: 14px 25px;
  border-radius: 5px;
}

.main-header-fixed {
  top: -100%;
}
@media only screen and (max-width: 767px) {
  .main-header-fixed {
    display: initial;
    top: 0;
  }
}

.main-header-fixed-active {
  top: 0;
}

.main-header-fixed,
.main-header-fixed-active {
  position: fixed;
  background-color: white;
  -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 1px solid #eaeaea;
}
.main-header-fixed .main-header-menu .main-header-center a,
.main-header-fixed-active .main-header-menu .main-header-center a {
  width: 100px;
}
.main-header-fixed .main-header-menu .main-header-center a img,
.main-header-fixed-active .main-header-menu .main-header-center a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header-fixed .main-header-menu .main-header-center .main-nav ul li a,
.main-header-fixed-active .main-header-menu .main-header-center .main-nav ul li a {
  color: #002856;
}
.main-header-fixed .main-header-menu .main-header-center .main-nav ul li:last-child a,
.main-header-fixed-active .main-header-menu .main-header-center .main-nav ul li:last-child a {
  color: white;
}

@media (max-width: 767px) {
  .main-header-fixed .main-header-center {
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 20px !important;
  }
  .main-header-fixed .main-header-center a img {
    position: relative;
    z-index: 999;
  }
  .main-header-fixed .main-header-center .menu-toggle {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 25px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 20px;
    z-index: 1001;
  }
  .main-header-fixed .main-header-center .menu-toggle .bar {
    height: 3px;
    background-color: #002856;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-header-fixed .main-header-center .menu-toggle.open .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 5px);
            transform: rotate(45deg) translate(7px, 5px);
  }
  .main-header-fixed .main-header-center .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  .main-header-fixed .main-header-center .menu-toggle.open .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -5px);
            transform: rotate(-45deg) translate(7px, -5px);
  }
  .main-header-fixed .main-header-center .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: white;
    display: none;
  }
  .main-header-fixed .main-header-center .main-nav ul {
    -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;
    padding: 0;
    width: 100%;
  }
  .main-header-fixed .main-header-center .main-nav ul li {
    margin: 0 0 40px 0;
    margin-left: 0 !important;
  }
  .main-header-fixed .main-header-center .main-nav ul li:last-child {
    background-color: #d3045f;
  }
  .main-header-fixed .main-header-center .main-nav ul li a {
    color: #002856;
    font-size: 1.2rem !important;
  }
  .main-header-fixed .main-header-center .main-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    top: 0;
  }
}
.wrap-main {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrap-main .wrap-main-center {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .wrap-main .wrap-main-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 20%;
  }
}
.wrap-main .wrap-main-center h1 {
  color: white;
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: center;
  margin: 15px 0;
  line-height: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .wrap-main .wrap-main-center h1 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
  }
}
.wrap-main .wrap-main-center h1 span {
  color: #d3045f;
}
.wrap-main .wrap-main-center h2 {
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .wrap-main .wrap-main-center h2 {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
.wrap-main .wrap-main-center .button-container {
  text-align: center;
  margin: 10px 0; /* Espacio arriba y abajo */
}
.wrap-main .wrap-main-center .button-container .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3045f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.wrap-main .wrap-main-center .button-container .custom-button::before, .wrap-main .wrap-main-center .button-container .custom-button::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #d3045f;
}
.wrap-main .wrap-main-center .button-container .custom-button::before {
  margin-right: 10px;
}
.wrap-main .wrap-main-center .button-container .custom-button::after {
  margin-left: 10px;
}
.wrap-main div.trame-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 98;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}
.wrap-main img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 97;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .wrap-main img.main-img-bg {
    display: none;
  }
}
.wrap-main img.main-img-bg-responsive {
  display: none;
}
@media only screen and (max-width: 890px) {
  .wrap-main img.main-img-bg-responsive {
    display: inherit;
  }
}

.wrap-cards {
  width: 100%;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .wrap-cards {
    padding-top: 30px;
  }
}
.wrap-cards .cards-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .wrap-cards .cards-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-cards .cards-center .cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrap-cards .cards-center .cards-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-cards .cards-center .cards-grid .single-card {
  width: 30%;
  height: 290px;
  background-color: #002856;
}
@media only screen and (max-width: 767px) {
  .wrap-cards .cards-center .cards-grid .single-card {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.wrap-cards .cards-center .cards-grid .single-card:nth-child(2) {
  position: relative;
}
.wrap-cards .cards-center .cards-grid .single-card:nth-child(2) img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
  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;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info h1 {
  font-weight: 500;
  color: white;
  font-size: 1.1rem;
  white-space: pre-line;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .wrap-cards .cards-center .cards-grid .single-card .card-info h1 {
    font-size: 1.3rem;
  }
}
.wrap-cards .cards-center .cards-grid .single-card .card-info p {
  font-size: 0.75rem;
  color: white;
  font-weight: 400;
  line-height: 1rem;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .wrap-cards .cards-center .cards-grid .single-card .card-info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
.wrap-cards .cards-center .cards-grid .single-card .card-info a {
  color: #d3045f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  margin-left: 35px;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info a:before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #d3045f;
  margin-left: -35px;
  /* margin-top: 10px; */
  position: absolute;
  top: 5px;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info figure {
  position: absolute;
  right: 0;
  top: 0;
  background: #d3045f;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info figure img {
  width: 100%;
  height: 100%;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info-sec {
  position: absolute;
  z-index: 99;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-left: 10%;
  bottom: 0;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info-sec figure {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background: #d3045f;
  margin-right: 10px;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info-sec figure img {
  position: inherit;
}
.wrap-cards .cards-center .cards-grid .single-card .card-info-sec h1 {
  font-weight: 500;
  font-size: 1.1rem;
  color: #002856;
}

.card-ligthbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-ligthbox button {
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .card-ligthbox button {
    top: 30px;
    wfont-size: 2rem;
  }
}
.card-ligthbox .content-lightbox {
  width: 900px;
  max-width: 900px;
  background: rgba(0, 40, 86, 0.94);
  padding: 50px;
  border-radius: 10px;
  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;
}
@media only screen and (max-width: 767px) {
  .card-ligthbox .content-lightbox {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
}
.card-ligthbox .content-lightbox h2 {
  color: white;
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 1.5rem;
}
.card-ligthbox .content-lightbox p {
  color: white;
  line-height: 1.5rem;
  font-size: 0.8rem;
  text-align: center;
}

.card-ligthbox.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrap-info {
  width: 100%;
  margin: 80px 0 50px;
}
.wrap-info .info-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .wrap-info .info-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-info .info-center .info-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrap-info .info-center .info-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-info .info-center .info-grid .single-info {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .wrap-info .info-center .info-grid .single-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
.wrap-info .info-center .info-grid .single-info h2 {
  color: #002856;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  white-space: pre-line;
}
.wrap-info .info-center .info-grid .single-info h2 span {
  color: #d3045f;
  font-family: "PT Serif", serif;
}
.wrap-info .info-center .info-grid .single-info p {
  font-size: 0.75rem;
  color: #002856;
  line-height: 1.4rem;
  margin-top: 10px;
}
.wrap-info .info-center .info-grid .single-info a {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  background-color: #d3045f;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
.wrap-info .info-center .info-grid .single-info a figure {
  background-color: #002856;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
}
.wrap-info .info-center .info-grid .single-info a figure img {
  width: 100%;
  height: 100%;
}
.wrap-info .info-center .info-grid .single-info h3 {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #d3045f;
  text-transform: uppercase;
}
.wrap-info .info-center .info-grid .single-info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-info .info-center .info-grid .single-info .contact-info img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.wrap-info .info-center .info-grid .single-info .contact-info .contact-info-text span {
  color: #002856;
  font-size: 0.8rem;
  font-weight: 600;
}
.wrap-info .info-center .info-grid .single-info .contact-info .contact-info-text p {
  color: #002856;
  font-size: 0.8rem;
  line-height: inherit;
  margin: 5px 0 0 0;
}
.wrap-info .info-center .info-grid .single-info .contact-first {
  margin-top: 20px;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form {
  margin-top: 20px;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form input[type=text], .wrap-info .info-center .info-grid .single-info .wpcf7-form input[type=email], .wrap-info .info-center .info-grid .single-info .wpcf7-form textarea {
  width: 100%;
  border: none;
  padding: 1rem;
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #afafaf;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f3f3f3;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Poppins", sans-serif;
  color: #696969 !important;
  opacity: 1;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  opacity: 1;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  opacity: 1;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Poppins", sans-serif;
  color: #646464 !important;
  opacity: 1;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form input[type=text]:focus, .wrap-info .info-center .info-grid .single-info .wpcf7-form input[type=email]:focus, .wrap-info .info-center .info-grid .single-info .wpcf7-form textarea.wpcf7-textarea:focus {
  background-color: #002856;
  color: white;
  padding-left: 3em;
  outline: 0px;
  font-weight: 500;
}
.wrap-info .info-center .info-grid .single-info .wpcf7-form input[type=submit] {
  background: #d3045f;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1rem 3rem;
  font-size: 0.75rem;
  margin: 3% 2%;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
.wrap-info .info-center .info-grid .single-info-contact {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .wrap-info .info-center .info-grid .single-info-contact {
    width: 100%;
  }
}
.wrap-info .info-center .info-grid .single-info-contact .wpcf7-form input[type=text], .wrap-info .info-center .info-grid .single-info-contact .wpcf7-form input[type=email], .wrap-info .info-center .info-grid .single-info-contact .wpcf7-form textarea {
  padding: 1.2rem;
  font-size: 0.8rem;
}
.wrap-info .info-center .info-grid .single-info-contact .wpcf7-form input[type=submit] {
  margin: 3% 0;
}

.concept-one {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .concept-one {
    margin-top: 0;
  }
}
.concept-one .content-section {
  width: 50%;
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.concept-one .content-section .info-section {
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  right: -100px;
  top: 100px;
  padding: 70px;
  text-align: right;
  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;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section .info-section {
    position: initial;
    right: inherit;
    padding: 0;
    text-align: left;
  }
}
.concept-one .content-section .info-section figure {
  width: 100px;
  height: 100px;
  background-color: #d3045f;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section .info-section figure {
    display: none;
  }
}
.concept-one .content-section .info-section figure img {
  width: 100%;
  height: auto;
}
.concept-one .content-section .info-section .info-section-text {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section .info-section .info-section-text {
    text-align: left;
  }
}
.concept-one .content-section .info-section .info-section-text h3 {
  text-transform: uppercase;
  color: #d3045f;
  font-weight: 100;
  font-size: 1rem;
}
.concept-one .content-section .info-section .info-section-text h2 {
  text-transform: uppercase;
  font-weight: 100;
  color: #002856;
  font-size: 2rem;
  white-space: pre-line;
  margin: 20px 0;
  line-height: 2.5rem;
}
.concept-one .content-section .info-section .info-section-text p {
  font-size: 0.8rem;
  color: #3c3c3b;
  white-space: pre-line;
  line-height: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section .info-section .info-section-text p {
    line-height: 1.7rem;
    font-size: 0.9rem;
    text-align: justify;
  }
}
.concept-one .content-section .info-section .info-section-text p.prev-list {
  text-align: left;
}
.concept-one .content-section .info-section .info-section-text p.list {
  margin-top: 20px;
  text-align: left;
}
.concept-one .content-section .info-section .info-section-text p.list span {
  font-weight: 500;
  color: #d3045f;
}
.concept-one .content-section .info-section .info-section-text a {
  display: block;
  color: #d3045f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  margin-top: 20px;
}
.concept-one .content-section .info-section-sec {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 150px;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .concept-one .content-section .info-section-sec {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .concept-one .content-section .info-section-sec {
    height: inherit;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.concept-one img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .concept-one img {
    display: none;
  }
}
.concept-one img.content-section-img-two {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-areas {
  width: 100%;
  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: 150px 0;
}
@media only screen and (max-width: 767px) {
  .wrap-areas {
    margin-bottom: 0;
  }
}
.wrap-areas h3 {
  font-size: 1rem;
  color: #d3045f;
  font-weight: 100;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: center;
}
.wrap-areas h2 {
  font-size: 2rem;
  color: #002856;
  font-weight: 100;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: center;
  margin: 30px 0;
  line-height: 2.5rem;
}
.wrap-areas .wrap-areas-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .wrap-areas .wrap-areas-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-areas .wrap-areas-center .areas-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrap-areas .wrap-areas-center .areas-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single {
  width: 30%;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 150px;
  background-color: #002856;
}
@media only screen and (max-width: 767px) {
  .wrap-areas .wrap-areas-center .areas-grid .areas-single {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .tit-card {
  background-color: #002856;
  position: relative;
  z-index: 99;
  height: 70px;
  width: 90%;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .tit-card figure {
  width: 70px;
  height: 70px;
  background: #d3045f;
  margin: 0 10px 0 0;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .tit-card figure img {
  width: 100%;
  height: 100%;
  position: inherit;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .tit-card h3 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: center;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .content-card {
  background-color: #002856;
  position: relative;
  z-index: 99;
  height: 150px;
  padding: 30px;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .content-card p {
  font-size: 0.8rem;
  color: white;
  line-height: 1.2rem;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .content-card a {
  color: #d3045f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  margin-left: 35px;
  display: block;
  margin-top: 20px;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single .content-card a:before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #d3045f;
  margin-left: -35px;
  margin-top: 5px;
  position: absolute;
}
.wrap-areas .wrap-areas-center .areas-grid .areas-single img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-team {
  width: 100%;
  margin: 240px 0 150px;
}
.wrap-team .wrap-team-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .wrap-team .wrap-team-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-team .wrap-team-center h3 {
  font-size: 1rem;
  color: #d3045f;
  font-weight: 100;
  text-transform: uppercase;
  white-space: pre-line;
}
.wrap-team .wrap-team-center h2 {
  font-size: 2rem;
  color: #002856;
  line-height: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  white-space: pre-line;
  margin: 15px 0 0 0;
}
.wrap-team .wrap-team-center .grid-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrap-team .wrap-team-center .grid-team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrap-team .wrap-team-center .grid-team .grid-team-single {
  width: 19%;
}
@media only screen and (max-width: 767px) {
  .wrap-team .wrap-team-center .grid-team .grid-team-single {
    width: 46%;
    margin-bottom: 40px;
  }
}
.wrap-team .wrap-team-center .grid-team .grid-team-single img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-team .wrap-team-center .grid-team .grid-team-single h2 {
  font-size: 1.2rem;
  color: #d3045f;
  margin: 10px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .wrap-team .wrap-team-center .grid-team .grid-team-single h2 {
    line-height: 1.4rem;
  }
}
.wrap-team .wrap-team-center .grid-team .grid-team-single h4 {
  font-size: 0.8rem;
  color: #002856;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.wrap-logos {
  width: 100%;
}
.wrap-logos .wrap-logos-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .wrap-logos .wrap-logos-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-logos .wrap-logos-center img {
  width: 15%;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .wrap-logos .wrap-logos-center img {
    width: 25%;
  }
}

.concept-sec {
  margin: 150px 0 0;
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concept-sec .concept-sec-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 99;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .concept-sec .concept-sec-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.concept-sec .concept-sec-center h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  white-space: pre-line;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 100;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .concept-sec .concept-sec-center h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.concept-sec .concept-sec-center p {
  color: white;
  text-align: center;
  white-space: pre-line;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .concept-sec .concept-sec-center p {
    white-space: inherit;
  }
}
.concept-sec .concept-sec-center a {
  background-color: #d3045f;
  color: white;
  padding: 1.1rem 2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 0.9rem;
  text-decoration: none;
}
.concept-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.main-footer {
  width: 100%;
  position: relative;
  background-color: #002856;
  padding: 100px 0;
}
.main-footer .main-footer-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer .main-footer-center .single-footer-block {
  width: 22%;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-center .single-footer-block {
    width: 100%;
  }
}
.main-footer .main-footer-center .single-footer-block img.logo-footer {
  position: inherit;
  width: 160px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.main-footer .main-footer-center .single-footer-block .single-info-footer .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.main-footer .main-footer-center .single-footer-block .single-info-footer .contact-info img {
  position: inherit;
  width: 50px;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-right: 5px;
}
.main-footer .main-footer-center .single-footer-block .single-info-footer .contact-info .contact-info-text span {
  font-size: 0.8rem;
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.main-footer .main-footer-center .single-footer-block .single-info-footer .contact-info .contact-info-text p {
  font-size: 0.8rem;
  color: white;
  margin-bottom: 5px;
}
.main-footer .main-footer-center .single-footer-block h2 {
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 60px;
}
.main-footer .main-footer-center .single-footer-block .nav-footer {
  margin-top: 30px;
  width: 85%;
}
.main-footer .main-footer-center .single-footer-block .nav-footer ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
  margin-bottom: 15px;
}
.main-footer .main-footer-center .single-footer-block .nav-footer ul li a {
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
}
.main-footer .main-footer-center .single-footer-block a.contact-footer {
  border: 2px solid #d3045f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}
.main-footer .main-footer-center .single-footer-block a.contact-footer figure {
  width: 45px;
  height: 45px;
  background: #d3045f;
  margin-right: 10px;
}
.main-footer .main-footer-center .single-footer-block a.contact-footer figure img {
  position: inherit;
}
.main-footer .main-footer-center .single-footer-block p {
  font-size: 0.7rem;
  color: white;
  line-height: 1.1rem;
}
.main-footer .main-footer-center .single-footer-block .creditos {
  color: #d3045f;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-center .single-footer-block .creditos {
    font-size: 0.9rem;
  }
}
.main-footer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  top: 0;
}

a.img-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  background: #25d266;
  padding: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
a.img-whatsapp img {
  width: 36px;
}

.head-sections {
  background: #002856;
  /* height: 150px; */
  padding: 200px 0 100px;
}
.head-sections .center-head-sections {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  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;
}
@media only screen and (max-width: 767px) {
  .head-sections .center-head-sections {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.head-sections .center-head-sections h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2rem;
  white-space: pre-line;
  margin: 5px 0 0;
  line-height: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .head-sections .center-head-sections h1 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.head-sections .center-head-sections h2 {
  color: #d3045f;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.1rem;
  white-space: pre-line;
  line-height: 2.5rem;
  text-align: center;
}

.concept-one-intern {
  margin: 0;
}
.concept-one-intern .content-section {
  border-top: 120px solid #002856;
}
@media only screen and (max-width: 767px) {
  .concept-one-intern .content-section {
    border-top: 0;
    padding-top: 50px;
  }
}
.concept-one-intern .content-section .info-section {
  top: 0;
}

.content-sections {
  width: 100%;
  margin: 100px 0;
}
.content-sections .center-content-sections {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-sections .center-content-sections .block-content {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections .block-content {
    width: 100%;
  }
}
.content-sections .center-content-sections .block-content p {
  color: #3c3c3b;
  line-height: 1.7rem;
  font-size: 0.9rem;
  white-space: pre-line;
  text-align: justify;
}
.content-sections .center-content-sections .block-content p a {
  color: #d3045f;
  text-decoration: none;
  font-weight: 500;
}
.content-sections .center-content-sections .services-block {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections .services-block {
    width: 100%;
  }
}
.content-sections .center-content-sections .services-block h2 {
  color: #002856;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.5rem;
  white-space: pre-line;
  line-height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections .services-block .service-group {
    margin-bottom: 100px;
  }
}
.content-sections .center-content-sections .services-block .service-group ul {
  list-style: none;
  padding-left: 0;
}
.content-sections .center-content-sections .services-block .service-group ul li::before {
  content: "▸"; /* Puedes cambiarlo por ▸, •, etc. */
  margin-right: 10px;
  color: #d3045f; /* Color distintivo */
  font-weight: bold;
}
.content-sections .center-content-sections .services-block .service-group ul li:last-child {
  margin-bottom: 30px;
}
.content-sections .center-content-sections .services-block li {
  font-size: 0.9rem;
  margin-bottom: 7px;
  color: grey;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections .services-block li {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.5rem;
  }
}
.content-sections .center-content-sections .aside-section {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .content-sections .center-content-sections .aside-section {
    display: none;
  }
}
.content-sections .center-content-sections .aside-section .divi-aside {
  height: 70px;
}
.content-sections .center-content-sections .aside-section .single-info {
  width: 100%;
}
.content-sections .center-content-sections .aside-section .single-info h2 {
  color: #002856;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  white-space: pre-line;
}
.content-sections .center-content-sections .aside-section .single-info h2 span {
  color: #d3045f;
  font-family: "PT Serif", serif;
}
.content-sections .center-content-sections .aside-section .single-info p {
  font-size: 0.75rem;
  color: #002856;
  line-height: 1.4rem;
  margin-top: 10px;
}
.content-sections .center-content-sections .aside-section .single-info a {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  background-color: #d3045f;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
.content-sections .center-content-sections .aside-section .single-info a figure {
  background-color: #002856;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
}
.content-sections .center-content-sections .aside-section .single-info a figure img {
  width: 100%;
  height: 100%;
}
.content-sections .center-content-sections .aside-section .single-info h3 {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #d3045f;
  text-transform: uppercase;
}
.content-sections .center-content-sections .aside-section .single-info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-sections .center-content-sections .aside-section .single-info .contact-info img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.content-sections .center-content-sections .aside-section .single-info .contact-info .contact-info-text span {
  color: #002856;
  font-size: 0.8rem;
  font-weight: 600;
}
.content-sections .center-content-sections .aside-section .single-info .contact-info .contact-info-text p {
  color: #002856;
  font-size: 0.8rem;
  line-height: inherit;
  margin: 5px 0 0 0;
}
.content-sections .center-content-sections .aside-section .single-info .contact-first {
  margin-top: 20px;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form {
  margin-top: 20px;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form input[type=text], .content-sections .center-content-sections .aside-section .single-info .wpcf7-form input[type=email], .content-sections .center-content-sections .aside-section .single-info .wpcf7-form textarea {
  width: 100%;
  border: none;
  padding: 1rem;
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #afafaf;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f3f3f3;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Poppins", sans-serif;
  color: #696969 !important;
  opacity: 1;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  opacity: 1;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  opacity: 1;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Poppins", sans-serif;
  color: #646464 !important;
  opacity: 1;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form input[type=text]:focus, .content-sections .center-content-sections .aside-section .single-info .wpcf7-form input[type=email]:focus, .content-sections .center-content-sections .aside-section .single-info .wpcf7-form textarea.wpcf7-textarea:focus {
  background-color: #002856;
  color: white;
  padding-left: 3em;
  outline: 0px;
  font-weight: 500;
}
.content-sections .center-content-sections .aside-section .single-info .wpcf7-form input[type=submit] {
  background: #d3045f;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1rem 3rem;
  font-size: 0.75rem;
  margin: 3% 2%;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}