















html {
  scroll-behavior: smooth;
}

/* Tabla de contenidos*/
#hs_cos_wrapper_widget_ecabbe42-e4b9-442f-b9bc-fb7f1e5b9c86 .hs-menu-wrapper > ul {
  background-color: #ECEFF2 !important;
  background-image: none !important;
  border-color: #ECEFF2 !important;
  border-radius: 0px !important;
  border-style: none !important;
  border-width: 0px !important;
  color: #4C5864 !important;
  line-height: 22px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  -webkit-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
}

.hs-menu-wrapper a {
  color: #4c5864;
}
.hs-menu-wrapper a:hover {
  color: #ec7900;
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 { line-height: 1.2; }

a { 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; color: #ec7900; }
img { max-width: 100%; height:auto; }

.oculto {display: none;}

.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.rel { position: relative; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }
.z4 { z-index: 4; }
.z5 { z-index: 5; }
.z6 { z-index: 6; }
.z7 { z-index: 7; }
.z8 { z-index: 8; }
.z9 { z-index: 9; }

.form-title { padding:0 10px; margin: 0 0 15px 0; }
form label { font-size: 14px; font-weight: 400; color: #1a1e22; line-height: 1.2; }
form .hs-form-field>label {  }
form .hs-form-field.hs-fieldtype-radio>label,
form .hs-form-field.hs-fieldtype-checkbox>label {  }
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select { font-size: 14px !important; max-width: none !important; width: 100% !important; color: #1a1e22; background: #fff; font-weight: 400; border: 1px solid #979797; padding: 0 10px; height: 40px; box-sizing: border-box !important; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
; 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
form textarea { font-size: 14px !important; max-width: none !important; width: 100% !important; color: #1a1e22 !important; background: #fff; font-weight: 400; border: 1px solid #979797 !important; padding: 15px !important; box-sizing: border-box !important; 
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
; }
form input[type="submit"] { background: #ec7900 !important; color: #fff; outline: none; border: none !important; text-shadow: none !important; font-size: 16px !important; white-space: initial; padding: 8px 25px; line-height: 1.2; min-height:40px; 
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
 ; 
-webkit-transition: all .2s ease !important;
-moz-transition: all .2s ease !important;
-o-transition: all .2s ease !important;
-ms-transition: all .2s ease !important;
transition: all .2s ease !important;
; }
form input[type="submit"]:hover { background: #b25b00 !important; }
form .hs-form-required { color: #f00; margin-left:3px; }
form .hs-form-field { margin-bottom: 15px; padding: 0 10px; position:relative; }
form .actions { padding: 0 10px; text-align: center; }
form ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; }
form ul.hs-error-msgs li label { color: #f00; font-size: 11px; margin: 0 !important; line-height: 1.2; display: block; }
form fieldset { max-width: none !important; }
form fieldset .input { margin: 0 !important; }
.submitted-message { padding: 20px; text-align: center; font-weight: 600; }
form .inputs-list { list-style: none; padding-left: 10px; }
form .inputs-list li input { margin-right: 5px; }
form .legal-consent-container { font-size: 14px; padding: 0 10px; }
form .legal-consent-container p { font-size: 14px; }
form .legal-consent-container .hs-form-field { padding: 10px 0; }
form .legal-consent-container ul { padding: 0; }
form .legal-consent-container input[type="checkbox"] { margin-top: 2px; }

/* FORM ERROR MESSAGES */
form input.error, form select.error, form textarea.error { border-color:red !important; background: #FFEFEF; }
form .hs_error_rollup { display: none !important; }
form .hs-error-msgs label { margin: 0; display:block; font-size: 11px !important; font-weight: 400; color:red !important; }
form .hs-error-msgs li { margin: 0 !important; }
form .hs-error-msgs li:before { display:none; }
form .hs-error-msgs li:before { display:none; }


.btn { border: 1px solid; outline: none !important; white-space: normal; padding: 8px 15px; line-height: 1.2 !important; font-size:16px; color: #ec7900; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
; 
-webkit-box-shadow: 0 0 20px 0 rgb(39 57 81 / 21%);
-moz-box-shadow: 0 0 20px 0 rgb(39 57 81 / 21%);
box-shadow: 0 0 20px 0 rgb(39 57 81 / 21%);
; }
.btn:hover { color: #b25b00 }
.btn:focus, .btn.focus {color: #b25b00 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.btn-lg, .btn-group-lg > .btn { padding: 12px 25px; font-size: 16px; line-height: 1.1 !important; }
.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.2; }

.btn-primary { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-primary:hover { color: #fff; background-color: #b25b00; border-color: #b25b00; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #b25b00; border-color: #b25b00; }
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #b25b00; border-color: #b25b00; }
.btn-outline-primary { color: #ec7900; border-color: #ec7900; }
.btn-outline-primary:hover { color: #fff; background-color: #b25b00; border-color: #b25b00; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #ec7900; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.badge-primary { color: #fff; background-color: #ec7900; }
a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #b25b00; }
a.badge-primary:focus, a.badge-primary.focus { outline: 0; }

.btn-secondary { color: #ffffff; background-color: #282774; border-color: #282774; }
.btn-secondary:hover { color: #ffffff; background-color: #2200AC; border-color: #2200AC; }
.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #2200AC; border-color: #2200AC; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #282774; border-color: #282774; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #ffffff; background-color: #2200AC; border-color: #2200AC; }
.btn-outline-secondary { color: #282774; border-color: #282774; }
.btn-outline-secondary:hover { color: #fff; background-color: #2200AC; border-color: #2200AC; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #282774; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #ffffff; background-color: #282774; border-color: #282774; }
.badge-secondary { color: #fff; background-color: #282774; }
a.badge-secondary:hover, a.badge-secondary:focus { color: #ffffff; background-color: #2200AC; }
a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; }

.btn-warning { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning { color: #fb5607; border-color: #fb5607; }
.btn-outline-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #fb5607; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.badge-warning { color: #fff; background-color: #fb5607; }
a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #fb5607; }
a.badge-warning:focus, a.badge-warning.focus { outline: 0; }

.btn-light { background-color: #FFFFFF; color: #ec7900; border: 1px solid #ec7900; }
.btn-light:hover { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-light:focus, .btn-light.focus { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #b25b00; border-color: #b25b00; }
.btn-outline-light { color: #ec7900; border: 1px solid #ec7900; }
.btn-outline-light:hover { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #ec7900; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #ec7900; border-color: #ec7900; }
.badge-light { color: #fff; background-color: #fff; color: #ec7900; border: 1px solid #ec7900; }
a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #ec7900; }
a.badge-light:focus, a.badge-light.focus { outline: 0; }

.alert { 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }

.alert-primary { color: #ffffff; background-color: #ec7900; border-color: #ec7900; }
.alert-primary hr { border-top-color: #b25b00; }
.alert-primary .alert-link { color: #ffffff; }

.alert-secondary { color: #1a1e22; background-color: #282774; border-color: #282774; }
.alert-secondary hr { border-top-color: #2200AC; }
.alert-secondary .alert-link { color: #1a1e22; }

.alert-warning { color: #ffffff; background-color: #fb5607; border-color: #fb5607; }
.alert-warning hr { border-top-color: #fb5607; }
.alert-warning .alert-link { color: #ffffff; }

.alert-light { color: #ec7900; background-color: #ffffff; border-color: #ec7900; }
.alert-light hr { border-top-color: #b25b00; }
.alert-light .alert-link { color: #ec7900; }




a.cta_button { border-color:#ec7900 !important; background: #ec7900 !important; text-decoration: none; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.2; text-align: center; vertical-align: middle; cursor: pointer; color: #fff; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
; }
a.cta_button:hover { background: #b25b00 !important; border-color: #b25b00 !important; color: #ffffff !important; }
a.cta_button p { color:#fff !important; }
body a.cta_button.cimg { overflow: hidden; border: none; background: none !important; padding: 0 !important; 
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
; 
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
; }

h1,.h1 { font-size: 38px; }
h2,.h2 { font-size: 30px; }
h3,.h3 { font-size: 28px; }
h4,.h4 { font-size: 24px; }
h5,.h5 { font-size: 20px; }
h6,.h6 { font-size: 18px; }

.modal .modal-header .close { opacity: 1; margin: 0; }
.modal .modal-header .close span { display: block; line-height: 1; font-size: 40px; font-weight: 300; position: absolute; right: 15px; top: 4px; }

.bgi { color: #fff; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.bgov:before { display: block; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 30%); }

/* Slider */
.slick-slider { font-size: 0; position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; font-size: initial; }
.slick-slide>div { font-size: initial; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dotted { padding-bottom: 60px; }


/* Arrows */
.slick-prev,
.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; background: none; padding: 0; z-index: 1; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; border: none; outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before,
.slick-next:before { font-family: 'Font Awesome 5 Pro'; font-size: 20px; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.slick-prev { left: 0; }
[dir='rtl'] .slick-prev { right: 0; left: auto; }
.slick-prev:before { content: "\f053"; }
[dir='rtl'] .slick-prev:before { content: "\f053"; }
.slick-next { right: 0; }
[dir='rtl'] .slick-next { right: auto; left: 0; }
.slick-next:before { content: "\f054"; }
[dir='rtl'] .slick-next:before { content: "\f054"; }

/* Dots */
.slick-dots { font-size: 0; display: block; width: 100%; padding: 10px 0 0 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; display: block; padding: 0; cursor: pointer; border: 0; outline: 0; background: transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { background: #ec7900; }
.slick-dots li button:before { width: 15px; height: 15px; margin: 5px; content: ''; display: block; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #fff; border: 1px solid #ec7900; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
.slick-dots li.slick-active button:before { background: #ec7900; }

/* This is for the blog */
.snippet { background: #efefef; padding: 20px; margin: 50px auto; max-width: 700px; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
; }
.snippet h2 { font-size: 24px; margin-top: 0; }
.snippet ul, .snippet ol { padding-left: 30px; margin: 50px 0 0 0; }
.snippet li { padding-left: 10px; }
.snippet li::marker { font-weight: 900; }

.contPost p { margin-bottom: 30px; line-height: 1.6; }
.contPost ol, .contPost ul { margin: 30px 0; }
.contPost ol li, .contPost ul li { margin-bottom: 15px; }
.contPost blockquote { margin: 30px 0; font-style: italic; border-color: #ec7900; }


.socials .fab { text-decoration: none; margin: 0 5px; color: #ec7900; }

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}

.load-spin-wrapper { text-align: center; width: 100%; }
.load-spin-wrapper .fa-spinner { font-size: 40px; color: #ec7900; }
.load-spin-wrapper.go .fa-spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


.bgGray { background: #ECEFF2; }
.bgBlue { background: #282774; color: #fff; }

.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") }
	
.menuBlog { top: 57px; background: #fff; border-bottom: 0.5px solid #505964; }
.menuBlog .ctas .btn { 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.menuBlog .ctas .btn-light { margin-right: 15px; }
.menuBlog .navbar-collapse .search { display: none; }
.menuBlog ul.navbar-nav { padding: 0 10px; }
.menuBlog ul li a.nav-link { color: #505964; border-bottom: 2px solid transparent; margin-bottom: 10px; }
.menuBlog ul li.active a.nav-link { color: #282774; font-weight: 600; border-bottom: 2px solid #282774; }
.menuBlog .ctas.d { padding: 20px 0; }
.menuBlog .search { position: relative; }
.menuBlog .search .fa { position: absolute; left: 25px; top: 12px; font-size: 18px; font-weight: 400; color: #505964; }
.menuBlog .search input { border: none; border-left: 1px solid #505964; padding-left: 50px; border-radius: 0; }
.menuBlog .search .btnSearch { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.menuBlog ul li.nav-item a.dropdown-item.active { color: #c2c1ed; background: none; }

.searchBox { position: fixed; top: 0; left: 0; margin-top: -100%; width: 100%; z-index: 9999; background: #505964; padding-top: 50px; padding-bottom: 50px; transition: all 0.5s ease; }
.searchBox form input[type="text"] { background: #505964; color: #fff; border: none; border-bottom: 1px solid #FFFFFF; border-radius: 0; }
.searchBox form input[type="text"]::placeholder { color: #919399; }
.searchBox .fa { font-size: 30px; font-weight: 300; color: #fff; position: absolute; right: 15px; top: 15px; text-decoration: none; }
.searchBox.open { margin-top: 0; }

.sbovl { visibility: hidden; opacity: 0; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgb(80 89 100 / 30%); z-index: 9998; transition: all 0.3s ease; }
.sbovl.show { visibility: visible; opacity: 1; }
	
.contBlog .topics { padding-bottom: 15px; font-size: 12px; }
.contBlog .topics a { text-transform: uppercase; color: #505964; }
.contBlog .author .img { width: 35px; height: 35px; margin: 0; border-radius: 50%; }
.contBlog .author .avatar { min-width: 0; }
.contBlog .author .authInfo { padding-left: 15px; margin: 0; text-align: left; }
.contBlog .author .authInfo h6 { color: #505964; font-size: 14px; font-weight: 400; margin-bottom: 3px; }
.contBlog .author .authInfo h6.date { margin-bottom: 0; }
.contBlog .author .cont { padding: 0; }
.contBlog .fullList:first-child { display: none !important; }

.topBlog .ci .img { width: 100%; height: 250px; margin-bottom: 50px; }
.topBlog .box { margin: 50px 0 0 0; padding: 40px 15px; background: #FFFFFF; 
-webkit-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
; }
.topBlog .box h1 { margin-bottom: 50px; font-size: 36px; }
.topBlog .box h1 a { color: #1A1E22; }
.topBlog .box p { color: #505964; font-size: 20px; }
	
.mostread .tit h6 { color: #1A1E22; font-weight: 600; }
.mostread .box h5 a { color: #1A1E22; font-weight: 600; }
.mostread .box h6 .h6 a { color: #1A1E22; font-weight: 600; }
.mostread .author .authInfo h6 { margin-bottom: 5px; line-height: 1; }
.mostread .author .authInfo h6.date { margin-bottom: 0; }
.mostread .author .authInfo h6 a { font-weight: 400; color: #505964; }

.destacado {color:#1A1E22; font-size: 18px; font-weight: 600; }
.destacado a {color:#1A1E22; font-size: 18px; font-weight: 600; }
.destacado a:hover {color:#ec7900; text-decoration:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}

.listado {color:#1A1E22; font-size: 22px; font-weight: 600; }
.listado a {color:#1A1E22; font-size: 22px; font-weight: 600; }
.listado a:hover {color:#ec7900; text-decoration:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}

.principal {color:#1A1E22; font-size: 36px; font-weight: 400; margin-bottom: 30px;}
.principal a {color:#1A1E22; }
.principal a:hover {color:#ec7900; text-decoration:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}


.post .author .avatar { min-width: 0; }
.post .author .img { width: 50px; height: 50px; margin: 0; }
.post .author .authInfo { padding-left: 15px; margin: 0; text-align: left; }
.post .author .authInfo h6 { color: #505964; font-size: 14px; font-weight: 400; margin-bottom: 3px; }
.post .author .authInfo h6.date { margin-bottom: 0; }
.post .author .cont { padding: 0; }

.list .tit h2 { color: #ec7900; display: flex; align-items: center; }
.list .box h5 a { color: #1A1E22; font-weight: 600; }
.list .tit h2 .btn { margin-left: auto; box-shadow: none; margin-top: 2px; white-space: nowrap; }
.list .img { height: 250px; max-width:500px; }
.list-con-foto { overflow: hidden; max-width: 100%; padding: 0; }
.foto-en-lista { left: -25%; position: relative; }
.foto-publicacion { width: 100%; }
.list .box { position: relative; z-index: 2; margin: -50px 15px 0 15px; padding: 25px 15px; background: #FFFFFF; 
-webkit-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.06);
; }
.list.short .item:last-child { display: none; }

.susc form .field>label { color: #fff; }

.bannerDownload .cont h2,
.bannerDownload .cont h3,
.bannerDownload .cont h4,
.bannerDownload .cont h5,
.bannerDownload .cont h6 { font-family: 'Faustina',serif; }
.bannerDownload .btn-light { background: none; border-color: #fff; color: #fff; }
.bannerDownload .btn-light:hover { background: #fff; color: #282774; }


.author .cont { padding-top: 40px; padding-bottom: 35px; }
.author .img { display: block; width: 100px; height: 100px; margin: 0 auto 30px auto; border-radius: 50%; }
.author h6 { font-weight: 600; }
.author h6 a { color: #505964; }
.author p { font-size: 16px; }
.author .soc { padding-top: 20px; }
.author .fab { text-decoration: none; margin: 0 10px; width: 38px; height: 38px; background: #ec7900; text-align: center; line-height: 38px; color: #ffffff; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; }
.author .authInfo { max-width: 480px; }
.author .date .cd { text-transform: capitalize; }

.searchBox .hs-search-field--open .hs-search-field__suggestions { padding: 10px; border-color: #fff !important; }
.searchBox .hs-search-field--open .hs-search-field__suggestions #results-for { color: #fff; margin-bottom: 10px; padding: 0 5px 5px 5px; border-bottom: 1px solid #76787a; }
.searchBox .hs-search-field--open .hs-search-field__suggestions li a { color: #fff; padding: 5px; text-decoration: none; }
.searchBox .hs-search-field--open .hs-search-field__suggestions li a:hover { background: #ec7900; }

@media (max-width: 1199px) {
	.menuBlog ul li.nav-item .dropdown-menu { border: none; box-shadow: none; padding-bottom: 20px; }
	.menuBlog ul li.nav-item .dropdown-menu a.dropdown-item { padding: 5px 15px; }
	.menuBlog ul li.nav-item .dropdown-menu a.dropdown-item.active { color: #282774; }
}

@media (max-width: 767px) {
	
  .menuBlog .ctas.m { display: none; }
	
	.author .authInfo { text-align: center; max-width: 400px; margin: 0 auto; }
	
} /* End 767px */

@media (min-width: 768px) {

	/* This is for the blog */
	.snippet { padding: 50px; }

  .menuBlog { top: 57px; }
  .menuBlog .ctas.d { display: none; }
	.menuBlog .search { margin-left: 30px; }
	
	.searchBox { padding-top: 100px; padding-bottom: 100px; }
	.searchBox .fa { top: 40px; right: 40px; }
	.searchBox form input[type="text"] { font-size: 36px !important; height: 60px; }
	
	.topBlog { padding-bottom: 30px; }
	.topBlog .box { margin-right: -40px; position: relative; z-index: 2; }
	.topBlog .ci .img { margin: 0 0 0 -40px; width: auto; height: 90%;}

	.list.short .item:last-child { display: block; }
	.list .box { padding: 25px; }
	
	.susc form { text-align: left; display: inline-block; }
	.susc form .hs_email { display: inline-block; vertical-align: top; width: 400px; }
	.susc form .hs_submit { display: inline-block; vertical-align: top; padding-top: 26px; }
	
	.author .cont { display: flex; justify-content: center; }
	.author .cont p { margin: 0; }
	.author .avatar { min-width: 100px; }
	.author .fab { margin: 0 20px 0 0; }
	.author .authInfo { padding-left: 55px; }
	.author .img { margin-bottom: 0; }
	

} /* End 768px */

@media (min-width: 992px) {

	h1,.h1 { font-size: 38px; }
	h2,.h2 { font-size: 30px; }
	h3,.h3 { font-size: 28px; }
	h4,.h4 { font-size: 24px; }
	h5,.h5 { font-size: 20px; }
	h6,.h6 { font-size: 18px; }

  /* FORM ERROR MESSAGES */
  form .field .hs-error-msgs { opacity:0; margin: 0; position: absolute; left: 5px; width: auto; background: #FFFFFF; bottom: 83%; padding: 5px 10px !important; 
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
  form .field .hs-error-msgs:after { top: 100%; left: 20px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #ffffff; border-width: 6px; margin-left: 0px; }
  form .field:hover .hs-error-msgs { opacity:1; }

	.topBlog .box { padding: 30px 50px; }

}

@media (min-width: 1200px) {
	
	.menuBlog { padding: 0; }
	.menuBlog ul.navbar-nav { padding: 0; }
	.menuBlog>.container { padding: 0; }
	.menuBlog ul li a.nav-link { margin: 0; padding: 18px 10px; white-space: nowrap; }
	.menuBlog .ctas .btn { white-space: nowrap; }
  .menuBlog .search { display: none; }
	.menuBlog .search input { padding-left: 70px; }
	.menuBlog .search .fa { left: 40px; top: 11px; }
  .menuBlog .navbar-collapse .search { display: flex; }
  .menuBlog .ctas.d { display: flex; padding: 0; }
  .menuBlog .ctas.m { display: none; }
	.menuBlog .dropdown-menu.fade { display: block; opacity: 0; pointer-events: none; }
  .menuBlog .dropdown.show > .dropdown-menu.fade { pointer-events: auto; opacity: 1; }
	.bgdm { position: fixed; left: 0; top: 113px; height: 160px; width: 100%; background: #282774; z-index: 1; opacity: 0; visibility: hidden; transition: all 0.2s ease; }
	.bgdm.sh { opacity: 1; visibility: visible; }
	.menuBlog .dropdown-menu { background: #232272; border: none; box-shadow: none; padding: 15px 10px; margin-top: 0; }/* Agregado fondo azul y margen 0*/
	.menuBlog .dropdown-menu a { color: #fff; padding: 5px 0 5px 18px; position: relative; }
	.menuBlog .dropdown-menu a:before { display: block; content: ''; width: 6px; height: 6px; background: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
	.menuBlog .dropdown-menu a:hover { background: none; text-decoration: underline; }
	.menuBlog li.dropdown:before { bottom: 0; left: 50%; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; margin-left: -18px; border: 20px solid transparent; border-bottom: 12px solid transparent; transition: all 0.2s ease; }
	.menuBlog li.dropdown.show:before { border-bottom: 12px solid #282774; }
	
	.topBlog .box { margin-left: -15px; }
	.topBlog .ci .img { margin-right: -15px; }
	
	.list.short .item:last-child { display: none; }
	
} /* End 1200px */


@media (min-width: 1600px){

	/*
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl { max-width: 1470px; }

	.row-cols-xxl-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	.row-cols-xxl-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.row-cols-xxl-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.row-cols-xxl-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.row-cols-xxl-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20% }
	.row-cols-xxl-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-12 { width: 100% }
	.col-xxl-11 { width: 91.66666667% }
	.col-xxl-10 { width: 83.33333333% }
	.col-xxl-9 { width: 75% }
	.col-xxl-8 { width: 66.66666667% }
	.col-xxl-7 { width: 58.33333333% }
	.col-xxl-6 { width: 50% }
	.col-xxl-5 { width: 41.66666667% }
	.col-xxl-4 { width: 33.33333333% }
	.col-xxl-3 { width: 25% }
	.col-xxl-2 { width: 16.66666667% }
	.col-xxl-1 { width: 8.33333333% }
	
	.col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
	.col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
	.col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
	.col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
	.col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
	.col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
	.col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
	.col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	
	.order-xxl-first { -ms-flex-order: -1; order: -1 }
	.order-xxl-last { -ms-flex-order: 13; order: 13 }
	.order-xxl-0 { -ms-flex-order: 0; order: 0 }
	.order-xxl-1 { -ms-flex-order: 1; order: 1 }
	.order-xxl-2 { -ms-flex-order: 2; order: 2 }
	.order-xxl-3 { -ms-flex-order: 3; order: 3 }
	.order-xxl-4 { -ms-flex-order: 4; order: 4 }
	.order-xxl-5 { -ms-flex-order: 5; order: 5 }
	.order-xxl-6 { -ms-flex-order: 6; order: 6 }
	.order-xxl-7 { -ms-flex-order: 7; order: 7 }
	.order-xxl-8 { -ms-flex-order: 8; order: 8 }
	.order-xxl-9 { -ms-flex-order: 9; order: 9 }
	.order-xxl-10 { -ms-flex-order: 10; order: 10 }
	.order-xxl-11 { -ms-flex-order: 11; order: 11 }
	.order-xxl-12 { -ms-flex-order: 12; order: 12 }
	.offset-xxl-0 { margin-left: 0 }
	.offset-xxl-1 { margin-left: 8.333333% }
	.offset-xxl-2 { margin-left: 16.666667% }
	.offset-xxl-3 { margin-left: 25% }
	.offset-xxl-4 { margin-left: 33.333333% }
	.offset-xxl-5 { margin-left: 41.666667% }
	.offset-xxl-6 { margin-left: 50% }
	.offset-xxl-7 { margin-left: 58.333333% }
	.offset-xxl-8 { margin-left: 66.666667% }
	.offset-xxl-9 { margin-left: 75% }
	.offset-xxl-10 { margin-left: 83.333333% }
	.offset-xxl-11 { margin-left: 91.666667% }
	.d-xxl-none { display:none!important }
	.d-xxl-inline { display: inline!important }
	.d-xxl-inline-block { display: inline-block!important }
	.d-xxl-block { display: block!important }
	.d-xxl-table { display: table!important }
	.d-xxl-table-row { display: table-row!important }
	.d-xxl-table-cell { display: table-cell!important }
	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important }
	.d-xxl-inline-flex { display: -ms-inline-flexbox!important; display: inline-flex!important }
	.flex-xxl-row { -ms-flex-direction:row!important; flex-direction: row!important }
	.flex-xxl-column { -ms-flex-direction: column!important; flex-direction: column!important }
	.flex-xxl-row-reverse { -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important }
	.flex-xxl-column-reverse { -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important }
	.flex-xxl-wrap { -ms-flex-wrap: wrap!important; flex-wrap: wrap!important }
	.flex-xxl-nowrap { -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important }
	.flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important }
	.flex-xxl-fill { -ms-flex: 1 1 auto!important; flex: 1 1 auto!important }
	.flex-xxl-grow-0 { -ms-flex-positive: 0!important; flex-grow: 0!important }
	.flex-xxl-grow-1 { -ms-flex-positive: 1!important; flex-grow: 1!important }
	.flex-xxl-shrink-0 { -ms-flex-negative: 0!important; flex-shrink: 0!important }
	.flex-xxl-shrink-1 { -ms-flex-negative: 1!important; flex-shrink: 1!important }
	.justify-content-xxl-start { -ms-flex-pack: start!important; justify-content: flex-start!important }
	.justify-content-xxl-end { -ms-flex-pack: end!important; justify-content: flex-end!important }
	.justify-content-xxl-center { -ms-flex-pack: center!important; justify-content: center!important }
	.justify-content-xxl-between { -ms-flex-pack: justify!important; justify-content: space-between!important }
	.justify-content-xxl-around { -ms-flex-pack: distribute!important; justify-content: space-around!important }
	.align-items-xxl-start { -ms-flex-align: start!important; align-items: flex-start!important }
	.align-items-xxl-end { -ms-flex-align: end!important; align-items: flex-end!important }
	.align-items-xxl-center { -ms-flex-align: center!important; align-items: center!important }
	.align-items-xxl-baseline { -ms-flex-align: baseline!important; align-items: baseline!important }
	.align-items-xxl-stretch { -ms-flex-align: stretch!important; align-items: stretch!important }
	.align-content-xxl-start { -ms-flex-line-pack: start!important; align-content: flex-start!important }
	.align-content-xxl-end { -ms-flex-line-pack: end!important; align-content: flex-end!important }
	.align-content-xxl-center { -ms-flex-line-pack: center!important; align-content: center!important }
	.align-content-xxl-between { -ms-flex-line-pack: justify!important; align-content: space-between!important }
	.align-content-xxl-around { -ms-flex-line-pack: distribute!important; align-content: space-around!important }
	.align-content-xxl-stretch { -ms-flex-line-pack: stretch!important; align-content: stretch!important }
	.align-self-xxl-auto { -ms-flex-item-align: auto!important; align-self: auto!important }
	.align-self-xxl-start { -ms-flex-item-align: start!important; align-self: flex-start!important }
	.align-self-xxl-end { -ms-flex-item-align: end!important; align-self: flex-end!important }
	.align-self-xxl-center { -ms-flex-item-align: center!important; align-self: center!important }
	.align-self-xxl-baseline { -ms-flex-item-align: baseline!important; align-self: baseline!important }
	.align-self-xxl-stretch { -ms-flex-item-align: stretch!important; align-self: stretch!important }
	.float-xxl-left { float:left!important }
	.float-xxl-right { float: right!important }
	.float-xxl-none { float: none!important }
	.m-xxl-0 { margin:0!important } .mt-xxl-0,.my-xxl-0 { margin-top: 0!important } .mr-xxl-0,.mx-xxl-0 { margin-right: 0!important } .mb-xxl-0,.my-xxl-0 { margin-bottom: 0!important } .ml-xxl-0,.mx-xxl-0 { margin-left: 0!important } .m-xxl-1 { margin: .25rem!important } .mt-xxl-1,.my-xxl-1 { margin-top: .25rem!important } .mr-xxl-1,.mx-xxl-1 { margin-right: .25rem!important } .mb-xxl-1,.my-xxl-1 { margin-bottom: .25rem!important } .ml-xxl-1,.mx-xxl-1 { margin-left: .25rem!important } .m-xxl-2 { margin: .5rem!important } .mt-xxl-2,.my-xxl-2 { margin-top: .5rem!important } .mr-xxl-2,.mx-xxl-2 { margin-right: .5rem!important } .mb-xxl-2,.my-xxl-2 { margin-bottom: .5rem!important } .ml-xxl-2,.mx-xxl-2 { margin-left: .5rem!important } .m-xxl-3 { margin: 1rem!important } .mt-xxl-3,.my-xxl-3 { margin-top: 1rem!important } .mr-xxl-3,.mx-xxl-3 { margin-right: 1rem!important } .mb-xxl-3,.my-xxl-3 { margin-bottom: 1rem!important } .ml-xxl-3,.mx-xxl-3 { margin-left: 1rem!important } .m-xxl-4 { margin: 1.5rem!important } .mt-xxl-4,.my-xxl-4 { margin-top: 1.5rem!important } .mr-xxl-4,.mx-xxl-4 { margin-right: 1.5rem!important } .mb-xxl-4,.my-xxl-4 { margin-bottom: 1.5rem!important } .ml-xxl-4,.mx-xxl-4 { margin-left: 1.5rem!important } .m-xxl-5 { margin: 3rem!important } .mt-xxl-5,.my-xxl-5 { margin-top: 3rem!important } .mr-xxl-5,.mx-xxl-5 { margin-right: 3rem!important } .mb-xxl-5,.my-xxl-5 { margin-bottom: 3rem!important } .ml-xxl-5,.mx-xxl-5 { margin-left: 3rem!important } .p-xxl-0 { padding: 0!important } .pt-xxl-0,.py-xxl-0 { padding-top: 0!important } .pr-xxl-0,.px-xxl-0 { padding-right: 0!important } .pb-xxl-0,.py-xxl-0 { padding-bottom: 0!important } .pl-xxl-0,.px-xxl-0 { padding-left: 0!important } .p-xxl-1 { padding: .25rem!important } .pt-xxl-1,.py-xxl-1 { padding-top: .25rem!important } .pr-xxl-1,.px-xxl-1 { padding-right: .25rem!important } .pb-xxl-1,.py-xxl-1 { padding-bottom: .25rem!important } .pl-xxl-1,.px-xxl-1 { padding-left: .25rem!important } .p-xxl-2 { padding: .5rem!important } .pt-xxl-2,.py-xxl-2 { padding-top: .5rem!important } .pr-xxl-2,.px-xxl-2 { padding-right: .5rem!important } .pb-xxl-2,.py-xxl-2 { padding-bottom: .5rem!important } .pl-xxl-2,.px-xxl-2 { padding-left: .5rem!important } .p-xxl-3 { padding: 1rem!important } .pt-xxl-3,.py-xxl-3 { padding-top: 1rem!important } .pr-xxl-3,.px-xxl-3 { padding-right: 1rem!important } .pb-xxl-3,.py-xxl-3 { padding-bottom: 1rem!important } .pl-xxl-3,.px-xxl-3 { padding-left: 1rem!important } .p-xxl-4 { padding: 1.5rem!important } .pt-xxl-4,.py-xxl-4 { padding-top: 1.5rem!important } .pr-xxl-4,.px-xxl-4 { padding-right: 1.5rem!important } .pb-xxl-4,.py-xxl-4 { padding-bottom: 1.5rem!important } .pl-xxl-4,.px-xxl-4 { padding-left: 1.5rem!important } .p-xxl-5 { padding: 3rem!important } .pt-xxl-5,.py-xxl-5 { padding-top: 3rem!important } .pr-xxl-5,.px-xxl-5 { padding-right: 3rem!important } .pb-xxl-5,.py-xxl-5 { padding-bottom: 3rem!important } .pl-xxl-5,.px-xxl-5 { padding-left: 3rem!important } .m-xxl-n1 { margin: -.25rem!important } .mt-xxl-n1,.my-xxl-n1 { margin-top: -.25rem!important } .mr-xxl-n1,.mx-xxl-n1 { margin-right: -.25rem!important } .mb-xxl-n1,.my-xxl-n1 { margin-bottom: -.25rem!important } .ml-xxl-n1,.mx-xxl-n1 { margin-left: -.25rem!important } .m-xxl-n2 { margin: -.5rem!important } .mt-xxl-n2,.my-xxl-n2 { margin-top: -.5rem!important } .mr-xxl-n2,.mx-xxl-n2 { margin-right: -.5rem!important } .mb-xxl-n2,.my-xxl-n2 { margin-bottom: -.5rem!important } .ml-xxl-n2,.mx-xxl-n2 { margin-left: -.5rem!important } .m-xxl-n3 { margin: -1rem!important } .mt-xxl-n3,.my-xxl-n3 { margin-top: -1rem!important } .mr-xxl-n3,.mx-xxl-n3 { margin-right: -1rem!important } .mb-xxl-n3,.my-xxl-n3 { margin-bottom: -1rem!important } .ml-xxl-n3,.mx-xxl-n3 { margin-left: -1rem!important } .m-xxl-n4 { margin: -1.5rem!important } .mt-xxl-n4,.my-xxl-n4 { margin-top: -1.5rem!important } .mr-xxl-n4,.mx-xxl-n4 { margin-right: -1.5rem!important } .mb-xxl-n4,.my-xxl-n4 { margin-bottom: -1.5rem!important } .ml-xxl-n4,.mx-xxl-n4 { margin-left: -1.5rem!important } .m-xxl-n5 { margin: -3rem!important } .mt-xxl-n5,.my-xxl-n5 { margin-top: -3rem!important } .mr-xxl-n5,.mx-xxl-n5 { margin-right: -3rem!important } .mb-xxl-n5,.my-xxl-n5 { margin-bottom: -3rem!important } .ml-xxl-n5,.mx-xxl-n5 { margin-left: -3rem!important } .m-xxl-auto { margin: auto!important } .mt-xxl-auto,.my-xxl-auto { margin-top: auto!important } .mr-xxl-auto,.mx-xxl-auto { margin-right: auto!important } .mb-xxl-auto,.my-xxl-auto { margin-bottom: auto!important } .ml-xxl-auto,.mx-xxl-auto { margin-left: auto!important }
	.text-xxl-left { text-align:left!important } .text-xxl-right { text-align: right!important } .text-xxl-center { text-align: center!important }
	
	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important; }
	*/

} /* End 1600px */