







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}






html* {
  
  font-family: Lato;
	font-family: 'Lato', sans-serif;
}

body {
  color: #29353F;
  font-size: 24px;
	font-family: Lato;
  background-color: #F0F1F3;
	font-family: 'Lato', sans-serif;

}

/* Paragraphs */

p {
 font-family: 'Lato', sans-serif;
	color: #29353F;
	font-size:18px;
}

/* Anchors */

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

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

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

/* Headings */

h1 {

  color:#ffffff;
  font-size: 40px;
  text-transform: none;
	font-family: 'Lato Black', sans-serif;
  letter-spacing: 2px;
}



h2{
 
  text-transform: uppercase;
	color: #29353F;
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
	padding-top: 0;

}

h3 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #2C363E;
  font-size: 30px;
  text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color:  #2C363E;
  font-size: 24px;
  text-transform: none;
	
}

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

}

h6 {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #EE2429;
  font-size: 14px;
  text-transform: none;
	
}

.h4-arrow{ 
	color: #2C363E;
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
}

.primary-color {
  color: #EE2429; 
}
/* Blockquote */

blockquote {
  border-left-color: #3574E3;
}

summary {
    display: list-item;
    color: #797B7D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}

summary {
  display: block;
  cursor: pointer;
}

summary::after {
  margin-left: 1ch;
  display: inline-block;
  transition: 0.2s;
  content: '+ ';
}

details[open]>summary::after {
  content: '- ';
}







button,
.button {
	font-size: 16px;
  font-weight: bold !important;
  border: 1px solid #EE2429;

  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(238, 36, 41, 1.0)

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(198, 0, 1, 1.0);
  border-color: #c60001;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 76, 81, 1.0);
  border-color: ;
}

.cta-dark-outline {
	
	border: 1px solid #2C363E;
  border-radius: 8px;
  color:#2C363E;
  background:transparent;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 18px;
}

.cta-red {
	
	border: 1px solid #ee2429;
  border-radius: 8px;
  color:#fff;
  background:#ee2429;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 18px;
}





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

/* Form title */

.form-title {
  color: #3574E3;
}

/* Labels */

form label {
 color: #2C363E;
  font-family: Lato;
  font-size: 16px;
	font-weight: 400;
    text-align: left;
}

/* Help text */

form legend {
  color: #EE2429;
}

/* Inputs */

form input::placeholder {
    opacity: 0.8;
    color: #92979C;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.4px;
}

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 {
 box-sizing: border-box;
  height: 56px;
  width: 100%;
  border: 0px solid #A8BBC7;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #EE2429;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
 	border: 1px solid #ee2429;
  border-radius: 8px;
  color:#fff;
  background:#ee2429;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 18px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(198, 0, 1, 1.0);
  border-color: #c60001;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 76, 81, 1.0);
  border-color: ;
}






/* Table */

table {
  vertical-align: middle;
}

/* Table cells */

td,
th {
 
  padding: 18px;
 
  color: #2C363E;
	vertical-align: middle;
}

/* Table header */

thead th {
 background-color: #2c363e;
  color: #FFFFFF;
	vertical-align: middle;
}
thead th:first-child { border-top-left-radius: 10px;text-align: left;
    text-decoration: none;}
		
thead th:last-child { border-top-right-radius: 10px;}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #EE2429;
	vertical-align: middle;
}





.header {
  background-color: #F0F1F3;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #EE2429;
  font-family: Lato;
}

.header__container.content-wrapper-logo {
	
	 border-bottom: 1px solid #DADEDF;
	
}
.header__logo {
    align-items: center;
    display: flex;
    height: auto;
    margin-left: 29px;
    max-width: 360px; */
    overflow: hidden;
}

.header__row-1 h4 {  
	
	margin: 10px 29px;
  color: #555F67;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
	text-transform:uppercase;
}

.voltar-seguro {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 1rem;
	  height: 24px;
	color: #555F67 !important;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.voltar-seguro .fa-chevron-left:before {
    content: "\f053";
    font-size: 13px;
}

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.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(53, 116, 227, 1.0)

;
}

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

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

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


@media(max-width: 1379px) {

	.voltar-seguro {
   
    padding: 8px 0;
	 
}
 
}


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

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
  }

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





.footer {
  background-color: #22282E;
	padding:89px 30px 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,
.footer a{
  color: #ffffff;
}

.footer p{
	
	    margin-bottom: 10px;
	
}

.footer h3 {

  color: #EE2429;
  font-family: Lato;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
	font-weight: 500;
}

.footer-phone {
	color: #FFFFFF; 
	font-family: Lato; 
	font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 32px;
	margin-bottom: 0px !important;
}

.footer-social {
	
	display:flex;
	justify-content: space-between;
  max-width: 230px;
	
}





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

/* Blog post */

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

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

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

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

/* Blog related posts */

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

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

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

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

/* 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: Lato, sans-serif; font-style: normal;
  color: #EE2429;
}





/* Blog listing */

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

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

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

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

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

/* Blog pagination */

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

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

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

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

/* Pricing card */

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

.card__body svg {
  fill: #EE2429;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #ff4c51;
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #EE2429;
  font-size: 30px;
}

/* CTA Modal - Newsletter */
.rgpd-info-container details {
    padding: 3% 5%;
    margin: 2% auto;
    width: 100%;
    max-width: 385px;
    height: auto;
    text-align: center;
    border: solid 1px #81838540;
    border-radius: 8px;
}
.rgpd-info-container details ul {
    font-size: .5em;
}
.rgpd-info-container p {
    font-size: 12px;
}
.rgpd-info-container summary {
    margin: 2% auto;
}

.resgate-box li {
font-family: 'Lato', sans-serif;
    color: #29353F!important;
    font-size: 16px!important;
}

.resgate-box a {
    color: #ee2429!important;
}

.hs_cos_wrapper_type_rich_text a,.hs_cos_wrapper_type_rich_text a:hover{
 color: #ee2429!important;
}

.hs-search-field__suggestions {
  display: none;
}

.hs-hero__content h2 {
    color: #ffffff!important;
}

/* Mobile queries */
@media(max-width:577px){
  h2{font-size:30px; line-height:38px;}
  .header__close--toggle.show{margin:0 1vw;}
  
  footer{
    text-align: center;
    padding: 40px 0!important;
  }
  
  footer .footer-social{
    justify-content: space-around;
    max-width: 95vw;
    margin-top: 40px;
  }
  
  footer h3{margin:20px 0 0 0;}
  
  footer .footer-phone{
    line-height:20px;
    padding-bottom:10px;
  }
}
@media(max-width:400px){
  .hs-cta-img{max-width:300px}
}