/***********************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/*****************************************/











/*****************************************/

body {
  font-family: 'Raleway', sans-serif;
  color: ca;
  color: #000000;
}
h1, h2, h3, h4 {
  /*font-family: 'Baskerville', serif;*/
  font-family: 'Raleway', sans-serif;
  color: #022B5A;
  font-weight:400;
  text-transform: uppercase;
}
h1 {
  font-size: 32px;
  line-height: 38px;
}
h1.jumbo {
  font-size: 48px;
  line-height: 57.6px;
}
h2 {
  font-size: 28px;
  line-height: 34px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
a {
  color: #E49E56;
  text-decoration: underline;
  -webkit-transition: all 0s ease-in-out;
     -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
       -o-transition: all 0s ease-in-out;
          transition: all 0s ease-in-out;
}
a:hover {
  color: #E49E56;
  text-decoration: underline;
}
a.link-more {
  font-size: 18px;
  font-family: 'PT Serif', serif;
  font-weight: bold;
  text-decoration: none;
  background: url('https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg') no-repeat right top 1px;
  padding-right: 46px;
}
p{
  font-family:'Raleway',sans-serif;
}
.p-azul p{
  color:#022B5A;
}

.li-gris li{
  color:#4e5159 !important;
}

.p-gris p{
  color:#4e5159;
}

.span-gris span{
  color:#4e5159;
}
.h2-gris h2{
  color: #4e5159;
  
}
.h3-gris h3{
  color: #4e5159;
  
}
.h4-gris h4{
  color: #4e5159;
  
}
.show1 .span4:nth-child(2),.show1 .span4:last-child{
    display:none;
}
.show2 .span4:last-child{
    display:none;
}
.cessa-content ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}
.cessa-content ul li {
  background: url('https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/list-style.svg') no-repeat left top 6px;
  padding-left: 20px;
  margin-bottom: 8px;
  margin-left: 10px;
}
.cessa-content blockquote {
  background: url('https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/assets/system/cessa-quote.svg') no-repeat left top;
  margin: 30px 0;
  padding: 0 50px;
  font-size: 18px;
  font-family: 'PT Serif', serif;
}
.cessa-content ol {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  counter-reset: li;
}
.cessa-content ol li {
  padding-left: 20px;
  margin-bottom: 8px;
  counter-increment: li;
}
.cessa-content ol li::before {
  content: counter(li);
  color: #0066DA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.newsletter{
    background-color:#DBE0E2;
    padding-top:50px;
    padding-bottom:50px;
    
}
.newsletter .contenedor{
    width: 100%;
    max-width:1080px;
    margin: 0 auto;
    float: inherit;
    margin-left: auto !important;
}
.newsletter h2{
    
}
.newsletter .hs-form{
    display: flex;
}
.newsletter .hs-form .hs-form-field{
    width: calc(100% - 30px);
    margin-right: 30px;
}
.newsletter .hs-form .hs-form-field label{
    display:none;
}
.newsletter .hs-form a.hs-button{
    width: 23%;
    padding: 10.5px 40px !important;
    height: 45px;
    box-shadow: 0px 0px 13px rgba(228, 158, 86, 0.62);
}
body .newsletter form .hs-input{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius:0px !important;
}
.newsletter .hs_cos_wrapper_type_text{
    color: #002D73;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
    display: inline-block;
}


/* site search */
.results.cessa-content {
    padding-top:30px;
    padding-bottom:90px;
}
.results .container{
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    float: inherit;
    margin-left: auto !important;
}
.search-icon{}
.search-icon svg{
  position:relative;
  top:3px;
  
}
.close-search{
    width: 28px;
    height: 28px;
    background-image: url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/website-cessa/assets/close-a-cessa.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    position: relative;
    right: 0px;
    top: 31px;
    opacity: .7;
    transition: all .6s;
    margin: 0 auto;
}
.close-search:hover,.close-search:focus,.close-search:active{
  opacity:1;
  transition:all .6s;
  cursor:pointer;
}
.search-icon svg path{transition:all .6s;}
.search-icon svg:hover path{fill:#E49E56;transition:all .6s;}
.search-content{
	-webkit-transform: translateY(-114px);
		-moz-transform: translateY(-114px);
		-ms-transform: translateY(-114px);
		-o-transform: translateY(-114px);
		transform: translateY(-114px);
  transition:all .6s;
  position:fixed;
  top:0;
  left:0px;
  right:0px;
  background: #EEE;
  z-index: 1199;
}
.search-content .main-header .logo-cessa{
    margin-left:0px !important;
}
.search-content .main-header .logo-cessa img{
    margin-top:21px !important;
}
.search-content .span1{
    background: #022B5A;
    min-height: 93px;
}
.search-content.active{
  -webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
  transition:all .6s;
}
.search-content form{
  display:flex;
}
.menu-header .span1{
    background: #022B5A;
    min-height: 80px;
  
}
.search-content form input[type="text"]{
     border-radius: 7px;
    height: 42px !important;
    margin-top: 27px;
    margin-bottom: 24px !important;
  padding-left:15px;
}
.search-content .logo-cessa{
    position:relative !important;
}
.search-content form button{
background:transparent;
  border: none;
}
button,input[type="submit"]{
-webkit-appearance:none !important;
}
.search-content form button span{
 background: url(https://498405.fs1.hubspotusercontent-na1.net/hubfs/498405/Kardmatch-website-Ene-2020/arrow-2.svg) no-repeat center;
  width: 34px;
  height: 24px;
  display: inline-block;
}

.search-content form button span svg{
  display:none;
}
.menu-seach-bar{
    padding-left: 0px;
    list-style: none; 
    margin-top: 25px;
    margin-bottom: 22px;
    text-align:center;
}
.hs-search-field--open .hs-search-field__suggestions{
  border:0px solid transparent;
}
.hs-search-field__suggestions #results-for{
  color:#052b5a;
}
.hs-search-field__suggestions li:last-child{margin-bottom:20px;}
.hs-search-field__suggestions li a{color:#052b5a;text-decoration:none;font-size:17px;line-height:32px;transition:all .4s;}
.hs-search-field__suggestions li a:hover{color:#E49E56;background-color:transparent;transition:all .4s;}

/* Forms */

body label {
  margin-bottom: 5px;
  font-weight: 400;
}

body form{
  max-width:100%;
  margin:0 auto;
}

body form .hs-input {
  border-radius: 8px;
  border: 0px solid transparent !important;
  height: 45px;
}
body form select.hs-input{
  background: #fff url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/website-cessa/icons/caret-cessa.svg) no-repeat 98% 51%;
  background-size: 15px;
  color: #000 !important;
  -webkit-appearance: none;
}
select option{
    color:#000 !important;
    font-size:17px;
}
body form .hs-button.primary {
  background-color: #E49E56 !important;
  border: 1px solid #E49E56 !important;
  color: #fff !important;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px;
}
body form .hs-button.primary:hover {
  background-color: #B66400 !important;
  border: 1px solid #B66400 !important;
}

/* Buttons */

.btn-primary, .btn-primary:hover,
.btn-alternative, .btn-alternative:hover {
  color: #fff !important;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
    cursor:pointer;
}
.btn-primary-big, .btn-primary-big:hover,
.btn-alternative-big, .btn-alternative-big:hover {
  color: #fff !important;
  padding: 12px 80px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
.btn-primary, .btn-primary-big {
  background-color: #E49E56;
  border: 1px solid #E49E56;
}
.btn-primary:hover, .btn-primary-big:hover {
  background-color: #AD773F;
  border: 1px solid #AD773F;
}
.btn-alternative, .btn-alternative-big {
  background-color: #E49E56;
  border: 1px solid #E49E56;
}
.btn-alternative:hover, .btn-alternative-big:hover {
  background-color: #B66400;
  border: 1px solid #B66400;
}
.text-form-module .hs-button.primary, .text-form-module input[type="submit"] {
  border: 1px solid #E49E56 !important;
}
/*****************************************/

.container {
  max-width: 1080px;
}
.header-container,
.footer-container .container {
  max-width: 1080px;
  display: block;
  float: none;
  position: relative;
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 0 15px;
}
.header-container {
  padding: 0;
  background: transparent;
}
.body-container-wrapper {
  padding-top: 80px;
}
.swiper-pagination-bullet-active {
  background: #18345D;
}
.mobile-trigger {
  text-decoration: none;
}

/*****************************************/

.main-header .logo-cessa {
  display: block;
  position: absolute;
  max-width: 344px;
  margin-left: 0px !important;
  margin-top: 6px;
  z-index: 999;
}
.main-header .logo-cessa img{
  margin-top:9px;
  margin-left:10px;
  max-height: 54px;
}
.header-container-wrapper {
  height: auto;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 6px 1px rgba(189,189,189,0.2);
     -moz-box-shadow: 1px 2px 6px 1px rgba(189,189,189,0.2);
          box-shadow: 1px 2px 6px 1px rgba(189,189,189,0.2);
}
.header-container {
    max-width:100%;
}
.header-container-wrapper .container{;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    float: inherit;
    margin-left: auto !important;
}
.header-container-wrapper{
    max-width:100%;
}
.main-header .menu-header {
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
  color: #E49E56;
}
.main-header .menu-header ul {
  float: right;
  margin-top: 0px;
  padding-top: 0;
}
.main-header .menu-header ul li {
  line-height: normal;
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
.main-header .menu-header ul li a {
  padding: 30px 0px;
  margin: 0 0 0 10px;
  max-width: none;
}
.main-header .menu-header ul li.hs-item-has-children:last-child a {
  padding:30.5px 30px;
  margin: 0 0 0 10px;
  background-color: #E49E56;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
.main-header .menu-header ul li.hs-item-has-children:last-child a + ul li.hs-menu-depth-2 a{
  background: #fff;
  color: #34495e;
  font-weight: 400;
  padding: 15px 0px 15px 0px;
}
.main-header .menu-header ul li.hs-item-has-children:last-child a + ul li.hs-menu-depth-2 a:hover{
background-color:#E49E56;
color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  display: none;
}
.main-header .menu-header ul li a:hover {
  
}
.main-header .menu-header ul ul {
  background-color: #fff;
  border-radius: 5px;
  float: left;
  margin-left: 0;
  box-shadow: 0 6px 12px 0 rgba(2,43,90,0.15);
  margin-top: 0;
  padding: 0;
  left: 0 !important;
  border:none;
  min-width:172px;
}
.main-header .menu-header ul ul li:hover {
  background-color: #E49E56;
}
.main-header .menu-header ul ul li a {
  font-size: 14px;
  text-align: center;
  padding: 10px 3px 10px 3px;
  border-top: none;
  margin: 0 !important;
  color: #022B5A;
}
.main-header .menu-header ul ul li a:hover {
  color: #fff;
}
.main-header .menu-header ul ul li:hover a {
  color: #fff !important;
}
.main-header .menu-header ul ul li:last-child a {
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  color: #022B5A;
  font-weight: normal;
}
.main-header .menu-header ul ul li:last-child:hover a {
  background-color: #E49E56;
  color: #fff;
}
.main-header .menu-header ul li:last-child ul li a {
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  color: #022B5A;
  font-weight: normal;
}
.main-header .menu-header ul li:last-child ul li:hover {
  background-color: #E49E56;
}
.main-header .menu-header ul li:last-child ul li:hover a {
  color: #fff;
  background-color: transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child > a:after {
  color: #fff;
}

/****************HOME PAGE*************************/
.cards .contenedor-full{padding-left:0px;padding-right:0px;}
.cards .span3{
    background-color: #fff;
    margin-left: 0px;
    width: 25%;
    padding: 0px;
    height: 370px;
    transition:all .4s;
    position:relative;
    z-index:0;
    transition: all .4s !important;
}
.cards .span3:hover{
   z-index:1;
    transition: all .4s !important;
}
.cards .span3>div{
  width:100%;
  height:100%;
  padding: 30px 35px;
  border-right: 1px solid #979797;
}
.cards .span3 h1{
  text-align:left;
  transition:all .4s;}
.cards .span3 p{
line-height: 26px;
    letter-spacing: 0.2px;
    color: #022B5A;
  transition:all .4s;
}
.cards .span3 a{
  color: #e49e56 !important; 
  padding:0px;
  border:none;
  background-color:transparent;
  transition:all .4s;
  position:relative;
  max-width:131px;
}
.cards .span3 a:after {
   content: '';
    background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
    background-size: contain;
    width: 35px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 10px;
    transition: width .4s;
    right: -50px;
    background-position: left;
    background-repeat: no-repeat;
}
.cards .span3>div:hover *{color:#fff !important;transition:all .4s;}
.cards .span3>div:hover {
background-color: #e49e56;
    transition: all .4s !important;
    transform: scale(1.1) !important;
    box-shadow: 0px 10px 26px rgba(228, 158, 86, 0.45);
    border-right: none;
}
.cards .span3>div:hover a:after{
   background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next2.svg);
   width: 62px;
  right: -73px;
   transition: width .4s;
}
.cards .span3>div{
}

/* CARDS PROFESIONAL */
.cards .span4{
    background-color: #fff;
    margin-left: 0px;
    width: 33.3333333333%;
    padding: 0px;
    height: 370px;
    transition:all .4s;
    position:relative;
    z-index:0;
    transition: all .4s !important;
}
.cards .span4 h1,.cards .span4 h2,.cards .span4 h3,.cards .span4 p{
    color:#fff !important;
}
.cards .span4 p{
    margin:0px;
}
.cards .span4 a{
    text-decoration:none;
    font-weight:600;
}
.cards .span4:nth-child(1){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg32923.jpg') no-repeat center;
    background-size:cover;
    border-left: 1px solid #fff;
}
.cards .span4:nth-child(2){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg32923.jpg') no-repeat center;
    background-size:cover;
}
.cards .span4:nth-child(3){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg56798.jpg') no-repeat center;
    background-size:cover;
}
.cards .span4:hover{
   z-index:1;
    transition: all .4s !important;
}
.cards .span4>div{
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: grid;
}
.cards .bottom{
    vertical-align: bottom;
    align-content: end;
    display: inline-grid;
}

.cards .span4 h1{
  text-align:left;
  transition:all .4s;}
.cards .span4 p{
line-height: 26px;
    letter-spacing: 0.2px;
    color: #022B5A;
  transition:all .4s;
}
.cards .span4 a{
  color: #e49e56 !important; 
  padding:0px;
  border:none;
  background-color:transparent;
  transition:all .4s;
  position:relative;
  max-width:131px;
}
.cards .span4 a.line:after {
   content: '';
    background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
    background-size: contain;
    width: 35px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 10px;
    transition: width .4s;
    right: -50px;
    background-position: left;
    background-repeat: no-repeat;
}
.cards .span4>div:hover *{color:#fff !important;transition:all .4s;}
.cards .span4>div:hover {
background-color: #e49e56;
    transition: all .4s !important;
    transform: scale(1.1) !important;
    box-shadow: 0px 10px 26px rgba(228, 158, 86, 0.45);
    border-right: none;
}
.cards .span4>div:hover a:after{
   background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next2.svg);
   width: 62px;
  right: -73px;
   transition: width .4s;
}
.cards .span4>div{
}
/* CARDS PROFESIONAL */





/* CARDS DEMO */
.cards_D .contenedor-full{padding-left:0px;padding-right:0px;}
.cards_D .span3{
    background-color: #fff;
    margin-left: 0px;
    width: 25%;
    padding: 0px;
    height: 600px;
    transition:all .4s;
    position:relative;
    z-index:0;
    transition: all .4s !important;
}
.cards_D .span3:hover{
   z-index:1;
    transition: all .4s !important;
}
.cards_D .span3>div{
  width:100%;
  height:100%;
  padding: 10px 10px;
  border-right: 1px solid #979797;
}
.cards_D .span3 h1{
  text-align:left;
  transition:all .4s;}
.cards_D .span3 p{
line-height: 26px;
    letter-spacing: 0.2px;
    color: #022B5A;
  transition:all .4s;
}
.cards_D .span3 a{
  color: #e49e56 !important; 
  padding:0px;
  border:none;
  background-color:transparent;
  transition:all .4s;
  position:relative;
  max-width:131px;
}
.cards_D .span3 a:after {
   content: '';
    background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
    background-size: contain;
    width: 35px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 10px;
    transition: width .4s;
    right: -50px;
    background-position: left;
    background-repeat: no-repeat;
}
.cards_D .span3>div:hover *{color:#fff !important;transition:all .4s;}
.cards_D .span3>div:hover {
background-color: #e49e56;
    transition: all .4s !important;
    transform: scale(1.1) !important;
    box-shadow: 0px 10px 26px rgba(228, 158, 86, 0.45);
    border-right: none;
}
.cards_D .span3>div:hover a:after{
   background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next2.svg);
   width: 62px;
  right: -73px;
   transition: width .4s;
}
.cards_D .span3>div{
}
/*copia Card proferional*/
.cards_D .span4{
    background-color: #fff;
    margin-left: 0px;
    width: 33.3333333333%;
    padding: 0px;
    height: 370px;
    transition:all .4s;
    position:relative;
    z-index:0;
    transition: all .4s !important;
}
.cards_D .span4 h1,.cards_D .span4 h2,.cards_D .span4 h3,.cards_D .span4 p{
    color:#fff !important;
}
.cards_D .span4 p{
    margin:0px;
}
.cards_D .span4 a{
    text-decoration:none;
    font-weight:600;
}
.cards_D .span4:nth-child(1){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg32923.jpg') no-repeat center;
    background-size:cover;
    border-left: 1px solid #fff;
}
.cards_D .span4:nth-child(2){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg32923.jpg') no-repeat center;
    background-size:cover;
}
.cards_D .span4:nth-child(3){
    background:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/bg56798.jpg') no-repeat center;
    background-size:cover;
}
.cards_D .span4:hover{
   z-index:1;
    transition: all .4s !important;
}
.cards_D .span4>div{
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: grid;
}
.cards_D .bottom{
    vertical-align: bottom;
    align-content: end;
    display: inline-grid;
}

.cards_D .span4 h1{
  text-align:left;
  transition:all .4s;}
.cards_D .span4 p{
line-height: 26px;
    letter-spacing: 0.2px;
    color: #022B5A;
  transition:all .4s;
}
.cards_D .span4 a{
  color: #e49e56 !important; 
  padding:0px;
  border:none;
  background-color:transparent;
  transition:all .4s;
  position:relative;
  max-width:131px;
}
.cards_D .span4 a.line:after {
   content: '';
    background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
    background-size: contain;
    width: 35px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 10px;
    transition: width .4s;
    right: -50px;
    background-position: left;
    background-repeat: no-repeat;
}
.cards_D .span4>div:hover *{color:#fff !important;transition:all .4s;}
.cards_D .span4>div:hover {
background-color: #e49e56;
    transition: all .4s !important;
    transform: scale(1.1) !important;
    box-shadow: 0px 10px 26px rgba(228, 158, 86, 0.45);
    border-right: none;
}
.cards_D .span4>div:hover a:after{
   background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next2.svg);
   width: 62px;
  right: -73px;
   transition: width .4s;
}
.cards_D .span4>div{
}
/* CARDS DEMO */




.cessa-bg{
  background: #eee;  
  padding-top: 10px;
  padding-bottom: 70px;
}
.cessa-bg  a.btn-primary{
  color: #e49e56 !important;
  padding: 0px;
  border: 0;
  background-color: transparent;
  transition: all .4s;
  position: relative;
  font-weight: 600;
  text-decoration: none;
}
.cessa-bg a.btn-primary:after {
  content: '';
  background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
  background-size: contain;
  width: 35px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: -1px;
  margin-left: 10px;
  transition: width .4s;
  right: -50px;
  background-position: left;
  background-repeat: no-repeat;
}

.txt-white *{color:#fff;}
.txt-blue *{color:#022B5A;}

.info-section{
    background-color: #fff;
    padding: 15px 25px;
}
.info-section img{margin:0 auto;}
.info-section h1{
  text-align:center;
  font-size: 28px;
}
.info-section .pinsvg{
  height: 100px;
  display: inline-block;
  width: 90px;
  text-align: left;
}
.info-section .flex{
  display:flex;
}
.info-section p{color:#000;}
.info-section *{color:#000;}
.info-section h2,.info-section h3{color:#022b5a;}
.info-section a{}
.shadow{box-shadow:7px 7px 19px rgba(2, 43, 90, 0.09);}

.banner-section{background-blend-mode: overlay;position:relative;overflow:hidden;}
.banner-section:after{content:'';background-color:rgba(6, 87, 178, 0.88);width:100%;height:100%;position:absolute;top:0;left:0;display:inline-block;}
.banner-section *{color:#fff;}
.banner-section>div{position:relative;z-index:1;}
.banner-section i.line1{
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.banner-section i.line2{
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: -100%;
  top: 0;
}

.banner-licenciatura{
  height:410px;
  display:flex !important;
  background-color:rgba(0, 0, 0, 0.68) !important;
  background-blend-mode:multiply;
}
.banner-licenciatura *{color:#fff;}
.autoheight{height:auto !important;}
.section-natacion .contenedor{border-top:1px solid #979797;padding-top: 50px;}


.banner-licenciatura-Diplomado{
  height:410px;
  /*display:flex !important;*/
  /*background-color:rgba(69, 72, 79, 0.90 ) !important;*/
  background-color: rgb(70, 74, 85);
  /*background-blend-mode:multiply;*/
}

.banner3-licenciatura-Diplomado{
  height:100%;
  /*display:flex !important;*/
  /*background-color:rgba(69, 72, 79, 0.90 ) !important;*/
  background-color: rgb(92, 98, 107); 
  /*background-blend-mode:multiply;*/
}

.banner-licenciatura-Diplomado *{color:#fff;}


.banner-licenciatura-tenue{
  height:410px;
  display:flex !important;
  background-color:rgba(0, 0, 0, 0.40) !important;
  background-blend-mode:multiply;
}
.banner-licenciatura-tenue *{color:#fff;}


.deg,.deg1{position:relative;}
.deg:after {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity:.31;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 10%, rgba(0,102,218,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(10%, rgba(0,0,0,0.04)), color-stop(100%, rgba(0,102,218,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 10%, rgba(0,102,218,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 10%, rgba(0,102,218,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 10%, rgba(0,102,218,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 10%, rgba(0,102,218,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0066da', GradientType=0 );
}
.deg:before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color:#022B5A;
  opacity:0;
}



.deg1:after{
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: .9;
    filter: opacity();
    background: rgba(0,0,0,0.04);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(1,32,66,1) 70%, rgba(2,43,90,1) 95%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.04)), color-stop(70%, rgba(1,32,66,1)), color-stop(95%, rgba(2,43,90,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(1,32,66,1) 70%, rgba(2,43,90,1) 95%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(1,32,66,1) 70%, rgba(2,43,90,1) 95%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(1,32,66,1) 70%, rgba(2,43,90,1) 95%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, rgba(1,32,66,1) 70%, rgba(2,43,90,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#022b5a', GradientType=0 );
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-licenciatura{display:flex;}
.info-licenciatura .contenedor,.info-licenciatura .contenedor-full{width:100% !important;}
.info-licenciatura .contenedor-full .span12{width:100% !important;}
.info-licenciatura .contenedor-full .span12 .hs_cos_wrapper{width:100% !important;}
.info-licenciatura .contenedor-full .span12 .hs_cos_wrapper div{
    border-right: 1px solid #979797;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 15px;
    min-height: 95px;
}
.info-licenciatura.s1 .contenedor-full .span12 .hs_cos_wrapper div{width: calc(100% / 1 - 4px) !important;}
.info-licenciatura.s2 .contenedor-full .span12 .hs_cos_wrapper div{width: calc(100% / 2 - 4px) !important;}
.info-licenciatura.s3 .contenedor-full .span12 .hs_cos_wrapper div{width: calc(100% / 3 - 4px) !important;}
.info-licenciatura.s4 .contenedor-full .span12 .hs_cos_wrapper div{width: calc(100% / 4 - 4px) !important;}
.info-licenciatura.s5 .contenedor-full .span12 .hs_cos_wrapper div{width: calc(100% / 5 - 4px) !important;}

.info-licenciatura.s5 .contenedor-full .span12 .hs_cos_wrapper div h2{}
.info-licenciatura.s5 .contenedor-full .span12 .hs_cos_wrapper div p{}

.info-licenciatura .contenedor-full .span12 .hs_cos_wrapper div:last-child{border-right:0px solid #fff;}

.box-section .span4{
  background-color:#fff;
}
.box-section .span4 img{margin-top:30px;margin-bottom:20px;}
.box-section .span4 h4{margin-bottom:20px;}
.box-section .span4 a{margin-bottom:38px;}

.box-section .span4{
  background-color:#fff;
}
.box-section .hs_cos_wrapper_type_inline_rich_text {text-align:center;}
.box-section .hs_cos_wrapper_type_inline_rich_text div{
  background-color:#fff;
      width: calc(100% / 3 - 11px);
    display: inline-block;
    margin: 0 7px;
}
.box-section .hs_cos_wrapper_type_inline_rich_text div:first-child{margin-left:0px;}
.box-section .hs_cos_wrapper_type_inline_rich_text div:last-child{margin-right:0px;}
.box-section .hs_cos_wrapper_type_inline_rich_text div img{margin-top:30px;margin-bottom:20px;}
.box-section .hs_cos_wrapper_type_inline_rich_text div h4{margin-bottom:20px;}
.box-section .hs_cos_wrapper_type_inline_rich_text div a{margin-bottom:38px;}
/*.box-section.s1 .hs_cos_wrapper_type_inline_rich_text div{
  width: calc(100% / 3);
  display: inline-block;
}*/

.licenciaturas-list .span4{background-color:#fff;}
.licenciaturas-list .span4 img{margin-top:30px;margin-bottom:0px;}
.licenciaturas-list .span4 h4{margin-bottom:20px;}
.licenciaturas-list .span4 a{margin-bottom:38px;}
.licenciaturas-list .span4 a {
    color: #e49e56 !important;
    padding: 0px;
    border: 0;
    background-color: transparent;
    transition: all .4s;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
.licenciaturas-list .span4 a:after {
    content: '';
    background-image: url(https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/icons/arrow-next.svg);
    background-size: contain;
    width: 35px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: -1px;
    margin-left: 10px;
    transition: width .4s;
    right: -50px;
    background-position: left;
    background-repeat: no-repeat;
}
.cessa-error{height:800px;background:#022B5A url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/website-cessa/wallpaper/header_error.png') no-repeat left center;}
.cessa-error .contenedor-full,.cessa-error section,.cessa-error>div{height:100%;}
.cessa-error img{width:100% !important;}
.form-section{background-color:#044793;}
.lp-banner{}
.lp-banner .span6{position:relative;z-index:1;}
.lp-banner form{background-color:#fff;padding:40px;position:relative;z-index:1;border-radius:6px;}
.lp-banner form *{color: #022B5A;}
.lp-banner form input{
  color: #022B5A;
  border: 1px solid #022B5A !important;
  height: 45px;
  border-radius: 5px;
  margin-top: 5px;
}
.lp-banner.chico-fondo{height:720px;padding-top:0px !important;padding-bottom:0px !important;position:relative;}
.lp-banner.chico-fondo *{position:initial}
.lp-banner.chico-fondo .contenedor{height:100%;}
.lp-banner.chico-fondo img{position:absolute;bottom:0px;}

/*****************************************/

.footer-container-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #022B5A;
  color: #fff;
}
.footer-container-wrapper p {
  margin: 0 0 6px 0;
}
.footer-container-wrapper a {
  color: #fff;
}
.footer-container-wrapper a:hover {
  text-decoration: underline;
}
.footer-container-wrapper .menu-footer .hs-menu-flow-vertical ul{
  column-count: 2;
}
.footer-container-wrapper .menu-footer .hs-menu-flow-vertical ul li{line-height:29px;margin-bottom:0px !important;}
.menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
  margin-bottom: 12px;
  display: block;
  float: left;
  width: 100%;
}
.menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child {
  margin-bottom: 0;
}
.menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0 7px 0 0;
  color: #fff;
  width: auto;
  display: block;
  float: left;
  background-position: right top 10px;
  background-repeat: no-repeat;
  background-image: url('https://2661669.fs1.hubspotusercontent-na1.net/hubfs/2661669/website-cessa/assets/system/link-menu.svg');
}
.menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
  text-decoration: underline;
}
.footer-container-wrapper a.img-sc {
  margin-right: 15px;
}
.footer-container-wrapper a.img-sc img:hover {
  filter: invert(0.36) sepia(1) saturate(12.9) hue-rotate(331.2deg) brightness(0.96) !important;
}
.legal-consent-container {
  margin-bottom: 15px;
}
.legal-consent-container p {
  font-size: 12px;
}
.cta-banner>.contenedor{
    background-image:url('https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/Bg-2332443.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.big-slide{
    padding-bottom:7px !important;
}
.big-slide .line{
    width:50%;
    height:1px;
    background:#E59F56;
    margin:20px 0px;
}
.big-slide .info-slide{
    background:inherit;
    background-color:#fff;
    background-image: url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/icon3453.svg);
    background-position: 50px -20px;
    background-size: 110px;
    background-repeat: no-repeat;
}
.big-slide h1,.big-slide h2,.big-slide h3,.big-slide h4{
    text-transform:inherit !important;
}
.big-slide h5{
    display:none;
}
.big-slide .info-slide .image{
    width:25%;
}
.big-slide .info-slide .image .bg-image{
    width: 244px;
    height: 244px;
    border: 0px solid #fff;
    left: -5%;
    top: 33px;
    box-shadow: none;
    position:relative;
    z-index:1;

}
.big-slide .info-slide .image:after{
    content:'';
    background: url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/Assets%20Feria%20Virtual/icon346324.svg) no-repeat 60% 20%;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    background-size: 100%;
    position: absolute;
    top: -10px;
    right: -30px;
}
.big-slide .info-slide .image .comilla{
    display:none
}
.big-slide .info-slide .text{
    width:75%;
    padding-right: 120px;
    box-shadow: 5px 0px 5px rgb(0 0 0 / 5%);
    border-radius: 3px;
}
.big-slide  .info-slide .text:after{
    display:none;
}
/*****************************************/
@media (max-width: 1024px) {
  .swiper-container .container-medium{width:85%;}
   h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .cards .span3 p{font-size:15px;line-height:23px;}
  .info-slide{width:85%;}
  .info-slide .text{width:85%;}
  .banner-section i.line1{right:-76%;}
  .banner-section i.line2{left:-76%;}
    
    .newsletter .contenedor{
        width: 90%;
    margin-left: auto;
  }
}

@media (max-width: 990px) {
  .main-header .logo-cessa {
    max-width: 210px;
    margin-top: 7px;
  }
  .main-header .menu-header ul li:last-child a {
    padding: 12px 15px;
    margin: 0;
  }
  .swiper-container .container-medium{width:85%;}
  .cards .contenedor-full{display:inline-block !important;}
  .cards .span3{width: calc(100% / 2 - 4px);margin-bottom:20px;display:inline-block;}
  .info-slide .text{padding-left:20px;}
  .info-slide .image{width:18%;}
  .info-slide .text{width:82%;}
    .big-slide .info-slide .image .bg-image{
        width: 94px;
        height: 94px;
        top: 1px;
    }
  
}



/*****************************************/

@media (max-width: 768px) {
    .icono-busqueda{
        width: 40px !important;
        display: inline-block;
        position: absolute;
        right: 139px;
        top: -8px;
    }
    .menu-seach-bar {
        padding-left: 0px;
        margin-top: 22px;
        margin-bottom: 0;
    }
    .search-icon svg {
        top: 4px;
        width: 20px;
    }
    
    .search-content .container .row-fluid{
        display:table;
    }
    .search-content .container .row-fluid .span3{
        width: 114px !important;
        display: inline-block;
    }
    .search-content .container .row-fluid .span8{
        width: calc(100% - 205px) !important;
        display: inline-block;
        margin-left: 25px !important;
        margin-left: 25px !important;
        vertical-align: top;
    }
    .search-content .container .row-fluid .span1{
        float: right !important;
        width: 53px !important;
        min-height: 60px;
    }
    .mobile-trigger{
        z-index:99;
    }
    .search-content form input[type="text"]{
        margin-top: 8px;
        margin-bottom: 0px !important;
    }
    .close-search{
        top:13px;
    }
    .search-content.active{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        transition: all .6s;
    }
    .submenu-content{
        display:none !important;
    }
    .main-header .menu-header ul{
        overflow:auto;
    }
    .main-header .menu-header ul li.submenu{
        display: block;
        padding: 0px;
        color: #000;
        line-height: 1.2;
        vertical-align: top;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-bottom: 21px;
    }
    .main-header .menu-header ul li.submenu span{
        line-height: 1.2;
        display: block;
        font-weight: 400;
        text-align: right;
    text-align: center;
    }
    .main-header .menu-header ul li.submenu a{
        display: block;
        padding: 0;
        line-height: 1.2;
        min-width: 198px;
        text-align: left !important;
        margin-left: 0px !important;
        padding: 0px !important;
        text-align: center !important;
    }
    .main-header .menu-header ul li.submenu:last-child(
      margin-bottom:30px !important;
    )
    .newsletter {
        padding-left:15px;
        padding-right:15px;
        
    }
    .newsletter .contenedor{
        width:100%;
    }
    .newsletter .hs-form{
        display:block !important;
    }
    .newsletter .hs-form .hs-form-field {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
  .box-section .span4{padding:10px 0px;}
  .box-section .hs_cos_wrapper_type_inline_rich_text div{width:90%;margin:13px 0px;}
  .widget_1584055532142,.swiper-container-autoheight{height:auto !important;}
  .cards .span3{height:auto;}
  .main-header .logo-cessa img{margin-top:0px;}
  .accordion-content .contents{display:block !important;}
  .accordion-container .content-entry.open i:before{
  left: 1px;
    font-size: 14px;
  }
  .accordion-content{padding:15px;}
  .accordion-content h3{font-size:20px;}
  .accordion-container .article-title{
   padding: 13px 28px 13px 11px;
    font-size: 17px;
    line-height: 1.3;
  }
  .accordion-container .content-entry>.article-title>i{
  font-size: 22px;
  }
  .header-container-wrapper {
    height: 60px;
    position: fixed;
  }
  .body-container-wrapper {
    padding-top: 60px;
  }
  .main-header .logo-cessa {
    max-width: 280px;
    margin-top: 3px;
    left: 15px;
  }
  .mobile-trigger {
    top: 10px;
    right: 15px;
    padding: 12px 30px;
    margin-top: 0;
    text-transform: uppercase;
    background-color: #E49E56;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
  }
  .mobile-trigger:hover {
    color: #fff;
  }
  .main-header .menu-header {
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    background: #fff;
  }
  .main-header .menu-header ul {
    margin-top: 60px;
    border-top: 1px solid #D8D8D8;
    padding: 10px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    display: block;
    float: left;
    position: relative;
    width: 100% !important;
    text-align: center !important;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    display:inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children>a:after{
        color: #e49e56;
      content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children>a + a:after{content:'';color:transparent;}
  .main-header .menu-header ul li a {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 16px;
    line-height: 24px;
    color: #022B5A !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    color: #022B5A !important;
  }
  .child-trigger {
    margin-top: -44px !important;
    z-index: 9999;
    display: inline-block !important;
    float: left;
    position: relative;
    width: 100% !important;
    background-color: transparent !important;
  }
  .main-header .menu-header ul ul {
    border-radius: 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  .main-header .menu-header ul ul li:hover {
    background-color: #fff;
  }
  .main-header .menu-header ul ul li:hover a {
    color: #022B5A !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    width: 100%;
    font-weight: normal;
  }
  /*.main-header .menu-header ul li:last-child a {
    padding: 10px 0;
    margin: 0;
    color: #fff !important;
  }*/
  .main-header .menu-header ul ul li:last-child a {
    color: #022B5A !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    text-align: left;
  }
  .main-header .menu-header ul ul li:last-child:hover a {
    background-color: #fff;
  }
  .main-header .menu-header ul li:last-child ul li a {
    color: #022B5A !important;
  }
  .main-header .menu-header ul li:last-child ul li:hover {
    background-color: transparent !important;
  }
  .main-header .menu-header ul li:last-child ul {
    border-top: none;
    border-bottom: none;
  }
  
  .menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    margin-bottom: 6px;
    width: 50%;
  }
  .footer-container-wrapper .span3 {
    display: block;
    float: left;
    width: 50%;
  }
  .footer-container-wrapper .span3:nth-child(1),
  .footer-container-wrapper .span3:nth-child(2) {
    margin-bottom: 45px;
  }
  .swiper-container .container-medium{width:100%;}
  
  .menu-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    text-align: left !important;
    display: inline-block;
    width: auto !important;
    padding-right: 14px !important;
    background-position: 100% 50%;
  }
  .info {
      height: 100%;
      width: 100%;
      padding:45px 0px 20px 0px;
      text-align: left;
    min-width:100%;
  }
  .info h1{
    font-size:29px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    
  }
  .info p{
    transform: translate3d(0px, 0px, 0px) !important;
    font-size:15px;
  }
  .info p br{display:none;}
  .info a.btn-primary {
    padding: 8px 7px;
    display: table;
    margin: 0 auto;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .cards .span3>div:hover{
  transform: scale(1) !important;
  }
  .bg-videobackground{min-height:300px !important;margin-bottom:20px;}
  .widget_1584050120635{
    height:350px !important;
    /*background-image: url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/website-cessa/assets/generales/back_slider_home.jpg);*/
    background-image: url(https://6005631.fs1.hubspotusercontent-na1.net/hubfs/6005631/website-cessa/assets/generales/back_slider_home_2023.jpg);
    background-size: cover;
        background-color: rgba(2,43,90,0.6);
    background-blend-mode: multiply;
    background-position:center;
  }
  .widget_1584050120635 .container-medium{height:100%;}
  .widget_1584050120635 .bg{transform: translate3d(0px,0px,0px) !important;visibility:hidden;}
  .swiper-container.swiper-testimonial{
  }
  .swiper-container.swiper-testimonial .info-slide{
  width:100%;
    padding:8px;
    display:block;
  }
   .swiper-container.swiper-testimonial .info-slide .image{width:100%;}
   .swiper-container.swiper-testimonial .info-slide .text{width:100%;padding-left:14px;padding-right:15px;}
  .info-slide .image .bg-image{left: 0px;
    top: 0;
    margin: 0 auto;
    width: 140px;
    height: 140px;}
  .widget_1584050263670 {
    height: auto !important;
  }
  .swiper-container.swiper-testimonial{width:94% !important;}
  .info-slide .text:after{background-color:transparent;}
  .info-slide p{font-size:17px;}
  .info-slide h5{margin-top: 12px;margin-bottom:0px;}
  .banner-section i.line2{top:-30px;}
  .banner-section i.line1{bottom:-30px;}
    .main-header .menu-header ul li.hs-item-has-children:last-child {
        color:#f00;
    }
  .main-header .menu-header ul li:nth-child(5) a:first-child{
      background-color: #e49e55 !important;
    color: #fff !important;
    padding: 16.5px 20px;
    margin: 0px;
    width: 80% !important;
    margin: 0 auto;
    display: table;
    float: inherit;
  }
  .info-licenciatura.s4 .contenedor-full .span12 .hs_cos_wrapper div{
      width: 100% !important;
    padding: 0;
    border-right: 0px;
    border-bottom: 1px solid #979797;
    min-height: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info-licenciatura .contenedor-full .span12 .hs_cos_wrapper div{
    border-right: none;
    border-bottom: 1px solid #979797;
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 15px;
  }
  .info-licenciatura.s1 .contenedor-full .span12 .hs_cos_wrapper div{width: 100% !important;}
  .info-licenciatura.s2 .contenedor-full .span12 .hs_cos_wrapper div{width: 100% !important;}
  .info-licenciatura.s3 .contenedor-full .span12 .hs_cos_wrapper div{width: 100% !important;}
  .info-licenciatura.s4 .contenedor-full .span12 .hs_cos_wrapper div{width: 100% !important;}
  .info-licenciatura.s5 .contenedor-full .span12 .hs_cos_wrapper div{width: 100% !important;}
  .banner-licenciatura {
    height: auto;
    padding-top: 30px;
  }
}

/*****************************************/

@media (max-width: 620px) {
  .footer-container-wrapper .span3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-container-wrapper .span3:last-child {
    margin-bottom: 0px;
  }
  .menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    margin-bottom: 12px;
    width: 100%;
  }
  .menu-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .main-header .logo-cessa img{
    margin-top: 4px;
    margin-left: 0px;
    max-height: 44px;
  }
  .inverso .contenedor {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

/*****************************************/

@media (max-width: 480px) {
  .main-header .logo-cessa {
    max-width: 200px;
    margin-top: 3px;
  }
}

@media (max-width: 480px) {
.header-container-wrapper {
    background-color: transparent;
    /* backdrop-filter: none; */
    box-shadow: none;
    height: 1%;
}
  }