/* WhatsApp style */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 30px;
  background-color: #369a2c;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.float:hover {
  color: #fff;
  background-color: #21c15d;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.my-float {
  margin-top: 16px;
}
#content {
  background-color: #f9f9f9;
}

::selection {
  background: #fe9ca8;
}
/*Menu styles*/
.dark-pink {
  background-color: #fe9ca8 !important;
}
#top-bar {
  --cnvs-topbar-border-color: none;
}
.top-links-item > a {
  display: flex;
  color: #ffffff !important;
  background-color: #fe9ca8 !important;
  font-family: 'Poppins', serif;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.4s all;
}
.top-links-item > a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
#header-wrap {
  background-color: #f9f9f9;
}
.btn-darkpink {
  display: flex;
  align-items: center;
  background-color: #fe9ca8 !important;
  height: 50px;
  border-radius: 25px;
  border-color: transparent !important;
}
.btn-lightpink {
  display: inline-flex;
  align-items: center;
  background-color: #fff !important;
  height: 50px;
  border-radius: 25px;
  border-color: transparent !important;
}
span.d-none.d-md-inline.ms-2 {
  font-family: 'Poppins', serif;
  font-size: 1rem;
  font-weight: 400;
}

#btn-pink-dark {
  font-family: 'Poppins', serif !important;
  font-size: 1rem !important;
  font-weight: 400;
  display: inline-flex;
  color: #fff !important;
}
#btn-pink-dark:hover {
  background: transparent !important;
  color: #333333 !important;
}
#btn-pink-dark::before {
  z-index: -1;
  background-color: #ffedf0;
}
#btn-pink-light {
  color: #333333 !important;
  font-family: 'Poppins', serif !important;
  font-size: 1rem;
  font-weight: 400;
}
#btn-pink-light:hover {
  background: transparent !important;
  color: #ffffff !important;
}
#btn-pink-light:hover i {
  color: #ffffff !important;
}
#btn-pink-light::before {
  z-index: -1;
  background-color: #fe9ca8;
}
.menu-container > .menu-item:hover::after {
  background-color: #fe9ca8;
}
a.menu-link {
  font-family: 'Lato', serif;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s all !important;
}
a.menu-link:hover {
  background-color: #ffedf0;
}
/* Header */
.font-principal h1 {
  font-family: 'Poppins', serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
}
.font-principal p {
  font-family: 'Poppins', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
ul.font-list li {
  font-family: 'Poppins', serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
/*Compromiso*/
.light-pink {
  background-color: #ffedf0 !important;
}
.services-grid .feature-box {
  background-color: #ffced4;
  border: 2px solid #fff;
}
.services-grid .feature-box:hover {
  transform: translateY(-6px);
  border: 2px solid #fff;
}
.dark .services-grid .feature-box .fbox-icon i {
  background-color: #fff;
}

.compromiso-t h1 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  color: #333333;
  font-size: 3rem;
}
.compromiso-p p {
  padding-left: 42px;
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
}

/*Services*/
.services-text h2 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  color: #333333;
  font-size: 3rem;
  margin-bottom: 20px;
}
.services-text h3 {
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  margin-bottom: 40px;
}

.heading-block {
  --cnvs-heading-block-border: 4px solid #aaaaaa;
}
.cards-text h4 {
  font-family: 'Poppins', serif !important;
  font-weight: 600 !important;
  color: #333333 !important;
  font-size: 1.5rem;
  line-height: 1.2;
}
.cards-text p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333 !important;
  font-size: 1rem;
  line-height: 1.2;
}
.cards-text a {
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333 !important;
  font-size: 1rem;
}
.cards-text a:hover {
  color: rgba(51, 51, 51, 0.6) !important;
}

.text-mision h3 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  color: #333333 !important;
  font-size: 3rem;
}
.text-mision p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333 !important;
  font-size: 1rem;
}
.text-mision i {
  margin-bottom: 30px !important;
}
.text-vision i {
  margin-bottom: 30px !important;
}
.text-vision h3 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  color: #333333 !important;
  font-size: 3rem;
}
.text-vision p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  color: #333333 !important;
  font-size: 1rem;
}
.text-brand h5 {
  font-family: 'Poppins', serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  font-size: 1.5rem !important;
}
.text-brand h2 {
  font-family: 'Poppins', serif !important;
  font-weight: 600 !important;
  color: #333333 !important;
  font-size: 2rem !important;
}
.line-down {
  border: 6px solid #e4e4e4;
}
/*Team*/
.team-text h2 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  color: #333333;
}
i.bi-shield-fill-check.mb-5 {
  font-size: 100px;
  color: #fe9ca8;
}
i.fa-solid.fa-hourglass-half.mb-5 {
  font-size: 100px;
  color: #fe9ca8;
}
.btn-brand a {
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 1rem !important;
}
/*Go to Top*/
#gotoTop {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #0f1a30 !important;
  border: 2px solid transparent !important;
  --cnvs-gotoTop-position-boxed-right: 32px;
  --cnvs-gotoTop-position-boxed-bottom: 120px;
}
#gotoTop:hover {
  background-color: #fe9ca8 !important;
  color: #fff !important;
  border: 2px solid transparent !important;
}
/*Footer*/
#footer {
  background-color: #ffedf0;
}
.footer-big-contacts span {
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #333333;
}
.footer-big-contacts {
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}
.icons-footer {
  gap: 10px;
}

#copyrights {
  background-color: #fe9ca8;
  font-family: 'lato', serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}
.footer-link {
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}
.footer-link:hover {
  color: rgba(51, 51, 51, 0.5);
}
.modal-header h4 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #333333;
}
.terms:hover {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5);
}
.privacy:hover {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5);
}
.social-icon {
  --cnvs-socialicon-size: 5.5rem;
}
.footer-big-contacts a {
  margin-left: 1.5rem;
}
a.links-text {
  color: #333333;
}
a.links-text:hover {
  color: rgba(51, 51, 51, 0.5);
}
.anchor-container {
  position: relative;
}
.anchor-inicio {
  height: 1px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 0px;
}
.anchor-servicios {
  height: 1px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 60px !important;
}

.anchor-contacto {
  height: 1px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 60px;
}
.anchor-nosotros {
  height: 1px;
  background-color: transparent !important;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 60px;
}
.h-bg-linkedin:hover,
.h-bg-tiktok:hover {
  background-color: #fe9ca8 !important;
}

.modal-text {
  line-height: 1.2;
  margin-top: 0.5rem;
}
.modal-header {
  background-color: #fe9ca8 !important;
}
.compromiso-t {
  padding-left: 2px;
  padding-right: 0px;
}

/*Responsive*/
@media (max-width: 767px) {
  .fa-comment-dots:before {
    margin-left: 5px;
  }
  .header-misc {
    margin-right: 10px;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 10000;
  }

  #header.hide {
    transform: translateY(-100%);
  }

  #header.show {
    transform: translateY(0%) !important;
  }

  #header.menu-open {
    transform: translateY(0%) !important;
  }
  .primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .primary-menu .menu-container {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  #header.menu-open .primary-menu {
    display: block;
    width: 100%;
  }

  .menu-item:hover > .menu-link {
    color: #333333;
  }

  .top-links-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-item.active > a {
    color: #fe9ca8 !important;
  }

  a.menu-link:hover {
    background-color: transparent;
  }
  #header {
    --cnvs-primary-menu-active-color: var(
      --cnvs-primary-menu-hover-color
    ) !important;
    --cnvs-primary-menu-hover-color: #fe9ca8;
  }
  .links-email a {
    border-bottom: 2px solid #e4e4e4;
  }
  .logo-default {
    padding-left: 20px;
  }

  /* Header */
  .font-principal h1 {
    font-size: 2rem;
  }
  .font-principal p {
    font-size: 1rem;
  }
  ul.font-list li {
    font-size: 1rem;
  }
  .font-principal {
    padding-left: 24px;
    padding-right: 24px;
  }
  .compromise-container {
    padding-left: 26px !important;
    padding-right: 24px !important;
  }

  .compromiso-t h1 {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 12px;
  }
  .compromiso-p p {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-left: 0px;
    line-height: 1.2;
  }
  #compromiso.fa-solid.fa-book-bookmark {
    display: flex;
    font-size: 70px;
  }
  .services-text h2 {
    font-size: 2rem;
  }
  .services-text h3 {
    font-size: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .services-container-two {
    margin-left: 0px;
    margin-right: 0px;
  }
  .card-four {
    margin-bottom: 50px;
  }
  .text-mision h3 {
    font-size: 2rem;
  }
  .text-mision {
    padding-bottom: 0px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .text-vision h3 {
    font-size: 2rem;
  }
  .text-vision {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 0px !important;
  }
  i.bi-shield-fill-check.mb-5 {
    font-size: 80px;
  }
  i.fa-solid.fa-hourglass-half.mb-5 {
    font-size: 80px;
  }
  .text-brand h5 {
    font-size: 1.5rem;
  }

  .bi-shield-fill-check {
    font-size: 70px !important;
    margin-bottom: 20px !important;
  }
  .fa-solid.fa-hourglass-half {
    font-size: 70px !important;
    margin-bottom: 20px !important;
  }
  .container-brands {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .container-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-big-contacts p {
    margin-left: 0rem;
  }
  .footer-big-contacts {
    font-size: 1.1rem;
  }
  #copyright.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 766px) and (max-width: 992px) {
  #copyright.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #copyright.container > div:first-child {
    margin-bottom: 1rem;
  }
  #copyright.container > div:nth-child(2) {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  #copyright.container > div:last-child {
    display: flex;
    justify-content: center;
  }
  #copyright.container > div .terms,
  .privacy {
    margin: 0 0.5rem;
  }
  #copyright div br {
    display: block;
  }
}

.button i.right-icon {
  margin-right: 0;
  margin-left: calc(
    var(--cnvs-btn-icon-margin) + var(--cnvs-btn-icon-margin-offset)
  );
}
