/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");

@font-face {
  font-family: "Lato Bold";
  src: url("/fonts/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato Regular";
  src: url("/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: "Arimo Bold";
  src: url("/fonts/Arimo-Bold.ttf");
}

@font-face {
  font-family: "Arimo Regular";
  src: url("/fonts/Arimo-Regular.ttf");
}

@font-face {
  font-family: "OpenSans Light Bold";
  src: url("/fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "OpenSans Bold";
  src: url("/fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: "OpenSans Regular";
  src: url("/fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

/*==========================================
    Preloader
==========================================*/
.sec {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle {
  height: 10px;
  width: 10px;
  background-color: #000050;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
}

.item0 {
  -webkit-animation: 1s pulse0 infinite;
  animation: 1s pulse0 infinite;
}

.item1 {
  -webkit-animation: 1s pulse1 infinite;
  animation: 1s pulse1 infinite;
}

.item2 {
  -webkit-animation: 1s pulse2 infinite;
  animation: 1s pulse2 infinite;
}

@-webkit-keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Open Sans";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
  margin: 0;
  color: #000;
  overflow-x: hidden;
}

#body_index h1 {
  font-size: 37px;
  font-weight: 800 !important;
  line-height: 1.2;
}

#body_index h2 {
  font-size: 32px;
}

#body_index h3 {
  font-size: 27px;
}

.text-footer {
  font-family: "OpenSans Regular";
  font-size: 15px;
  color: #000;
}

.text-footer:hover {
  color: #000;
  text-decoration: underline;
}

strong {
  font-family: "OpenSans Light Bold";
}

#body_index .yelow-light {
  background-color: #fff18b;
  border: 1px solid #fff0b4;
  padding: 20px 0;
}

#body_index .border-yelow-light {
  border: 1px solid #fff18b;
}

#body_index .green-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19af42;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 4px;
  padding: 15px 25px;
}

#body_index .green-botton-bigger {
  font-size: 28px;
  font-family: "OpenSans Bold";
}

#body_index .no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#body_index .green-botton:hover {
  background-color: #1a7008;
}

#body_index .green-botton-img {
  position: absolute;
  margin: -55px 10px 10px;
}

#body_index .pink-light {
  border: 1px solid #ffe499;
  background-color: #fffccf;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 30px 5px;
}

#body_index .discount-row {
  border: 2px dashed #000;
}

#body_index .center-item {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

#body_index p {
  font-family: "OpenSans Regular";
  font-size: 17px;
  line-height: 1.8;
  margin-top: 25px;
  word-break: break-word;
}

#body_index .normal-link {
  font-family: "OpenSans Regular";
  color: #0091ff;
  font-weight: 700;
  text-decoration: underline;
}

#body_index .normal-link-bold {
  font-family: "OpenSans Bold";
  color: #0091ff;
  font-weight: 700;
  text-decoration: underline;
}

#body_index .normal-link:hover,
.normal-link-bold:hover {
  color: #0091ff;
  text-decoration: underline;
}

#body_index blockquote {
  font-family: "OpenSans Light Bold";
  font-size: 22px;
  border-left: 4px solid #0073a0;
  margin: 30px 0;
  padding: 15px 10px 15px 20px;
  background-color: #eaf9ff;
  font-weight: 800;
}

#body_index strong {
  font-size: 17px;
  line-height: 1.467;
}

#body_index .blue-ligth {
  background-color: #eaf9ff;
}
#body_index ol {
  padding: 30px 30px 10px;
  margin-top: -10px;
  counter-reset: section;
  background-color: #eaf9ff;
  font-size: 1.7rem;
  list-style: none;
}

#body_index ol,
ul {
  margin-bottom: 10px;
}

#body_index li {
  line-height: 1.8;
}

#body_index ol li {
  position: relative;
  padding-left: 30px;
}

#body_index ol li:before {
  position: absolute;
  top: -4px;
  left: 0;
  counter-increment: section;
  content: " " counter(section) ". ";
  font-weight: bolder;
  font-weight: 800;
  font-size: 20px;
}

#body_index .text-left {
  margin-right: -12px;
}

.foo-botton {
  margin-bottom: 80px;
}

a {
  /* color: #333; */
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

.a-cookies {
  color: blue;
}

.a-cookies:hover {
  text-decoration: underline;
  color: blueviolet;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*==========================================
    Features
==========================================*/
.features {
  padding: 40px 0;
  -webkit-box-shadow: 0 3px 10px #ddd;
  box-shadow: 0 3px 10px #ddd;
}
.part-icon {
  float: left;
}
.part-text {
  /* float: right; */
  padding-left: 60px;
}

/*==========================================
    inventor
==========================================*/
.footer {
  background: #fff;
  padding: 20px 0 10px 0;
  font-size: 13px;
  z-index: -2;
}

.enlaces {
  display: inline-block !important;
}

.span-footer {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "OpenSans Light Bold";
  opacity: 0.9;
  margin-bottom: 15px !important;
}

.a-footer {
  color: #fff;
  font-size: 14px;
  font-family: "Lato Regular";
  margin-top: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.a-footer:hover {
  text-decoration: underline;
  color: #eeeeee;
}

.margin-top-footer {
  margin-top: 2%;
}

.margin-bottom-footer {
  margin-bottom: 3%;
}

.margin-botton-2 {
  margin-bottom: 6%;
}

.margin-botton-4 {
  margin-bottom: 4%;
}

.margin-top-20 {
  margin-top: 22px;
}

.margin-footer {
  margin-top: 40px;
}

.margin-top-20-b {
  margin-top: 22px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-5 {
  margin-top: 5px;
}

.title-img {
  font-family: "OpenSans Regular";
  font-weight: 300;
  color: #787d83;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer .footer-top {
  padding: 100px 0 84px;
}
.footer .footer-top .about-area img {
  margin-bottom: 21px;
  width: 230px;
}
.footer .footer-top .about-area p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer .footer-top .useful-link h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 27px;
  margin-top: -6px;
  position: relative;
}
.footer .footer-top .useful-link h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 50%;
  height: 2px;
  background: #0088ff;
}
.footer .footer-top .useful-link ul li a {
  color: #fff;
  display: inline-block;
  padding-bottom: 9px;
}
.footer .footer-top .useful-link ul li a span {
  display: inline-block;
  color: #0088ff;
  margin-right: 7px;
}
.footer .footer-top .secure-area h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 32px;
  margin-top: -6px;
  position: relative;
}
.footer .footer-top .secure-area h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 50%;
  height: 2px;
  background: #0088ff;
}
.footer .footer-top .secure-area .logo .row {
  margin: 0 -10px;
}
.footer .footer-top .secure-area .logo .col-logo {
  padding: 0 10px;
}
.footer .footer-top .secure-area .logo .single-logo img {
  width: 100%;
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
  padding: 10px;
  border: 1px solid;
  margin-bottom: 20px;
}
.footer .footer-bottom {
}
.footer .footer-bottom .social {
  text-align: right;
  padding: 30px 0;
}
.footer .footer-bottom .social a {
  display: inline-block;
  border: 1px solid #0088ff;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #0088ff;
  line-height: 30px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-bottom .social a:last-child {
  margin-right: 0;
}
.footer .footer-bottom .social a:hover {
  background: #fff;
  border-color: #fff;
}

/*==========================================
    contact
==========================================*/
.contact .part-address {
  padding: 120px 0;
}
.contact .part-address .single-adress {
  text-align: center;
  background: #f0f8ff;
  padding: 40px 40px 31px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .part-address .single-adress .part-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #0088ff;
  font-size: 25px;
  text-align: center;
  color: #0088ff;
  line-height: 100%;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 23px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .part-address .single-adress .part-text h3 {
  font-size: 24px;
  color: #000050;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .part-address .single-adress .part-text ul li {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-bottom: 6px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .part-address .single-adress:hover {
  background: #000050;
}
.contact .part-address .single-adress:hover .part-icon {
  color: #fff;
  border-color: #fff;
}
.contact .part-address .single-adress:hover .part-text h3 {
  color: #fff;
}
.contact .part-address .single-adress:hover .part-text ul li {
  color: #fff;
}

.contact .get-in-touch {
  padding: 120px 0 90px;
  background: aliceblue;
}
.contact .get-in-touch .part-form form input {
  width: 100%;
  height: 60px;
  border: 1px solid #0088ff;
  margin-bottom: 30px;
  padding: 30px;
}
.contact .get-in-touch .part-form form textarea {
  padding: 18px 30px;
  margin-bottom: 24px;
  height: 200px;
  width: 100%;
  border: 1px solid #0088ff;
}
.contact .get-in-touch .part-form form button {
  color: #fff;
  text-transform: uppercase;
  background: #0088ff;
  height: 60px;
  width: 100%;
  outline: none;
  cursor: pointer;
  border: 1px solid #0088ff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .get-in-touch .part-form form button:hover {
  background: transparent;
  color: #0088ff;
}

/* ========================================
      Rating Section
========================================= */
.rating-section {
  padding: 40px 0;
}
.rating-number {
  font-size: 75px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 90px;
}
.rating i {
  color: #fab73b;
}
.rating.small-rating i {
  font-size: 0.8em;
}
.rating.small-rating {
  height: 12px;
  margin-bottom: 20px;
}
.rating span {
  display: inline;
  position: relative;
  left: 5px;
  font-size: 0.8em;
}
.progress-bar-container {
  padding-top: 9px;
}
.progress {
  height: 12px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fab73b;
  width: 0;
}
.review-row {
  margin-top: 15px;
}
.review-row .review-name,
.review-row .rating {
  margin-bottom: 10px;
  display: block;
}

.margin-terms {
  margin-top: 3%;
  margin-bottom: 3%;
}

.floating-row {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  justify-content: center;
  background-color: #fff !important;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.18);
}

.float-btn {
  font-size: 17px;
  background-color: #fff !important;
  box-shadow: 3px 3px 4px 0 rgba(12, 113, 40, 0.7);
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 12px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  color: #19af42;
  max-width: 350px;
}

.bigger {
  background-color: #fff;
  box-shadow: 1px 3px 3px #0dc342;
  border-radius: 2px;
  transition: all 0.5s ease;
  transform: scale(1);
}

.float-btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.float-btn:hover {
  color: #19af42;
  /* Making button bigger on hover  */
  transform: scale(1.08) perspective(1px);
}

.float-botton-red {
  font-size: 17px;
  font-family: "OpenSans Light Bold";
  width: 100%;
  max-width: 320px;
  display: table;
  background: #19af42;
  color: #fff;
  border-radius: 3px;
  font-size: 17px;
  line-height: 23px;
  padding: 15px 10px 15px 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.float-btn-2 {
  font-size: 15px;
  background-color: #fff !important;
  background: #19af42;
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px 12px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 340px;
}

.float-btn-2 span:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 13px);
  left: 25px;
}

.bigger-2 {
  background-color: #19af42 !important;
  border-radius: 2px;
  transition: all 1s ease;
  transform: scale(1);
}

.float-btn-2:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.float-btn-2:hover {
  color: #fff;
  /* Making button bigger on hover  */
  transform: scale(1.1) perspective(1px);
}

.float-btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.button-row-style {
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #0dc342;
  padding: 20px 20px 12px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.button-row-style2:hover {
  color: #fff;
  background-color: #00de41;
}

.button-row-style:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.button-row-style:hover {
  color: #fff;
  /* Making button bigger on hover  */
  transform: scale(1.2) perspective(1px);
}

.floating-row-interstitial {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  justify-content: center;
  background-color: #fff !important;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.18);
}

.button-row-style-interstitial {
  display: inline-block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #0dc342;
  padding: 20px 20px 12px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.button-row-style-interstitial:hover {
  padding: 23px 23px 15px 15px;
  color: #fff;
  transform: scale(1.05);
}

#wpfomo,
#wpfomo-interstitial {
  background-color: #585757;
  box-shadow: 0 0 15px 0 #333;
  padding: 10px;
  position: fixed;
  /*bottom: -120px;*/
  bottom: 7% !important;
  left: -500px;
  min-height: 80px;
  max-width: 90%;
  z-index: 9999;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}

.wpfomo-product-thumb-container {
  width: 85px;
  padding-right: 5px;
}

#wpfomo .wpfomo-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 8px;
}

#wpfomo-interstitial .wpfomo-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 8px;
}

.is-visible {
  bottom: 15% !important;
  left: 1% !important;
}

.a-img-toast {
  background-color: transparent !important;
  color: #fff;
  font-size: 16px;
  margin-left: 50%;
}

.a-img-toast:hover {
  background-color: transparent !important;
  color: #fff;
  font-size: 16px;
  margin-left: 50%;
  font-weight: bold;
}

.a-img {
  background-color: transparent !important;
  color: blue;
}

@keyframes latidos {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: none;
  }
}

.beat {
  animation: latidos 2s infinite;
}

.no-beat {
  animation: none !important;
}

.list_footer li {
  font-family: "Arimo Regular";
  font-size: 13px;
  font-weight: 700;
  color: #a1a7b2;
  display: inline;
  padding-right: 5px;
}

.footer-home {
  font-family: Helvetica;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  padding: 0 5px;
}

.footer-home a:hover {
  text-decoration: underline !important;
  color: #aaa;
}

.list_footer li a:hover {
  text-decoration: underline;
}

#terms-conditions-cookies p {
  font-family: "OpenSans Regular";
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #body_index h1 {
    font-size: 25px;
  }

  #body_index h2 {
    font-size: 22px;
  }

  #body_index h3 {
    font-size: 22px;
  }

  #body_index .margin-mobile-2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #body_index .margin-minus {
    margin-top: -20px;
  }

  #body_index .margin-top-20-b {
    margin-top: 5px;
  }

  #body_index strong {
    font-size: 16px;
    line-height: 1.467;
    font-weight: bolder;
  }

  #body_index p {
    font-size: 16px;
    line-height: 1.467;
  }

  #body_index .title-img {
    font-size: 11px;
  }

  #body_index .margin-mobile {
    margin-left: 0px;
    margin-right: 0px;
  }

  #body_index ol {
    padding: 30px 15px 10px;
  }

  #body_index .text-footer {
    font-size: 12px;
  }

  #body_index .float-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .data-header {
    position: absolute;
    z-index: 3;
    top: 38px;
    background-color: transparent;
    font-size: 12px;
    color: #fff !important;
    padding: 10px;
    right: 0;
    text-align: right;
  }

  #interstitial-footer .margin-botton-2 {
    margin-bottom: 20% !important;
  }

  .float-btn-2 {
    max-width: none;
    font-size: 17px;
  }

  /* #wpfomo, #wpfomo-interstitial {
    bottom: none !important; 
    top: 7% !important;
    max-height: 100px;
  } */
  #wpfomo {
    bottom: none !important;
    top: 7% !important;
    max-height: 100px;
  }
  #wpfomo-interstitial {
    display: none;
  }

  .buttonCTAInterstitial2 {
    width: 24px;
    height: 24px;
    display: flex;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: calc(50% - 12px);
    margin-left: -20px !important;
  }
}
