/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */

























.dnd-section {
  padding-bottom: 64px;
  padding-top: 64px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}

@media (min-width:576px){
  .page-center,
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .content-wrapper{
    /*max-width: calc(1220px - 680px);*/
  }
}

@media (min-width:920px){
  .page-center,
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .content-wrapper{
    max-width: calc(1220px - 330px);
  }
}
@media (min-width: 1140px){
  .page-center,
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .content-wrapper{
    max-width: calc(1220px - 110px);
  }
}
@media (min-width: 1280px){
  .page-center {
    max-width: 1220px;
  }
  .dnd-section > .row-fluid {
    max-width: 1220px;
  }
  .header__container {
    max-width: 1220px;
  }
  .footer__container {
    max-width: 1220px;
  }
  .content-wrapper {
    max-width: 1220px;
  }
}








body {
  color: #636b70;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
}

p {
  font-family: Poppins;
  font-weight: 400;
}

a {
  font-family: Poppins;
  color: rgba(0, 155, 162, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 82, 86, 1.0);
}

a:active {
  color: rgba(40, 195, 202, 1.0);
}

h1 {
  color: #636b70;
  font-family: Poppins;
  font-size: 2.1875rem;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 1.859375rem;
  }
}

h2 {
  color: #009ba2;
  font-family: Poppins;
  font-size: 1.8rem;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 1.53rem;
  }
}

h3 {
  color: #636b70;
  font-family: Poppins;
  font-size: 1.53125rem;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 1.3015625rem;
  }
}

h4 {
  color: #636b70;
  font-family: Poppins;
  font-size: 1.3125rem;
  font-weight: 700;
}

@media(max-width: 767px) {
  h4 {
    font-size: 1.1156249999999999rem;
  }
}

h5 {
  color: #636b70;
  font-family: Poppins;
  font-size: 1.09375rem;
  font-weight: 700;
}

h6 {
  color: #212121;
  font-family: Poppins;
  font-size: 0.9625rem;
  font-weight: 700;
}






form,
.submitted-message {
  background-color: rgba(255, 255, 255, 1.0) ;
  font-family: Poppins;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 156, 163, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 155, 162, 1.0);
  /* border-color: rgba(0, 106, 111, 1.0); */
  /* border-radius: 0px; */
  /* border-width: 1px; */
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: 0;
  border-radius: 0;
  border: none;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(255, 255, 255, 1.0);
  /* border-color: rgba(0, 106, 111, 1.0); */
  color: rgba(0, 155, 162, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 195, 202, 1.0);
  /* border-color: rgba(40, 146, 151, 1.0); */
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(99, 107, 112, 1.0);
}

.hs-form legend {
  color: rgba(143, 147, 149, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(177, 181, 183, 1.0);
  background-color: rgba(238, 238, 238, 0.0);
  color: #636b70;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 155, 162, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #636b70;
}

.hs-richtext {
  font-size: 0.875;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





header.header {
  background-color: rgba(#null, 0.0);
}
.top-header{
  background-color: rgba(0, 8, 38, 1.0);	  
}
body .custom-menu-primary a {
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a{
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary a.active-branch {
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(0, 0, 0, 1.0);
}

.subitem-title {
  color: rgba(0, 0, 0, 1.0);
}
.subitem-text{
	color: rgba(99, 107, 112, 1.0);
}
.custom-menu-primary .submenu.level-1>li ul.submenu.level-2:hover>li:hover .subitem-content .subitem-text{
	color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .submenu.level-1>li ul.submenu.level-2:hover>li:hover .subitem-content .subitem-title{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.top-menu ul li:nth-last-child(2) a{
  background-color: rgba(52, 58, 64, 1.0);
}
.top-menu ul li a{
  background-color: rgba(0, 155, 162, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.top-menu ul li:hover a{
  background-color: rgba(99, 107, 112, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.top-right-header .submenu.level-1>li>a{
  color: rgba(255, 255, 255, 1.0); 
}
.top-right-header .submenu.level-1>li:not(:last-child)>a:hover{
  color: rgba(0, 155, 162, 1.0); 
}
.top-right-header .submenu.level-1>li:first-child>a:hover{
  color: rgba(255, 255, 255, 1.0); 
}
.top-right-header .submenu.level-1>li:last-child>a{
  border-color: rgba(0, 155, 162, 1.0);
}
.header-bottom{
  border-color: rgba(250, 250, 250, 1.0);
}







.footer {
  background-color: rgba(0, 8, 38, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
footer .newsletter-block h4{
	color: rgba(0, 155, 162, 1.0);
}
.form-title p,
.footer-form form .hs-fieldtype-booleancheckbox label,
.footer-form form .hs-fieldtype-booleancheckbox a,
.menu-footer ul.submenu.level-1>li>a,
.corporate h4,
.corporate p{
	color: rgba(255, 255, 255, 1.0);
}
.footer-form form .hs-input{
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
}
.footer .spacer.my-4{
	border-color: rgba(112, 112, 112, 1.0);
}
.menu-footer ul.submenu.level-1>li ul.submenu.level-2>li>a,
.corporate p a{
	color: rgba(255, 255, 255, 1.0);	
}
.menu-footer ul.submenu.level-1>li ul.submenu.level-2>li>a:hover,
.corporate p a:hover{
	color: rgba(0, 155, 162, 1.0);	
}
.social a{
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(33, 33, 33, 1.0);
}
.social a:hover{
	background-color: rgba(0, 155, 162, 1.0);
	color: rgba(33, 33, 33, 1.0);
}
.menu-bottom ul li a{
	color: rgba(222, 226, 230, 1.0);
}









.blog-post__date {
  border-color: #636b70;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #636b70;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #3b4348;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #8b9398;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #636b70;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494a52;
}

.blog-post__title {
  color: #009ba2;
  font-family:Poppins;
  font-size: 1.8px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}




.landing-banner-completo .field-texto-introduccion {
  text-align: left !important;
  margin: 0px !important;
}
.landing-banner-completo .field-titulo {
  text-align: left !important;
}
.landing-banner-completo .field-subtitulo {
  text-align: left !important;
}
.landing-banner-completo .field-cta {
  text-align: left !important;
}

@media(max-width:768px) {
  .landing-banner {
    padding-left: 40px;
    padding-right: 40px;
  } 
  .landing-banner-completo {
    padding-left: 40px;
    padding-right: 40px;
  } 
  .field-texto-descripcion {
    padding-left: 40px;
    padding-right: 40px;
  }
  .landing-bloque-texto {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dnd-section .widget-type-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

@media(min-width: 768px) and (max-width: 1139px) {
  .dnd-section[class*="full-width-section"][class*="background-gradient"]>.row-fluid>.dnd-column.widget-type-cell[class*="background-color"]{
    width: 50%;
  }
}

@media(max-width:770px) {
  .landing-descarga-documentos .section-content {
      display: block !important;
  }
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.landing-descarga-documentos.desc-vertical .section-content {
  display: block !important;
}





