/*Footer*/

.footer-cta {
  position: relative;
}

.footer-cta a {
  display: block;
  padding: 28px 0 17px;
  text-align: center;
  background: #140c98;
}

.monster-quote {
  height: 4px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  background: #05abb2;
  bottom: -4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-cta a p {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-size: 21px;
  color: #fff;
}


.monster-quote {
  height: 0%;
}

.triangle-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 12px;
}

.footer {
  font-size: 16px;
  color: #fff;
  border-top: solid 1px #140c98;
}

.footer,
.subfooter {
  background-color: #140c98;
}

footer .container {
  padding-left: 8%;
  padding-right: 8%;
  margin-top: 50px;
}

footer h3 {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 400;
}

.footer p {
  line-height: 100%;
  color: #707e8f;
  margin: 0;
}

.footer strong {
  display: block;
  color: #5a6572;
}

.footer a {
  color: #fff;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #fff;
  opacity: 1;
}

.footer li {
  line-height: 35px;
}

.footer li.active a {
  opacity: 1;
}

.footer .chip {
  font-size: 70%;
  padding: 3px 5px;
  background-color: #05abb2;
  color: #fff;
  border-radius: 5px;
}

.footer i {
  font-size: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .mail:hover,
.footer .mail:focus,
.footer .mail:active {
  text-decoration: underline;
}

.footer .apps {
  height: 34px;
  display: inline-block;
}

.footer .apps a i {
  font-size: 84px;
  line-height: 35%;
  margin: 2px 20px 0 0;
  display: block;
}

.footer .social {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 75px;
  gap: 16px;
}

.footer .social a {
  height: 30px;
  width: 30px;
  border-radius: 25px;
  background-color: rgb(28 31 39 / 87%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eff1f5;
  padding: 0;
}

.footer .social a.instagram i,
.footer .social a.facebook i,
.footer .social a.email i {
  font-size: 16px;
}
.footer .social a.youtube i {
  font-size: 18px;
}

.footer .social a.email i {
  font-weight: 600;
  margin: -3px 0 0 1px;
}

.footer .social a i {
  color: #eff1f5;
}
.footer .social a:is(:hover, :focus, :active) {
  background-color: #45526e;
}
.footer .social a:is(:hover, :focus, :active) i {
  color: #ffffff;
}

.bottom_footer {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 0;
}

.bottom_footer .logo {
  height: auto;
  width: 100px;
}

.bottom_footer p span {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #8291b0;
}

.bottom_footer p a,
footer.theme-grey .footer .bottom_footer p a {
  color: #8291b0;
  display: inline-flex !important;
  padding: 0 !Important;
  margin: 0 !important;
  font-size: 14px;
}

.bottom_footer p a:hover,
footer.theme-grey .footer .bottom_footer p a:hover {
  color: #62769d;
  text-decoration: underline;
}

/*Footer Theme grey*/
footer.theme-grey .footer,
footer.theme-grey .subfooter {
  background-color: #f7f8fa;
  border-top: solid 1px #f7f8fa;
  color: rgb(28 31 39 / 87%);
}

footer.theme-grey .footer a,
footer.theme-grey .bottom_footer p {
  color: rgb(28 31 39 / 87%);
  font-size: 14px;
}

footer.theme-grey .bottom_footer {
  border-top: 1px solid #45526e2a;
}

footer.theme-grey .pipe {
  color: #45526e2a !important;
}

/*CTA phone*/

.cta-phone {
  z-index: 9991;
  position: fixed;
  bottom: 0;
  padding: 15px 10px;
  -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  flex: 1;
  gap: 10px;
}

.cta-phone>div:first-child {
  margin: 0 auto;
  /*padding-left: 5px;*/
  /*padding-right: .5px;*/
}

.cta-phone>div:first-child i {
  margin-top: -3px;
  vertical-align: inherit;
  font-weight: bold;
}

.cta-phone>div:nth-child(2) {
  /*padding-left: 3px;*/
  /*padding-right: 3px;*/
}

.cta-phone>div:last-child {
  /*padding-left: .5px;*/
  /*padding-right: 5px;*/
}

.cta-phone>div:last-child i {
  vertical-align: inherit;
  font-size: 17px;
  margin-top: -1px;
  display: inline-block;
  font-weight: bold;
}

.cta-phone div a {
  border-radius: 5px;
}

.cta-phone div:first-child a {
  /*-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;*/
}

.cta-phone div:last-child a {
  /*-webkit-border-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius: 0;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-radius: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;*/
}

.cta-phone a {
  width: 100%;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.cta-phone a:active,
.cta-phone a:focus,
.cta-phone a:hover {
  text-decoration: none
}

.cta-phone a i {
  margin-top: -2px;
  display: inline-block;
}

.cta-phone .btn-line:hover,
.cta-phone .btn-line:active,
.cta-phone .btn-line:focus {
  color: #fff !important;
}

.cta-phone .btn-blue {
  background-color: #f41b4e;
  color: #fff;
}

.cta-phone .btn-blue:hover,
.cta-phone .btn-blue:focus,
.cta-phone .btn-blue:active {
  background-color: #db0a3b;
  color: #fff;
}


/* -------------- FOOTER -------------- */

.footer-wp .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer-wp footer {
  padding: 0;
}

.footer-wp .social {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

.footer-wp .footer .apps {
  height: 28px;
  display: inline-block;
  margin-top: 5px;
}

.footer-wp .language {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-wp .language .btn {
  padding-top: 8px;
}

.footer-wp .footer a {
  font-weight: 500;
  line-height: 125%;
  letter-spacing: .1px;
  margin-bottom: 10px;
  text-rendering: geometricPrecision;
}

.footer-wp .footer h3 {
  font-weight: 500;
  /*text-rendering: geometricPrecision;*/
  opacity: .9
}

.footer-wp .footer-cta a p {
  font-size: 21px !important;
  letter-spacing: .5px;
  /*opacity: .97;*/
}

.pipe {
  padding: 0 7px;
  color: rgba(255, 255, 255, .5) !important;
}

footer .footer-june.footer .container {
  padding-left: 0;
  padding-right: 0;
}

.powered img {
  opacity: .75;
}

.footer-language {
  /* padding: 0 40px; */
}

.footer-language-responsive {
  /* padding: 0 40px; */
}

.conditions-footer {
  /* padding: 32px 0 32px; */
  height: calc(100px + 3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.conditions-footer-responsive {
  /* padding: 32px 0 32px; */
  /* height: 100px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.footer-columns {
  padding: 0 65px 32px
}
.hidden-xs {
 display: block!important; 
}
.footer-responsive {
  display: none!important;
}
/*MEDIA QUERIES */

@media (max-width: 1024px) {
  .footer p {
    line-height: 120% !important;
  }

  .footer a {
    display: block;
    margin-bottom: 20px;
    line-height: 125%;
  }

  .footer .social a,
  .footer .apps a {
    display: flex!important;
  }

  .footer-wp .footer a {
    margin-bottom: 20px;
  }

  .footer-june.footer a {
    display: initial;
    margin-bottom: initial;
    line-height: initial;
  }

}

@media (max-width: 991px) {
  footer .container {
    padding-left: 6%;
    padding-right: 6%;
  }
  .footer {
    margin-bottom: 0;
  }
  .footer-columns {
    padding: 0 0 32px;
    text-align: left;
  }
  .footer-language {
    padding: 0;
  }
  .footer-language-responsive {
    padding: 0;
  }
  .alert-cookie-policy .alert {
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 15px !important;
  }
  .alert-cookie-policy p {
    text-align: left;
    margin-right: 8px;
  }
  .bottom_footer p {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .bottom_footer p span{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #8291b0;
  }

}

@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
  .footer-responsive {
   display: block!important; 
  }
  .footer,
  .alert-cookie-policy {
    /* padding-bottom: 30px; */
    /* margin-bottom: 0; */
  }
  .footer .social {
    gap: 24px;
  }
  
  .footer-cta a p {
    font-size: 14px;
  }

  .footer-col-midle {
    width: 50%;
    font-size: 18px;
  }

  .footer-col-midle i {
    font-size: 21px;
  }

  .footer .container {
    padding: 0;
    margin: 0;
  }

  .footer .apps {
    height: auto;
  }

  .footer .apps.show-logo {
    padding: 20px 0;
  }

  .subfooter {
    padding-bottom: 80px;
    text-align: center;
  }

  .language .dropdown-menu li a {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .logos-redes {
    padding-inline-start: 0;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0;
  }

  .bottom_footer {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 15px 0 10px;
  }

  .conditions-footer,
  .conditions-footer-responsive {
    display: block;
  }

  /*FOOTER RESPONSIVE*/
  .footer-responsive {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-responsive .panel-group {
    margin-bottom: 0;
  }

  .footer-responsive .panel-group .panel {
    background-color: transparent;
    border: transparent;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  .footer-responsive .panel-group .panel :first-child {
    /*border-top: none;*/
  }

  .footer-responsive .panel-group .panel ul {
    margin-bottom: 20px;
  }

  .footer-responsive .panel-default>.panel-heading {
    background-color: transparent;
    padding: 0;
  }

  .footer-responsive .fancy-collapse-panel .panel-heading a {
    margin-bottom: 0;
    padding: 13px 0 12px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    display: block;
    color: rgb(28 31 39 / 87%);
  }

  .footer-responsive .fancy-collapse-panel .panel-heading a:after {
    right: 5px;
  }

  .footer-responsive .fancy-collapse-panel .panel-body {
    padding: 5px 10px 0px;
  }

  .footer .social {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer .collapse.in {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }



  .bottom_footer p a {
    display: inline;
    margin-bottom: 0;
  }

  .footer-language {
    margin: 0;
    padding: 0;
  }

  .footer-language-responsive {
    margin: 0;
    padding: 0;
  }

  .alert-cookie-policy {
    bottom: 16px!important;
    padding-top: 16px;
    padding-bottom: 16px;
  } 
  
  .alert-cookie-policy .alert {
    flex-direction: column;
    padding: 0 !important;
    height: auto!important;
  }
  
  .alert-cookie-policy p {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 150%;
  }
}

@media (max-width: 480px) {
  .social {
    display: block;
    margin-top: 0;
  }

  .apps a i {
    text-align: center;
    width: 100%;
  }

  .footer-cta a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer-wp .footer-cta a {
    padding-top: 32px;
    padding-bottom: 15px;
  }

  .footer-wp .footer-cta a p {
    font-size: 17px !important;
  }

}

@media (max-width: 360px) {
  .footer-col-midle img {
    margin-bottom: 20px;
  }

  .footer-col-midle {
    width: 100%;
    text-align: center;
  }

  .footer p {
    margin-top: 5px;
  }

  .footer a {
    display: block !important;
    margin-bottom: 20px !important;
  }

  .footer a .apps {
    margin: 10px auto 30px;
  }

  .footer .social a {
    margin: 0 15px !important;
    height: 25px;
  }

  .footer-responsive .fancy-collapse-panel .panel-heading a {
    margin-bottom: 0 !important;
  }

  .subfooter {
    padding: 10px 10px 60px !important;
  }

  .footer-cta a {
    padding: 42px 42px 28px !important;
  }
}