







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}









html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: black;
  font-size: 24px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 38px;
  text-transform: none;
}
h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color:black;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #d9d9d7;
}





button,
.button {
  border: 1px solid #809952;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(128, 153, 82, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
.button:hover {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(88, 113, 42, 1.0);
  border-color: #58712a;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(168, 193, 122, 1.0);
  border-color: #a8c17a;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #d9d9d7;
}

/* Labels */

form label {
  color: #809952;
}

/* Help text */

form legend {
  color: #809952;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #809952;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #809952;
}

::-moz-placeholder {
  color: #809952;
}

:-ms-input-placeholder {
  color: #809952;
}

::placeholder {
  color: #809952;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #809952;
}

.fn-date-picker td.is-selected .pika-button {
  background: #809952;
}

.fn-date-picker td .pika-button:hover {
  background-color: #809952 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #809952;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #809952;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(128, 153, 82, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(88, 113, 42, 1.0);
  border-color: #58712a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(168, 193, 122, 1.0);
  border-color: #a8c17a;
}





/* Table */

table {
  border: 1px solid #809952;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #809952;

  padding: 18px;

  color: #809952;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(128, 153, 82, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #809952;
}





.header {
  background-color: 

  
  
    
  


  rgba(217, 217, 215, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #809952;

}

.menu__child-toggle-icon {
  border-top-color: #809952;
}

.menu .menu__link:hover,
.header__language-switcher-label-current:hover,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #58712a;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #58712a;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #a8c17a;
}

.menu__child-toggle-icon:active {
  border-top-color: #a8c17a;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #809952;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #809952;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #809952;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #809952;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #809952;
}

.menu__submenu .menu__link:hover,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(217, 217, 215, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(217, 217, 215, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
}

.header__language-switcher-label-current:after {
  border-top-color: #809952;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(217, 217, 215, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #809952;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(217, 217, 215, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #809952;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #809952;
}

.blog-post__tag-link {
  color: #809952;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #58712a;
}

.blog-post__tag-link:active {
  color: #a8c17a;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #809952;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #58712a;
}

.blog-related-posts__title-link:active {
  color: #a8c17a;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #809952;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #58712a;
}

.blog-index__post-title-link:active {
  color: #a8c17a;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #809952;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #809952;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #58712a;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #a8c17a;
}

.pagination__link-icon svg {
  fill: #809952;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 30px;
}

.card__body svg {
  fill: #809952;
}

/* Social follow */

.social-links__icon {
  background-color: #809952;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #58712a;
}

.social-links__icon:active {
  background-color: #a8c17a;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #809952;
  font-size: 30px;
}
.container{max-width:1000px;margin: 0 auto;}
img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}
*{font-family: Exo\ 2,sans-serif !important;
      font-style: normal !important;
}
.hidden-desktop{
    display:none
  }
  .hidden-phone{
    display:block
  }
.btn-container {
  display: flex;
}
.btn-principal{background: #E72085;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 6px 24px;
    color: white;
  border: 3px solid transparent;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    text-align: center;}

.btn-secundario{margin-left: 16px;
  background: transparent;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 6px 24px;
    color: #E72085;
    border: 3px solid #E72085;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    text-align: center;}

.btn-secundario-blanco{margin-left: 16px;
  background: transparent;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 6px 24px;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    text-align: center;}

.btn-secundario:hover, .btn-secundario-blanco:hover {border: 3px solid #99004d;}

.title2{
  font-weight: 600;
    font-size: 30px;
    font-style: italic !important;
    line-height: 100%;
    margin: 0;
    color: #001A70;line-height: 36px;
  height: 72px;
}
.parrafo{   
  padding-top: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: white;
  text-align: left;
}

.title3{
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  font-style: italic !important;
  margin: 0;
  color: #001A70;}
.parrafo3{  
  width: 540px;
  text-align: center;
  padding-top: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
    color: white;}

.color0{color:white;}
.color1{color: #001A70 !important;}
.color2{color:#E72085 !important;}

body{background: #FDFDFF;}
.font48{    font-size: 48px;line-height:
57.6px}
.pointer{cursor:pointer;}
.fondovideo:before, .fondovideoazul:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background: #E72085;
    border-radius: 0 0 40px 0px;
}
.fondovideoazul:before{background: #009FE3;}
a:hover {
    color: white !important;
    background: #99004d;font-style: italic; font-weight: bold; text-decoration: none !important;
}
a:focus
    color: white;
    background: #e72085;
}
.fondovideo iframe{border-radius: 40px 0 40px 0;}
.main-header  a:hover {
    color: #fff;
    background: none;
}
.section1, .section2{    width: 50%;}
body ,.opinion-button{
   cursor: url(//7172703.fs1.hubspotusercontent-na1.net/hubfs/7172703/pill_entera1.svg), pointer;
}
.bodyclass {position:relative; overflow-x: hidden; overflow-y: hidden;}
a,.linkf1,.pointer,.opinion-button:hover{cursor: url(//7172703.fs1.hubspotusercontent-na1.net/hubfs/7172703/pill_bite2.svg), pointer;}
.puntos{cursor:pointer;}
iframe{border: 1px solid rgba(0, 159, 227, 0.12);
  filter: drop-shadow(-3px -3px 15px rgba(124, 124, 124, 0.1));border-radius: 40px 0 40px 0;}
#footer iframe {
    border: none;
    filter: none;
    border-radius: 0;
}
.main-header a:focus, .main-header a:hover {
    background: transparent;
    color: #fff;
}
#idimage{display:none;}