* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: "FiraSans Light";
  src: url("../font-text/FiraSans-Light.ttf");
}
@font-face {
  font-family: "FiraSans Bold";
  src: url("../font-text/FiraSans-Bold.otf");
}
@font-face {
  font-family: "impact";
  src: url("../font-text/impact.ttf");
}
:root {
  --main-color: #00903a;
  --main-color-second: #00516f;
  --main-color-dark: #5F5F5F;
  --main-color-dark-second: #e0e0e0;
  --main-color-dark-alt: #343434;
  --main-color-white: #FFFFFF;
}

.section-header-main {
  width: 100%;
  display: flex;
  justify-content: center;
  background: white;
  z-index: 2;
  overflow: hidden;
  position: fixed;
}

.child-section-header {
  max-width: 1200px;
  width: 90%;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DBDBDB;
}

.section-one-header {
  width: 18%;
  display: flex;
  align-items: center;
}

.section-two-header {
  width: 23%;
  display: flex;
  align-items: center;
  font-family: "FiraSans Light";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color-dark);
}

.section-three-header {
  width: 17%;
  display: flex;
  align-items: center;
  font-family: "FiraSans Light";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color-dark);
}

.section-four-header {
  width: 42%;
  display: flex;
  align-items: center;
  font-family: "FiraSans Light";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color-dark);
}

.section-four-one {
  width: 50%;
  display: flex;
  justify-content: center;
}

.section-four-two {
  width: 50%;
  display: flex;
  justify-content: center;
}

.button-header-one {
  background: var(--main-color-second);
  color: white;
  font-family: "FiraSans Bold";
  padding: 5px 38px;
  font-size: 15px;
  border-radius: 10px;
}

.button-header-two {
  background: var(--main-color);
  color: white;
  font-family: "FiraSans Bold";
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 10px;
}

.image-header {
  width: 78%;
}

.header-location {
  font-size: 22px;
}

.header-phone {
  font-size: 26px;
  margin: 0;
}

.margin-header-banner {
  height: 81px;
}

@media screen and (max-width: 520px) {
  .section-header-main {
    position: inherit;
  }

  .child-section-header {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .section-one-header {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .section-two-header,
.section-three-header,
.section-four-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-header {
    width: 70%;
  }

  .v-mobile {
    margin: 0;
  }

  .section-four-header {
    display: none;
  }

  .margin-header-banner {
    height: 0;
  }
}
.section-banner-main {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  background: url(../img/banner.webp);
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.child-section-banner {
  max-width: 1300px;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
}

.section-one-banner {
  width: 50%;
}

.section-two-banner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.color-box-banner {
  background: green;
}

.title-banner {
  background-color: var(--main-color);
  color: var(--main-color-white);
  font-family: "FiraSans Bold";
  transform: rotate(-5deg);
  font-size: 24px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 3rem 0 0;
}

@media screen and (max-width: 520px) {
  .section-banner-main {
    height: 190px;
  }

  .child-section-banner {
    width: 90%;
  }

  .section-one-banner {
    width: 0;
  }

  .section-two-banner {
    width: 100%;
  }

  .title-banner {
    transform: none;
    font-size: 20px;
    margin-top: 15px;
  }
}
.section-seguro-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-seguro {
  width: 90%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.section-one-seguro {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}

.image-seguro {
  width: 40%;
}

.text-seguro-one {
  color: var(--main-color-second);
  font-family: "impact";
  font-size: 30px;
  text-align: center;
  margin-right: 30px;
}

.text-seguro-one-b {
  font-size: 18px;
  font-family: "impact";
}

@media screen and (max-width: 520px) {
  .section-one-seguro {
    width: 100%;
    padding-left: 0;
  }

  .text-seguro-one {
    color: var(--main-color-second);
    font-family: "impact";
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    margin-right: 0;
  }

  .text-seguro-one-b {
    font-size: 15px;
    font-weight: 500;
  }

  .seguro-1 {
    width: 55%;
  }

  .seguro-2 {
    width: 45%;
  }

  .image-seguro {
    width: 65%;
  }
}
.section-video-main {
  width: 100%;
  background: var(--main-color-dark-second);
  display: flex;
  justify-content: center;
}

.child-section-video {
  max-width: 1300px;
  width: 70%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-one-video {
  width: 50%;
}

.section-two-video {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
}

.m-c {
  margin: 0;
}

.p-text-setion-video {
  color: var(--main-color-dark);
  font-family: "FiraSans Light";
  font-size: 18px;
  padding-left: 120px;
  margin-bottom: 20px;
}

.container-button-video {
  width: 100%;
  padding-top: 25px;
}

.button-video {
  width: auto;
  background: var(--main-color);
  color: white;
  font-family: "impact";
  font-size: 30px;
  font-weight: 10;
  padding: 10px 40px;
  border-radius: 15px;
  margin-left: 70px;
  margin-top: 0;
}

.button-video:hover {
  background: white;
  color: var(--main-color);
}

.title-section-video {
  text-align: center;
  font-family: "impact";
  font-weight: 100;
  font-size: 27px;
  line-height: 0.9;
  color: var(--main-color-second);
}

.title-color-second-video {
  color: var(--main-color-dark);
  font-size: 19px;
  letter-spacing: 2px;
}

.video-image-section-main {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-popup {
  width: 650px;
  height: 380px;
  position: relative;
}

.box-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  background-color: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  border: 0;
  font-family: "Impact";
  height: 50px;
  width: 50px;
  transition: transform 0.2s linear;
}

.p-brindamos-section-video-n {
  font-family: "FiraSans Bold";
  color: var(--main-color-second);
  font-size: 15px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.h3-bridamos-section-video-nn {
  font-family: "impact";
  color: var(--main-color-dark);
  font-size: 30px;
  margin-left: 25px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 10px;
}

@media screen and (max-width: 520px) {
  .child-section-video {
    width: 90%;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .section-one-video {
    width: 100%;
  }

  .section-two-video {
    width: 100%;
    padding-top: 20px;
    align-items: center;
  }

  .p-text-setion-video {
    padding-left: 0;
    font-size: 16px;
  }

  .button-video {
    margin-left: 0;
    font-size: 25px;
  }
}
.section-description-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-description {
  max-width: 1200px;
  width: 90%;
  color: var(--main-color-dark);
  margin-top: 25px;
  margin-bottom: 20px;
}

.text-section-description {
  font-family: "impact";
  font-size: 41px;
  margin-bottom: 20px;
}

.p-section-description {
  font-family: "FiraSans Light";
  font-size: 18px;
}

@media screen and (max-width: 520px) {
  .section-description-main {
    display: none;
  }
}
.section-elegir-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-elegir {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}

.section-title-elegir {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 5px;
}

.h3-elergir-text {
  font-family: "impact";
  color: var(--main-color-dark);
  font-size: 28px;
  margin-top: 10px;
  font-weight: normal;
}

.section-box-image-elegir {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box-single-images-elegir {
  width: 40%;
  background: var(--main-color-dark-second);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding-bottom: 7px;
}

.image-box-section-elegir {
  width: 90%;
  padding-top: 20px;
  border-radius: 15px !important;
}

.p-box-section-elegir {
  font-family: "FiraSans Light";
  margin-right: 25px;
  margin-left: 25px;
  font-size: 15px;
  color: var(--main-color-dark);
}

@media screen and (max-width: 520px) {
  .section-elegir-main {
    display: none;
  }
}
.section-services-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-services {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-services-one {
  color: var(--main-color-dark);
}

.h2-section-services-one {
  font-family: "impact";
  font-size: 41px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.p-section-services-one {
  font-family: "FiraSans Light";
  padding-right: 45px;
  margin-bottom: 25px;
  color: var(--main-color-dark);
}

.section-services-two {
  width: 80%;
  display: flex;
}

.box-image-two-services1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-image-two-services2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-single-services1 {
  width: 87%;
  margin-bottom: 27px;
  background: var(--main-color-dark-second);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-color-services {
  width: 100%;
  background-color: var(--main-color);
  text-align: center;
  margin-top: 10px;
  color: white;
  font-family: "FiraSans Bold";
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p-color-services-box {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "FiraSans Light";
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--main-color-dark);
  display: none;
}

.image-single-services {
  width: 90%;
  padding-top: 18px;
  border-radius: 15px;
  object-fit: cover;
}

.boton-ver-mas {
  margin: 0;
  background-color: var(--main-color);
  padding: 5px 12px;
  font-family: "FiraSans Bold";
  color: white;
  font-size: 17px;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .h2-section-services-one {
    font-size: 24px;
  }

  .p-section-services-one {
    display: none;
  }

  .section-services-one {
    width: 100%;
  }

  .section-services-two {
    flex-wrap: wrap;
    width: 100%;
  }

  .box-image-two-services1 {
    width: 100%;
  }

  .box-image-two-services2 {
    width: 100%;
  }

  .box-single-services1 {
    width: 95%;
  }

  .p-color-services-box {
    display: none;
  }

  .title-color-services {
    margin-bottom: 15px;
    font-size: 18px;
    width: 90%;
    border-radius: 12px;
  }
}
.section-nosotros-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-nosotros {
  max-width: 1200px;
  width: 92%;
  display: flex;
  margin-bottom: 100px;
  margin-top: 50px;
}

.right-section-nosotros {
  width: 50%;
  border-right: 2px solid var(--main-color-dark);
  padding-bottom: 40px;
}

.left-section-nosotros {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-big-section-nosotros {
  width: 80%;
}

.h3-bridamos-section-nosotros {
  font-family: "impact";
  color: var(--main-color-dark);
  font-size: 41px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
}

.p-brindamos-section-nosotros {
  font-family: "FiraSans Bold";
  color: var(--main-color-second);
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.h2-nosotros-1 {
  font-family: "impact";
  color: var(--main-color-dark);
  margin-bottom: 30px;
  font-size: 40px;
  padding-top: 0px;
}

.p-nosotros-1 {
  font-family: "FiraSans Light";
  width: 80%;
  margin-bottom: -10px;
}

@media screen and (max-width: 520px) {
  .child-section-nosotros {
    width: 90%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .right-section-nosotros {
    width: 100%;
  }

  .left-section-nosotros {
    width: 100%;
  }

  .h2-nosotros-1 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 25px;
  }

  .h3-bridamos-section-nosotros {
    font-size: 25px;
    margin-left: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .p-brindamos-section-nosotros {
    font-size: 16px;
    margin-left: 0;
  }

  .p-nosotros-1 {
    font-size: 14px;
    width: 97%;
  }
}
.section-distritos-main {
  background: url(../img/fondo-distritos.jpeg);
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-distritos {
  max-width: 1300px;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 95px;
}

.title-section-distritos {
  margin: 0;
  font-family: "impact";
  color: white;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.box-section-distitos-only {
  width: 100%;
  display: flex;
  margin-top: 50px;
}

.one-box-section-distitos-only,
.two-box-section-distitos-only,
.three-box-section-distitos-only {
  width: 32%;
  display: flex;
  justify-content: center;
}

.text-p-distritos {
  margin: 0;
  font-size: 22px;
  color: white;
  font-family: "FiraSans Bold";
  line-height: 30px;
}

@media screen and (max-width: 520px) {
  .child-section-distritos {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .box-section-distitos-only {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .one-box-section-distitos-only,
.two-box-section-distitos-only,
.three-box-section-distitos-only {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .title-section-distritos {
    margin: 0;
    font-family: "impact";
    color: white;
    font-size: 20px;
    font-weight: normal;
  }

  .text-p-distritos {
    font-size: 18px;
    color: white;
    font-family: "FiraSans Bold";
    line-height: 30px;
  }
}
.main-content-comment {
  width: 100%;
  padding: 2rem 1rem 4rem;
}

.child-content-comment {
  max-width: 1200px;
  margin: 0 auto 0;
}

.comment {
  display: flex;
  margin-bottom: 1.5rem;
}

.box-perfil-comment {
  margin-right: 1rem;
}


.redondo img{
    border-radius:50%;
}
.name-comment {
  color: var(--main-color-second);
  font-family: "FiraSans Bold";
  margin-bottom: 0.5rem;
}

.box-text-start {
  display: flex;
  align-items: flex-start;
}

.box-start {
  display: flex;
  margin-right: 2rem;
}

.text-comment {
  color: var(--main-color-second);
  font-size: 0.95rem;
  font-family: "FiraSans Light";
}

@media screen and (max-width: 980px) {
  .main-content-comment {
    padding: 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 620px) {
  .main-content-comment {
    width: 100%;
    padding: 2rem 1rem;
  }

  .comment {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .box-perfil-comment {
    margin-right: 0.5rem;
    width: 180px;
  }

  .box-text-start {
    flex-wrap: wrap;
  }

  .box-start {
    margin-right: 0;
  }

  .text-comment {
    color: var(--third-color);
    font-size: 0.8rem;
  }
}
.section-form-main {
  width: 100%;
  background: url(../img/bg-footer.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.child-section-form {
  max-width: 1300px;
  width: 85%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
}

.right-section-form {
  width: 50%;
}

.left-section-form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.items-section-form {
  display: flex;
  margin-bottom: 25px;
}

.title-main-h3-form {
  color: white;
  font-family: "FiraSans Bold";
  font-size: 35px;
  margin-bottom: 30px;
}

.sub-item-section-form1 {
  display: flex;
  align-items: center;
  color: #20B2D3;
}

.sub-item-section-form2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-sub-item-form1 {
  font-family: "FiraSans Bold";
  font-size: 19px;
  color: white;
  margin-bottom: 5px;
}

.title-sub-item-form2 {
  font-family: "FiraSans Light";
  font-size: 15px;
  color: white;
}

.icon-form {
  font-size: 25px;
  padding-right: 10px;
}

.box-color-form {
  width: 75%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}

.form-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.box-form-single {
  padding: 7px 90px 7px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: "FiraSans Light";
  border: 2px solid var(--main-color-second);
  border-radius: 10px;
}

.box-form-button {
  background-color: var(--main-color-second);
  border-radius: 10px;
  border: 0;
  font-size: 17px;
  font-family: "FiraSans Bold";
  padding: 9px 0;
  margin-top: 10px;
  cursor: pointer;
  color: white;
  margin-left: 28px;
  margin-bottom: 20px;
  width: 80%;
}

.form-banner input::placeholder,
.form-banner textarea::placeholder {
  color: var(--main-color-dark);
}

.title-form-h3-left {
  font-family: "FiraSans Bold";
  background: var(--main-color-second);
  width: 90%;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}

@media screen and (max-width: 520px) {
  .child-section-form {
    width: 90%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .right-section-form {
    display: none;
  }

  .left-section-form {
    width: 100%;
  }

  .box-color-form {
    width: 100%;
  }

  .title-form-h3-left {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
  }

  .box-form-button {
    margin-bottom: 25px;
  }
}
.section-footer-main {
  width: 100%;
  background-color: var(--main-color-dark);
  display: flex;
  justify-content: center;
}

.child-section-footer {
  max-width: 1200px;
  width: 90%;
  display: flex;
  margin-bottom: 30px;
  margin-top: 50px;
}

.division-footer-1 {
  width: 33.3%;
}

.division-footer-2 {
  width: 33.3%;
  color: white;
}

.division-footer-3 {
  width: 33.3%;
  color: white;
}

.h3-section-footer {
  font-family: "FiraSans Bold";
  margin-bottom: 20px;
}

.p-section-footer {
  font-family: "FiraSans Light";
  font-size: 14px;
  margin-bottom: 10px;
}

.logo-alt-footer {
  width: 35%;
}

.p-text-single-section-footer {
  color: white;
  font-family: "FiraSans Light";
  font-size: 14px;
  margin-top: 25px;
}

@media screen and (max-width: 520px) {
  .child-section-footer {
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .division-footer-1 {
    width: 100%;
  }

  .division-footer-2 {
    width: 100%;
  }

  .division-footer-3 {
    width: 100%;
  }

  .p-text-single-section-footer {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .h3-section-footer {
    margin-top: 20px;
  }
}
.section-end-footer-main {
  width: 100%;
  background-color: var(--main-color-dark-alt);
}

.p-section-end-footer {
  font-family: "FiraSans Light";
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  .p-section-end {
    font-size: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.btns-mobile {
  background-color: var(--main-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
}

.btn-call,
.btn-cotizar {
  color: var(--main-color-white);
  padding: 1.2rem 0;
  font-size: 1.2rem;
  font-family: "FiraSans Bold";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: var(--main-color-white);
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: var(--main-color-white);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: var(--main-color-white);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 50%;
  right: 5px;
  width: 65px;
  height: 65px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.4rem;
  color: var(--main-color-white);
}

.btn-whatsapp-mobile i {
  line-height: 0;
}

.child-form-pop-upe {
  width: 40%;
  background-color: var(--main-color-white);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-popup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  padding-top: 125px;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 50% !important;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

@media screen and (max-width: 980px) {
  body {
    margin-bottom: 60px;
  }

  .btns-mobile,
.btn-whatsapp-mobile {
    display: flex;
  }
}