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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/




























/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    background:;
    padding-top: 18px;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:
    font-weight: normal;
    /*text-transform: uppercase;*/
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 15px;
    position: relative;
    color: ;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    border: 1px solid ;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:;
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

/* Override max width on menu links */
.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 {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: ;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper {
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 768px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

.mobile-trigger, .child-trigger{
    display: none !important; /* Hide button on Desktop */
}

@media (max-width: 768px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 32px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto !important; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
   /* text-transform: uppercase;*/
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: ;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

}



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

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


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

.sup-header {
  width: 100%;
  height: 30px;
  position: fixed;
  background-color: #FF5900;
}
.sup-header ul {
  right: 15px;
  position: absolute;
  float: right;
  height: 25px;
  display: flex;
  padding-top: 8px;
}
.sup-header ul li {
  list-style-image: none !important;
  font-family: 'Zilla Slab',serif;
  font-size: 14px;
  margin-left: 0;
}
.sup-header ul li a {
  color: #fff !important;
  max-width: none !important;
  padding: 3px 13px !important;
}
.sup-header ul li a:hover {
  color: #fff !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,255,255,1);
  position: fixed;
  top: 30px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -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);
} 
.main-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-transform: uppercase;*/
  margin-top: 19px;
}
.main-header ul li {
  list-style-image: none;
  font-size: 16px;
  margin-left: 0;
}
.main-header ul li::before{
  color: transparent;
}
.main-header ul li a {
  color: #231F20;
  max-width: none;
}
.main-header ul li:last-child a {
  padding-right: 0;
  font-weight: 400;
}
.main-header .logo-anahuac {
  display: block;
  position: absolute;
  width: 151px;
  margin-top: 12px;
  z-index: 999;
}
.main-header .container {
  max-width: 1230px;
  position: relative;
}
.main-header .boton-anahuac {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  width: 54px;
  height: 48px;
}
.main-header .menu-header {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main-header .menu-header ul {
  float: right;
}
.main-header .menu-header ul li {
  line-height: normal;
  padding: 0;
}
.main-header .menu-header ul li a {
  padding: 15px 0px 18px 0px;
  margin: 0 10px;
  max-width: none;
  border-bottom: 1px solid transparent;
  border-top: 4px solid #fff;
  font-family: 'Zilla Slab',serif;
  color: #000 !important;
}
.main-header .menu-header ul li a:hover {
  border-top: 4px solid #FF5900;
  color: #FF5900;
}
.main-header .menu-header ul li:last-child {
  border-radius: 8px !important;
  font-weight: 600;
  margin-left: 8px;
}
.main-header .menu-header ul li:last-child a {
  padding: 11px 30px 10px 30px;
  border-radius: 5px !important;
  background-color: #ff5900;
  margin-left: 8px;
  margin-top: 6px;
  border: 1px #ff5900 solid;
  background: transparent;
  color: #ff5900 !important;
}
.main-header .menu-header ul li:last-child a:hover {
  background-color: #ff5900;
  color: #fff !important;
}
.main-header .menu-header ul ul {
  background-color: #fff;
  border-radius: 5px;
  float: left;
  margin-left: 10px;
  box-shadow: 0px 0px 5px #cfcfcf;
  margin-top: -10px;
}
.main-header .menu-header ul ul li:hover {
  background-color: #FF5900;
}
.main-header .menu-header ul ul li a {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-top: none;
}
.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;
  border-top: none;
  color: #fff;
}
.main-header .menu-header ul ul li:last-child {
  padding: 5px 0px;
  font-weight: 400;
  background-color: transparent;
  margin-left: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-header .menu-header ul ul li:first-child:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.main-header .menu-header ul ul li:last-child:hover {
  background-color: #FF5900;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.main-header .menu-header ul ul li:hover a {
  color: #fff !important;
}
.main-header .menu-header ul ul li:last-child a {
  padding: 5px 0px;
  color: #000;
}
.main-header .menu-header ul ul li:last-child {
  margin-top: 0;
}

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

.footer-info {
  background-color:#4f4e4d;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 30px;
 /* border-bottom: 6px solid #FF5900; */
}
.footer-info h4 {
  color: #fff;
  margin-bottom: 6px;
  line-height: 22px;
  font-family: 'Zilla Slab',serif;
  font-size: 18px;
}
.footer-info p {
  margin-bottom: 12px;
}

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

#info-copyright {
  background-color: #231f20;
  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;
}

.footer-info .footer_resp_c a{
  color: #ffffff;
  }
/*****************************************/

@media screen and (max-width: 1280px) {
  .main-header .logo-anahuac {
    left: 15px;
  }
  .main-header .menu-header {
    right: 15px;
  }
  .main-header .boton-anahuac {
    right: 15px;
  }
  .videohome .container-medium, #box-title-secion-video .container-medium {
    padding: 0 15px;
  }
  .footer-container-wrapper .container {
    padding-left: 15px;
    padding-right: 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 h3 {
    text-align: center;
    width: 100%;
  }
  .newsletter form {
    width: 100%;
    padding: 0 15px;
  }
  .newsletter .hs_email {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .newsletter .input {
    margin-left: -35px;
  }
  .sup-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header .menu-header ul li a {
    margin: 0 8px;
  }
  .main-header .menu-header ul li:last-child a {
    padding: 10px 8px 9px 8px;
  }
}

@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:#ffffff;
    height: 50px;
    box-shadow: none;
  }
  .main-header .logo-anahuac {
    margin-top: 8px;
  }
  /*
  .main-header .logo-anahuac img {
    filter: brightness(0) invert(1);
  }
  */
  .body-container-wrapper {
    padding-top: 0px;
  }
  .logo-anahuac img {
    width: 120px !important;
    margin-left: 0;
  }
  .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: 'Fira Sans', sans-serif;
    width: 100% !important;
    font-weight: 600;
  }
  .custom-menu-primary .hs-item-has-children a {}
  .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;
  }

  .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;
  }
  .footer-info .footer_resp_a {
    display: inline-block;
    float: left;
    position: relative;
    width: 20%;
  }
  .footer-info .footer_resp_b {
    display: inline-block;
    float: left;
    position: relative;
    width: 40%;
  }
  .footer-info .footer_resp_c {
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
    margin-top: 20px;
  }
  
  /* ================ */

}



@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;
    font-family: 'Fira Sans', sans-serif;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-decoration: none;
    
    border: 1px solid #FF5900;
    background-color: #FF5900;
    color: #fff !important;
  }
  .footer-container-wrapper a[href^="tel:"]:before {
    content: "Llamar: ";
  }
 
  
  /* ================ */
  .footer-info .icons-social {
  padding: 0 10%;
  margin:10px 12% 30px 12%;
  }
  .footer-info .footer_resp_a {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-info .footer_resp_b {
    width: 100%;
    
  }
  .footer-info .footer_resp_c {
    width: 100%;
  }
 

}

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

.icon-menu {
  display: block !importamt;
  position: fixed;
  top: 24px;
  right: 15px;
  border: none;
  background-color: transparent;
  color: #FFF !important;
  
  width: fit-content;
  border-radius: 5px;
  padding: 6px 30px 6px 0;
  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: 'Fira Sans', sans-serif;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  text-transform: none;
  background-image: url('https://3892826.fs1.hubspotusercontent-na1.net/hubfs/3892826/WEB/Inicio/menu-icon.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: top 5px right;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.pushy {
  position: fixed;
  width: 500px !important;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  display:none!important;
}
.
{
  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);
}

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


.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;
    /*display:block!important;*/
  }
}

/*FORM*/


.apreu-formulario input, .apreu-formulario textarea {
  height: 30px;
  padding: 5px 10px;
  width: 95%;
}
.apreu-formulario select {
  width: 100%;
  height: 42px;
  padding: 5px 10px;
}
.apreu-formulario input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  padding: 15px 30px;
  height: auto;
  margin-top: 20px;
  width: auto;
}
.apreu-formulario label {
  margin-top: 10px;
}