

* {
  font-family: 'Montserrat', sans-serif; }

::selection {
  background: #b3d4fc;
  text-shadow: none; 
} 

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; 
}

h1 {
  font-weight: 800;
  text-align: center;
  margin: 50px; 
}

h2 {
  font-weight: 700 !important; 
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; 
}

 body {
     overflow-x: hidden;
}
 .main {
     overflow-x: hidden;
     overflow: hidden;
}
 .completa {
     width: 100%;
     height: 100%;
}
 .body_bloqueado {
     overflow: hidden;
}
 .main_efecto {
     filter: blur(10px);
}
 h1 {
     font-size: 28px;
}
 @media screen and (min-width: 320px) {
     h1 {
         font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
    }
}
 @media screen and (min-width: 1440px) {
     h1 {
         font-size: 34px;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

body {
  overflow-x: hidden; }

* {
  font-family: 'Montserrat', sans-serif; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

h1 {
  font-weight: 800;
  text-align: center;
  margin: 50px; }

h2 {
  font-weight: 700 !important; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; 
}

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical; }

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden {
  display: none !important; }

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
  visibility: hidden; }

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-carousel, .owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative;
}
 .owl-carousel {
     display: none;
     width: 100%;
     z-index: 1;
}
 .owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
     touch-action: manipulation;
     -moz-backface-visibility: hidden;
}
 .owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
 .owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0);
}
 .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
}
 .owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-touch-callout: none;
}
 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
}
 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none;
}
 .no-js .owl-carousel, .owl-carousel.owl-loaded {
     display: block;
}
 .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
}
 .owl-carousel.owl-loading {
     opacity: 0;
     display: block;
}
 .owl-carousel.owl-hidden {
     opacity: 0;
}
 .owl-carousel.owl-refresh .owl-item {
     visibility: hidden;
}
 .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .owl-carousel.owl-grab {
     cursor: move;
     cursor: grab;
}
 .owl-carousel.owl-rtl {
     direction: rtl;
}
 .owl-carousel.owl-rtl .owl-item {
     float: right;
}
 .owl-carousel .animated {
     animation-duration: 1s;
     animation-fill-mode: both;
}
 .owl-carousel .owl-animated-in {
     z-index: 0;
}
 .owl-carousel .owl-animated-out {
     z-index: 1;
}
 .owl-carousel .fadeOut {
     animation-name: fadeOut;
}
 @keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 .owl-height {
     transition: height .5s ease-in-out;
}
 .owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     transition: opacity .4s ease;
}
 .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
     max-height: 0;
}
 .owl-carousel .owl-item img.owl-lazy {
     transform-style: preserve-3d;
}
 .owl-carousel .owl-video-wrapper {
     position: relative;
     height: 100%;
     background: #000;
}
 .owl-carousel .owl-video-play-icon {
     position: absolute;
     height: 80px;
     width: 80px;
     left: 50%;
     top: 50%;
     margin-left: -40px;
     margin-top: -40px;
     background: url(owl.video.play.png) no-repeat;
     cursor: pointer;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     transition: transform .1s ease;
}
 .owl-carousel .owl-video-play-icon:hover {
     -ms-transform: scale(1.3, 1.3);
     transform: scale(1.3, 1.3);
}
 .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
     display: none;
}
 .owl-carousel .owl-video-tn {
     opacity: 0;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     transition: opacity .4s ease;
}
 .owl-carousel .owl-video-frame {
     position: relative;
     z-index: 1;
     height: 100%;
     width: 100%;
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-theme .owl-dots, .owl-theme .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav {
     margin-top: 10px;
}
 .owl-theme .owl-nav [class*=owl-] {
     color: #FFF;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none;
}
 .owl-theme .owl-nav .disabled {
     opacity: .5;
     cursor: default;
}
 .owl-theme .owl-nav.disabled + .owl-dots {
     margin-top: 10px;
}
 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
}
 .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity .2s ease;
     border-radius: 30px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #869791;
}
 @media (min-width: 1024px) {
     .d-lg-none {
         display: none !important;
    }
}

.lazy,
.lazy-background{
  transition: opacity 0.3s;
}


.fondoslide{
  width: 100%; 
  height: 100%; 
  position: absolute; 
  background-size: cover;
}

.no-js  .fondoslide.slide1,
.no-webp .fondoslide.slide1{
  background-image: url(../img/slide1.jpg);
}

.webp  .fondoslide.slide1{
  background-image: url(../img/webp/slide1.webp);
}

.no-js  .fondoslide.slide2.visible,
.no-webp .fondoslide.slide2.visible {
  background-image: url(../img/slide2.jpg);
}

.webp  .fondoslide.slide2.visible{
  background-image: url(../img/webp/slide2.webp);
}

.no-js  .fondoslide.slide3.visible,
.no-webp .fondoslide.slide3.visible{
  background-image: url(../img/slide3.jpg);
}

.webp  .fondoslide.slide3.visible{
  background-image: url(../img/webp/slide3.webp);
}



 #seccion4 .containerText .title {
     margin-bottom: 2rem;
}
 #seccion6 .containerText .title {
     margin-bottom: 2rem;
}
 .btnServicios {
     z-index: 99;
}
 #textoNuestrasSedes{
     color: white;
}
 #sede-direccion, #sede-telefono, #sede-direccion-mobil, #sede-telefono-mobil{
     font-weight: 100;
}
 #sede-telefono a,#sede-telefono2 a{
     text-decoration: none;
}
 #sede-telefono a, #sede-telefono-mobil a, #sede-telefono a:visited #sede-telefono-mobil a:visited {
     color: #41aaad;
}
 #sede-telefono a:hover, #sede-telefono-mobil a:hover, #sede-telefono a:focus, #sede-telefono-mobil a:focus{
     color: #ffffff;
}
 .sedesBtmLine{
     border-bottom: 1px solid #5A9396;
     padding-bottom: 10px;
    /*width: 60.6rem;
    */
    /*position: absolute;
    */
}
 .sedesMBtmLine{
     border: 0;
     margin-bottom: 0;
}
 .sedesVLine {
     border-left: 1px solid #5A9396;
     height: 5rem;
     position: absolute;
     left: 14.7rem;
}
 #textoNuestrasSedesMobil{
     color: white;
     margin-bottom: 2rem;
}
 .sede-main {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     padding-bottom: 3rem;
}
 .sede-wrap {
     margin: 0 2rem;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: perspective(100rem);
     transform: perspective(100rem);
     cursor: pointer;
}
 .sede-container {
     --rX: 0;
     --rY: 0;
     --bX: 50%;
     --bY: 80%;
     width: 11.4rem;
     height: 21.4rem;
    /*border: 1px solid #e8eaed;
    */
     border-radius: 0.4rem;
     padding: 4rem;
     display: flex;
     align-items: flex-end;
     position: relative;
     -webkit-transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
     transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
     background: linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 0%, .1));
     background-repeat: no-repeat;
     background-position: var(--bX) var(--bY);
     background-size: 180px auto;
     box-shadow: 0 0 3rem .5rem hsla(0, 0%, 0%, .2);
    /*transition: -webkit-transform .6s 1s;
     transition: transform .6s 1s;
     transition: transform .6s 1s, -webkit-transform .6s 1s;
    */
     transition: .6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 3s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
 .sede-container--active {
    /*transition: none;
    */
     transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
}
 .sede-image {
     -webkit-filter: hue-rotate(0deg) saturate(0%);
     filter: hue-rotate(0deg) saturate(0%);
}
 .sede-image-hue {
     -webkit-filter: hue-rotate(0deg) saturate(100%);
     filter: hue-rotate(0deg) saturate(100%);
}
 .sede-wrap:hover .sede-container::before, .sede-wrap:hover .sede-container::after {
     width: calc(100% - 4rem);
     height: calc(100% - 4rem);
}
 .sede-section2, .sede-section3, .sede-section4{
     margin-top: 10rem;
}
 .sede-hover-background{
     -webkit-transition: opacity 1s ease-in-out;
     -moz-transition: opacity 1s ease-in-out;
     -o-transition: opacity 1s ease-in-out;
     transition: opacity 1s ease-in-out;
}
 .sede-wrap .nsbg{
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0;
     transition: all 0.5s ease-in;
     pointer-events: none;
     width: 100%;
     height: 100%;
     overflow: hidden;
}


#s-cdmx:hover ~ .nsbg,
#s-gdl:hover ~ .nsbg,
#s-cun:hover ~ .nsbg,
#s-pan:hover ~ .nsbg,
#s-dom:hover ~ .nsbg{
  opacity: 1;
}

.no-js #s-cdmx:hover ~ .nsbg,
.no-webp #s-cdmx:hover ~ .nsbg{
     background-image: url('../img/sedes/cdmx-back.jpg');
}
.no-js #s-gdl:hover ~ .nsbg ,
.no-webp #s-gdl:hover ~ .nsbg {
     background-image: url('../img/sedes/gdl-back.jpg');
}
.no-js #s-cun:hover ~ .nsbg ,
.no-webp #s-cun:hover ~ .nsbg {
     background-image: url('../img/sedes/cancun-back.jpg');
}
.no-js #s-pan:hover ~ .nsbg ,
.no-webp #s-pan:hover ~ .nsbg {
     background-image: url('../img/sedes/panama-back.jpg');
}
.no-js  #s-dom:hover ~ .nsbg ,
.no-webp  #s-dom:hover ~ .nsbg {
     background-image: url('../img/sedes/republica-cominicana-back.jpg');
}



.webp #s-cdmx:hover ~ .nsbg{
     background-image: url('../img/webp/cdmx-back.webp');
}
.webp  #s-gdl:hover ~ .nsbg {
     background-image: url('../img/webp/gdl-back.webp');
}
.webp  #s-cun:hover ~ .nsbg {
     background-image: url('../img/webp/cancun-back.webp');
}
.webp  #s-pan:hover ~ .nsbg {
     background-image: url('../img/webp/panama-back.webp');
}
.webp  #s-dom:hover ~ .nsbg {
     background-image: url('../img/webp/republica-cominicana-back.webp');
}


/**/
.no-js .sede-cdmx{
  background: url('../img/sedes/cdmx-back.jpg');
}


.no-webp .sede-cdmx,
.webp .sede-cdmx {
    background-color: #000000;
}

.no-webp .sede-cdmx.visible {
    background: url('../img/sedes/cdmx-back.jpg');
}
.webp .sede-cdmx.visible {
    background-image: url(../img/webp/cdmx-back.webp);
}
/**/

.sede-cdmx{
     
     background-repeat: no-repeat;
         background-size: cover;
}


.no-js .sede-gdl,
.no-webp .sede-gdl {
    background: url('../img/sedes/gdl-back.jpg');
}
.webp .sede-gdl {
    background-image: url(../img/webp/gdl-back.webp);
}
.sede-gdl{
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3 all;
}



.no-js .sede-cun,
.no-webp .sede-cun {
    background: url('../img/sedes/cancun-back.jpg');
}
.webp .sede-cun {
    background-image: url(../img/webp/cancun-back.webp);
}
.sede-cun{
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3 all;
}


.no-js .sede-pan,
.no-webp .sede-pan {
    background: url('../img/sedes/panama-back.jpg');
}
.webp .sede-pan {
    background-image: url(../img/webp/panama-back.webp);
}
.sede-pan{
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3 all;
}


.no-js .sede-dom,
.no-webp .sede-dom {
    background: url('../img/sedes/republica-cominicana-back.jpg');
}
.webp .sede-dom {
    background-image: url(../img/webp/republica-cominicana-back.webp);
}
.sede-dom{
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3 all;
}



.sede-section6{
     display: none;
}
 .sede-section6 .sede-container{
     padding: 0 1.5rem;
     border-bottom: 2px solid #5A9396;
     border-radius: 0;
     border-top: 0;
     border-left: 0;
     border-right: 0;
}
 .sede-section6 h5{
     font-size: 1.1rem;
}
 .sede-section6 small{
     font-size: 75%;
}



/**/
.no-js .sede-hov-cdmx{
  filter: blur(0);
  background: url('../img/sedes/cdmx.jpg');
}


.no-webp .sede-hov-cdmx,
.webp .sede-hov-cdmx {
    filter: blur(12px);
}

.no-webp .sede-hov-cdmx.visible {
    filter: blur(0);
    background: url('../img/sedes/cdmx.jpg');
}
.webp .sede-hov-cdmx.visible {
    filter: blur(0);
    background-image: url(../img/webp/cdmx.webp);
}
/**/
.sede-hov-cdmx{
    
     background-size: 180px auto;
}


/**/
.no-js .sede-hov-gdl{
  filter: blur(0);
  background: url('../img/sedes/gdl.jpg');
}


.no-webp .sede-hov-gdl,
.webp .sede-hov-gdl {
    filter: blur(12px);
}

.no-webp .sede-hov-gdl.visible {
  filter: blur(0);
  background: url('../img/sedes/gdl.jpg');
}
.webp .sede-hov-gdl.visible {
  filter: blur(0);
  background-image: url(../img/webp/gdl.webp);
}
/**/
.sede-hov-gdl{
     background-size: 180px auto;
}


/**/
.no-js .sede-hov-cun{
  filter: blur(0);
  background: url('../img/sedes/cancun.jpg');
}


.no-webp .sede-hov-cun,
.webp .sede-hov-cun {
    filter: blur(12px);
}

.no-webp .sede-hov-cun.visible {
  filter: blur(0);
    background: url('../img/sedes/cancun.jpg');
}
.webp .sede-hov-cun.visible {
  filter: blur(0);
  background-image: url(../img/webp/cancun.webp);
}
/**/
.sede-hov-cun{
     background-size: 180px auto;
}

/**/
.no-js .sede-hov-pan{
  background: url('../img/sedes/panama.jpg');
}


.no-webp .sede-hov-pan,
.webp .sede-hov-pan {
    filter: blur(12px);
}

.no-webp .sede-hov-pan.visible {
  filter: blur(0);
    background: url('../img/sedes/panama.jpg');
}
.webp .sede-hov-pan.visible {
  filter: blur(0);
  background-image: url(../img/webp/panama.webp);
}
/**/
.sede-hov-pan{
     background-size: 180px auto;
}

/**/
.no-js .sede-hov-dom{
  background: url('../img/sedes/punta.jpg');
}


.no-webp .sede-hov-dom,
.webp .sede-hov-dom {
    filter: blur(12px);
}

.no-webp .sede-hov-dom.visible {
  filter: blur(0);
    background: url('../img/sedes/punta.jpg');
}
.webp .sede-hov-dom.visible {
  filter: blur(0);
  background-image: url(../img/webp/punta.webp);
}
/**/
.sede-hov-dom{
     background-size: 180px auto;
}
 .itemCardsService:hover .newSection-cards-item-alianzas{
     filter:blur(3px);
     opacity:.5;
     transform: scale(.98);
     box-shadow:none;
}
 .itemCardsService:hover .newSection-cards-item-alianzas:hover{
     transform:scale(1);
     filter:blur(0px);
     opacity:1;
     box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}
 .sblP{
     padding: 0 77px;
}

 .nuestrasSedes {
     height: auto;
     width: 100%;
     background-size: 100% 100%;
     padding-top: 3rem;
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 4rem;
     position: relative;
     -moz-transition: background-image 0.5s ease-in-out 0.1s;
     -webkit-transition: background-image 0.5s ease-in-out 0.1s;
     -ms-transition: background-image 0.5s ease-in-out 0.1s;
     -o-transition: background-image 0.5s ease-in-out 0.1s;
     transition: background-image 0.5s ease-in-out 0.1s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform:translate3d(0,0,0);
     transform:translate3d(0,0,0);
}
/*@media (min-width: 0px) and (max-width: 1024px) {
     a[ id="s-cdmx" ]:target ~ #textoNuestrasSedesMobil, a[ id="s-gdl" ]:target ~ #textoNuestrasSedesMobil, a[ id="s-cun" ]:target ~ #textoNuestrasSedesMobil, a[ id="s-pan" ]:target ~ #textoNuestrasSedesMobil, a[ id="s-dom" ]:target ~ #textoNuestrasSedesMobil{
         -webkit-transform: translateY( 0px);
         transform: translateY( 0px );
    }
}
 */
/*la empresa*/
 .misionVision{
     margin: 50px auto;
}
 .tab-content{
     padding: 20px;
}
 .tabCard{
     background: linear-gradient(to right, #fff 60%, rgba(255,255,255,.3), rgba(255,255,255,0));
     padding: 0px 20px 20px 0;
     box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
     transition: all .35s;
}
 .tab-line{
     display: block;
     width: 0;
     height: 5px;
     background: linear-gradient(to right, #000000, rgba(255,255,255,.1));
     transition: all .35s;
}
 .tab-line.active{
     width: 100px;
}
 .tab-inactive{
     filter:blur(3px);
     opacity:.5;
     transform: scale(.98);
     box-shadow:none;
     background: transparent;
}
 .misionVision:hover .tabCard{
     filter:blur(3px);
     opacity:.5;
     transform: scale(.98);
     box-shadow:none;
     background: transparent;
}
 .misionVision:hover .tab-line.active{
     width: 0;
}
 .misionVision:hover .tabCard:hover .tab-line{
     width: 100px;
}
 .misionVision:hover .tabCard:hover{
     transform:scale(1);
     filter:blur(0px);
     opacity:1;
     box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
     background: linear-gradient(to right, #fff 60%, rgba(255,255,255,.3), rgba(255,255,255,0));
}

.mvBackgnd{
  background-color: #e4e4e4; 
  background: url('../img/la-empresa/fondo-seccion-escritorio.jpg') no-repeat center center; 
  background-size: cover;
}




 @media (min-width: 1900px) {
     .filosofia-img{
         margin: -122px 0 0 calc(-8%);
    }
     .valores-img{
         margin: -116px 0 0 0;
    }
     #seccion2 .contenedorHistoria {
         max-width: 31.578947368421053vw;
         margin-bottom: 2.526315789473684vw;
    }
     #seccion2 .contenedorHistoria h1 {
         border-bottom: 0.052631578947368vw solid white;
         padding-bottom: 0.842105263157895vw;
         max-width: 13.157894736842105vw;
         font-size: 1.789473684210526vw;
    }
     #seccion2 .contenedorHistoria .textoformato {
         font-size: 0.757894736842105vw;
         letter-spacing: 0.042105263157895vw;
    }

    #main-header .scrolled {
         height: 4.21053vw !important;
    }

    #main-header .scrolled #menuprincipal ul li ul {
         margin-top: 1.39474vw !important;
    }
    
    #main-header .scrolled .normalElements .linkNormal {
         padding-bottom: 1.26316vw !important;
    }
    
    #main-header #navbar {
         height: 5.263157894736842vw;
    }
    
    #main-header #logo {
         width: 7.894736842105263vw;
    }
    
    #main-header #logo img {
         width: 7.894736842105263vw;
         height: auto;
    }
    
    #main-header #menuprincipal li {
         padding: 2vw 1vw;
         font-size: 0.842105263157895vw;
    }
    
    #main-header #menuprincipal ul li ul {
         margin-top: 2.394736842105263vw;
    }

     #main-header #menuprincipal ul li ul li {
         width: 7.894736842105263vw;
         height: 0.526315789473684vw;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
    }

    #main-header .socialIcons img {
       width: 1.052631578947368vw;
       margin-right: 0.526315789473684vw;
    }
    #main-header .socialIcons i {
       font-size: 1.431578947368421vw;
       margin-right: 0.526315789473684vw;
    }
    #sliderprincipal .owl-slide-title {
       font-size: 2.526315789473684vw;
    }
    #sliderprincipal #btnslide1 {
       width: 1.05263vw !important;
       height: 1.05263vw !important;
       padding: 2.10526vw !important;
    }
    #sliderprincipal #btnslide1 i {
       font-size: 2.10526vw !important;
    }
    #sliderprincipal #titulocuadro {
       font-size: 1.526315789473684vw;
    }
    #sliderprincipal .textoformato {
       font-size: 0.757894736842105vw;
    }

    #ventanahistoria, #ventanaestatutos{
         display: none;
    }

    #ventanahistoria .historiaContent {
        width: 26.315789473684211vw;
        margin-right: 7.578947368421053vw;
    }

    #ventanahistoria .historiaContent img {
        width: 23.684210526315789vw;
    }

    #ventanahistoria .historiaContent .texto {
       font-size: 1.789473684210526vw;
       max-width: 31.578947368421053vw;
    }
    #ventanahistoria .botonHistoria .contentBBtn {
       height: 26.315789473684211vw;
       border-right: 0.052631578947368vw solid white;
    }
    #ventanahistoria .botonHistoria .contentBBtn i {
       color: white;
       font-size: 3.368421052631579vw;
       border: 0.105263157894737vw solid white;
    }
    #ventanahistoria .historiaContentText {
       max-width: 26.315789473684211vw;
    }
    #ventanahistoria .historiaContentText h2 {
       font-size: 1.789473684210526vw;
       margin-bottom: 0.052631578947368vw;
    }
    .textoformato {
        font-size: 0.757894736842105vw;
    }
    .btnVermas {
      padding: 0.842105263157895vw;
      font-size: 0.842105263157895vw;
      border: 0.052631578947368vw solid white;
      color: white;
      margin-top: 1.684210526315789vw;
    }
    



}
 @media (min-width: 1921px){
  #ventanaestatutos .historiaContentText h2 {
    font-size: 1.789473684210526vw;
    margin-bottom: 0.052631578947368vw;
  }
  #ventanaestatutos .historiaContentText {
    max-width: 26.315789473684211vw;
  }
  #ventanaestatutos .botonHistoria .contentBBtn {
    height: 26.315789473684211vw;
    border-right: 0.052631578947368vw solid white;
  }
  #ventanaestatutos .botonHistoria .contentBBtn i {
    color: white;
    font-size: 3.368421052631579vw;
    border: 0.105263157894737vw solid white;
  }
  #ventanaestatutos .historiaContent {
    width: 26.315789473684211vw;
    margin-right: 7.578947368421053vw;
  }
  #ventanaestatutos .historiaContent img {
    width: 23.684210526315789vw;
  }
  #ventanaestatutos .historiaContent .texto {
    font-size: 1.789473684210526vw;
    max-width: 31.578947368421053vw;
  }
   #seccion2 .arregloBotones #btn_estatutos, #seccion2 .arregloBotones #btn_historia {
       height: 13.157894736842105vw;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-line-pack: center;
       align-content: center;
       -ms-flex-align: center;
       align-items: center;
       -ms-flex-pack: center;
       justify-content: center;
  }
   #seccion2 .arregloBotones #btn_historia {
       margin-top: 3.368421052631579vw;
       width: 15.789473684210526vw;
       /*top: -12.631578947368421vw;*/
       top: -25.631578947368421vw;
       left: 7.210526vw;
       background-size: cover;
  }
   #seccion2 #btn_historia span {
       font-size: 2.226315789473684vw;
       background-size: cover;
  }
   #seccion2 .arregloBotones #btn_historia::after {
       position: absolute;
       top: 13.894736842105263vw;
       left: 15.157894736842105vw;
  }
   #seccion2 .arregloBotones #btn_estatutos {
       margin-top: 3.368421052631579vw;
       width: 15.789473684210526vw;
       /*top: -12.631578947368421vw;*/
       top: -25.631578947368421vw;
       left: auto;
       right: -8.210526vw;
       background-size: cover;
  }
   #seccion2 #btn_estatutos span {
       font-size: 2vw;
       top: 0;
       line-height: initial;
       background-size: cover;
  }
   #seccion2 .arregloBotones #btn_estatutos::after {
       top: 13.894736842105263vw;
       left: 0rem;
  }
  #section3.newSection .divisionesTxt {
       padding-left: 2.526315789473684vw;
  }
  
  #section3.newSection h2 {
       font-size: 1.684210526315789vw;
       width: 21.052631578947368vw;
  }
  #section3.newSection p:not(:frist-child) {
       width: 21.052631578947368vw;
       font-size: 0.842105263157895vw;
  }
  #section3 .divisionesTxt p {
       width: 21.052631578947368vw;
       font-size: 0.842105263157895vw;
  }
  #section3.newSection .newSection-cards-item {
       width: 13.157894736842105vw;
       height: 13.157894736842105vw;
       margin-left: 0.526315789473684vw;
       margin-right: 0.526315789473684vw;
       margin-bottom: 2rem;
  }
  #section3.newSection .newSection-cards-item .itemBack-content p {
       font-size: 0.631578947368421vw;
  }
  #section3.newSection .newSection-cards-item .itemBack-content .linkSite {
       width: 5.263157894736842vw;
       padding: 0.263157894736842vw;
       font-size: 0.631578947368421vw;
  }
   .nuestrasSedes {
       padding-top: 2.526315789473684vw;
       padding-bottom: 3.368421052631579vw;
       height: 33vw;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-direction: column;
       flex-direction: column;
       -ms-flex-line-pack: center;
       align-content: center;
       -ms-flex-pack: center;
       justify-content: center;
  }
   .nuestrasSedes .containerText .title {
       font-size: 1.473684210526316vw;
  }
   .nuestrasSedes .somosInov {
       font-size: 0.842105263157895vw;
  }
   .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
       font-size: 1.789473684210526vw;
       left: 0rem;
  }
   .nuestrasSedes .sectionCarousel .containerCarousel .item {
       width: 31.578947368421053vw;
       padding-left: 2em;
  }
   .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
       font-size: 1.473684210526316vw;
  }
   .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
       width: 10.526315789473684vw;
       height: 10.526315789473684vw;
       font-size: 0.947368421052632vw;
       left: 100%;
       bottom: -4.4%;
  }
   #seccion7 .title {
       font-size: 1.473684210526316vw;
       max-width: 21.052631578947368vw;
  }
   #seccion7 .mapaOperaciones svg {
       height: 26.315789473684211vw;
  }
   #seccion7 .mapaOperaciones .containerText > * {
       font-size: 0.842105263157895vw;
  }
   #seccion7 .mapaOperaciones .containerText #quintana {
       width: 18.421052631578947vw;
       top: -10.947368421052632vw;
       left: 16vw;
  }
   #seccion7 .mapaOperaciones .containerText #jalisco {
       width: 18.421052631578947vw;
       top: 5.894736842105263vw;
       left: 20.210526315789474vw;
  }
   #seccion7 .mapaOperaciones .containerText #amores {
       width: 18.421052631578947vw;
       top: -11.368421052631579vw;
       left: 15.157894736842105vw;
  }
   #seccion7 .mapaOperaciones .containerText #panama {
       width: 18.421052631578947vw;
       top: 4.210526315789474vw;
       left: 18.526315789473684vw;
  }
   #seccion7 .mapaOperaciones .containerText #dominicana {
       width: 17.210526315789474vw;
       top: -9.263157894736842vw;
       left: 19.368421052631579vw;
  }
   .sectionBlog .sectionBlog-title {
       font-size: 1.473684210526316vw;
  }
   .sectionBlog .sectionBlog-title p {
       padding-bottom: 0.842105263157895vw;
       max-width: 17.368421052631579vw;
  }
   footer {
       min-height: 14.315789473684211vw;
       padding-left: 3.368421052631579vw;
       padding-top: 3.368421052631579vw;
       padding-right: 3.368421052631579vw;
       padding-bottom: 5.052631578947368vw;
  }
   footer .logo {
       width: 8.421052631578947vw;
       height: auto;
       margin-bottom: 1.684210526315789vw;
  }
   footer .menuFooter .containerLinks {
       width: 36.842105263157895vw;
       margin-bottom: 0.842105263157895vw;
       border-bottom: 0.052631578947368vw solid white;
  }
   footer .menuFooter .containerLinks:before {
       bottom: -.7em;
       font-size: 0.578947368421053vw;
  }
   footer .menuFooter {
       margin-bottom: 1.684210526315789vw;
  }
   footer .menuFooter .containerLinks a {
       padding-bottom: 0.842105263157895vw;
       font-size: 0.842105263157895vw;
  }
   footer .menuFooter .iconSocial img {
       width: 1.052631578947368vw;
       margin-right: 0.263157894736842vw;
  }
   footer .infoFooter {
       height: 2.631578947368421vw;
       margin-bottom: 2.526315789473684vw;
  }
   footer .infoFooter .direccion {
       font-size: 0.842105263157895vw;
  }
   footer .copyright {
       bottom: 0.842105263157895vw;
       font-size: 0.842105263157895vw;
  }
   .contenedorFilosofia {
       padding-left: 13.789473684210526vw;
       padding-right: 13.789473684210526vw;
       min-height: 62.157894736842105vw;
       max-height: 120vh;
  }
   .contenedorFilosofia .titulo h1 {
       font-size: 1.789473684210526vw;
       width: 13.684210526315789vw;
       line-height: initial;
  }
   .contenedorFilosofia .contenido .columnsDown div h2 {
       font-size: 1.894736842105263vw;
       margin-bottom: 0.842105263157895vw;
  }
   .contenedorFilosofia .contenido .columnsDown div {
       margin-bottom: 0.842105263157895vw;
       width: 18.421052631578947vw;
       padding: 2.105263157894737vw;
  }
   .contenedorFilosofia .contenido .columnsDown div:first-child {
       margin-bottom: 0.842105263157895vw;
  }
   .contenedorFilosofia .contenido .columnsDown div p {
       font-size: 0.842105263157895vw;
  }
   .contenedorFilosofia .contenido .colLarge div {
       border: 2.105263157894737vw solid white;
  }
   .contenedorFilosofia .contenido .colLarge div h2 {
       font-size: 1.894736842105263vw;
  }
   .contenedorFilosofia .contenido .colLarge div p {
       font-size: 0.842105263157895vw;
  }
   .contenedorFilosofia .contenido .colLarge {
       max-height: 36.842105263157895vw;
  }
   .contenedorFilosofia .contenido .colLarge div p {
       max-height: 36.842105263157895vw;
  }
   .contenedor {
       min-height: 63.157894736842105vw;
       max-height: 120vh;
  }
   .contenedor .titulo h1 {
       font-size: 1.789473684210526vw;
       width: 13.684210526315789vw;
       line-height: initial;
  }
   .contenedor .titulo h1 b {
       font-size: 2.526315789473684vw;
  }
   .contenedor .contenido .arrows {
       left: -3.368421052631579vw;
  }
   .contenedor .contenido .arrows .arrow {
       width: 2.631578947368421vw;
       height: 2.631578947368421vw;
       border: 0.157894736842105vw solid white;
  }
   .contenedor .contenido .arrows .arrow i {
       font-size: 2.210526315789474vw;
  }
   .contenedor .contenido .oneCol {
       margin-bottom: 1.684210526315789vw;
  }
   .contenedor .contenido .oneCol div h2 {
       font-size: 1.894736842105263vw;
  }
   .contenedor .contenido .oneCol div p {
       font-size: 0.842105263157895vw;
  }
   .contenedor .contenido .twoCol div:first-child {
       margin-right: 1.052631578947368vw;
  }
   .contenedor .contenido .twoCol div {
       width: 18.421052631578947vw;
       height: 18.421052631578947vw;
  }
   .lineTime .titleSeccion5 {
       border-bottom: 0.052631578947368vw solid #5A9396;
       padding-bottom: 0.842105263157895vw;
       font-size: 1.789473684210526vw;
  }
   .lineTime .timeline {
       position: relative;
       padding: 0.842105263157895vw;
       max-width: 68.421052631578947vw;
  }
   .lineTime .timeline.scrollAnimation:before {
       border: 0.052631578947368vw solid #333;
       margin-top: 3.368421052631579vw;
  }
   .lineTime .timeline__title {
       font-size: 1.789473684210526vw;
  }
   .lineTime .timeline__item:before {
       border-width: 0.157894736842105vw;
       width: 1.578947368421053vw;
       height: 1.578947368421053vw;
  }
   .lineTime .timeline__item:nth-of-type(2n) {
       margin: 0.842105263157895vw;
  }
   .lineTime .timeline__item {
       margin: 0.842105263157895vw;
  }
   .lineTime .timeline__blurb {
       font-size: 0.947368421052632vw;
       margin: 0.421052631578947vw 0 0;
  }

  .valores-empresa{
    font-size: 0.842105263157895vw;
    margin: 8vh 0 0 0;
  }

  rs-layer[data-type="text"] {
              font-size: 0.842105263157895vw !important;
              padding: 20% 8vw !important;
                 line-height: 1.5 !important;
             text-align: justify !important;
             font-family: 'Montserrat', sans-serif !important;
    }

    .misionVision p{
       font-size: 0.842105263157895vw;
    }
    .misionVision .tab-content{
      padding: 5%;
    }

    .timeline{
      max-width: 1400px !important;
    }

    .timeline-item{
      width: calc(50% - 74px)
    }

    .timeline-item:nth-child(even):before{
          left: calc(-13% );
    }

    .timeline__img {
        max-width: 100%!important;
    }
    .timeline__content-title{

      
    }
    .timeline__content-desc{
      
    }

    .timeline-item:nth-child(even):before{
      left: calc(-8% ) !important;
    }
     .timeline-item:nth-child(odd) .timeline__content-title{
         font-size: 0.947368421052632vw;
         left: calc(127% );
    }
    
     .timeline-item:nth-child(odd) .timeline__content-desc{
         left: calc(130% );
         font-size: 0.842105263157895vw;
    }
     .timeline-item:nth-child(odd) .timeline__content-title, .timeline-item:nth-child(odd) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }
     .timeline-item:nth-child(even) .timeline__content-title{
         font-size: 0.947368421052632vw;
         left: calc(-133% );
    }
     .timeline-item:nth-child(even) .timeline__content-desc{
         left: calc(-130% );
         font-size: 0.842105263157895vw;
    }
     .timeline-item:nth-child(even) .timeline__content-title, .timeline-item:nth-child(even) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }

    .timeline-item:before{
      left: calc(105% ) !important;
    }

    #modalYT .containerTextos-titulo{
      font-size: 2vw;
    }
    #modalYT .containerTextos-ubicacion{
      font-size: 1.3vw !important;
    }
    #modalYT .containerTextos-descripcion, #modalYT .containerTextos-detalles{
      font-size: 1vw;
    }
    .xlpadding-5{
      padding: 5% !important;
    }
    .xlpadding-3{
      padding: 3% !important;
    }
    .xlpadding-t-10{
      padding-top: 10% !important;
    }
    .xlpadding-l-0{
      padding-left: 0 !important; 
    }

    #modalYT .modal-header .close{
      font-size: 7vw !important;
    }
}



 
 @media (min-width: 1730px) and (max-width: 1920.98px) {
rs-layer[data-type="text"] {
              font-size: 0.842105263157895vw !important;
              padding: 20% 8vw !important;
                 line-height: 1.5 !important;
             text-align: justify !important;
             font-family: 'Montserrat', sans-serif !important;
    }

    .timeline{
      max-width: 1400px !important;
    }

    .timeline-item{
      width: calc(50% - 74px)
    }

    .timeline-item:nth-child(even):before{
          left: calc(-13% );
    }

    .timeline__img {
        max-width: 100%!important;
    }
    .timeline__content-title{

      
    }
    .timeline__content-desc{
      
    }

    .timeline-item:nth-child(even):before{
      left: calc(-8% ) !important;
    }
     .timeline-item:nth-child(odd) .timeline__content-title{
         font-size: 0.947368421052632vw;
         left: calc(127% );
    }
    
     .timeline-item:nth-child(odd) .timeline__content-desc{
         left: calc(130% );
         font-size: 0.842105263157895vw;
    }
     .timeline-item:nth-child(odd) .timeline__content-title, .timeline-item:nth-child(odd) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }
     .timeline-item:nth-child(even) .timeline__content-title{
         font-size: 0.947368421052632vw;
         left: calc(-133% );
    }
     .timeline-item:nth-child(even) .timeline__content-desc{
         left: calc(-130% );
         font-size: 0.842105263157895vw;
    }
     .timeline-item:nth-child(even) .timeline__content-title, .timeline-item:nth-child(even) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }

    .timeline-item:before{
      left: calc(105% ) !important;
    }

 }
 @media (min-width: 1525px) and (max-width: 1900px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 calc(-7%);
    }
}
 @media (min-width: 1440px) and (max-width: 1525px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 calc(-4%);
    }
}
 @media (min-width: 1308px) and (max-width: 1440px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 -21px;
    }
}
 @media (min-width: 1308px) and (max-width: 1356px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 -11px;
    }
}
 @media (min-width: 1255px) and (max-width: 1308px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 -3px;
    }
}
 @media (min-width: 1200px) and (max-width: 1255px) {
     .valores-img{
         margin: -116px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 -3px;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .valores-img{
         margin: -60px 0 0 0;
    }
     .filosofia-img{
         margin: -122px 0 0 -3px;
    }
}
 @media (min-width: 778px) and (max-width: 1024px) {
     .valores-img{
         margin: -60px 0 0 0;
    }
     .filosofia-img{
         margin: -26px 0 0 0;
    }
}
 @media (min-width: 768px) and (max-width: 777px){
     .mv-cols {
         -ms-flex: 0 0 50%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .v-offset {
         margin-left: 0;
         -ms-flex: 0 0 0%;
         flex: 0 0 0%;
         max-width: 0%;
    }
}
 @media (max-width: 777px){
     .filosofia-img, .valores-img{
         display: none;
    }
}
 .timeline {
     display: flex;
     margin: 0 auto;
     flex-wrap: wrap;
     flex-direction: column;
     max-width: 700px;
     position: relative;
}
 .timeline__content-title {
     font-weight: normal;
     margin: -30px 0 0 0;
     transition: .4s;
     padding: 0 8px;
     box-sizing: border-box;
     color: #000000;
     font-size: 1rem;
}
 .timeline__content-desc {
     margin: 0;
     font-size: 15px;
     box-sizing: border-box;
     color: #000000;
     font-weight: normal;
     line-height: 25px;
     text-align: justify;
}
 .timeline:before {
     position: absolute;
     left: 50%;
     width: 2px;
     height: 100%;
     margin-left: -1px;
     content: "";
     background: #999999;
}
 @media only screen and (max-width: 992px) {
     .valores-empresa h2{
         font-size: 1.rem;
         line-height: 1;
    }
     .valores-empresa p, .misionVision p {
         font-size: 0.8rem;
         line-height: 1.3;
         text-align: justify;
    }

    rs-layer[data-type="text"] {
             font-size: 0.8rem !important;
             line-height: 1 !important;
             text-align: justify !important;
             font-family: 'Montserrat', sans-serif !important;
    }

     .valores-img{
         margin: -60px 0 0 0;
    }
    }
}
 @media only screen and (max-width: 777px) {
     .rev_break_columns {
         display: flex!important;
         flex-direction: column-reverse;
    }
}
 @media only screen and (max-width: 767px) {
     .timeline:before {
         left: 40px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1440px) {
     .timeline-item:nth-child(odd) .timeline__content-title{
         font-size: 1rem;
         left: calc(127% );
    }
     .timeline-item:nth-child(odd) .timeline__content-desc{
         left: calc(130% );
    }
     .timeline-item:nth-child(odd) .timeline__content-title, .timeline-item:nth-child(odd) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }
     .timeline-item:nth-child(even) .timeline__content-title{
         font-size: 1rem;
         left: calc(-133% );
    }
     .timeline-item:nth-child(even) .timeline__content-desc{
         left: calc(-130% );
    }
     .timeline-item:nth-child(even) .timeline__content-title, .timeline-item:nth-child(even) .timeline__content-desc{
         position: absolute;
         width: 100%;
         transform: translateY(-150px);
    }
}
 .timeline-item {
     padding: 80px 0;
     opacity: .3;
     filter: blur(2px);
     transition: .5s;
     box-sizing: border-box;
     width: calc(50% - 40px);
     display: flex;
     position: relative;
     transform: translateY(-50px) scale(1);
}
 .timeline-item:before {
    /*content: attr(data-text);
    */
     content: '';
     font-size: 22px;
     width: 100%;
     position: absolute;
    /*color: rgba(0, 0, 0, 0.5);
     font-size: 13px;
     border-left: 2px solid rgba(0, 0, 0, 0.5);
     top: 50%;
     margin-top: -5px;
     padding-left: 15px;
     opacity: 0;
     right: calc(-100% - 39px);
    */
     left: calc(110% );
     width: 20px;
     height: 20px;
     border: 1px solid #2b2b33;
     top: 50%;
}
 .timeline-item:nth-child(even) {
     align-self: flex-end;
}
 .timeline-item:nth-child(even):before {
     right: auto;
    /* text-align: right;
     left: calc(-100% - 39px);
     padding-left: 0;
     border-left: none;
     border-right: 2px solid rgba(0, 0, 0, 0.5);
     padding-right: 15px;
    */
     left: calc(-16% );
     width: 20px;
     height: 20px;
     border: 1px solid #2b2b33;
}
 .timeline-item--active {
     opacity: 1;
     transform: translateY(0);
     filter: blur(0px);
}
 .timeline-item--active:before {
     top: 50%;
     transition: .5s all .3s;
     opacity: 1;
     transform: scale(2.5);
     background: #2b2b33;
}
 .timeline-item--active .timeline__content-title {
     margin: -50px 0 20px 0;
}
 @media only screen and (max-width: 767px) {
     .timeline-item {
         align-self: baseline !important;
         width: 100%;
         padding: 0 30px 150px 80px;
    }
     .timeline-item:before {
         /*left: 10px !important;*/
         left: 30px !important;
         padding: 0 !important;
         top: 50px;
         text-align: center !important;
         /*width: 60px;*/
         border: none !important;
    }
     .timeline-item:last-child {
         padding-bottom: 40px;
    }
     .timeline__img {
         max-width: 250px !important;
    }
     .timeline__content-desc {
         font-size: 3vw;
         line-height: 1.5;
         text-align: justify;
    }
     .timeline-item--active .timeline__content-title {
         margin: 8px 0 10px -8px;
    }
}
 .timeline__img {
          transition: opacity 2.0s ease-in;
     max-width: 310px;
}
 .timeline-container {
     width: 100%;
     position: relative;
     padding: 80px 0;
     transition: .5s ease 0s;
}
 .timeline-container:before {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(255, 255, 255, 1);
     content: "";
}
 .timeline-header {
     width: 100%;
     text-align: center;
     margin-bottom: 80px;
     position: relative;
}
 .timeline-header__title {
     color: #000000;
     font-size: 46px;
     font-weight: normal;
     margin: 0;
}
 .timeline-header__subtitle {
     color: rgba(0, 0, 0, 0.5);
     font-size: 16px;
     letter-spacing: 5px;
     margin: 10px 0 0 0;
     font-weight: normal;
}
/*la empresa*/
 @media (min-width: 890px) and (max-width: 1024px) {
     .sedesBtmLine, .sedesVLine{
         border: 0;
    }
     .sedesMBtmLine{
         border-bottom: 1px solid #5A9396;
         margin-bottom: 20px;
    }
     .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
         background-size: 152px auto !important;
    }
     .sede-container{
         width: 9.5rem;
         height: 17.9rem 
    }
     .sede-wrap{
         margin: 1rem;
    }
}
 @media (min-width: 1930px) {
     .sblcontainer{
         max-width: 1545px;
         padding-left: 0;
         padding-right: 2.5rem;
    }
     .sblP{
         padding: 0;
         margin: 0;
    }
     .sede-wrap {
         margin: 0 5rem;
    }
     .sede-container {
         width: 14rem;
         height: 26.4rem;
    }
     .sede-section2, .sede-section3, .sede-section4{
         margin-top: 10rem;
    }
     .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
         background-size: 222px auto;
    }
}
 @media (min-width: 1200px) and (max-width: 1280px) {
     .sblP{
         padding: 0 86px 0 93px;
    }
     .sede-wrap {
         margin: 0 2rem;
    }
     .sede-container {
         width: 11rem;
         height: 20rem;
    }
     .sede-section2, .sede-section3, .sede-section4{
         margin-top: 5rem;
    }
     .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
         background-size: 174px auto;
    }
}
 @media (min-width: 1024px) and (max-width: 1199px) {
     .sede-wrap {
         margin: 0 1rem;
    }
     .sede-container {
         width: 10.6rem;
         height: 20rem;
    }
     .sede-section2, .sede-section3, .sede-section4{
         margin-top: 5rem;
    }
     .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
         background-size: 169px auto;
    }
}
 @media (min-width: 0px) and (max-width: 481px) {
     .nuestrasSedes {
         background-size: cover !important;
         background-position: center !important;
    }
}

 @media (min-width: 0px) and (max-width: 890px) {
      .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
         background-size: 152px auto !important;
    }
}
 .overlay ul {
     width: 80%;
}
 .overlay {
     background: rgba(1, 12, 29, 0.98) !important;
}
 #page-loader {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     height: 100%;
     width: 100%;
     position: fixed;
    /* Stay in place */
     z-index: 999999999;
    /* Sit on top */
     left: 0;
     top: 0;
     background-color: white;
    /* Black fallback color */
     overflow-x: hidden;
    /* Disable horizontal scroll */
    /*transition: 0.5s;
    */
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
 #menuprincipal ul li ul li {
     background-color: rgba(0, 0, 0, 0.8);
}
/* Menu principal */
 #navbar {
     width: 100% !important;
     height: 100px;
     position: fixed;
     z-index: 9;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
     border-bottom: 3px solid #ffffff;
     border-radius: 3px;
     transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
     padding-left: 3rem;
     padding-right: 3rem;
}
 .not-home{
     background-color: #1c1d27;
     border-bottom: 0 !important;
     border-radius: 0 !important;
}
 #logo {
     display: -ms-flexbox;
     display: flex;
     width: 150px;
}
 #logo img {
     width: 150px;
     height: 100%;
}
 #menuprincipal {
     position: relative;
}
 #menuprincipal > * {
     text-transform: capitalize;
}
 #menuprincipal a {
     text-decoration: none;
     color: white;
}
 #menuprincipal nav {
     font-family: monospace;
}
 #menuprincipal ul {
     background: #060606;
     list-style: none;
     margin: 0;
     padding-left: 0;
}
 #menuprincipal ul li {
     text-transform: uppercase;
}
 #menuprincipal ul li ul {
     background: transparent;
     visibility: hidden;
     opacity: 0;
     min-width: 5rem;
     position: absolute;
     transition: all 0.5s ease;
     margin-top: 55px;
     left: 0;
     display: -ms-flexbox;
     display: flex;
     margin-left: -100px;
}
 #menuprincipal ul li ul:hover {
     visibility: visible;
     opacity: 1;
}
 #menuprincipal ul li ul:focus {
     visibility: visible;
     opacity: 1;
}
 #menuprincipal ul li ul li {
     text-transform: capitalize;
     clear: both;
     border: 1px solid white;
     margin-right: 10px;
     width: 150px;
     height: 10px;
     text-align: center;
     padding-top: 15px;
}
 #menuprincipal ul li:hover > ul {
     visibility: visible;
     opacity: 1;
}
 #menuprincipal ul li:focus-within > ul {
     visibility: visible;
     opacity: 1;
}
 #menuprincipal ul li .material-icons {
     font-size: unset;
}
 #menuprincipal li {
     background: transparent;
     display: block;
     float: left;
     padding: 2.3rem 1rem;
     position: relative;
     text-decoration: none;
}
 #menuprincipal li a {
     color: #fff;
}
 #menuprincipal li:hover {
     background-color: white;
     cursor: pointer;
     color: black;
}
 #menuprincipal li:hover a {
     color: black;
}
 #menuprincipal li:focus-within {
     background-color: white;
     cursor: pointer;
     color: black;
}
 #menuprincipal li:focus-within a {
     outline: none;
}
 .socialIcons {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
}
 .socialIcons img {
     margin-right: 10px;
     width: 20px;
}
 .socialIcons a {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .socialIcons i {
     color: white;
     margin-right: 10px;
     font-size: 1.7rem;
}
 .dropdown li {
     color: white !important;
}
 .dropdown li a {
     color: white !important;
     font-size: 4em;
}
 .dropdown li:hover a {
     color: black !important;
}
 .dropdown li:hover {
     background-color: transparent !important;
     color: black !important;
}
 .scrolled {
     height: 80px !important;
     background-color: rgba(0, 0, 0, 0.6);
     margin-top: -15px;
}
 .dropdown li:before {
     content: '';
     background: white;
     position: absolute;
     width: 0%;
     top: 0;
     left: 0;
     height: 100%;
     transition: 0.3s linear;
     z-index: -1;
}
 .dropdown li:hover:before {
     width: 100%;
}
 .normal {
     margin-left: 0px !important;
}
 @media (min-width: 768px) and (max-width: 1650px) {
     #menuprincipal ul li ul {
         top: 87%;
         left: 10rem;
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 .scrolled .normalElements .linkNormal {
     text-transform: uppercase !important;
     padding-bottom: 24px !important;
}
 #menu .contentMenuMobile {
     height: 40px;
     width: 40px;
     background-color: red;
     cursor: pointer;
}
 .menuMobile {
     display: none !important;
}
 .emailMobile {
     display: none !important;
}
 @media (min-width: 0px) and (max-width: 1020px) {
     .scrolled #menuprincipal[m-active=true] {
         top: 21.4rem !important;
    }
     #navbar {
         padding-left: 2rem;
         padding-right: 2rem;
         background-color: #1c1c27;
         margin: 0;
         border: 0;
    }
     #logo img {
         width: 130px;
        /*position: relative;
         */
    }
     #navbar #menuprincipal {
         display: none;
         opacity: 0;
    }
     #navbar #menuprincipal[m-active=true] {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         position: absolute;
         -webkit-transition: opacity 0.5s ease-in;
         -moz-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
         opacity: 1;
         top: 20rem;
         left: 50%;
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
         width: 100%;
    }
     #navbar #menuprincipal[m-active=true] .normalElements {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     #navbar #menuprincipal[m-active=true] li {
         width: 100%;
    }
     #navbar #menuprincipal[m-active=true] ul li:hover > ul {
         display: none !important;
    }
     #navbar .socialMedia {
         display: none;
    }
     #navbar .socialIcons img {
         height: 30px;
         width: auto;
    }
     #navbar .socialIcons i {
         font-size: 2rem;
    }
     #navbar .socialIcons i:last-child {
         margin-right: 0;
    }
     #navbar .emailMobile {
         cursor: pointer;
         display: -ms-flexbox !important;
         display: flex !important;
         margin: 0 0.3rem;
    }
     #navbar .menuMobile {
         cursor: pointer;
         transition: opacity 1s linear;
         display: -ms-flexbox !important;
         display: flex !important;
    }
}





/**/
.no-js footer{
  background: url("../img/fondoFooter.jpg");
}


.no-webp footer,
.webp footer {
    background-color: #000000;
}

.no-webp footer.visible {
    background: url("../img/fondoFooter.jpg");
}
.webp footer.visible {
  background-image: url(../img/webp/fondoFooter.webp);
}
/**/


 footer {
     height: 100%;
     min-height: 17rem;     
     background-size: cover;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     position: relative;
     padding-left: 4rem;
     padding-top: 4rem;
     padding-right: 4rem;
     padding-bottom: 6rem;
}
 footer .logo {
     width: 10rem;
     height: auto;
     margin-bottom: 2rem;
}
 footer .menuFooter {
     margin-bottom: 2rem;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
}
 footer .menuFooter .containerLinks {
     width: 1200px;
     position: relative;
     margin-bottom: 1rem;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     border-bottom: 1px solid white;
}
 footer .menuFooter .containerLinks:before {
     content: "Hey";
     color: #5A9396;
     position: absolute;
     bottom: -.5rem;
     font-size: 11px;
     background-color: #5A9396;
}
 footer .menuFooter .containerLinks a {
     color: white;
     padding-bottom: 1rem;
}
 footer .menuFooter .containerLinks a:after {
     content: "|";
     color: white !important;
     margin-left: 10px;
     margin-right: 10px;
}
 footer .menuFooter .containerLinks a:last-child:after {
     content: "";
}
 footer .menuFooter .containerLinks a:hover {
     color: #5A9396;
}
 footer .menuFooter .containerLinks .active {
     color: #5A9396 !important;
}
 footer .menuFooter .iconSocial {
     display: -ms-flexbox;
     display: flex;
}
 footer .menuFooter .iconSocial img {
     width: 20px;
     margin-left: 5px;
     margin-right: 5px;
     cursor: pointer;
}
 footer .menuFooter .iconSocial img:first-child {
     margin-left: 0px;
}
 footer .infoFooter {
     width: 100%;
     height: 50px;
     margin-bottom: 3rem;
     background-color: #0c0c18;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0 auto;
}
 footer .infoFooter .direccion {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     color: white;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
}
 footer .infoFooter .direccion {
     font-size: 16px;
}
 @media screen and (min-width: 320px) {
     footer .infoFooter .direccion {
         font-size: calc( 16px + 0 * ((100vw - 320px) / 1120));
    }
}
 @media screen and (min-width: 1440px) {
     footer .infoFooter .direccion {
         font-size: 16px;
    }
}
 footer .infoFooter .direccion i {
     color: rgba(90, 147, 150, 0.5);
     margin-right: 10px;
}
 footer .infoFooter .direccion p {
     margin-bottom: 0;
     font-weight: 100;
}
 footer .copyright {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0 auto;
     color: white;
     font-weight: 100;
     text-align: center;
     width: 100%;
     position: absolute;
     bottom: 1rem;
}
 footer .copyright span {
     color: rgba(90, 147, 150, 0.5);
     margin-left: 5px;
     margin-right: 5px;
}
 footer .copyright > * {
     font-weight: 100;
}
 @media (min-width: 768px) and (max-width: 1200px) {
     footer .infoFooter {
         width: 100%;
         -ms-flex-pack: justify;
         justify-content: space-between;
         padding-left: 10px;
         padding-right: 10px;
    }
}
 @media (min-width: 0px) and (max-width: 767px) {
     footer {
         padding-left: 2rem;
         padding-right: 20px;
    }
     footer .menuFooter .containerLinks {
         -ms-flex-direction: column;
         flex-direction: column;
         border-bottom: none;
    }
     footer .menuFooter .containerLinks a:after {
         content: "";
    }
     footer .menuFooter .containerLinks:before {
         content: "";
         background-color: transparent;
    }
     footer .infoFooter {
         background-color: transparent;
         -ms-flex-align: start;
         align-items: flex-start;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 100%;
         height: auto;
    }
     footer .infoFooter .direccion {
         margin-bottom: 2rem;
         -ms-flex-pack: start;
         justify-content: flex-start;
    }
     footer .infoFooter .direccion i {
         color: white;
    }
     footer .copyright {
         font-size: 12px;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
    }
}
 @media (min-width: 768px) and (max-width: 1188px) {
     footer .infoFooter {
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: start;
         justify-content: flex-start;
         background-color: transparent;
    }
     footer .infoFooter .direccion {
         -ms-flex-pack: start;
         justify-content: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
         -ms-flex-line-pack: start;
         align-content: flex-start;
         width: 100%;
         margin-bottom: 1rem;
    }
}
/* --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- PRIMERA SECCIÓN --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- */
/* ========================================================================== ========================================================================== Slider ========================================================================== */
 body {
     background-color: black;
}
 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}
 :after, :before {
     box-sizing: border-box;
}
 .static {
     position: static;
}
 .cover {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
 .owl-carousel .owl-slide {
     position: relative;
     height: 100vh;
     background-color: #1f213e;
}
 .owl-carousel .owl-slide-animated {
     -ms-transform: translateX(20px);
     transform: translateX(20px);
     opacity: 0;
     visibility: hidden;
     transition: all 0.05s;
}
 .owl-carousel .owl-slide-animated.is-transitioned {
     -ms-transform: none;
     transform: none;
     opacity: 1;
     visibility: visible;
     transition: all 0.5s;
}
 .owl-carousel .owl-slide-title.is-transitioned {
     transition-delay: 0.2s;
}
 .owl-carousel .owl-slide-subtitle.is-transitioned {
     transition-delay: 0.35s;
}
 .owl-carousel .owl-slide-cta.is-transitioned {
     transition-delay: 0.5s;
}
 .owl-carousel .owl-nav {
     left: 50%;
     top: 10%;
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     margin: 0;
}
 .owl-carousel .owl-nav svg {
     opacity: 0.3;
     transition: opacity 0.3s;
}
 .owl-carousel .owl-nav button:hover svg {
     opacity: 1;
}
 .owl-carousel .owl-nav [class*="owl-"]:hover {
     background: transparent;
}
 @media screen and (max-width: 575px) {
     .owl-carousel .owl-nav {
         top: 5%;
    }
     .owl-carousel .owl-nav svg {
         width: 24px;
         height: 24px;
    }
}
 .owl-slide-title {
     font-size: 3em;
     color: white;
}
/* Ocultar flechas de navegacion Ocultar puntos */
 .owl-nav, .owl-dots {
     display: none;
}
 .btn-outline-light {
     color: #f8f9fa;
     border-color: #f8f9fa;
}
/* Cuadros slider */
 .cuadroescondido {
     opacity: 0;
     position: absolute;
     bottom: -450px;
     transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
     z-index: 1;
     height: 60%;
     width: 100%;
}
 .cuadrovisible {
     -ms-transform: translateY(-500px);
     transform: translateY(-500px);
     opacity: 1;
}
 .textoformato {
     color: white !important;
     font-size: 0.9em;
     font-family: 'Montserrat', sans-serif;
     font-weight: 100;
     letter-spacing: 0.8px;
     text-align: justify;
}
 #titulocuadro {
     color: white;
     font-size: 3em;
     font-weight: 700;
     font-family: 'Montserrat', sans-serif;
     line-height: 1;
}
 #contenedorcuadro {
     border: 1px solid #d4d4d457;
     padding: 80px;
}
 .owl-carousel .owl-slide-title.is-transitioned {
     z-index: 2;
}
 .owl-slide-text {
     transition: all 1s ease;
     z-index: 1;
}
 .owl-slide-text-desaparecer {
     -ms-transform: translateY(-200px) !important;
     transform: translateY(-200px) !important;
     opacity: 0 !important;
}
 .owl-slide-animated {
     width: 50%;
     color: white;
     left: 31%;
     position: relative;
}
/* Lineas slider */
 .S1_linea0 {
     width: 5px;
     height: 600px;
     background-color: white;
     position: absolute;
     z-index: 3;
     top: -200px;
     left: 20%;
     transition: all 1.8s cubic-bezier(0.57, 0, 0.2, 1);
     opacity: 0;
     border-radius: 5px;
}
 .S1_linea1 {
     border-radius: 5px;
     width: 5px;
     height: 600px;
     background-color: white;
     position: absolute;
     z-index: 3;
     top: 0;
     left: 19.3%;
     transition: all 1.4s cubic-bezier(0.57, 0, 0.2, 1);
     opacity: 0;
}
 .S1_linea2 {
     border-radius: 5px;
     width: 5px;
     height: 600px;
     background-color: white;
     position: absolute;
     z-index: 3;
     top: -100px;
     left: 20.7%;
     transition: all 1s cubic-bezier(0.57, 0, 0.2, 1);
     opacity: 0;
}
 .aparecerlinea {
     opacity: 0.4;
}
 .S1_linea0-oculta {
     -ms-transform: translateY(-500px);
     transform: translateY(-500px);
     opacity: 0;
}
 .S1_linea1-oculta {
     -ms-transform: translateY(500px);
     transform: translateY(500px);
     opacity: 0;
}
 .S1_linea2-oculta {
     -ms-transform: translateY(500px);
     transform: translateY(500px);
     opacity: 0;
}
/* Boton siguiente slide */
 #btncuadrito {
     position: absolute;
     right: 0;
     bottom: 0;
     border: 1px solid #ffffff47;
     padding: 10px;
     width: 100px;
     height: 100px;
     background-color: #1e2142;
     margin-bottom: -20px;
     transition: all 0.5s;
}
 #btncuadrito:hover {
     cursor: pointer;
     -ms-transform: translateX(5px);
     transform: translateX(5px);
     background-color: #5A9396;
}
 #btnslide1 {
     border: 1px solid white;
     padding: 1em;
     width: 3em;
     height: 3em;
     transition: all 1s;
     margin-right: 0px;
     font-size: 1.4em;
     z-index: 20;
}
 #btnslide1:hover {
     cursor: pointer;
     -ms-transform: translateX(5px);
     transform: translateX(5px);
     background-color: #020202;
}
 #btnslide1 i {
     color: white;
}
/* ========================================================================== ========================================================================== Menu escritorio ========================================================================== */
/* ========================================================================== ========================================================================== Menú responsivo ========================================================================== */
 .containerMenuMoobile {
     display: none;
     position: relative;
     width: 100%;
     top: 0;
     z-index: 99;
}
 #menu {
     width: 60px;
     z-index: 100;
     display: none;
     position: fixed;
     right: 0;
}
 #btnmenu div, .btnmensaje div, #btnllamada div {
     height: 100%;
}
 #btnmenu {
     width: 100%;
     height: 60px;
     background-color: #5A9396;
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
}
 #btnmenu .material-icons {
     color: #1f213e;
     font-size: 3em;
}
 #btnmenu:hover {
     background-color: #49c6cd;
     cursor: pointer;
}
 .btnmensaje {
     width: 100%;
     height: 60px;
     background-color: #1f213e;
}
 .btnmensaje .material-icons {
     color: #5A9396;
     font-size: 2em;
}
 .btnmensaje:hover {
     background-color: #212f80;
     cursor: pointer;
}
 #btnllamada {
     width: 100%;
     height: 60px;
     background-color: white;
}
 #btnllamada .material-icons {
     color: #1f213e;
     font-size: 2em;
}
 #btnllamada:hover {
     background-color: #e2e2e2;
     cursor: pointer;
}
/* ========================================================================== ========================================================================== Boton menú ========================================================================== */
 .button_container {
     position: relative;
     width: 100%;
     cursor: pointer;
     transition: opacity .25s ease;
     z-index: 7;
}
/* ========================================================================== ========================================================================== Animación botton menú ========================================================================== */
 .button_container:hover {
     opacity: .7;
}
 .button_container.active .top {
     -ms-transform: translateY(10px) translateX(0) rotate(45deg);
     transform: translateY(10px) translateX(0) rotate(45deg);
     background: black;
}
 .button_container.active .middle {
     opacity: 0;
     background: black;
}
 .button_container.active .bottom {
     -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
     transform: translateY(-9px) translateX(0) rotate(-45deg);
     background: black;
}
 .button_container span {
     background-color: black;
     border: 2px solid black;
     height: 2px;
     border-radius: 100px;
     position: absolute;
     transition: all .35s ease;
     cursor: pointer;
}
 .button_container span.top {
     width: 80%;
     left: 2px;
     top: 2px;
}
 .button_container span.middle {
     width: 100%;
     top: 0;
     left: -5px;
}
 .button_container span.bottom {
     width: 80%;
     top: 0;
     left: 2px;
}
 .button_container span:nth-of-type(2) {
     top: 11px;
}
 .button_container span:nth-of-type(3) {
     top: 20px;
}
 .button_container_centered {
     position: relative;
     width: 30px;
     height: 50px;
     top: 17px;
     left: 15px;
}
 .tituloslider {
     font-weight: 100 !important;
     font-size: 0.7em;
     display: block;
}
 .overlay {
     position: fixed;
     background: rgba(1, 12, 29, 0.9);
     top: 0;
     left: 0;
     width: 100%;
     height: 0%;
     opacity: 0;
     visibility: hidden;
     transition: opacity .35s, visibility .35s, height .35s;
     z-index: 6;
}
 .overlay.open {
     opacity: 1;
     visibility: visible;
     height: 100%;
     overflow: auto;
     padding-top: 8rem;
}
 .overlay.open li {
     animation: fadeInRight .5s ease forwards;
     animation-delay: .35s;
     transition: all 0.3s ease;
}
 .overlay.open li:nth-of-type(2) {
     animation-delay: .4s;
}
 .overlay.open li:nth-of-type(3) {
     animation-delay: .45s;
}
 .overlay.open li:nth-of-type(4) {
     animation-delay: .50s;
}
 .overlay.open li:nth-of-type(5) {
     animation-delay: .55s;
}
 .overlay.open li:nth-of-type(6) {
     animation-delay: .60s;
}
 .overlay.open li:nth-of-type(7) {
     animation-delay: .65s;
}
 .overlay.open li:nth-of-type(8) {
     animation-delay: .70s;
}
 .overlay nav {
     position: relative;
     top: 50%;
     -ms-transform: translate(-15%, -50%);
     transform: translate(-15%, -50%);
     font-size: 40px;
     font-family: 'Vollkorn', serif;
     font-weight: 400;
     text-align: center;
}
 .overlay ul {
     list-style: none;
     padding: 0;
     margin: 0 auto;
     display: inline-block;
     position: relative;
     height: 100%;
     text-align: left;
}
 .overlay ul li {
     display: block;
     height: 25%;
     height: calc(100% / 4);
     min-height: 50px;
     position: relative;
     opacity: 0;
}
 .overlay ul li a {
     display: block;
     position: relative;
     color: #FFF;
     text-decoration: none;
     overflow: hidden;
     font-weight: 800;
     font-size: 0.8em;
     padding: 0px 15px;
}
 .overlay ul li:hover {
     background-color: #368e88;
     color: #1d2130 !important;
}
 .overlay-menu ul li a {
     font-family: 'Montserrat', sans-serif;
}
 @keyframes fadeInRight {
     0% {
         opacity: 0;
         left: 20%;
    }
     100% {
         opacity: 1;
         left: 0;
    }
}
/* ========================================================================== ========================================================================== Ventana formulario ========================================================================== */
 .control_formulario {
     display: block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #7d7d7d;
     background-color: transparent;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-top: none;
     border-left: none;
     border-right: none;
    /* border-radius: .25rem;
     */
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     color: white;
}
 .form-group {
     margin: 2rem;
}
 #tituloformulario {
     color: white;
     padding: 50px;
}
 @media screen and (max-width: 1500px) {
     .owl-slide-animated {
         width: 45%;
    }
}
 @media screen and (max-width: 1170px) {
     .owl-slide-title {
         font-size: 2.4em;
    }
}
 @media screen and (max-width: 1000px) {
     .containerMenuMoobile {
         display: block;
         margin: 0 auto;
    }
     #menu {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .S1_linea0, .S1_linea1, .S1_linea2 {
         display: none;
    }
    /*#logo {
         width: 100%;
         position: absolute;
         left: 0;
         margin-left: 0px;
         text-align: center;
    }
    */
     .owl-slide-animated {
         position: fixed;
         width: 100%;
         text-align: center;
         left: unset;
    }
     #btnslide1 {
         width: 70px;
         height: 70px;
         right: 0;
         left: 0;
         margin: 150px auto;
         position: absolute;
    }
     #titulocuadro {
         text-align: center;
         font-size: 2em;
    }
     #contenedorcuadro {
         padding: 2em;
         margin-top: 3em;
    }
     #btncuadrito {
         bottom: -30px;
         width: 70px;
         height: 70px;
         margin-bottom: -20px;
         right: initial;
    }
     .overlay nav {
         -ms-transform: translate(1%, -50%);
         transform: translate(1%, -50%);
    }
     .overlay ul li {
         line-height: 50px;
         width: 90%;
    }
     .overlay ul li:nth-child(2) {
         line-height: 30px;
    }
     .overlay ul li a {
         font-size: 0.6em;
    }
     #tituloformulario {
         padding: 0px;
    }
     #overlay-formulario .textoformato {
         display: none;
    }
}
 @media screen and (max-width: 430px) {
     label {
         font-size: 0.8em;
    }
     #btnslide1 {
         right: 0;
         left: 0;
         margin: 150px auto;
    }
}
 @media screen and (max-width: 360px) {
     #btnslide1 {
         right: 0;
         left: 0;
         margin: 150px auto;
    }
     #logo {
         text-align: left;
    }
     #logo img {
         max-width: 120px;
    }
     #titulocuadro {
         width: 200px;
         font-size: 1.5em;
         margin-bottom: -20px;
    }
     .textoformato {
         font-size: 0.7em;
    }
     #contenedorcuadro {
         padding: 1.5em;
    }
}

.no-js #seccion2{
  background-image: url(../img/fondoseccion2.jpg);
}


.no-webp #seccion2,
.webp #seccion2 {
    background-color: #587078;
}

.no-webp #seccion2.visible {
    background-image: url(../img/fondoseccion2.jpg);
}
.webp #seccion2.visible {
    background-image: url(../img/webp/fondoseccion2.webp);
}


 #seccion2 {
     background-size: cover;
     width: 100%;
     height: 100vh;
     display: block;
     transition: all 2.3s cubic-bezier(0.57, 0, 0.2, 1);
}
 .tabsempresa {
     width: 75%;
     position: absolute;
     opacity: 0;
     transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
}
 .tabsempresamostrar {
     opacity: 1;
     -ms-transform: translateX(0px);
     transform: translateX(0px);
}
 #headerempresa {
     text-align: center;
     width: 100%;
     max-width: 850px;
     margin: 0 auto;
}
 #headerempresa h1 {
     font-weight: bold;
     color: white;
     text-align: left;
     max-width: 1000px;
     padding: 50px;
     padding-bottom: 1rem;
     margin: 0;
     margin-left: 50px;
     padding-right: 0;
     padding-left: 0;
     border-bottom: 1px solid white;
     width: 250px;
     font-weight: 300;
}
 #headerempresa p {
     max-width: 1000px;
     margin: 0 auto;
     padding: 50px;
     padding-top: 1rem;
     line-height: inherit !important;
}
 #btn_historia {
     float: left;
     text-align: center;
     font-size: 1.2em;
     background-color: #292c37;
     color: white;
     position: absolute;
     left: 0;
     width: 15%;
     height: 30%;
     line-height: 15em;
     cursor: pointer;
     z-index: 1;
     -ms-transform: translate(-400px, 0px);
     transform: translate(-400px, 0px);
     transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
}
 .btn_historia_aparecer {
     -ms-transform: translate(0px, 0px) !important;
     transform: translate(0px, 0px) !important;
}
 #btn_historia:hover {
     background-image: url(../img/historia.gif);
     background-position: center;
}
 #btn_historia::after {
     content: url(../img/flecha_izda.png);
     width: 70px;
     height: 70px;
     padding: 20px 10px;
     position: absolute;
     top: 246px;
     right: -30px;
     background-color: #ffffff;
     color: black;
     line-height: 21px;
}
 #btn_historia:hover::after {
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     background-color: #e4e4e4;
}
 #btn_historia span {
     top: 0;
     position: relative;
     left: 5px;
     font-size: 3vh;
     font-weight: 100;
}
 #btn_estatutos {
     float: right;
     text-align: center;
     font-size: 1.2em;
     background-color: #5A9396;
     color: white;
     position: absolute;
     right: 0;
     width: 15%;
     height: 30%;
     line-height: 2em;
     cursor: pointer;
     z-index: 1;
     -ms-transform: translate(400px, 0px);
     transform: translate(400px, 0px);
     transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
}
 .btn_estatutos_aparecer {
     -ms-transform: translate(0px, 0px) !important;
     transform: translate(0px, 0px) !important;
}
 #btn_estatutos:hover {
     background-image: url(../img/filosofia.gif);
     background-position: center;
}
 #btn_estatutos::after {
     content: url(../img/flecha_dcha.png);
     width: 70px;
     height: 70px;
     padding: 20px 10px;
     position: absolute;
     top: 246px;
     left: -30px;
     background-color: #ffffff;
     color: black;
     line-height: 21px;
}
 #btn_estatutos:hover::after {
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     background-color: #e4e4e4;
}
 #btn_estatutos span {
     position: relative;
     left: 5px;
     font-size: 3vh;
     font-weight: 100;
     top: 35%;
}
/* Efecto parallax triangulos */
 #triangulos {
     width: 100%;
     position: absolute;
     height: 100%;
}
 #t_1 {
     position: absolute;
     width: 0;
     height: 0;
     border-left: 400px solid var(--triangulo-color);
     border-top: 200px solid transparent;
     border-bottom: 200px solid transparent;
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     filter: blur(5px);
}
 #t_2 {
     position: absolute;
     left: 30vh;
     width: 0;
     height: 0;
     border-left: 100px solid var(--triangulo-color);
     border-top: 50px solid transparent;
     border-bottom: 50px solid transparent;
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     filter: blur(1px);
}
 #t_3 {
     right: 10px;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 180px solid var(--triangulo-color);
     border-top: 90px solid transparent;
     border-bottom: 90px solid transparent;
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     filter: blur(1px);
}
 #t_4 {
     bottom: 300px;
     left: 40vh;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 150px solid var(--triangulo-color);
     border-top: 75px solid transparent;
     border-bottom: 75px solid transparent;
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     filter: blur(1px);
}
 #t_5 {
     bottom: 200px;
     left: 20vh;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 200px solid var(--triangulo-color);
     border-top: 100px solid transparent;
     border-bottom: 100px solid transparent;
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     filter: blur(0px);
}
 #t_6 {
     left: 25vh;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 200px solid var(--triangulo-color);
     border-top: 100px solid transparent;
     border-bottom: 100px solid transparent;
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     filter: blur(5px);
}
 #t_7 {
     right: 20vh;
     bottom: 100px;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 150px solid var(--triangulo-color);
     border-top: 75px solid transparent;
     border-bottom: 75px solid transparent;
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     filter: blur(1px);
}
 #t_8 {
     right: 0px;
     position: absolute;
     width: 0;
     height: 0;
     border-left: 400px solid var(--triangulo-color);
     border-top: 200px solid transparent;
     border-bottom: 200px solid transparent;
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     filter: blur(1px);
}
/* Z index de triangulos */
 .triangulo {
     z-index: 0;
}
 .zindex10 {
     z-index: 10;
}
/* Botones empresa */
 .btnVermas {
     padding: 1rem;
     border: 1px solid white;
     color: white;
     margin-top: 2rem;
     position: absolute;
}
/* ---- Ventana historia ---- */

.no-js #ventanahistoria,
.no-webp #ventanahistoria {
    background-image: url(../img/seccion2_izda.jpg);
}
.webp #ventanahistoria {
    background-image: url(../img/webp/seccion2_izda.webp);
}
 #ventanahistoria {
     padding: 3rem;
     z-index: 30;
     position: fixed;
     top: 0;
     right: 0;
     height: 100vh;
     
     background-size: 100% 100%;
     background-position: center;
     display: block;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s cubic-bezier(0.57, 0, 0.2, 1);
}
 #ventanahistoria .historiaContent {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-line-pack: center;
     align-content: center;
     align-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     width: 500px;
     margin-right: 9rem;
}
 #ventanahistoria .historiaContent img {
     width: 450px;
}
 #ventanahistoria .historiaContent .texto {
     color: white;
     max-width: 600px;
     width: 100%;
     text-align: left;
     position: absolute;
     top: 80%;
     left: 60%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 #ventanahistoria .botonHistoria {
     margin-right: 4rem;
}
 #ventanahistoria .botonHistoria .contentBBtn {
     height: 500px;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     -ms-flex-line-pack: end;
     align-content: flex-end;
     border-right: 1px solid white;
}
 #ventanahistoria .botonHistoria .contentBBtn i {
     color: white;
     font-size: 4rem;
     border: 2px solid white;
}
 #ventanahistoria .historiaContentText {
     max-width: 500px;
}
 #ventanahistoria .historiaContentText h2 {
     color: white;
     font-size: 34px;
     margin-bottom: 1rem;
}
 #ventanahistoria .historiaContentText p {
     color: white;
     line-height: initial;
}
 .abierta {
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-pack: space-evenly;
     justify-content: space-evenly;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     opacity: 1 !important;
     visibility: visible !important;
     overflow: scroll;
}
 #contenedor_textohistoria {
     width: 100%;
     height: 500px;
     display: block;
}
 #textohistoria {
     color: white;
     height: 100%;
     width: 100%;
     overflow-x: hidden;
     margin-top: 300px;
}
 #img_historia {
     position: absolute;
     width: 600px;
     top: 100px;
}
 .imagenhistoria {
     -ms-transform: translateX(0px) !important;
     transform: translateX(0px) !important;
}
 #titulohistoria {
     text-shadow: 3px 2px 4px #000;
     text-align: left;
     color: white;
     margin-top: 19rem;
}
 .mostrartitulohistoria {
     -ms-transform: translateX(0px) !important;
     transform: translateX(0px) !important;
     opacity: 1 !important;
}
 #lineahistoria {
     width: 1px;
     height: 400px;
     background-color: white;
}


.no-js #ventanaestatutos,
.no-webp #ventanaestatutos {
    background-image: url(../img/seccion2_dcha.jpg);
}
.webp #ventanaestatutos {
    background-image: url(../img/webp/seccion2_dcha.webp);
}
 #ventanaestatutos {
     background-size: 100% 100%;
     padding: 20px;
     z-index: 30;
     position: fixed;
     top: 0;
     right: 0;
     height: 100vh;
     
     display: block;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s cubic-bezier(0.57, 0, 0.2, 1);
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
}
 #ventanaestatutos .historiaContent {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-line-pack: center;
     align-content: center;
     align-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     width: 500px;
     margin-right: 9rem;
}
 #ventanaestatutos .historiaContent img {
     width: 450px;
}
 #ventanaestatutos .historiaContent .texto {
     color: white;
     max-width: 600px;
     width: 100%;
     text-align: left;
     position: absolute;
     top: 80%;
     left: 60%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 #ventanaestatutos .botonHistoria {
     margin-right: 4rem;
}
 #ventanaestatutos .botonHistoria .contentBBtn {
     height: 500px;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     -ms-flex-line-pack: end;
     align-content: flex-end;
     border-right: 1px solid white;
}
 #ventanaestatutos .botonHistoria .contentBBtn i {
     color: white;
     font-size: 4rem;
     border: 2px solid white;
}
 #ventanaestatutos .historiaContentText {
     max-width: 500px;
}
 #ventanaestatutos .historiaContentText h2 {
     color: white;
     font-size: 34px;
     margin-bottom: 1rem;
}
 #ventanaestatutos .historiaContentText p {
     color: white;
     line-height: initial;
}
 .abiertaestatutos {
     opacity: 1 !important;
     visibility: visible !important;
}
 #textoestatutos {
     color: white;
     height: 100%;
     width: 100%;
     overflow-x: hidden;
     margin-top: 400px;
}
 #img_estatutos {
     position: absolute;
     width: 600px;
     z-index: -1;
     right: 300px;
     top: 100px;
     -ms-transform: translateX(600px);
     transform: translateX(600px);
     transition: all 2.5s cubic-bezier(0.57, 0, 0.2, 1);
}
 #tituloestatutos {
     text-shadow: 3px 2px 4px #000;
     text-align: left;
     -ms-transform: translateX(1000px);
     transform: translateX(1000px);
     transition: all 1.9s cubic-bezier(0.57, 0, 0.2, 1);
     opacity: 0;
     color: white;
     margin-top: 200px;
}
 .mostrartituloestatutos {
     -ms-transform: translateX(0px) !important;
     transform: translateX(0px) !important;
     opacity: 1 !important;
}
 #textoestatutos h2 {
     text-align: right;
}
/* Corregir */
 #contenedor_tituloestatutos {
     display: none;
}
 @media (min-width: 0px) and (max-width: 750px) {
     #btn_estatutos span {
         top: 0%;
    }
}
 @media screen and (max-width: 1420px) {
     .tabsempresa {
         margin-top: -150px;
    }
     #btn_estatutos, #btn_historia {
         position: relative;
         bottom: -300px;
         width: 350px;
    }
     #btn_estatutos::after {
         top: 35%;
         left: initial;
    }
     #btn_historia::after {
         top: 30%;
         right: 85%;
    }
     #btn_historia span {
         top: -15%;
    }
}
 #textoNuestrasSedes2{
     margin-top: -3em !important;
     visibility: hidden;
}
 @media (min-width: 0px) and (max-width: 767px) {
     #ventanahistoria {
         background-color: #21212f !important;
         background-image: none !important;
    }
     #ventanaestatutos {
         background-color: #639699 !important;
         background-image: none !important;
    }
}
 #seccion2 {
     -ms-flex-direction: column;
     flex-direction: column;
     height: auto;
     min-height: 100vh;
}
 .contenedorHistoria {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-pack: center;
     justify-content: center;
     max-width: 600px;
     position: relative;
     margin-bottom: 3rem;
}
 .contenedorHistoria h1 {
     color: white;
     text-align: left;
     border-bottom: 1px solid white;
     padding-bottom: 1rem;
     padding-left: 0;
     margin-left: 0;
     max-width: 250px;
}
/* #textoNuestrasSedes,#textoNuestrasSedes2{
     width: 840px;
     text-align: left;
     margin-left: 10em;
}
*/
 .contenedorNSedes {
    /*display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-pack: center;
     justify-content: center;
    */
    /*max-width: 1024px;
    */
    /*position: relative;
    */
     max-width: 100%;
     margin-bottom: 3rem;
     margin:0 auto;
}
 .contenedorNSedes h1 {
     color: white;
     padding-bottom: 1rem;
     padding-left: 0;
     margin-left: 0;
     width: 100%;
}
 .sedes-img{
     display: inline-block;
     margin-right: 1em;
     text-align: center;
     width: 240px;
     height: 320px !important;
}
 .sedes-img p{
     color:white;
     font-weight: bold;
}
 #cdmx-sede{
     width: 240px;
     height: 360px;
    /*transition: cubic-bezier(0.23, 1, 0.32, 1);
    */
    /*$returnEasing: cubic-bezier(0.445, 0.05, 0.55, 0.95);
     */
}
 #cdmx-img{
     width: 240px;
     height: 320px;
     overflow: hidden;
}
 #cdmx-sede img{
     width: 240px;
     height: 320px;
     object-fit: contain;
}
 #gdl-sede{
     height: 320px;
     margin-top: -1em;
     width: 240px;
}
 #gdl-img{
     width: 240px;
     height: 320px;
}
 #gdl-sede img{
     width: 240px;
     height: 320px;
     object-fit: contain;
     position: relative;
     top:-4em;
}
 #gdl-sede p{
     position: relative;
}
 #punta-sede{
     height: 320px;
     margin-top: -1em;
     width: 240px;
}
 #punta-img{
     width: 240px;
     height: 320px;
    /*overflow: hidden;
     */
}
 #punta-sede img{
     width: 240px;
     height: 320px;
     object-fit: contain;
     position: relative;
     top: -4em;
}
 #punta-sede p{
     position: relative;
}
 #panama-sede{
     width: 240px;
     height: 320px;
}
 #panama-img{
     width: 240px;
     height: 320px;
     overflow: hidden;
}
 #panama-sede img{
     width: 240px;
     height: 320px;
     object-fit: contain;
}
 #cards-alianzas{
     margin:auto;
}
 #contenedorImgSedes{
     display: block !important;
     margin-bottom: 3em;
    /*margin-top: 1.25rem;
     width: 1360px !important;
     */
}
 .arregloBotones {
     position: relative;
     width: 100%;
}
 .arregloBotones #btn_estatutos, .arregloBotones #btn_historia {
     height: 250px;
     position: absolute;
     bottom: 0;
     padding: 2rem;
     padding-top: 0;
     padding-bottom: 0;
}
 .arregloBotones #btn_historia {
     margin-top: 4rem;
     width: 300px;
     top: -25rem;
     left: 10%;
     -ms-transform: translate(-50%, -50%) !important;
     transform: translate(-50%, -50%) !important;
}
 .arregloBotones #btn_historia::after {
     position: absolute;
     top: 16.5rem;
     left: 18rem;
     -ms-transform: translate(-50%, -50%) !important;
     transform: translate(-50%, -50%) !important;
}
 .arregloBotones #btn_estatutos {
     margin-top: 4rem;
     width: 300px;
     top: -25rem;
     left: 90%;
     line-height: 1.4rem;
     -ms-transform: translate(-50%, -50%) !important;
     transform: translate(-50%, -50%) !important;
}
 .arregloBotones #btn_estatutos::after {
     position: absolute;
     top: 16.5rem;
     left: 0rem;
     -ms-transform: translate(-50%, -50%) !important;
     transform: translate(-50%, -50%) !important;
}
 @media (min-width: 720px) and (max-width: 1230px) {
     .arregloBotones {
         width: auto;
    }
     .arregloBotones #btn_estatutos {
         position: relative;
         left: 0;
         top: 0;
         -ms-transform: none !important;
         transform: none !important;
    }
     .arregloBotones #btn_estatutos::after {
         top: 50%;
         left: 100%;
    }
     .arregloBotones #btn_historia {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         margin-right: 5rem;
         position: relative;
         left: 0;
         top: 0;
         -ms-transform: none !important;
         transform: none !important;
    }
     .arregloBotones #btn_historia::after {
         top: 50%;
         left: 0%;
    }
     .arregloBotones #btn_historia span {
         top: 0;
    }
}
 @media (min-width: 0px) and (max-width: 719px) {
     .contenedorNSedes{
         width: 100% !important;
    }
     .contenedorNSedes h1{
         width: 100% !important;
    }
     #seccion2 {
         padding-bottom: 5rem;
    }
     .arregloBotones {
         width: 100%;
         -ms-flex-direction: column;
         flex-direction: column;
         position: relative;
    }
     .arregloBotones #btn_estatutos {
         margin-top: 0;
         width: 100%;
         position: relative;
         left: 0;
         top: 0;
         -ms-transform: none !important;
         transform: none !important;
    }
     .arregloBotones #btn_estatutos::after {
         top: 50%;
         left: 90%;
    }
     .arregloBotones #btn_historia {
         margin-top: 0;
         width: 100%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         margin-right: 0;
         position: relative;
         left: 0;
         top: 0;
         -ms-transform: none !important;
         transform: none !important;
    }
     .arregloBotones #btn_estatutos {
         margin-top: 0;
         width: 100%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         position: relative;
         left: 0;
         top: 0;
         -ms-transform: none !important;
         transform: none !important;
    }
     .arregloBotones #btn_historia::after {
         top: 50%;
         left: 10%;
    }
     .arregloBotones #btn_historia span {
         top: 0;
    }
     .contenedorHistoria {
         padding-left: 20px;
         padding-right: 4rem;
    }
}
 @media (min-width: 1025px) and (max-width: 1280px) {
     #ventanahistoria .historiaContent {
         margin-right: 5rem;
    }
     #ventanahistoria .historiaContent img {
         margin-bottom: 3rem;
         width: 350px;
    }
     #ventanahistoria .historiaContent .texto {
         position: relative;
         left: 0;
         -ms-transform: none;
         transform: none;
         margin: 0;
    }
}
 @media (min-width: 0px) and (max-width: 1024px) {
     #ventanahistoria {
         -ms-flex-direction: column;
         flex-direction: column;
    }
     #ventanahistoria .historiaContent {
         margin-right: 0;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
    }
     #ventanahistoria .historiaContent img {
         margin-bottom: 3rem;
         max-width: 650px;
         width: 100%;
    }
     #ventanahistoria .historiaContentText {
         max-width: 600px;
         width: 100%;
    }
     #ventanahistoria .historiaContent {
         max-width: 600px;
         width: 100%;
    }
     #ventanahistoria .historiaContent .texto {
         position: relative;
         left: 0;
         -ms-transform: none;
         transform: none;
         margin: 0;
         top: 0;
    }
     #ventanahistoria .botonHistoria .contentBBtn {
         height: auto;
    }
     #ventanahistoria .botonHistoria {
         margin-right: 0;
    }
}
 @media (min-width: 0px) and (max-width: 481px) {
     #ventanahistoria {
         -ms-flex-pack: center;
         justify-content: center;
    }
     #ventanahistoria .historiaContent {
         margin-bottom: 3rem;
    }
     #ventanahistoria .botonHistoria {
         margin-bottom: 3rem;
    }
     #ventanahistoria .botonHistoria .contentBBtn i {
         font-size: 3rem;
    }
     #ventanahistoria .historiaContent .texto {
         font-size: 20px;
    }
     #ventanahistoria .historiaContentText h2 {
         font-size: 20px;
    }
}
 @media (min-width: 1025px) and (max-width: 1280px) {
     #ventanaestatutos .historiaContent {
         margin-right: 5rem;
    }
     #ventanaestatutos .historiaContent img {
         margin-bottom: 3rem;
         width: 350px;
    }
     #ventanaestatutos .historiaContent .texto {
         position: relative;
         left: 0;
         -ms-transform: none;
         transform: none;
         margin: 0;
    }
}
 @media (min-width: 0px) and (max-width: 1024px) {
     #ventanaestatutos {
         -ms-flex-direction: column;
         flex-direction: column;
    }
     #ventanaestatutos .historiaContent {
         margin-right: 0;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
    }
     #ventanaestatutos .historiaContent img {
         margin-bottom: 3rem;
         max-width: 650px;
         width: 100%;
    }
     #ventanaestatutos .historiaContentText {
         max-width: 600px;
         width: 100%;
    }
     #ventanaestatutos .historiaContent {
         max-width: 600px;
         width: 100%;
    }
     #ventanaestatutos .historiaContent .texto {
         position: relative;
         left: 0;
         -ms-transform: none;
         transform: none;
         margin: 0;
         top: 0;
    }
     #ventanaestatutos .botonHistoria .contentBBtn {
         height: auto;
    }
     #ventanaestatutos .botonHistoria {
         margin-right: 0;
    }
     .sedesVLine{
         display: none;
    }
     .mobile-nav .mobile-header {
         position: fixed;
         display: block;
         top: 0;
         left: 0;
         height: 100px;
         width: 100%;
         background: #1c1c27;
         overflow: hidden;
         transition: all 0.5s ease-out, background 1s ease-out;
         -webkit-transition: all 0.5s ease-out, background 1s ease-out;
         -moz-transition: all 0.5s ease-out, background 1s ease-out;
         -ms-transition: all 0.5s ease-out, background 1s ease-out;
         -webkit-transition-delay: 0.2s;
         transition-delay: 0.2s;
         -webkit-transition-delay: 0.2s;
         -moz-transition-delay: 0.2s;
         -ms-transition-delay: 0.2s;
         z-index: 1;
    }
     .mobile-nav .mobile-header .logo-mobil {
         position: fixed;
         top: 2.5rem;
         left: 1.5rem;
    }
     .mobile-nav .mobile-header .logo-mobil img {
         max-width: 130px;
    }
     .mobile-nav .mobile-header .socialIcons {
         width: 50px;
         float: right;
         margin: 0.5rem 0;
    }
     .mobile-nav .mobile-header .burger-container {
         position: relative;
         float: right;
         display: inline-block;
         height: 100px;
         width: 100px;
         cursor: pointer;
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
         transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         -webkit-tap-highlight-color: transparent;
         z-index: 999;
    }
     .mobile-nav .mobile-header .burger-container #burger {
         width: 30px;
         height: 8px;
         position: relative;
         display: block;
         margin: -4px auto 0;
         top: 50%;
    }
     .mobile-nav .mobile-header .burger-container #burger .bar {
         width: 100%;
         height: 5px;
         display: block;
         position: relative;
         background: #FFF;
         transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition-delay: 0s;
         transition-delay: 0s;
         -webkit-transition-delay: 0s;
         -moz-transition-delay: 0s;
         -ms-transition-delay: 0s;
    }
     .mobile-nav .mobile-header .icon {
         float: right;
         color: #ffffff;
         margin: 1.9rem 0.5rem !important;
         z-index: 999;
    }
     .mobile-nav .mobile-header .icon i {
         font-size: 3rem;
    }
     .mobile-nav .mobile-header .burger-container #burger .bar.topBar {
         -webkit-transform: translateY(0px) rotate(0deg);
         transform: translateY(0px) rotate(0deg);
    }
     .mobile-nav .mobile-header .burger-container #burger .bar.btmBar {
         -webkit-transform: translateY(6px) rotate(0deg);
         transform: translateY(6px) rotate(0deg);
    }
     .mobile-nav .mobile-header ul.menu {
         position: relative;
         display: block;
         padding: 10rem 4rem 0;
         list-style: none;
         height: 0;
         z-index: -1;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item {
         text-transform: uppercase;
         border-bottom: 1px solid #63636f;
         margin-top: 5px;
         -webkit-transform: scale(1.15) translateY(-30px);
         transform: scale(1.15) translateY(-30px);
         opacity: 0;
         transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(1) {
         transition-delay: 0.49s;
         -webkit-transition-delay: 0.49s;
         -moz-transition-delay: 0.49s;
         -ms-transition-delay: 0.49s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(2) {
         transition-delay: 0.42s;
         -webkit-transition-delay: 0.42s;
         -moz-transition-delay: 0.42s;
         -ms-transition-delay: 0.42s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(3) {
         transition-delay: 0.35s;
         -webkit-transition-delay: 0.35s;
         -moz-transition-delay: 0.35s;
         -ms-transition-delay: 0.35s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(4) {
         transition-delay: 0.28s;
         -webkit-transition-delay: 0.28s;
         -moz-transition-delay: 0.28s;
         -ms-transition-delay: 0.28s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(5) {
         transition-delay: 0.21s;
         -webkit-transition-delay: 0.21s;
         -moz-transition-delay: 0.21s;
         -ms-transition-delay: 0.21s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(6) {
         transition-delay: 0.14s;
         -webkit-transition-delay: 0.14s;
         -moz-transition-delay: 0.14s;
         -ms-transition-delay: 0.14s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:nth-child(7) {
         transition-delay: 0.07s;
         -webkit-transition-delay: 0.07s;
         -moz-transition-delay: 0.07s;
         -ms-transition-delay: 0.07s;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item a {
         display: block;
         position: relative;
         color: #FFF;
         font-weight: 100;
         text-decoration: none;
         font-size: 22px;
         line-height: 2.35;
         font-weight: 200;
         width: 100%;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item a:hover, .mobile-nav .mobile-header ul.menu li.menu-item a:focus, .mobile-nav .mobile-header ul.menu li.menu-item a:active{
         background-color: #599497;
         width: calc(100% + 8rem);
         margin-left: -4rem;
         padding-left: 4rem;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item:hover, .mobile-nav .mobile-header ul.menu li.menu-item:focus, .mobile-nav .mobile-header ul.menu li.menu-item:active{
         border: 0;
    }
     .mobile-nav .mobile-header.menu-opened {
         height: 100%;
         background-color: #000;
         transition: all 0.3s ease-in, background 0.5s ease-in;
         -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
         -moz-transition: all 0.3s ease-in, background 0.5s ease-in;
         -ms-transition: all 0.3s ease-in, background 0.5s ease-in;
         transition-delay: 0.25s;
         -webkit-transition-delay: 0.25s;
         -moz-transition-delay: 0.25s;
         -ms-transition-delay: 0.25s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu{
    }
     .mobile-nav .mobile-header.menu-opened .burger-container {
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
    }
     .mobile-nav .mobile-header.menu-opened .burger-container #burger .bar {
         transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         -ms-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
         transition-delay: 0.2s;
         -webkit-transition-delay: 0.2s;
         -moz-transition-delay: 0.2s;
         -ms-transition-delay: 0.2s;
    }
     .mobile-nav .mobile-header.menu-opened .burger-container #burger .bar.topBar {
         -webkit-transform: translateY(8px) rotate(45deg);
         transform: translateY(8px) rotate(45deg);
    }
     .mobile-nav .mobile-header.menu-opened .burger-container #burger .bar.btmBar {
         -webkit-transform: translateY(3px) rotate(-45deg);
         transform: translateY(3px) rotate(-45deg);
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item {
         -webkit-transform: scale(1) translateY(0px);
         transform: scale(1) translateY(0px);
         opacity: 1;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(1) {
         transition-delay: 0.27s;
         -webkit-transition-delay: 0.27s;
         -moz-transition-delay: 0.27s;
         -ms-transition-delay: 0.27s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(2) {
         transition-delay: 0.34s;
         -webkit-transition-delay: 0.34s;
         -moz-transition-delay: 0.34s;
         -ms-transition-delay: 0.34s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(3) {
         transition-delay: 0.41s;
         -webkit-transition-delay: 0.41s;
         -moz-transition-delay: 0.41s;
         -ms-transition-delay: 0.41s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(4) {
         transition-delay: 0.48s;
         -webkit-transition-delay: 0.48s;
         -moz-transition-delay: 0.48s;
         -ms-transition-delay: 0.48s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(5) {
         transition-delay: 0.55s;
         -webkit-transition-delay: 0.55s;
         -moz-transition-delay: 0.55s;
         -ms-transition-delay: 0.55s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(6) {
         transition-delay: 0.62s;
         -webkit-transition-delay: 0.62s;
         -moz-transition-delay: 0.62s;
         -ms-transition-delay: 0.62s;
    }
     .mobile-nav .mobile-header.menu-opened ul.menu li.menu-item:nth-child(7) {
         transition-delay: 0.69s;
         -webkit-transition-delay: 0.69s;
         -moz-transition-delay: 0.69s;
         -ms-transition-delay: 0.69s;
    }
}
 @media (max-width: 1024px) and (orientation:landscape) {
     .mobile-nav .mobile-header ul.menu {
         position: relative;
         display: block;
         padding: 5rem 4rem 0;
         list-style: none;
    }
     .mobile-nav .mobile-header ul.menu li.menu-item a{
         font-size: 0.8rem;
    }
}
 @media (min-width: 0px) and (max-width: 481px) {
     #ventanaestatutos {
         -ms-flex-pack: center;
         justify-content: center;
    }
     #ventanaestatutos .historiaContent {
         margin-bottom: 3rem;
    }
     #ventanaestatutos .botonHistoria {
         margin-bottom: 3rem;
    }
     #ventanaestatutos .botonHistoria .contentBBtn i {
         font-size: 3rem;
    }
     #ventanaestatutos .historiaContent .texto {
         font-size: 20px;
    }
     #ventanaestatutos .historiaContentText h2 {
         font-size: 20px;
    }
}
 @media (min-width: 0px) and (max-width: 481px) {
     #btn_estatutos span {
         top: 0;
    }
}


.no-js .newSection{
  background: url("../img/seccion3/fondo.jpg");
}


.no-webp .newSection,
.webp .newSection {
    background-color: #eeeff1;
}

.no-webp .newSection.visible {
    background-image: url(../img/fondo.jpg);
}
.webp .newSection.visible {
    background-image: url(../img/webp/fondo.webp);
}


 .newSection {
     min-height: 100vh;
     background-size: 100% 100%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 2rem;
}
 .newSection-textos {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-left: 3rem;
}
 .newSection-textos h2 {
     width: 400px;
}
 .newSection-textos p {
     width: 400px;
     text-align: justify;
}
/* .newSection .itemCardsService {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
}
 .newSection-cards {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
}
*/
 .newSection-cards-item {
     width: 100%;
     height: auto;
     margin-left: 10px;
     margin-right: 10px;
     margin-bottom: 2rem;
     transition: all .5s ease-in-out;
     box-shadow: -8px -4px 17px -2px rgba(0, 0, 0, 0.36);
}
 .newSection-cards-item-alianzas {
     width: 250px;
     height: auto;
     margin-left: 10px;
     margin-right: 10px;
     margin-bottom: 2rem;
     transition: all .5s ease-in-out;
    /*box-shadow: -8px -4px 17px -2px rgba(0, 0, 0, 0.36);
    */
}
 .newSection-cards-item .itemBack {
     display: none;
     position: relative;
     width: 100%;
     height: 100%;
     transition: all .5s ease-in-out;
}
 .newSection-cards-item-alianzas .itemBack {
     display: none;
     position: relative;
     width: 100%;
     height: 100%;
     transition: all .5s ease-in-out;
}
 .newSection-cards-item .itemBack-content {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     padding: 2rem;
     width: 100%;
}
 .newSection-cards-item-alianzas .itemBack-content {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     padding: 2rem;
     width: 100%;
}
 .newSection-cards-item .itemBack-content img {
     width: 100%;
     margin-bottom: 1.5rem;
}
 .newSection-cards-item-alianzas .itemBack-content img {
     width: 100%;
     margin-bottom: 1.5rem;
}
 .newSection-cards-item .itemBack-content p {
     color: white;
     font-size: 12px;
     text-align: center;
     margin-bottom: 1rem;
}
 .newSection-cards-item-alianzas .itemBack-content p {
     color: white;
     font-size: 12px;
     text-align: center;
     margin-bottom: 1rem;
}
 .newSection-cards-item .itemBack-content .linkSite {
    /*display: -ms-flexbox;
    */
     display: none;
     width: 100px;
     margin: 0 auto;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     color: #282837;
     padding: 5px;
     outline: none;
     text-decoration: none;
     font-size: 12px;
     background-color: white;
}
 .newSection-cards-item-alianzas .itemBack-content .linkSite {
     display: -ms-flexbox;
     display: flex;
     width: 100px;
     margin: 0 auto;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -ms-flex-align: center;
     align-items: center;
     color: #282837;
     padding: 5px;
     outline: none;
     text-decoration: none;
     font-size: 12px;
     background-color: white;
}
 .newSection-cards-item img {
     width: 100%;
     height: 100%;
}
 .newSection-cards-item-alianzas img {
     width: 100%;
     height: auto;
}
 .newSection-cards-item:hover {
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
/* .newSection-cards-item-alianzas:hover {
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
*/
  a.divContenidoss:hover,
  a.divContenidoss:hover{
    text-decoration: none;
    cursor: text;
  }
 .newSection-cards-item:hover .divContenidoss {
     -ms-flex-direction: column;
     flex-direction: column;
     display: -ms-flexbox;
     display: flex;
}
}
 .newSection-cards-item-alianzas:hover .divContenidoss {
     -ms-flex-direction: column;
     flex-direction: column;
     display: -ms-flexbox;
     display: flex;
}
 .newSection-cards-item:hover .imgBackSection {
     display: none;
}
 .newSection-cards-item-alianzas:hover .imgBackSection {
    /*display: none;
    */
}
 #seccion7 .newSection-textos{
     margin-bottom: 1.5em;
}
 .newSection-cards-item:hover .linkSite{
     display: -ms-flexbox;
     display: flex;
}
 @media (min-width: 412px) and (max-width: 992px) {
     .newSection-cards-item .itemBack-content{
         padding: 1rem;
    }
     .newSection-cards-item .itemBack-content .linkSite{
         max-width: 50%;
         padding: 0;
    }
     .newSection-cards-item .itemBack-content img{
         margin-bottom: 0.875rem;
    }
     .newSection-cards-item .itemBack-content p {
         font-size: 10px;
    }
}
 @media (min-width: 0px) and (max-width: 412px) {
     .newSection-cards-item .itemBack-content{
         padding: 1rem 0.5rem;
    }
     .newSection-cards-item .itemBack-content img{
         margin-bottom: 0.5rem;
    }
     .newSection-cards-item .itemBack-content p {
         font-size: 10px;
         margin-bottom: 0.5rem;
    }
     .newSection-cards-item .itemBack-content .linkSite{
         padding: 0;
    }
}
 @media (min-width: 890px) and (max-width: 1350px) {
     .newSection {
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .newSection-textos {
         padding-left: 0;
         width: 62%;
         min-width: 797.312px;
         margin-bottom: 2rem;
    }
     .newSection-textos h2 {
         width: 100%;
    }
     .newSection-textos p {
         width: 100%;
    }
}
/*@media (min-width: 0px) and (max-width: 889px) {
    */
     @media (min-width: 0px) and (max-width: 320px) {
         .sedesBtmLine, .sedesVLine{
             border: 0;
        }
         .sedesMBtmLine{
             border-bottom: 1px solid #5A9396;
             margin-bottom: 20px;
        }
         .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
             background-size: 128px auto;
        }
         .sede-container{
             width: 8rem;
             height: 15.2rem;
        }
         .sede-wrap{
             margin: 0.4rem;
        }
         .sede-section6{
             display: block;
        }
         .sede-section6 h5 {
             font-size: 1rem;
        }
         #textoNuestrasSedesMobil {
             color: white;
             margin-bottom: 1rem;
        }
    }
     @media (min-width: 0px) and (max-width: 280px) {
         .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
             background-size: 136px auto;
        }
         .sede-container{
             width: 8.5rem;
             height: 16rem 
        }
         .sede-wrap{
             margin: 1rem;
        }
         .sede-section6{
             display: block;
        }
         .sede-section6 h5 {
             font-size: 1rem;
        }
         #textoNuestrasSedesMobil{
             margin-bottom: 0;
        }
    }
     @media (min-width: 280px) and (max-width: 368px) {
         .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
             background-size: 136px auto;
        }
         .sede-container{
             width: 8.5rem;
             height: 16rem 
        }
         .sede-wrap{
             margin: 0.5rem;
        }
         .sede-section6{
             display: block;
        }
         .sede-section6 h5 {
             font-size: 1rem;
        }
         #textoNuestrasSedesMobil{
             margin-bottom: 0;
        }
    }
     @media (min-width: 0px) and (max-width: 767px){
         .sede-section6{
             display: block;
        }
         .newSection-cards-item{
             width: 100%;
             height: auto;
             max-width: 100%;
             margin-bottom: 2rem;
             margin-left: 0;
             margin-right: 0;
        }
    }
     @media (min-width: 368px) and (max-width: 919px) {
         .sedesBtmLine, .sedesVLine{
             border: 0;
        }
         .sedesMBtmLine{
             border-bottom: 1px solid #5A9396;
             margin-bottom: 20px;
        }
         .sede-hov-cdmx, .sede-hov-gdl, .sede-hov-cun, .sede-hov-pan, .sede-hov-dom{
             background-size: 152px auto !important;
        }
         .sede-container{
             width: 9.5rem;
             height: 17.9rem 
        }
         .sede-wrap{
             margin: 1rem;
        }
        /* #textoNuestrasSedes{
             display: none;
        }
        */
        /* .sede-section2, .sede-section3, .sede-section4{
             margin-top: 0;
        }
        */
         .contenedorNSedes,#contenedorImgSedes{
             width: 100% !important;
        }
         #cdmx-sede{
             margin-left: 6em !important;
             margin-right: 6em !important;
        }
         #punta-sede{
             margin-left: 6em !important;
             margin-right: 6em !important;
        }
        /* #textoNuestrasSedes,#textoNuestrasSedes2{
             margin-left: 2em;
             width: 100%;
        }
        */
         #gdl-img,#punta-img{
             overflow: hidden;
        }
         #gdl-img img,#punta-img img{
             top:0em;
        }
         .newSection {
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .newSection-textos {
             padding-left: 0;
             width: 100%;
             margin-bottom: 2rem;
        }
         .newSection-textos h2 {
             width: 100%;
        }
         .newSection-textos p {
             width: 100%;
        }
        /* .newSection .itemCardsService {
             -ms-flex-direction: column;
             flex-direction: column;
        }
    }
    */
     #seccion4 {
         display: none !important;
         position: relative;
         width: 100%;
         height: auto;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         -ms-flex-direction: row;
         flex-direction: row;
         background: url("../img/fondoDiagrama.svg");
         background-size: cover;
         padding-top: 4rem;
         padding-bottom: 4rem;
         padding-left: 1rem;
         padding-right: 1rem;
    }
     #seccion4 .containerText {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         width: 400px;
    }
     #seccion4 .containerText .title {
         color: white;
         line-height: 32px;
         border-bottom: 1px solid white;
         padding-bottom: 1rem;
    }
     #seccion4 .containerText .title {
         font-size: 28px;
    }
     @media screen and (min-width: 320px) {
         #seccion4 .containerText .title {
             font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         #seccion4 .containerText .title {
             font-size: 34px;
        }
    }
     #seccion4 .containerText .texto {
         color: white;
         font-weight: 100;
    }
     #seccion4 .containerText .texto {
         font-size: 14px;
    }
     @media screen and (min-width: 320px) {
         #seccion4 .containerText .texto {
             font-size: calc( 14px + 4 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         #seccion4 .containerText .texto {
             font-size: 18px;
        }
    }
     #seccion4 svg {
         z-index: 2;
         width: 50%;
         -ms-transform: scale(1.4);
         transform: scale(1.4);
    }
     #seccion4 .mobileSvg {
         display: none;
    }
     @media (min-width: 0px) and (max-width: 767px) {
         #seccion4 {
             -ms-flex-direction: column;
             flex-direction: column;
             padding-top: 4rem;
             padding-bottom: 4rem;
             padding-left: 1rem;
             padding-right: 1rem;
        }
         #seccion4 .containerText {
             width: 100%;
             margin-bottom: 3rem;
        }
         #seccion4 svg {
             width: 100%;
        }
         #seccion4 .desktopSvg {
             display: none;
        }
         #seccion4 .mobileSvg {
             display: block;
             z-index: 2;
             width: 100%;
        }
    }
     @keyframes animate1 {
         to {
             stroke-dashoffset: 1000;
        }
    }
     #g14162 {
         stroke-dasharray: 100 !important;
         stroke-dashoffset: 1000 !important;
         animation: fill 8s linear infinite;
    }
     #path5992-75, #path5992-7-5, #path5992-7-9-0, #path5992-8-7, #path15016 {
         animation: show 2s ease infinite;
    }
     @keyframes show {
         0% {
             opacity: 0;
        }
         80% {
             opacity: .5;
        }
         100% {
             opacity: 1;
        }
    }
     @keyframes fill {
         from {
             stroke-dashoffset: 1000;
        }
         to {
             stroke-dashoffset: 0;
        }
    }
     #rect6149-4 {
         animation: bounce 8s infinite linear;
    }
     #rect6147-5 {
         animation: bounce 4s infinite linear;
    }
     #rect6151-7 {
         animation: bounce 2s infinite linear;
    }
     @keyframes bounce {
         from {
             transform: scaleY(1);
             animation-timing-function: ease-out;
        }
         25% {
             transform: scaleY(0.99);
             animation-timing-function: ease-in;
        }
         50% {
             transform: scaleY(0.999);
             animation-timing-function: ease-out;
        }
         75% {
             transform: scaleY(0.98);
             animation-timing-function: ease-in;
        }
         to {
             transform: scaleY(1);
        }
    }
     #g4203 {
         animation: topDown 3s infinite linear;
    }
     #g4142 {
         animation: topDown 3s infinite linear;
    }
     #g4168 {
         animation: topDown 2s infinite linear;
    }
     @keyframes topDown {
         from {
             transform: scale(1, 1);
             animation-timing-function: ease-out;
        }
         25% {
             transform: scale(1.005, 1);
             animation-timing-function: ease-in;
        }
         50% {
             transform: scale(1.006, 1);
             animation-timing-function: ease-out;
        }
         75% {
             transform: scale(1.007, 1);
             animation-timing-function: ease-in;
        }
         to {
             transform: scale(1, 1);
        }
    }
     #g4213, #g4208, #g4218 {
         animation: topDown 6s infinite linear;
    }
     #g3996 {
         animation: leftRight 2s infinite linear;
    }
     #g4024 {
         animation: leftRight 3s infinite linear;
    }
     #g4050 {
         animation: leftRight 2s infinite linear;
    }
     #g4111 {
         animation: leftRight 3s infinite linear;
    }
     #g4073 {
         animation: leftRight 2s infinite linear;
    }
     @keyframes leftRight {
         from {
             transform: scale(1, 1);
             animation-timing-function: ease-out;
        }
         25% {
             transform: scale(1.05, 1);
             animation-timing-function: ease-in;
        }
         50% {
             transform: scale(1.06, 1);
             animation-timing-function: ease-out;
        }
         75% {
             transform: scale(1.07, 1);
             animation-timing-function: ease-in;
        }
         to {
             transform: scale(1, 1);
        }
    }
     .hideme {
         opacity: 0;
    }
     .lineTime {
         padding-top: 4rem;
         width: 100%;
         height: auto;
         background-color: #e4e4e4;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .lineTime .titleSeccion5 {
         font-weight: bold;
         border-bottom: 1px solid #5A9396;
         padding-bottom: 1rem;
    }
     .lineTime p {
         color: #5A9396;
    }
     .lineTime p {
         font-size: 28px;
    }
     @media screen and (min-width: 320px) {
         .lineTime p {
             font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .lineTime p {
             font-size: 34px;
        }
    }
     .lineTime .timeline {
         position: relative;
         padding: 1rem;
         margin: 0 auto;
         max-width: 1300px;
    }
     .lineTime .timeline:before {
         content: '';
         position: absolute;
         height: 0%;
         border: 1px solid #333;
         right: 40px;
         top: 0;
         margin-top: 4rem;
         opacity: .3;
    }
     .lineTime .timeline:after {
         content: "";
         display: table;
         clear: both;
    }
     @media screen and (min-width: 700px) {
         .lineTime .timeline:before {
             left: calc(50% - 1px);
             right: auto;
             margin-top: 4rem;
        }
    }
     .lineTime .timeline__item {
         padding: 1rem;
         border-image-slice: 1;
         position: relative;
         margin: 1rem 3rem 1rem 1rem;
         clear: both;
    }
     .lineTime .timeline__item:after, .lineTime .timeline__item:before {
         content: '';
         position: absolute;
    }
     .lineTime .timeline__item:before {
         right: -13.5%;
        /* top: calc(50% - 5px);
         */
         border-style: solid;
         top: 0;
         border-width: 3px;
         width: 30px;
         height: 30px;
         background-color: #e4e4e4;
         border-color: #5A9396;
    }
     @media screen and (min-width: 700px) {
         .lineTime .timeline__item {
             width: 44%;
             margin: 1rem;
        }
         .lineTime .timeline__item:nth-of-type(2n) {
             float: right;
             margin: 1rem;
             border-image-slice: 1;
        }
         .lineTime .timeline__item:nth-of-type(2n):before {
             right: auto;
             left: -13.5%;
        }
    }
     .lineTime .timeline__item--year {
         text-align: center;
         max-width: 150px;
         margin: 0 48px 0 auto;
         font-size: 1.8rem;
         background-color: transparent;
         line-height: 1;
         border-image: none;
         padding: .5rem 1rem 1rem;
    }
     .lineTime .timeline__item--year:before {
         display: none;
    }
     @media screen and (min-width: 700px) {
         .lineTime .timeline__item--year {
             text-align: center;
             margin: 0 auto;
        }
         .lineTime .timeline__item--year:nth-of-type(2n) {
             float: none;
             margin: 0 auto;
             border-image: none;
        }
         .lineTime .timeline__item--year:nth-of-type(2n):before {
             display: none;
        }
    }
     .lineTime .timeline__title {
         margin: 0;
         color: #5A9396;
         font-weight: 100;
    }
     .lineTime .timeline__title {
         font-size: 28px;
    }
     @media screen and (min-width: 320px) {
         .lineTime .timeline__title {
             font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .lineTime .timeline__title {
             font-size: 34px;
        }
    }
     .lineTime .timeline__blurb {
         line-height: 1.5;
         margin: .5rem 0 0;
         font-weight: 100;
         color: #333;
    }
     .lineTime .timeline__blurb {
         font-size: 14px;
    }
     @media screen and (min-width: 320px) {
         .lineTime .timeline__blurb {
             font-size: calc( 14px + 4 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .lineTime .timeline__blurb {
             font-size: 18px;
        }
    }
     .lineTime .timeline.scrollAnimation:before {
         animation: drawLine 10s ease-in-out;
         animation-delay: 1.2s;
         animation-fill-mode: forwards;
         content: '';
         position: absolute;
         border: 1px solid #333;
         top: 0;
         margin-top: 4rem;
         opacity: .3;
    }
     @media (min-width: 600px) and (max-width: 700px) {
         .lineTime .timeline__item:before {
             right: -6.5%;
        }
    }
     @media (min-width: 0px) and (max-width: 599px) {
         .lineTime .timeline__item:before {
             right: -2.3rem;
        }
    }
     @keyframes drawLine {
         0% {
             height: 0;
        }
         100% {
             height: 94%;
        }
    }
     @media (min-width: 0px) and (max-width: 480px) {
         .lineTime .timeline__item {
             padding: 0;
             margin-left: 0;
        }
         .lineTime .timeline__blurb {
             padding-right: 1rem;
        }
         .lineTime .timeline__title {
             margin-right: -1rem;
        }
         .lineTime .timeline:before {
             right: 3.6rem;
        }
         .lineTime .timeline__item:before {
             right: -1.3rem !important;
        }
    }
     .newSection-cards-item-alianzas{
         height: 100px;
    }
     #seccion7 .newSection-textos{
         text-align: center;
    }
     .nuestrasSedes {
         height: auto;
         width: 100%;
        /*background: url("../img/sedes/cdmx-back.jpg") no-repeat, url('../img/sedes/gdl-back.jpg') no-repeat, url('../img/sedes/cancun-back.jpg') no-repeat, url('../img/sedes/panama-back.jpg') no-repeat, url('../img/sedes/republica-cominicana-back.jpg') no-repeat;
        */
         background-size: 100% 100%;
         padding-top: 3rem;
         padding-left: 0;
         padding-right: 0;
         padding-bottom: 4rem;
         position: relative;
         -moz-transition: background-image 0.5s ease-in-out 0.1s;
         -webkit-transition: background-image 0.5s ease-in-out 0.1s;
         -ms-transition: background-image 0.5s ease-in-out 0.1s;
         -o-transition: background-image 0.5s ease-in-out 0.1s;
         transition: background-image 0.5s ease-in-out 0.1s;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0);
    }
     .nuestrasSedes .title {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         color: white;
         border-bottom: 1px solid white;
         padding-bottom: 1rem;
    }
     .nuestrasSedes .title {
         font-size: 22px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .title {
             font-size: calc( 22px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .title {
             font-size: 28px;
        }
    }
     .nuestrasSedes .sectionCarousel {
         position: relative;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         margin-bottom: 5rem;
    }
     .nuestrasSedes .sectionCarousel .containerText {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 40%;
         font-weight: bold;
         color: white;
         margin-left: 6rem;
         margin-right: 3rem;
         margin-margin-bottom: 0;
         margin-margin-top: auto;
    }
     .nuestrasSedes .sectionCarousel .containerText span {
         font-weight: 100;
         margin-top: 15px;
         color: white;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel {
         width: 60%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .containerSectionCarousel {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .owl-stage {
         display: -ms-flexbox;
         display: flex;
         padding-left: 2rem;
         padding-top: 2rem;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .owl-item {
         color: white;
         position: relative;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item {
         width: 550px;
         color: white;
         position: relative;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
         box-shadow: 19px 20px 21px 0px rgba(0, 0, 0, 0.45);
         position: absolute;
         background-color: #191932;
         top: -2rem;
         left: -2rem;
         height: 2.5em;
         width: 2.5em;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         font-weight: bold;
         text-transform: uppercase;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
         font-size: 28px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
             font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
             font-size: 34px;
        }
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .number svg {
         fill: white;
         color: white;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container {
         width: 100%;
         border: 2rem solid white;
         border-right: 4rem solid white;
         padding: 0;
         box-shadow: 25px 23px 24px 0px rgba(0, 0, 0, 0.2);
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-direction: column;
         flex-direction: column;
         position: relative;
         padding-top: 5rem;
         padding-left: 2rem;
         padding-bottom: 5rem;
         padding-right: 2rem;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
         font-size: 18px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
             font-size: calc( 18px + 10 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
             font-size: 28px;
        }
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
         position: absolute;
         background-color: #1f213e;
         width: 200px;
         height: 200px;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
         left: 99.2%;
         bottom: -6.4%;
         padding-left: 2%;
         padding-right: 2%;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
         font-size: 18px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
             font-size: calc( 18px + 0 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
             font-size: 18px;
        }
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span span {
         background-color: rgba(90, 147, 150, 0.5);
         width: 68%;
         height: 30px;
         bottom: -1.8rem;
         left: 32%;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span span i {
         cursor: pointer;
         position: absolute;
         font-size: 31px;
         right: 0;
         float: right;
         background-color: #1f213e;
         width: 43px;
         height: 30px;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title .arrows {
         position: absolute;
         left: 87.2%;
         bottom: 35.5%;
         padding-left: 7%;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title .arrows {
         font-size: 22px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title .arrows {
             font-size: calc( 22px + 0 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title .arrows {
             font-size: 22px;
        }
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container .contentText {
         background-color: white;
         padding: 0;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_text {
         color: #666;
         margin-bottom: 0;
         padding: 0;
         padding-top: 1rem;
    }
     .nuestrasSedes .sectionCarousel .containerCarousel .item .container_text {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_text {
             font-size: calc( 12px + 4 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_text {
             font-size: 16px;
        }
    }
     .nuestrasSedes .sectionTabs {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         padding: 2rem;
    }
     .nuestrasSedes .sectionTabs .slogan {
         line-height: normal;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         color: white;
         width: 20%;
         border-bottom: 1px solid white;
         padding-bottom: 1rem;
         font-weight: bold;
    }
     .nuestrasSedes .sectionTabs .slogan {
         font-size: 22px;
    }
     @media screen and (min-width: 320px) {
         .nuestrasSedes .sectionTabs .slogan {
             font-size: calc( 22px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .nuestrasSedes .sectionTabs .slogan {
             font-size: 28px;
        }
    }
     .nuestrasSedes .sectionTabs .slogan b {
         margin-right: 5px;
    }
     .nuestrasSedes .sectionTabs .tabs {
         position: relative;
         max-width: 900px;
         width: 70%;
    }
     .nuestrasSedes .sectionTabs .containerLogos {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -ms-flex-positive: 1;
         flex-grow: 1;
    }
     .nuestrasSedes .sectionTabs .containerLogos img {
         height: 70px;
         width: auto;
         margin-right: 2rem;
    }
     .nuestrasSedes .sectionTabs .containerLogos img:last-child {
         margin-right: 0;
    }
     .nuestrasSedes .sectionTabs .tab {
         float: left;
    }
     .nuestrasSedes .sectionTabs .tab label {
         margin-right: 20px;
         position: relative;
         top: 0;
         cursor: pointer;
         color: white;
         text-transform: uppercase;
    }
     .nuestrasSedes .sectionTabs .tab [type="radio"] {
         display: none;
    }
     .nuestrasSedes .sectionTabs .tab__content {
         position: relative;
         top: 40px;
         left: 0;
         right: 0;
         bottom: 0;
         transition: opacity 0.7s cubic-bezier(0.42, 0, 0.34, 1.01);
         opacity: 0;
    }
     .nuestrasSedes .sectionTabs [type="radio"]:checked ~ label {
         border-bottom: 2px solid white;
         color: #1d1d1d;
         background-color: white;
         padding-left: 10px;
         padding-right: 10px;
         margin-bottom: 0;
         z-index: 2;
    }
     .nuestrasSedes .sectionTabs [type="radio"]:checked ~ label ~ .tab__content {
         z-index: 1;
         opacity: 1;
    }
     @media (min-width: 1200px) and (max-width: 1400px) {
         .nuestrasSedes .sectionCarousel .containerCarousel {
             width: 66%;
        }
         .nuestrasSedes .sectionCarousel .containerText {
             margin-right: 1rem;
        }
    }
     @media (min-width: 1025px) and (max-width: 1199px) {
         .nuestrasSedes .sectionCarousel .containerCarousel {
             width: 66%;
        }
         .nuestrasSedes .sectionCarousel .containerText {
             margin-right: 1rem;
             margin-left: 3rem;
             width: 25%;
        }
    }
     @media (min-width: 0px) and (max-width: 1024px) {
         .nuestrasSedes .sectionCarousel {
             margin-bottom: 0;
        }
         .nuestrasSedes .sectionCarousel {
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .nuestrasSedes .sectionCarousel .containerText {
             width: 90%;
             padding-right: 3rem;
             -ms-flex-pack: start;
             justify-content: flex-start;
             -ms-flex-align: start;
             align-items: flex-start;
             margin-left: 1rem;
             margin-bottom: 4rem;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel {
             width: 100%;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
             padding-top: 2rem;
             padding-bottom: 2rem;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
             position: relative;
             left: 0;
             bottom: 0;
             width: 100%;
             background-color: transparent;
             height: auto;
             margin-top: 2rem;
             display: -ms-flexbox;
             display: flex;
             -ms-flex-direction: row;
             flex-direction: row;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span span {
             display: none;
        }
    }
     @media (min-width: 0px) and (max-width: 944px) {
         .owl-theme .owl-nav {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: start;
             justify-content: start;
             width: 100%;
             position: absolute;
             top: 50%;
        }
         .owl-carousel .owl-nav button.owl-prev {
             background: #191932 !important;
             color: #FFF !important;
             text-decoration: none;
             margin-right: auto;
             margin-left: 2rem;
             height: 50px;
             width: 50px;
             font-size: 2rem !important;
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
             outline: none;
        }
         .owl-carousel .owl-nav button.owl-next {
             background: #191932 !important;
             color: #FFF !important;
             text-decoration: none;
             margin-right: 2rem;
             height: 50px;
             width: 50px;
             font-size: 2rem !important;
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
             outline: none;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             margin: 0 auto;
        }
    }
     @media (min-width: 580px) and (max-width: 943px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: 400px;
             color: white;
             position: relative;
        }
    }
     @media (min-width: 0px) and (max-width: 579px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .owl-stage {
             padding-left: 0;
             padding-top: 0;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: 320px;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
             top: 0rem;
             left: 0rem;
        }
         .owl-carousel .owl-nav button.owl-next {
             margin-right: 0rem;
        }
         .owl-carousel .owl-nav button.owl-prev {
             margin-left: 0rem;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-direction: column;
             flex-direction: column;
             font-size: 24px !important;
        }
         .nuestrasSedes .sectionCarousel .containerText {
             padding-left: 1rem;
             padding-right: 3rem;
             margin-right: 0;
        }
    }
     @media (min-width: 1025px) and (max-width: 1300px) {
         .nuestrasSedes .sectionTabs .containerLogos {
             -ms-flex-pack: center;
             justify-content: center;
        }
         .nuestrasSedes .sectionTabs .containerLogos img {
             height: 50px;
        }
    }
     @media (min-width: 0px) and (max-width: 1024px) {
         .nuestrasSedes .sectionTabs .slogan {
             -ms-flex-direction: row;
             flex-direction: row;
             width: 100%;
             margin-bottom: 3rem;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
        }
         .nuestrasSedes .sectionTabs .slogan b {
             margin-right: 10px;
        }
         .nuestrasSedes .sectionTabs .tabs {
             width: 100%;
        }
         .nuestrasSedes .sectionTabs {
             -ms-flex-direction: column;
             flex-direction: column;
        }
    }
     @media (min-width: 0px) and (max-width: 560px) {
         .nuestrasSedes .sectionTabs .containerLogos img {
             height: auto;
             width: 250px;
             margin: 0 auto;
        }
         .nuestrasSedes .sectionTabs .containerLogos img:last-child {
             margin-right: auto;
        }
    }
     @media (min-width: 1550px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: 600px;
        }
    }
     @media (min-width: 0px) and (max-width: 1025px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: inherit;
        }
    }
     @media (min-width: 320px) and (max-width: 829px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: 100%;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container {
             margin: 0 auto;
             border: 2rem solid white;
             border-right: 2rem solid white;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
             left: 0;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .owl-stage {
             padding-left: 0;
        }
    }
     @media (min-width: 320px) and (max-width: 480px) {
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title {
             font-size: 18px !important;
             text-align: center;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .number {
             font-size: 22px;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item .container_title span {
             font-size: 14px;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .item {
             width: 85%;
        }
         .nuestrasSedes .sectionCarousel .containerCarousel .owl-item {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-line-pack: center;
             align-content: center;
             -ms-flex-align: center;
             align-items: center;
        }
    }
     #seccion7 {
         background: #fff !important;
         position: relative;
         width: 100%;
         min-height: 0;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         padding-top: 3rem;
         position: relative;
         justify-content:left;
         align-items: baseline !important;
    }
     #seccion7 .title {
         position: absolute;
         right: 4rem;
         width: auto;
         max-width: 400px;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         color: #333;
         border-bottom: 1px solid #333;
         padding-bottom: .5rem;
         margin-bottom: 5rem;
         font-weight: bold;
    }
     #seccion7 .title {
         font-size: 22px;
    }
     @media screen and (min-width: 320px) {
         #seccion7 .title {
             font-size: calc( 22px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         #seccion7 .title {
             font-size: 28px;
        }
    }
     #seccion7 .mapaMobileDes {
         display: none;
    }
     #seccion7 .mapaOperaciones {
         display: -ms-flexbox;
         display: flex;
         margin-top: 5rem;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         background-image: url("/img/backworld.png");
         background-size: cover;
         padding-top: .7rem;
         position: relative;
    }
     #seccion7 .mapaOperaciones svg {
         width: 100%;
         height: 500px;
    }
     #seccion7 .mapaOperaciones .containerText {
         display: -ms-flexbox;
         display: flex;
         position: absolute;
    }
     #seccion7 .mapaOperaciones .containerText img {
         max-width: 250px;
    }
     #seccion7 .mapaOperaciones .containerText #amores {
         display: block;
         position: absolute;
         width: 350px;
         top: -13.5rem;
         left: 18rem;
         -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
    }
     #seccion7 .mapaOperaciones .containerText #panama {
         position: absolute;
         width: 350px;
         top: 5rem;
         left: 22rem;
         -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
    }
     #seccion7 .mapaOperaciones .containerText #jalisco {
         position: absolute;
         width: 350px;
         top: 7rem;
         left: 24rem;
         -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
    }
     #seccion7 .mapaOperaciones .containerText #quintana {
         position: absolute;
         width: 350px;
         top: -13rem;
         left: 19rem;
         -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
    }
     #seccion7 .mapaOperaciones .containerText #dominicana {
         position: absolute;
         width: 327px;
         top: -11rem;
         left: 23rem;
         -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
    }
     #seccion7 .mapaOperaciones .containerText p {
         width: 250px;
         display: none;
    }
     #seccion7 .owl-stage {
         padding-top: 2rem;
    }
     #seccion7 .brand-carousel {
         background: white;
         height: 250px;
    }
     #seccion7 .single-logo {
         cursor: pointer;
    }
     #seccion7 .single-logo .containerText {
         position: absolute;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         margin: auto;
         top: 0;
         left: 0;
         bottom: 0;
         right: 0;
    }
     #seccion7 .single-logo .containerText .numeroEntrada {
         padding-left: 10px;
         padding-right: 10px;
         text-shadow: black 3px 0px 0px, black 2.83487px 0.98158px 0px, black 2.35766px 1.85511px 0px, black 1.62091px 2.52441px 0px, black 0.70571px 2.91581px 0px, black -0.28717px 2.98622px 0px, black -1.24844px 2.72789px 0px, black -2.07227px 2.16926px 0px, black -2.66798px 1.37182px 0px, black -2.96998px 0.42336px 0px, black -2.94502px -0.5717px 0px, black -2.59586px -1.50383px 0px, black -1.96093px -2.27041px 0px, black -1.11013px -2.78704px 0px, black -0.13712px -2.99686px 0px, black 0.85099px -2.87677px 0px, black 1.74541px -2.43999px 0px, black 2.44769px -1.73459px 0px, black 2.88051px -0.83825px 0px;
         color: white;
    }
     #seccion7 .single-logo .containerText .numeroEntrada {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         #seccion7 .single-logo .containerText .numeroEntrada {
             font-size: calc( 12px + 2 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         #seccion7 .single-logo .containerText .numeroEntrada {
             font-size: 14px;
        }
    }
     #seccion7 .single-logo .containerText .tituloEntrada {
         color: white;
    }
     #seccion7 .single-logo .containerText .tituloEntrada {
         font-size: 14px;
    }
     @media screen and (min-width: 320px) {
         #seccion7 .single-logo .containerText .tituloEntrada {
             font-size: calc( 14px + 2 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         #seccion7 .single-logo .containerText .tituloEntrada {
             font-size: 16px;
        }
    }
     #seccion7 .owl-dots {
         text-align: center;
    }
     #seccion7 .owl-dot {
         display: none;
    }
     @media (min-width: 1100px) and (max-width: 1200px) {
         #seccion7 .mapaOperaciones .containerText #jalisco {
             left: 21rem;
        }
    }
     @media (min-width: 800px) and (max-width: 1099px) {
         #seccion7 .mapaOperaciones .containerText #dominicana {
             top: -14rem;
             left: 19rem;
        }
         #seccion7 .mapaOperaciones .containerText #panama {
             top: 3rem;
             left: 18rem;
        }
         #seccion7 .mapaOperaciones .containerText #quintana {
             top: -11rem;
             left: 17rem;
        }
         #seccion7 .mapaOperaciones .containerText #amores {
             top: -11.5rem;
             left: 16rem;
        }
         #seccion7 .mapaOperaciones .containerText #jalisco {
             top: 5rem;
             left: 15rem;
        }
    }
     .mapaMobileDes p {
         margin-bottom: 1rem;
    }
     .mapaMobileDes p {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         .mapaMobileDes p {
             font-size: calc( 12px + 4 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .mapaMobileDes p {
             font-size: 16px;
        }
    }
     @media (min-width: 550px) and (max-width: 799px) {
         .mapaOperaciones {
             display: none !important;
        }
         .mapaMobileDes {
             display: -ms-flexbox !important;
             display: flex !important;
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .mapaMobileDes p {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: start;
             justify-content: flex-start;
             -ms-flex-line-pack: center;
             align-content: center;
             -ms-flex-align: center;
             align-items: center;
             padding-left: 8rem;
             padding-right: 8rem;
        }
         .mapaMobileDes p img {
             width: 15px;
             margin-right: 10px;
        }
         .mapaMobileDes .worldMobileFirst {
             width: 100%;
        }
    }
     @media (min-width: 0px) and (max-width: 549px) {
         .mapaOperaciones {
             display: none !important;
        }
         .mapaMobileDes {
             display: -ms-flexbox !important;
             display: flex !important;
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .mapaMobileDes p {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: start;
             justify-content: flex-start;
             -ms-flex-line-pack: center;
             align-content: center;
             -ms-flex-align: center;
             align-items: center;
             padding-left: 2rem;
             padding-right: 2rem;
        }
         .mapaMobileDes p img {
             width: 15px;
             margin-right: 10px;
        }
         .mapaMobileDes .worldMobileFirst {
             width: 100%;
             margin-bottom: 3rem;
        }
    }
     @media (max-width: 799px) and (min-width: 0px) {
         #seccion7 .title {
             position: relative;
             margin: 0 auto;
             margin-bottom: 4rem;
             right: 0;
        }
    }
     .sectionBlog {
         background-color: white;
         padding-top: 2rem;
         padding-bottom: 4rem;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .sectionBlog-title {
         text-transform: uppercase;
         margin-left: 4rem;
         color: #333;
    }
     .sectionBlog-title {
         font-size: 22px;
    }
     @media screen and (min-width: 320px) {
         .sectionBlog-title {
             font-size: calc( 22px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .sectionBlog-title {
             font-size: 28px;
        }
    }
     .sectionBlog-title p {
         border-bottom: 1px solid #333;
         max-width: 330px;
         width: auto;
         padding-bottom: 1rem;
         font-weight: bold;
    }
     .sectionBlog-news {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .sectionBlog-news-contentSlider {
         padding-left: 4rem;
         padding-right: 4rem;
    }
     .sectionBlog-news-contentSlider .carouselNew {
         margin: 0 auto;
         border-radius: 15px;
         width: 90%;
         margin-left: 2rem;
         margin-right: 2rem;
         height: 200px;
         background-color: #e4e4e4;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .sectionBlog-news-contentSlider .carouselNew-img {
         -ms-flex: .8;
         flex: .8;
         height: 100%;
    }
     .sectionBlog-news-contentSlider .carouselNew-img img {
         width: 100%;
         height: 100%;
         object-fit: cover;
    }
     .sectionBlog-news-contentSlider .carouselNew-content {
         cursor: pointer;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         padding-left: 30px;
         padding-top: 1rem;
         padding-right: 30px;
         -ms-flex: 1;
         flex: 1;
    }
     .sectionBlog-news-contentSlider .carouselNew-content .tituloNew {
         color: #333;
         line-height: initial;
    }
     .sectionBlog-news-contentSlider .carouselNew-content .tituloNew {
         font-size: 13px;
    }
     @media screen and (min-width: 320px) {
         .sectionBlog-news-contentSlider .carouselNew-content .tituloNew {
             font-size: calc( 13px + 5 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .sectionBlog-news-contentSlider .carouselNew-content .tituloNew {
             font-size: 18px;
        }
    }
     .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew {
         color: #333;
    }
     .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew {
         font-size: 10px;
    }
     @media screen and (min-width: 320px) {
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew {
             font-size: calc( 10px + 2 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew {
             font-size: 12px;
        }
    }
     .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew p {
         text-overflow: ellipsis;
        /* white-space: pre-wrap;
         */
         overflow: hidden;
         width: 300px;
         height: 70px;
    }
     .sectionBlog-news-contentSlider .carouselNew-content .dateNew {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-line-pack: end;
         align-content: flex-end;
         -ms-flex-align: end;
         align-items: flex-end;
         -ms-flex-pack: end;
         justify-content: flex-end;
         margin-bottom: 0;
         color: #333;
    }
     .sectionBlog-news-contentSlider .carouselNew-content .dateNew {
         font-size: 10px;
    }
     @media screen and (min-width: 320px) {
         .sectionBlog-news-contentSlider .carouselNew-content .dateNew {
             font-size: calc( 10px + 0 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .sectionBlog-news-contentSlider .carouselNew-content .dateNew {
             font-size: 10px;
        }
    }
     @media (min-width: 960px) and (max-width: 1280px) {
         .sectionBlog-news-contentSlider .carouselNew {
             -ms-flex-direction: column;
             flex-direction: column;
             height: 400px;
        }
         .sectionBlog-news-contentSlider .carouselNew-img {
             height: 200px;
        }
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew p {
             text-overflow: ellipsis;
            /* white-space: pre-wrap;
             */
             overflow: hidden;
             width: 100%;
             text-align: justify;
             height: 80px;
        }
    }
     @media (min-width: 0px) and (max-width: 959px) {
         .sectionBlog-news-contentSlider {
             padding: 0;
        }
         .sectionBlog-news-contentSlider .carouselNew {
             -ms-flex-direction: column;
             flex-direction: column;
             height: 100%;
        }
         .sectionBlog-news-contentSlider .carouselNew-content {
             padding-bottom: 2rem;
        }
         .sectionBlog-news-contentSlider .carouselNew-img {
             height: 200px;
        }
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew p {
             text-overflow: ellipsis;
            /* white-space: pre-wrap;
             */
             overflow: hidden;
             width: 100%;
             text-align: justify;
             height: 80px;
        }
    }
     @media (min-width: 0px) and (max-width: 645px) {
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew p {
             margin-bottom: 0;
        }
         .sectionBlog-news-contentSlider .carouselNew-img {
             height: 250px;
        }
         .sectionBlog-news-contentSlider .carouselNew-content .tituloNew {
             font-size: 18px;
             padding-top: 1rem;
        }
         .sectionBlog-news-contentSlider .carouselNew-content .descriptionNew p {
             font-size: 12px;
             line-height: initial;
        }
    }
    /* --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- OTRA SECCIÓN --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------- */
    /* Test parallax*/
     .test {
         height: 100vh;
         background-color: #f0f0f0;
         margin-top: 100vh;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .parallax {
         width: 50%;
         height: 50%;
         color: white;
         font-size: 2rem;
         text-align: center;
         font-family: 'helvetica';
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .section3 {
         width: 100%;
         height: 100vh;
         background-color: #e4e4e4;
         background-image: url("../img/fondoservicios.jpg");
         background-size: cover;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
    }
     .section3-contenido {
         width: 100%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .section3-contenido-titulo {
         width: 40%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .section3-contenido-titulo h2 {
         max-width: 450px;
         border-bottom: 1px solid #212529;
         padding-bottom: 1rem;
    }
     .section3-contenido-titulo h2 {
         font-size: 28px;
    }
     @media screen and (min-width: 320px) {
         .section3-contenido-titulo h2 {
             font-size: calc( 28px + 6 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 1440px) {
         .section3-contenido-titulo h2 {
             font-size: 34px;
        }
    }
     .section3-contenido-carousel {
         width: 58%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .section3-contenido-carousel .owl-stage {
         display: -ms-flexbox;
         display: flex;
         padding-left: 2rem;
         padding-top: 2rem;
         width: inherit !important;
    }
     .section3-contenido-carousel .owl-item {
         color: white;
         position: relative;
    }
     .section3-contenido-carousel .item {
         position: relative;
    }
     @media (min-width: 781px) and (max-width: 1024px){
         .sedes-img{
             margin-right: 0em !important;
        }
         #textoNuestrasSedes2{
             visibility: hidden;
        }
    }
     @media (min-width: 481px) and (max-width: 700px) {
         #cdmx-sede,#gdl-sede,#punta-sede,#panama-sede{
             margin-left: 9em !important;
             margin-bottom: 0.5em;
        }
         #textoNuestrasSedes,#textoNuestrasSedes2{
             margin-left: 1em !important;
        }
         .sedes-img{
            /*width: 100%*/
        }
         .nuestrasSedes{
             background-size: cover;
             background-position: center center;
        }
    }
     @media (min-width: 320px) and (max-width: 480px) {
         #textoNuestrasSedes2{
             visibility:visible;
        }
         #h5-sede-telefono-mobil{
             text-align: center;
        }
         #h5-sede-telefono,#h5-sede-telefono2{
             text-align: center;
             margin-left: -1em;
        }
         #cdmx-sede,#gdl-sede,#punta-sede,#panama-sede{
             position: relative;
             width: 40% !important;
            /*height: 90px;
            */
             margin-left: 1em !important;
             margin-right: 1em !important;
             margin-bottom: 0.5em;
        }
         #cdmx-sede img,#gdl-sede img,#punta-sede img,#panama-sede img{
             width: 100%;
             height: auto;
             object-fit: contain;
        }
         #cdmx-img,#gdl-img,#punta-img,#panama-img{
             width: 100%;
        }
         .contenedorNSedes h1 {
             margin-left: 0em !important;
             text-align: center;
             width: 100%;
        }
         #textoNuestrasSedes,#textoNuestrasSedes2{
             width: 100% !important;
             margin-left: 0.5em !important;
        }
         .nuestrasSedes{
             background-size: cover;
             background-position: center center;
        }
         .sedes-img{
             margin-right: 0em;
        }
    }
     @media (min-width: 0px) and (max-width: 1000px) {
         .section3-contenido {
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .section3-contenido .owl-theme .owl-nav {
             top: 40%;
        }
         .section3-contenido-carousel {
             width: 100%;
        }
    }
     @media (min-width: 0px) and (max-width: 580px) {
         .section3-contenido-titulo {
             width: 100%;
             padding-left: 20px;
             padding-right: 3rem;
             margin-bottom: 3rem;
        }
         .section3-contenido-carousel .owl-carousel {
             padding: 0;
             text-align: center;
        }
         .section3-contenido-carousel .owl-carousel .owl-dots {
             display: block !important;
        }
         .section3-contenido-carousel .owl-dots {
             display: block !important;
        }
         .section3-contenido-carousel .owl-stage {
             padding: 0;
        }
         .section3-contenido-carousel .item {
             margin-right: 0;
             padding-left: 0;
        }
         .section3-contenido-carousel .item > * {
             margin-top: 0;
        }
         .flip-card {
             width: 220px;
        }
         .flip-card-back h3 {
             font-size: 20px;
        }
    }
     @media screen and (min-width: 0px) and (max-width: 580px) and (min-width: 320px) {
         .flip-card-back h3 {
             font-size: calc( 20px + 14 * ((100vw - 320px) / 1120));
        }
    }
     @media screen and (min-width: 0px) and (max-width: 580px) and (min-width: 1440px) {
         .flip-card-back h3 {
             font-size: 34px;
        }
    }
     @media (min-width: 0px) and (max-width: 425px) {
         .section3-contenido-carousel {
             padding-left: 0;
             padding-right: 0;
        }
         .itemservicios {
             width: inherit;
             margin: 0 auto;
             margin-left: 0;
        }
         .flip-card {
             width: inherit;
             margin-top: 3rem !important;
             margin-left: 0;
        }
         #advisor::before, #capital::before, #habitat::before, #holding::before, #personnel::before, #media::before {
             left: 50%;
             top: 0%;
             -ms-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
        }
    }
     .templateChido {
         margin: 0;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .templateChido body {
         height: 100%;
         margin: 0;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .templateChido body footer {
         min-height: auto;
    }
     .contenedor {
         height: 100%;
         width: 100%;
         background-image: url("../img/backgroundPages/historia.jpg");
         background-size: cover;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         min-height: 1200px;
         max-height: 120vh;
         padding-left: 0;
         padding-right: 8.375em;
    }
     .contenedor .titulo {
         text-align: left;
         -ms-flex: 1;
         flex: 1;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
    }
     .contenedor .titulo h1 {
         font-weight: lighter;
         color: white;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-align: start;
         align-items: flex-start;
         width: 260px;
         line-height: 40px;
    }
     .contenedor .titulo h1 {
         font-size: 26px;
    }
     @media screen and (min-width: 320px) {
         .contenedor .titulo h1 {
             font-size: calc( 26px + 8 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedor .titulo h1 {
             font-size: 34px;
        }
    }
     .contenedor .titulo h1 img {
         width: 100%;
         margin-top: 15px;
    }
     .contenedor .titulo h1 b {
         font-weight: bold;
    }
     .contenedor .titulo h1 b {
         font-size: 32px;
    }
     @media screen and (min-width: 320px) {
         .contenedor .titulo h1 b {
             font-size: calc( 32px + 16 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedor .titulo h1 b {
             font-size: 48px;
        }
    }
     .contenedor .contenido {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         align-content: center;
         position: relative;
         -ms-flex: 1;
         flex: 1;
    }
     .contenedor .contenido .arrows {
         position: absolute;
         top: 0;
         left: -4rem;
    }
     .contenedor .contenido .arrows .arrow {
         width: 50px;
         height: 50px;
         border: 3px solid white;
         cursor: pointer;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         color: white;
    }
     .contenedor .contenido .arrows .arrow[m-active=true] {
         background-color: #006374;
    }
     .contenedor .contenido .arrows .arrow:hover {
         background-color: #006374;
    }
     .contenedor .contenido .arrows .arrow:hover[m-active=true] {
         background-color: transparent;
         cursor: default;
    }
     .contenedor .contenido .arrows .arrow i {
         font-size: 42px;
    }
     .contenedor .contenido .arrows .arrow:first-child {
         margin-bottom: 1rem;
    }
     .contenedor .contenido .oneCol {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 100%;
         margin-bottom: 2rem;
    }
     .contenedor .contenido .oneCol div {
         height: auto;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         background-color: white;
         padding: 2.5rem;
    }
     .contenedor .contenido .oneCol div h2 {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         margin-bottom: 1rem;
         color: #4d4d4d;
    }
     .contenedor .contenido .oneCol div h2 {
         font-size: 20px;
    }
     @media screen and (min-width: 320px) {
         .contenedor .contenido .oneCol div h2 {
             font-size: calc( 20px + 16 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedor .contenido .oneCol div h2 {
             font-size: 36px;
        }
    }
     .contenedor .contenido .oneCol div h2 img {
         height: 1em;
         margin-left: 0.3125em;
    }
     .contenedor .contenido .oneCol div p {
         text-align: justify;
         margin-bottom: 0;
         color: #4d4d4d;
         max-height: 207px;
         overflow: auto;
         padding-right: 10px;
    }
     .contenedor .contenido .oneCol div p {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         .contenedor .contenido .oneCol div p {
             font-size: calc( 12px + 4 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedor .contenido .oneCol div p {
             font-size: 16px;
        }
    }
     .contenedor .contenido .twoCol {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -ms-flex-line-pack: center;
         align-content: center;
         align-content: center;
    }
     .contenedor .contenido .twoCol .carouselHistoria img {
         width: 100%;
         height: 100%;
    }
     .contenedor .contenido .twoCol div {
         width: 350px;
         background-color: white;
         height: 350px;
    }
     .contenedor .contenido .twoCol div:first-child {
         margin-right: 20px;
         background-size: 100% 100%;
    }
     .contenedor .contenido .twoCol div:first-child img {
         width: 100%;
         height: 100%;
    }
     @media (min-width: 1100px) and (max-width: 1200px) {
         .contenedor {
             padding-left: 4em;
        }
    }
     @media (min-width: 850px) and (max-width: 1099px) {
         .contenedor .contenido .twoCol div {
             width: 250px;
             height: 250px;
        }
    }
     @media (min-width: 0px) and (max-width: 849px) {
         .contenedor .contenido .oneCol {
             margin-bottom: 3rem;
        }
         .contenedor .contenido .arrows {
             position: relative;
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
             left: 0;
             margin-bottom: 2rem;
        }
         .contenedor .contenido .arrows .arrow:first-child {
             margin-right: 3rem;
             margin-bottom: 0;
        }
         .contenedor {
             padding-left: 1rem;
             padding-right: 1rem;
             -ms-flex-direction: column;
             flex-direction: column;
             -ms-flex-line-pack: start;
             align-content: flex-start;
             min-height: auto;
             -ms-flex-pack: start;
             justify-content: flex-start;
             height: auto;
             padding-bottom: 2rem;
             background-size: cover;
             background-position: 37% 30%;
        }
         .contenedor .titulo {
             -ms-flex: none;
             flex: none;
             margin-bottom: 3rem;
        }
         .contenedor .titulo h1 {
             -ms-flex-direction: row;
             flex-direction: row;
             position: relative;
             width: auto;
             font-size: 32px !important;
        }
         .contenedor .titulo h1 b {
             padding-right: 5px;
             font-size: 32px !important;
        }
         .contenedor .titulo h1 img {
             position: absolute;
             bottom: -2.5rem;
        }
         .contenedor .contenido {
             -ms-flex: none;
             flex: none;
             width: 100%;
        }
    }
     @media (min-width: 560px) and (max-width: 767px) {
         .contenedor .contenido .twoCol div {
             height: 250px;
             width: 250px;
        }
    }
     @media (min-width: 0px) and (max-width: 559px) {
         .contenedor .contenido .twoCol div:first-child img {
             width: 100%;
             height: 100%;
        }
         .contenedor .contenido .twoCol {
             -ms-flex-direction: column;
             flex-direction: column;
             flex-direction: column;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
        }
         .contenedor .contenido .twoCol div:first-child {
             margin-right: 0;
        }
         .contenedor .contenido .twoCol div {
             width: inherit;
             height: auto;
             margin-bottom: 2rem;
        }
    }
     @media (min-width: 1800px) {
         .contenedor {
             padding-left: 16.375em;
             padding-right: 16.375em;
        }
         .contenedor .titulo {
             -ms-flex-pack: start;
             justify-content: flex-start;
        }
    }
     .contenedorFilosofia {
         height: 100%;
         width: 100%;
         background-image: url("../img/backgroundPages/filosofia/backFilosofia.jpg");
         background-size: cover;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         min-height: 1200px;
         max-height: 120vh;
         padding-left: 0;
         padding-right: 5rem;
    }
     .contenedorFilosofia .titulo {
         text-align: left;
         -ms-flex: 1;
         flex: 1;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
    }
     .contenedorFilosofia .titulo h1 {
         font-weight: lighter;
         color: white;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-align: start;
         align-items: flex-start;
         width: 260px;
         line-height: 40px;
    }
     .contenedorFilosofia .titulo h1 {
         font-size: 26px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .titulo h1 {
             font-size: calc( 26px + 8 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .titulo h1 {
             font-size: 34px;
        }
    }
     .contenedorFilosofia .titulo h1 img {
         width: 100%;
         margin-top: 15px;
    }
     .contenedorFilosofia .titulo h1 b {
         font-weight: bold;
    }
     .contenedorFilosofia .titulo h1 b {
         font-size: 32px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .titulo h1 b {
             font-size: calc( 32px + 16 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .titulo h1 b {
             font-size: 48px;
        }
    }
     .contenedorFilosofia .contenido {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         align-content: center;
         position: relative;
         -ms-flex: 1;
         flex: 1;
    }
     .contenedorFilosofia .contenido[m-flex="row"] {
         -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
         height: auto;
    }
     .contenedorFilosofia .contenido .colLarge {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 100%;
         margin-bottom: 0;
         max-height: 700px;
    }
     .contenedorFilosofia .contenido .colLarge div {
         height: auto;
         max-height: 100%;
         overflow: hidden;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         background-color: white;
         border: 2.5rem solid white;
    }
     .contenedorFilosofia .contenido .colLarge div h2 {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         margin-bottom: 1rem;
         color: #4d4d4d;
    }
     .contenedorFilosofia .contenido .colLarge div h2 {
         font-size: 20px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .contenido .colLarge div h2 {
             font-size: calc( 20px + 16 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .contenido .colLarge div h2 {
             font-size: 36px;
        }
    }
     .contenedorFilosofia .contenido .colLarge div h2 img {
         height: 1em;
         margin-left: 0.3125em;
    }
     .contenedorFilosofia .contenido .colLarge div .textoAbajo {
         margin: -5px 0 0 -5px;
         border: 1px solid white;
    }
     .contenedorFilosofia .contenido .colLarge div p {
         text-align: justify;
         margin-bottom: 0;
         color: #4d4d4d;
         overflow: visible;
         padding-right: 10px;
         max-height: 700px;
         overflow: auto;
    }
     .contenedorFilosofia .contenido .colLarge div p {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .contenido .colLarge div p {
             font-size: calc( 12px + 4 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .contenido .colLarge div p {
             font-size: 16px;
        }
    }
     .contenedorFilosofia .contenido .columnsDown {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -ms-flex-line-pack: center;
         align-content: center;
         align-content: center;
         margin-right: 2rem;
    }
     .contenedorFilosofia .contenido .columnsDown div {
         height: 50%;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         background-color: white;
         padding: 2.5rem;
    }
     .contenedorFilosofia .contenido .columnsDown div h2 {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         margin-bottom: 1rem;
         color: #4d4d4d;
    }
     .contenedorFilosofia .contenido .columnsDown div h2 {
         font-size: 20px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .contenido .columnsDown div h2 {
             font-size: calc( 20px + 16 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .contenido .columnsDown div h2 {
             font-size: 36px;
        }
    }
     .contenedorFilosofia .contenido .columnsDown div h2 img {
         height: 1em;
         margin-left: 0.3125em;
    }
     .contenedorFilosofia .contenido .columnsDown div p {
         margin-bottom: 0;
         color: #4d4d4d;
         overflow: auto;
         padding-right: 10px;
         text-align: left;
    }
     .contenedorFilosofia .contenido .columnsDown div p {
         font-size: 12px;
    }
     @media screen and (min-width: 320px) {
         .contenedorFilosofia .contenido .columnsDown div p {
             font-size: calc( 12px + 4 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .contenedorFilosofia .contenido .columnsDown div p {
             font-size: 16px;
        }
    }
     .contenedorFilosofia .contenido .columnsDown[m-flex="column"] {
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .contenedorFilosofia .contenido .columnsDown .carouselHistoria img {
         width: 100%;
         height: 100%;
    }
     .contenedorFilosofia .contenido .columnsDown div {
         width: 350px;
         background-color: white;
    }
     .contenedorFilosofia .contenido .columnsDown div:first-child {
         margin-bottom: 1rem;
         background-size: 100% 100%;
    }
     .contenedorFilosofia .contenido .columnsDown div:first-child img {
         width: 100%;
         height: 100%;
    }
     @media (min-width: 850px) and (max-width: 1099px) {
         .contenedorFilosofia .contenido .columnsDown div {
             width: 250px;
             height: 250px;
        }
    }
     @media (min-width: 560px) and (max-width: 767px) {
         .contenedorFilosofia .contenido .columnsDown div {
             height: 250px;
             width: 250px;
        }
    }
     @media (min-width: 0px) and (max-width: 559px) {
         .contenedorFilosofia .contenido .columnsDown div:first-child img {
             width: auto;
             height: 100%;
        }
         .contenedorFilosofia .contenido .columnsDown {
             -ms-flex-direction: column;
             flex-direction: column;
             flex-direction: column;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
        }
         .contenedorFilosofia .contenido .columnsDown div:first-child {
             margin-right: 0;
        }
         .contenedorFilosofia .contenido .columnsDown div {
             width: inherit;
             height: 400px;
             margin-bottom: 2rem;
        }
    }
     @media (min-width: 2000px) {
         .contenedorFilosofia {
             padding-left: 16.375em;
             padding-right: 16.375em;
        }
         .contenedorFilosofia .titulo {
             -ms-flex-pack: start;
             justify-content: flex-start;
        }
    }
     @media (min-width: 1250px) and (max-width: 1380px) {
         .contenedorFilosofia .titulo {
             -ms-flex: .6;
             flex: .6;
        }
    }
     @media (min-width: 1070px) and (max-width: 1249px) {
         .contenedorFilosofia {
             padding-right: 2rem;
        }
         .contenedorFilosofia .titulo {
             -ms-flex: .4;
             flex: .4;
        }
         .contenedorFilosofia .contenido .columnsDown div {
             width: 270px;
             height: 50%;
        }
    }
     @media (min-width: 951px) and (max-width: 1069px) {
         .contenedorFilosofia .contenido .columnsDown div {
             height: auto;
             width: 50%;
             margin-bottom: 2rem;
             padding: 1.5rem;
        }
         .contenedorFilosofia .titulo {
             -ms-flex: .5;
             flex: .5;
        }
         .contenedorFilosofia .contenido .columnsDown[m-flex="column"] {
             -ms-flex-direction: row;
             flex-direction: row;
             margin-right: 0;
        }
         .contenedorFilosofia .contenido[m-flex="row"] {
             -ms-flex-direction: column-reverse;
             flex-direction: column-reverse;
        }
         .contenedorFilosofia .contenido .columnsDown div:first-child {
             margin-right: 1.5rem;
        }
    }
     @media (min-width: 580px) and (max-width: 950px) {
         .contenedorFilosofia .titulo {
             margin-bottom: 3rem;
        }
         .contenedorFilosofia .titulo h1 {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-direction: row;
             flex-direction: row;
             position: relative;
             width: auto;
        }
         .contenedorFilosofia .contenido .columnsDown[m-flex="column"] {
             -ms-flex-direction: row;
             flex-direction: row;
             margin-right: 0;
        }
         .contenedorFilosofia {
             -ms-flex-direction: column;
             flex-direction: column;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
             padding-left: 2rem;
             padding-right: 2rem;
        }
         .contenedorFilosofia .contenido .columnsDown div {
             margin-bottom: 2rem !important;
             width: 50%;
             height: auto;
        }
         .contenedorFilosofia .contenido .columnsDown div:first-child {
             margin-right: 1.5rem;
        }
         .contenedorFilosofia .titulo {
             width: 100%;
             -ms-flex: none;
             flex: none;
        }
         .contenedorFilosofia .contenido[m-flex="row"] {
             -ms-flex: none;
             flex: none;
             -ms-flex-direction: column-reverse;
             flex-direction: column-reverse;
        }
         .contenedorFilosofia .titulo h1 img {
             position: absolute;
             bottom: -3rem;
        }
    }
     @media (min-width: 0px) and (max-width: 579px) {
         .contenedorFilosofia .titulo {
             margin-top: 5rem;
             margin-bottom: 3rem;
        }
         .contenedorFilosofia .titulo h1 {
             display: -ms-flexbox;
             display: flex;
             -ms-flex-direction: row;
             flex-direction: row;
             position: relative;
             width: auto;
        }
         .contenedorFilosofia .contenido .columnsDown[m-flex="column"] {
             -ms-flex-direction: column;
             flex-direction: column;
             margin-right: 0;
        }
         .contenedorFilosofia {
             -ms-flex-direction: column;
             flex-direction: column;
             -ms-flex-pack: center;
             justify-content: center;
             -ms-flex-align: center;
             align-items: center;
             -ms-flex-line-pack: center;
             align-content: center;
             padding-left: 2rem;
             padding-right: 2rem;
        }
         .contenedorFilosofia .contenido .columnsDown div {
             margin-bottom: 2rem !important;
             width: 100%;
             height: auto;
        }
         .contenedorFilosofia .contenido .columnsDown div:first-child {
             margin-right: 0;
        }
         .contenedorFilosofia .titulo {
             width: 100%;
             -ms-flex: none;
             flex: none;
        }
         .contenedorFilosofia .contenido[m-flex="row"] {
             height: auto;
             -ms-flex: none;
             flex: none;
             -ms-flex-direction: column-reverse;
             flex-direction: column-reverse;
        }
         .contenedorFilosofia .titulo h1 img {
             position: absolute;
             bottom: -3rem;
        }
         .contenedorFilosofia .contenido .colLarge div {
             max-height: initial;
             margin-bottom: 36%;
        }
    }
     .pageError .sectionError {
         background-image: url("/img/error-back.png");
         height: 100%;
         padding-top: 15rem;
         background-size: 100% 100%;
         padding-bottom: 15rem;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .pageError .sectionError .titulo {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
         color: white;
         text-transform: uppercase;
         margin-bottom: 2rem;
         cursor: pointer;
    }
     .pageError .sectionError .titulo {
         font-size: 18px;
    }
     @media screen and (min-width: 320px) {
         .pageError .sectionError .titulo {
             font-size: calc( 18px + 22 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .pageError .sectionError .titulo {
             font-size: 40px;
        }
    }
     .pageError .sectionError .titulo p {
         font-weight: 100;
    }
     .pageError .sectionError .titulo p b {
         font-weight: bold;
    }
     .pageError .sectionError .titulo p:first-child {
         margin-right: 10px;
    }
     .pageError .sectionError .imgError {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: center;
         justify-content: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         max-width: 600px;
         width: 100%;
         cursor: pointer;
         margin-bottom: 2rem;
    }
     .pageError .sectionError .textoFooter {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-line-pack: center;
         align-content: center;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
         color: white;
         cursor: pointer;
    }
     .pageError .sectionError .textoFooter a {
         margin-top: 15px;
    }
     .pageError .sectionError .textoFooter .textoFlip {
         max-width: 390px;
         margin-top: 11px;
    }
     .pageError .sectionError .textoFooter p {
         font-weight: 100;
         text-transform: uppercase;
    }
     .pageError .sectionError .textoFooter p {
         font-size: 18px;
    }
     @media screen and (min-width: 320px) {
         .pageError .sectionError .textoFooter p {
             font-size: calc( 18px + 22 * ((100vw - 320px) / 1180));
        }
    }
     @media screen and (min-width: 1500px) {
         .pageError .sectionError .textoFooter p {
             font-size: 40px;
        }
    }
     .pageError .sectionError .textoFooter p b {
         font-weight: bold;
    }
     .pageError .sectionError .textoFooter p:first-child {
         margin-right: 10px;
    }
     @media (min-width: 0px) and (max-width: 870px) {
         .pageError .sectionError .titulo {
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .pageError .sectionError .titulo p:first-child {
             margin-bottom: 0;
        }
         .pageError .sectionError .imgError {
             width: 100% !important;
             padding-left: 1rem;
             padding-right: 1rem;
        }
         .pageError .sectionError .textoFooter {
             -ms-flex-direction: column;
             flex-direction: column;
        }
         .pageError .sectionError .textoFooter p:first-child {
             margin-bottom: 0;
        }
         .pageError .sectionError {
             padding-bottom: 10vw;
        }
    }
     .contacto .mapa .direccion p {
         cursor: pointer;
         border-bottom: 1px solid white;
         padding-bottom: 10px;
    }
     .holding .textos p {
         text-align: justify;
    }
     .personel .textos p {
         text-align: justify;
    }
     .advisors .textos p {
         text-align: justify;
    }
     .capital .textos p {
         text-align: justify;
    }
     .habitat .textos p {
         text-align: justify;
    }
     .mmedia .textos p {
         text-align: justify;
    }
     html, body {
         -webkit-text-size-adjust: none;
         -webkit-overflow-scrolling: touch;
         max-width: 100%;
         overflow-x: hidden;
    }
     @media (min-width: 0px) and (max-width: 767px) {
         footer .copyright {
             position: relative;
        }
         #seccion3 {
             -ms-flex-direction: column;
             flex-direction: column;
             padding-top: 4rem;
        }
         .leftAnimation {
             -ms-transform: none !important;
             transform: none !important;
        }
         #tituloservicios {
             margin-top: -19rem;
             position: relative;
        }
         #seccion4 .containerText {
             -ms-transform: none !important;
             transform: none !important;
             transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
        }
         .nuestrasSedes .sectionCarousel .containerText {
             -ms-transform: none !important;
             transform: none !important;
             transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
        }
         .nuestrasSedes .sectionTabs .containerLogos {
             -ms-transform: translate(1200px, 0px);
             transform: translate(1200px, 0px);
             transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
        }
         .nuestrasSedes .sectionTabs .slogan {
             -ms-transform: none !important;
             transform: none !important;
             transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
        }
         #seccion7 .title {
             -ms-transform: none !important;
             transform: none !important;
             transition: all 1.3s cubic-bezier(0.57, 0, 0.2, 1);
        }
        .mvBackgnd{
          background: url('../img/la-empresa/fondo-movil.jpg') no-repeat center center;
          background-size: cover;
        }
        .timeline-container:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url('../img/la-empresa/fondo-movil.jpg') no-repeat center center;
          background-size: cover;
          content: "";
        }
    }
     .btn_historia_aparecer, .btn_estatutos_aparecer {
         opacity: 1 !important;
         visibility: visible !important;
    }
     .btnServicios {
         padding: 0;
         height: 40px;
         width: 100px;
    }
     @media (min-width: 1300px) {
         .advisors {
             padding-top: 9rem;
        }
         .holding {
             padding-top: 9rem;
        }
         .personel {
             padding-top: 9rem;
        }
         .habitat {
             padding-top: 9rem;
        }
         .mmedia {
             padding-top: 9rem;
        }
    }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; 
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: translateZ(0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: translateZ(0); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-duration: .75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-duration: .75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-duration: .75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translateZ(0); } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: .8s; }

.animated.faster {
  animation-duration: .5s; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }


@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.min.css.map */
.slick-loading .slick-list {
  background: #fff url(../img/loader.gif) center center no-repeat; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'â†'; }

[dir=rtl] .slick-prev:before {
  content: 'â†’'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: 'â†’'; }

[dir=rtl] .slick-next:before {
  content: 'â†'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
     