/* @import url('http://example.com/example_style.css'); */
/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Zilla Slab'), local('ZillaSlab-Regular'), url(https://fonts.gstatic.com/s/zillaslab/v5/dFa6ZfeM_74wlPZtksIFajo6_V6LVlA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Zilla Slab Bold'), local('ZillaSlab-Bold'), url(https://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYoEf6HOpW3pwfa0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 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;}

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

/* Colores   */
/*****************************************/











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

html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

/* Titles   */
/*****************************************/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Zilla Slab', serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #FF5900;
}
.jumbo {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 32px;
}
h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 22px;
}
h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 18px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.body-container ul, .body-container ol {
  padding-left: 30px;
}
.body-container ul li {
  list-style-type: none;
  padding-left: 18px;
  background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/vineta.png');
  background-repeat: no-repeat;
  background-position: left top 9px;
  background-size: 7px;
}
.hs_cos_wrapper_type_rich_text ul li:before{
  /*content: url('https://4664222.fs1.hubspotusercontent-na1.net/hubfs/4664222/website/assets/bullet-png.png')!important;*/
  margin-right: 8px;
  margin-bottom: 10px;
}
blockquote {
  padding: 0 0 0 110px;
  margin: 30px auto;
  max-width: 100%;
  font-weight: 400;
  background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/vectores/comillas.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 73px;
}
blockquote p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
p {
  margin: 0 0 23px 0;
}
a {
  color: #FF5900;
  -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;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

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

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hs-responsive-embed { 
	position: relative; 
	height: 0; 
	overflow: hidden; 
	padding-top: 0; 
	padding-left: 0; 
	padding-right: 0; 
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 	
	position: absolute; 
	top: 0; 
	left: 0; 
	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: 56.25%; 
}

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

.header-container {
  padding: 0;
  background: transparent;
}
.header-container-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.general .body-container-wrapper,
.general-form .body-container-wrapper,
.blog .body-container-wrapper {
  padding-top: 130px; 
}
.videohome, #box-title-secion-video {
  display: block;
}
.container {
  display: block;
  max-width: 1257px;
  float: none !important;
  margin: 0 auto !important;
}
.hs_cos_wrapper_type_module {
  display: block;
  float: left;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

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

.btn-primary, .btn-secondary, .btn-alternative {
  display: inline-block;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 28px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
}
.btn-primary {
  border: 1px solid #FF5900;
  background-color: #FF5900 !important;
  color: #FFF !important;
}
.btn-primary:hover {
  color: #FFF;
}
.btn-secondary {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF !important;
}
.btn-secondary:hover {
  color: #FFF;
}
.btn-alternative {
  border: 2px solid #6B3F23;
  background-color: #6B3F23;
  color: #FFF !important;
}
.btn-alternative:hover {
  color: #FFF;
}

.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15) !important;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.btn-primary:hover, .btn-secondary:hover, .btn-alternative:hover,
.btn-primary:focus, .btn-secondary:focus, .btn-alternative:focus,
.btn-primary:active, .btn-secondary:active, .btn-alternative:active{
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none !important;
}

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

.sup-header {
  width: 100%;
  height: 30px;
  position: fixed;
  background-color: #000;
}
.sup-header ul {
  float: right;
  height: 46px;
}
.sup-header ul li {
  list-style-image: none;
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  margin-left: 0;
}
.sup-header ul li a {
  color: #fff;
  max-width: none !important;
  padding: 3px 20px !important;
}
.sup-header ul li:last-child a {
  padding-right: 0 !important;
}
.sup-header .container {
  max-width: 1230px;
}

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

.main-header {
  width: 100% !important;
  height: 60px;
  background-color: rgba(255,89,0,1);
  position: fixed;
  top: 30px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
} 
.main-header ul {
}
.main-header ul li {
  list-style-image: none;
  font-family: 'Zilla Slab', serif;
  font-size: 18px;
  margin-left: 0;
}
.main-header ul li a {
  color: #fff;
  max-width: none;
}
.main-header ul li:last-child a {
  padding-right: 0;
}
.main-header .logo-anahuac {
  display: block;
  position: absolute;
  width: 151px;
  margin-top: 9px;
  z-index: 999;
}
.main-header .container {
  max-width: 1230px;
  position: relative;
}
.main-header .boton-anahuac {
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 180px;
  height: 48px;
}
.main-header .menu-header {
  display: block;
  position: absolute;
  right: 185px;
  top: 9px;
}
.main-header .menu-header ul {
  float: right;
}
.main-header .menu-header ul li {
  line-height: normal;
  padding: 4px 0;
}
.main-header .menu-header ul li a {
  padding: 5px 0px;
  margin: 0 10px;
  max-width: none;
  border-bottom: 1px solid transparent;
}
.main-header .menu-header ul li a:hover {
  /*border-bottom: 1px solid #FF5900;*/
}
.main-header .menu-header ul li:last-child {
  border-radius: 5px;
  font-weight: 600;
  background-color: #000000;
  margin-left: 8px;
  border-bottom: transparent;
}
.main-header .menu-header ul li:last-child a {
  padding: 6px 22px 2px 22px;
}
.main-header .menu-header ul ul {
  background-color: #fff;
  border-radius: 5px;
  float: left;
  margin-left: 10px;
  box-shadow: 0px 0px 5px #cfcfcf;
}
.main-header .menu-header ul ul li:hover {
  background-color: #F5F5F5;
}
.main-header .menu-header ul ul li a {
  color: #000;
  font-size: 16px;
}
.main-header .menu-header ul ul li a:hover,
.main-header .menu-header ul ul li:last-child a:hover{
  border-bottom: 1px solid transparent;
}
.main-header .menu-header ul ul li:last-child {
  border-radius: 0px;
  padding: 5px 0px;
  font-weight: 400;
  background-color: transparent;
  margin-left: 0px;
}
.main-header .menu-header ul ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main-header .menu-header ul ul li:last-child:hover {
  background-color: #F5F5F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-header .menu-header ul ul li:last-child a {
  padding: 5px 0px;
}

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

#box-title-secion-video h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.box-caption {
  max-width: 800px;
}
.box-caption p {
  margin-bottom: 30px;
}

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

#home-numeros {
  display: block;
  background-color: transparent !important;
  margin-top: -40px !important;
}
#home-numeros .span4 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 20px 30px 20px;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.10);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.10);
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.10);
  position:relative;
  z-index:2;
  padding:50px 20px 30px 20px;
}
#home-numeros .span4.numeralia-content{
  padding:0px;
}
#home-numeros .span4.numeralia-content a{
  display:block;
  padding:50px 20px 30px 20px;
}
#home-numeros a:hover{
  text-decoration:none !important;
}
#home-numeros h2 {
  font-size: 70px;
  color: #fff;
  -webkit-text-stroke: 1px #6B3F23;
  margin-bottom: 20px;
  transition: all .4s;
}
#home-numeros a p,#home-numeros a .p1{
  color:#000000;
}
#home-numeros h3 {
  background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/sep-h3.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 84px;
  padding-bottom: 16px;
}
#home-numeros p,
#home-numeros .p1 {
  font-size: 16px;
  line-height: 24px;
}
.wcs-testi1-section{}
.wcs-testi1-section ul li{background-image:none;}
.wcs-testi1-section .slick-dots li.slick-active button:before{color:#FF5900;}
.wcs-testi1-section .slick-dots li button:before{color:#FF5900;}
/* ============= */

#info-anahuac {
  display: block;
}
#info-anahuac .span4 {
  background-color: #FFF6F1;
  border-radius: 5px;
  padding: 30px 20px;
}
#info-anahuac .span4 .p1:last-child {
  margin-bottom: 0;
}
#info-anahuac .span4 a {
  font-weight: 600;
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
}
#info-anahuac .span4 a:hover {
  color: #6B3F23;
}
.modulo3cta .txtcopy {
  font-family: 'Roboto', sans-serif;
}
.cta_horizontal {
  font-family: 'Zilla Slab', serif;
}

/* ============= */

.newsletter {
  background-color: #FF5900;
  padding: 15px 0 0 0;
}
.newsletter .container {
  background-image: url(https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/ns-woman-icon.png);
  background-repeat: no-repeat;
  background-size: 125px;
  height: 100px;
  padding-top: 25px;
}
.newsletter h3 {
  color: #fff;
  display: inline-block;
  float: left;
  position: relative;
  text-align: right;
  width: 45%;
  padding: 0 15px;
  margin-top: 2px;
}
.newsletter form {
  display: inline-block;
  float: left;
  position: relative;
  width: 55%;
}
.newsletter label {
  display: none;
}
.newsletter input[type="email"] {
  display: inline-block;
  max-width: 320px;
  height: 40px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: url(https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/ns-input-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: 15px;
  background-position-y: center;
  padding-left: 55px;
}
.newsletter input[type="submit"],
.newsletter input[type="submit"]:hover {
  display: inline-block;
  background-color: #000;
  border: none;
  text-indent: -9999px;
  
  background-image: url(https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/boton.png);
  background-repeat: no-repeat;
  background-size: 200px;
  /* background-position: top 9px left 28px; */
  width: 200px;
  background-position-y: -7px;
  height: 55px !important;
}
.newsletter form ::placeholder {
  color: #D8D8D8;
}
.newsletter .input {
  display: block;
  float: left;
  position: relative;
  width: 320px;
}
.newsletter .actions {
  display: inline-block;
  float: left;
  position: relative;
}
.newsletter .hs_email {
  display: inline-block;
  float: left;
  position: relative;
  max-width: 320px;
}
.newsletter .hs-form-field {
  margin-bottom: 0px;
}

/* ============= */

.rss-home {
  margin-top: 30px;
}
.rss-home .hs-rss-item {
  display: table;
  float: left;
  position: relative;
  width: 50%;
  padding: 0 20px 20px 20px;
}
/*.rss-home .hs_cos_wrapper_type_rss_listing {
  display: block;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/line.png');
}*/
.rss-home h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Zilla Slab', serif;
  color: #000;
  background-color: #fff;
  width: max-content;
  margin: 0 auto 60px auto;
  padding: 0 15px;
}
.rss-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: table-header-group;
  max-width: 510px;
  max-height: 270px;
}
.rss-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
  max-width: 510px;
  max-height: 270px;
}
.rss-home .hs-rss-item-text {
  display: table-footer-group;
}
.rss-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  float: left;
  padding-right: 0;
  box-sizing: border-box;
  margin-top: 20px;
}
.rss-home .hs-rss-title {
  color: #FF5900;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Zilla Slab', serif;
}
.rss-home .hs-rss-title:hover {
  color: #FF5900;
  text-decoration: none;
  font-weight: 600;
}
.rss-home .hs-rss-description {
  margin-top: 15px;
}
.rss-home .hs-rss-description a {
  display: block;
  width: 100%;
  padding-left: 0;
  text-decoration: none !important;
  color: #FF5900 !important;
  background-color: #fff;
  font-weight: 600;
  font-family: 'Zilla Slab', serif;
}
.rss-home .hs-rss-description a:hover {
  color: #6B3F23 !important;
}

/* ============= */

.form-footer {
  background-color: #181818;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}
.form-footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
.form-footer h1, .form-footer h2, .form-footer h3, .form-footer h4 {
  color: #fff;
}
.form-footer h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.form-footer .info-form {
  text-align: center;
}
.form-footer .info-form img {
  max-width: 210px;
}

/* ============= */

form label {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Zilla Slab', serif;
}
form input, form select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px !important;
}
.hs-error-msgs {
  margin: 0;
}
.hs-error-msgs li {
  list-style-image: none;
  margin-left: 0px;
  color: #ff0000;
}
.hs-error-msgs li label {
  font-size: 14px;
  line-height: 20px;
}
.inputs-list li {
  list-style-image: none;
  margin-left: 0px;
}
form .hs-input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  height: auto !important;
}
form input[type="submit"] {
  display: block !important;
  width: fit-content;
  border-radius: 5px !important;
  padding: 8px 28px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0) !important;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Zilla Slab', serif !important;
  font-weight: 600 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  border: 1px solid #FF5900 !important;
  background-color: #FF5900 !important;
  color: #FFF !important;
  height: auto !important;
}
form input[type="submit"]:hover {
  border: 1px solid #FF5900;
  background-color: #FF5900 !important;
  color: #FFF !important;
}

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

#info-campus {
  background-color: #000;
  text-align: center;
  padding: 28px 0;
  color: #fff;
  font-size: 16px;
}
#info-campus .container {
  background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/sep.png');
  background-repeat: repeat-y;
  background-position: center;
}
#info-campus h4 {
  color: #fff;
  margin-bottom: 30px;
}
#info-campus h4 img {
  width: 16px;
  margin-right: 10px;
}

#info-campus .social-links img {
  max-height: 16px;
  margin: 0 15px;
}
#info-campus a:hover {
  color: #FF5900;
}

.new-links{
  bottom: 0;
    float: left;
    position: absolute;
}

#info-campus .logo{
    float: left;
    margin: 8px 40px;
    padding-bottom: 30px;
}

#info-campus .new-links img {
  max-height: 26px;
  margin: 0 18px;
}

#info-campus  .info-links{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 35%;
  
}

.footerv2 .contenedor {
  max-width: 2050px !important;
}

.info-links a {
    color: #FFF !important;
}

.info-links img{
margin: 0 10px !important;
}

.direccion-links  img{
margin: 0 10px !important;
  width:20px;
}


#info-campus  .info-links img{
    width: 18px;
}

.loc-links{
border-left: #FF5900 solid 5px;
}

h4.loc-links {
    margin-left: 14px;
    text-align: left;
    padding-left: 10px;
}

p.direccion-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}


.move{

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

}

.salto{
  display: none;
  }


#info-copyrightv2 {
  /*background-color: #5D428C !important;*/
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

#info-copyrightv2 p {
  margin-bottom: 2px;
}
/*****************************************/

#info-interior {
  background-color: #181818;
  text-align: center;
  padding: 14px 0 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
#info-interior img {
  width: 14px;
  margin-right: 10px;
}
#info-interior a,
#info-interior a:hover {
  color: #FF5900;
}

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

#info-copyright {
  background-color: #2F2F2F;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
#info-copyright .logos-footer {
  max-width: 284px;
  float: right;
}
#info-copyright p {
  margin-bottom: 2px;
}
#info-copyright a:hover {
  color: #FF5900;
}


/*****************************************/
/*Search bar*/
.hs-search-field {
  position: relative;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}
.hs-search-field__input {
  height: 44px !important;
  font-family: 'Zilla Slab', serif !important;
  font-size: 18px !important;
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: none;
}
.hs-search-field__suggestions #results-for {
  display: none;
}
.hs-search-field__suggestions li {
  /*padding: 5px 10px;*/
  background-color: #fff;
}
.hs-search-field__suggestions li:first-child {
  border-radius: 4px 4px 0px 0px;
}
.hs-search-field__suggestions li:last-child {
  border-radius: 0px 0px 4px 4px;
}
.hs-search-field__suggestions a{
  color: #000 !important;
  padding: 5px 10px;
}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus{
  background-color: none;
}



/*****************************************/
.resultados-busqueda {
  padding-top: 30px;
}
.hs-search-results__listing .hs-search-results__title {
  font-family: 'Zilla Slab', serif;
  font-size: 20px;
  font-weight: 700;
}
.hs-search-results__pagination a {
  display: inline-block;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 28px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none !important;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #FF5900;
  background-color: #FF5900 !important;
  color: #FFF !important;
}

/*****************************************/
#guia-admision {
  margin-top: -2px !important;
}
.guia-item-container {
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 27px 0px rgba(208,73,0,0.4);
  -moz-box-shadow: 10px 10px 27px 0px rgba(208,73,0,0.4);
  box-shadow: 10px 10px 27px 0px rgba(208,73,0,0.4);
}
#guia-features .guia-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 10px;
  border-bottom: 1px #979797 solid;
}
#guia-features .guia-item:last-child {
  border-bottom: none;
}
#guia-features .guia-item img{
  margin-top: 10px !important;
}
#guia-features .guia-item h4{
  margin-bottom: 0;
}
#guia-features .guia-item p{
  font-size: 16px;
  font-family: 'Zilla Slab', serif;
  margin-bottom: 0;
}
#guia-admision .wistia_click_to_play a{
  display: inline-block;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 28px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF !important;
  text-decoration: none !important;
}
#guia-features .wistia_click_to_play {
  margin-right: 20px;
}
.legal-consent-container p {
  font-size: 12px;
  line-height: 18px;
}

.plan-estudios .accordion-titulo {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-radius: 10px;
}
.plan-estudios .accordion-titulo h4{
  color: white !important;
  text-align: center !important;
}
.plan-estudios .accordion-titulo span.toggle-icon {
  top: 12px;
}
.plan-estudios .accordion-titulo.open{
  color: #FFF !important;
}
.plan-estudios .accordion-titulo span.toggle-icon:before {
  color: #FFF !important;
}
.plan-estudios .contenedor .span6 {
  margin-bottom: 10px;
}
.plan-estudios {
  padding-bottom: 0px !important;
}
.fechas-exa .accordion-titulo-one {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-radius: 10px;
}
.fechas-exa .accordion-titulo-one h3{
  color: white !important;
  text-align: center !important;
}
.fechas-exa .accordion-titulo-one.open{
  color: #FFF !important;
}
.fechas-exa .accordion-titulo-one span.toggle-icon:before {
  color: #FFF !important;
}
.fechas-exa .accordion-content {
  background-color: #FFF;
} 

.licenciatura-accordeon .accordion-titulo {
  background-color: #FFF6F2;
}
.licenciatura-accordeon .accordion-titulo h4{
  margin-top: 5px;
  font-size: 22px;
  margin-bottom: 3px;
}
#licenciatura-video .contenedor {
  background-color: #fff;
  border-radius: 10px;
}
.plan-desktop {
  display: inline-block;
}
.plan-movil {
  display: none;
}
.seccion-tabs {
    display: flex !important;
}
/*****************************************/

@media screen and (max-width: 1280px) {
  .main-header .logo-anahuac {
    left: 15px;
  }
  .main-header .menu-header {
    right: 200px;
  }
  .main-header .boton-anahuac {
    right: 15px;
  }
  .videohome .container-medium, #box-title-secion-video .container-medium {
    padding: 0 15px;
  }
}



@media screen and (max-width: 1080px) {
  .body-container-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #info-campus .container,
  #info-interior .container,
  #info-copyright .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #info-copyright {
    text-align: center;
  }
  #info-copyright .logos-footer {
    float: none;
    margin: 20px auto 0 auto;
  }
  .newsletter .container {
    background-image: none;
  }
  .newsletter h3 {
    text-align: center;
    width: 100%;
  }
  .newsletter form {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 25px;
  }
  .newsletter .hs_email {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .newsletter .input {
    margin-left: -90px;
  }
  .sup-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px){

  .contenedor{
  flex-direction: column;
  }
  
  .col {
    width: 100%;
    margin: 0 10px;
}
  
  p.tel  a{
    border: 0px solid #FF5900 !important;
    background-color: transparent !important;
  }
  
#info-campus .logo {
    float: initial;
  }
  
 .new-links {
    float: initial;
   margin-bottom: 25px;
   position: relative;
}
  
  
  .move{  
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  

  #info-copyrightv2 {    
    padding-top: 0px
}
  
  .footer-copy {  
    margin-top: 0px;
  }
  
  
  p.direccion-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}
  
  p.direccion-links {
    text-align: left !important;
}
  
  .salto{
  display: block;
  }
  
  .linea{
  display: block !important;
  }
  
  .footer-copy {
    padding-left: 15px;
    padding-right: 15px;
}
  
  #info-campus .info-links img {
    width: 20px;
}
  
  #info-campus .info-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
  
  
  
.social.social-links {
    float: initial !important;
}
  
  
  
  }
  
  



@media screen and (max-width: 768px) {
  .boton-anahuac,
  .menu-header ul,
  .sup-header {
    display: none !important;
  }
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    width: 100% !important;
  }
  .main-header {
    top: 0;
    background-color: rgba(47,47,47,0.9);
    height: 50px;
  }
  .body-container-wrapper {
    padding-top: 60px !important;
  }
  .logo-anahuac img {
    width: 120px !important;
    margin-left: 15px;
  }
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    display: block !important;
  }
  .hs_cos_wrapper_type_menu .mobile-trigger {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    background: transparent;
    padding: 45px 60px 60px 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 6px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px;
    line-height: 34px;
    text-transform: none;
    font-family: 'Zilla Slab', serif;
    width: 100% !important;
    font-weight: 600;
  }
  .custom-menu-primary .hs-item-has-children a {
    /*background-image: url('https://3807214.fs1.hubspotusercontent-na1.net/hubfs/3807214/website/assets/icn-dropdown.png') !important;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right top 20px;
    padding-right: 20px !important;*/
  }
  .custom-menu-primary .hs-item-has-children a.child-trigger {
    background-image: none !important;
    /*margin-top: -46px;*/
    margin-top: -46px;
    z-index: 9999;
    width: 100% !important;
    display: block !important;
    float: left;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: transparent;
  }
  .custom-menu-primary .hs-menu-children-wrapper a {
    background-image: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 3px 0 !important;
    text-indent: 0px;
    font-weight: 400;
  }
  #info-campus .container {
    background-image: none;
  }
  #info-campus .container .span6:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
  }
  blockquote{
    padding:0 0 0 45px;
    background-size: 33px;
  }
  .swiper-container{
    height:480px !important;
  }
  .info{
    width:100%;
    left:0px;
    padding: 0 15px;
  }
  .info h1{
  font-size:30px;
  }
  .cta_img_lateral {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .cta_2col .span5 {
    text-align: center;
  }
  .cta_2col .span7 {
    padding-bottom: 10px;
  }
  #info-anahuac .span4 {
    margin-bottom: 30px;
  }
  #info-anahuac .span4:last-child {
    margin-bottom: 0px;
  }
  #home-numeros .span4 {
    width: 33%;
    display: inline-table;
    float: left;
    margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li:last-child a {
    border: 1px solid #FF5900;
    background-color: #FF5900 !important;
    color: #FFF !important;
    padding: 4px 18px;
    border-radius: 4px;
    display: table-caption;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li:last-child a {
    border: none !important;
    background-color: transparent !important;
    padding: auto;
    border-radius: 0px;
  }
  .text-form-footer {
    display: block !important;
    width: 100% !important;
    float: left !important;
    margin-bottom: 30px;
  }
  
  /* ================ */
  
  .body-container-wrapper .container {
    display: block !important;
  }
  .body-container-wrapper .container .span6 {
    width: 100%;
    margin-bottom: 60px;
  }
  .hs-search-field .hs-search-field__suggestions {
    width: 100%;
  }
  #guia-admision {
    margin-top: -45px !important;
  }
  #guia-admision h1{
    color: #FFF;
  }
  #guia-videos .wistia_responsive_padding {
    margin-bottom: 30px;
  }
  #inverso .contenedor{
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  .newsletter .input {
    width: 230px;
    margin-left: -50px;
  }
  .newsletter input[type="email"] {
    max-width: 230px;
  }
  .rss-home .hs-rss-item {
    width: 100%;
  }
  #home-numeros .span4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cta_h_img, .cta_h_txt, .cta_h_link {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }
  .cta_h_link {
    margin-bottom: 0px;
  }
    .plan-desktop {
    display: none;
  }
  .plan-movil {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .footer-container-wrapper a[href^="tel:"] {
    display: block;
    margin: 0 auto;
    width: fit-content;
    border-radius: 5px;
    padding: 4px 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-decoration: none;
    border: 1px solid #FF5900;
    background-color: #FF5900;
    color: #fff !important;
  }
  .newsletter form {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .newsletter .input {
    width: 350px;
    margin-left: -15px;
    margin-bottom: 10px;
  }
  .newsletter input[type="email"] {
    max-width: 350px;
  }
    .newsletter input[type="submit"] {
    margin: auto;
  }
  .newsletter .hs_email {
    float: left;
  }
  .newsletter h3 {
    text-align: left;
  }
  .newsletter .actions {
    width: 100%;
  }
}

/* Off Canvas   */
/*****************************************/

.icon-menu {
  display: block !importamt;
  position: fixed;
  top: 24px;
  right: 15px;
  border: 1px solid #FF5900;
  background-color: #FF5900;
  color: #FFF !important;
  
  width: auto;
  border-radius: 5px;
  padding: 6px 24px;
  font-size: 15px;
  line-height: 19px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  text-transform: none;
}
.pushy {
  position: fixed;
  width: 500px !important;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-right {
  right: 0;
  top: 50px;
}

.pushy-content {
  visibility: hidden;
}
.pushy-right {
  -webkit-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
}

.pushy-open-right .primera-pillar-info,
.pushy-open-right .primera-header-module,
.pushy-open-right .primera-logo-link,
.pushy-open-right .primera-footer,
.pushy-open-right .push {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
.primera-pillar-info,
.primera-header-module,
.primera-logo-link,
.primera-footer,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}

.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* ============================= */

.body-container-wrapper a {
  color: #FF5900;
  text-decoration: none;
}
.body-container-wrapper a:hover {
  text-decoration: underline;
}
.pushy .hs_cos_wrapper_type_logo img {
  margin: 15px auto;
  display: block;
}
.close-canvas img,
.close-canvas i,
.close-canvas svg {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
}
.close-canvas svg {
  fill: #ff0000;
}
.close-canvas:hover {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .pushy {
    width: 100% !important;
  }
}

/**** PAGINA DE INICIO 2021 ****/
.covid-section h2{
font-size: 35px;
}
.covid-section h4{
font-size: 24px;
}
.covid-section {
margin-top: -32px !important;
}

/**** FINAL PAGINA DE INICIO 2021 **//


.fb_dialog_content{
  
}