article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}aufull-cdio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;outline: none;}h1{font-size:2em;margin:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  background: #4A347E;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: rgba(255,255,255, 0.5);
  pointer-events: none;
}

#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: 100%; z-index: 9997; background: #4A347E; background-image: url('../img/dl_logo_2.png'); background-size: 150px; background-repeat: no-repeat;  background-position: center center;  }

em { font-style: italic !important; }

a { text-decoration: none; transition: all 300ms ease-out; outline: none; }

p { color: #666; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

html { margin: 0 !important; padding: 0 !important; overflow-x: hidden; max-width: 100%; }

html ,body { overflow-x: hidden; background: #fff; font-family: 'IBM Plex Sans', sans-serif; }

.bt { min-width: 150px; display: inline-block; vertical-align: middle; padding: 0.5em; border-radius: 3px; text-decoration: none; text-align: center; }
.white-bt { background: #fff; color: #4A347E; border: 1px solid #fff; }
.plump-bt { display: block; width: 250px; background: #4A347E; color: #fff;  border: 1px solid #4A347E; padding: 0.75em !important; margin: 0 auto; }
.white-empty-bt { color: #fff; border: 1px solid #fff; }

.plump-bt:hover { background: #4A347E; color: #fff;  border: 1px solid #4A347E; }

/* HEADER */

header { background: #fff; position: fixed; width: 100%; max-width: 1200px; top: 0; left: 50%; transform: translateX(-50%); z-index: 999; -webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3); }
header h1 { display: inline-block; vertical-align: middle; background: #4A347E; color: #fff; padding: 0.5em 1em; }
header h1 img { width: 100px; }
header nav { display: inline-block; vertical-align: middle; padding-left: 2em; }
header nav a { position: relative; display: inline-block; vertical-align: middle; color: #666; padding: 1.5em 1em; overflow: hidden; }
header nav a span { position: absolute; width: 40%; height: 2px; background: #4A347E; bottom: 20%; left: 30%; transform: translateY(30px); opacity: 0; transition: all 300ms ease-out }
header nav a:hover { color: #4A347E; }
header nav a:hover span { transform: translateY(0); opacity: 1; }

/* HERO */

.hero { position: fixed; top: 0; left: 0; width: 100%; height: 90%; }
.hero .hero-content { position: relative; width: 100%; height: 100%;  }
.hero .hero-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.hero .hero-info .inner { position: relative; width: 100%; height: 100%; padding: 10% 2em; margin: 0 auto; max-width: 1200px; }
.hero .hero-info h2 { font-size: 3.25em; color: #fff; position: absolute; top: 50%; transform: translateY(-70%); width: 50%; font-weight: 400; line-height: 90%; line-height: 1.1em; }

.bt-bar { position: absolute; bottom: 10%; left: 2em; right: 2em; }
.bt-bar .bt { margin-right: 10px; }
.bt-bar form { float: right; }
.bt-bar input  { min-width: 300px; display: inline-block; vertical-align: middle; padding: 0.5em; background: none; border: 1px solid #fff; color: #fff; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.bt-bar input::-webkit-input-placeholder { color: #fff; }
.bt-bar input::-moz-placeholder { color: #fff; }
.bt-bar input:-ms-input-placeholder { color: #fff; }
.bt-bar input:-moz-placeholder { color: #fff; }

.bt-bar button { min-width: 150px; display: inline-block; vertical-align: middle; padding: 0.5em; color: #4A347E; background: #fff; border: 1px solid #fff; margin-left: -4px; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; } 


#heroSlider { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; }

.swiper-container { width: 100%; height: 100%; background: #4A347E; }
#heroSlider .swiper-slide { text-align: center; font-size: 18px; opacity: 0.4 }

main { position: absolute; width: 100%; top: 90%; background: #fff; }

.text-block-intro { margin: 0 auto; max-width: 1200px; width: 100%; padding: 6em 2em 10em 2em; text-align: center; }
.text-block-intro h4 { display: inline-block; vertical-align: top; text-transform: uppercase; font-size: 1em; width: 80%; padding: 1em; margin: 0; font-weight: 300; }
.text-block-intro .hl { display: inline-block; vertical-align: top; font-size: 2em; max-width: 80%; padding: 0; margin: 0; font-weight: 400; }

.franchise-plan { display: inline-block; position: relative; width: 100%; background: #8062b4; background: -moz-linear-gradient(top, #8062b4 0%, #49337d 100%); background: -webkit-linear-gradient(top, #8062b4 0%,#49337d 100%); background: linear-gradient(to bottom, #8062b4 0%,#49337d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8062b4', endColorstr='#49337d',GradientType=0 ); z-index: 2; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8062b4+0,49337d+100 */
}

.bt-change { width: 90%; max-width: 1200px; list-style: none; padding: 0; margin: 0 auto; transform: translateY(-50%); -webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.3); }
.bt-change li { display: inline-block; vertical-align: top; width: 50%; margin: -2px; padding: 1.5em; font-size: 1.25em; text-align: center; background: #4A347E;  color: #fff; text-transform: uppercase; transition: all 300ms ease-out; }
.bt-change li:hover {  background: #6145a2; cursor: pointer; }
.bt-change .selected, .bt-change .selected:hover { color: #fff; text-align: center; background: #6145a2; }

.bt-change img { display:inline-block; vertical-align: middle; width: 100px; margin: 1em;  }
.bt-change span { display:inline-block; vertical-align: middle; }

#franchisePlan { color: #fff; text-align: center; background: none; max-width: 1200px; margin: 0 auto; }
#franchisePlan .swiper-slide { background: none; }
#franchisePlan .inner { display: inline-block; vertical-align: top; width: 50%; padding: 2em 2em 4em 2em; margin: 0 -2px; text-align: left; }

#franchisePlan .inner h3 { font-size: 2em; font-weight: 400; margin: 0 0 1em 0; }
#franchisePlan .inner p { font-size: 1.4em; font-weight: 300; margin: 0 0 2em 0; color: #fff; }
#franchisePlan .inner:first-child a { display: inline-block; font-size: 1.2em; font-weight: 300; margin: 1em 0 2em 0;  }

#franchisePlan .inner ul { margin: 0 0 1em 0; padding: 0 0 0 1em; }
#franchisePlan .inner li { font-size: 1em; font-weight: 300; line-height: 1.8em; }

.large-info { position: relative; margin-top: -15px; background: url('https://images.pexels.com/photos/1068523/pexels-photo-1068523.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

.overlay { background: #4A347E; opacity: 0.5; min-height: 500px; }

.our-company {  background: #f3f2f0; padding: 0; }
.our-company .inner { position: relative; width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 }

.company-detail { display: inline-block; vertical-align: top; width: 50%; padding: 4em 4em 2em 4em; background: #fff; margin: -5% 0; box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.52); }
.company-detail h4 { display: inline-block; vertical-align: top; text-transform: uppercase; font-size: 1em; font-weight: 300; width: 100%; padding: 0; margin: 0 0 1em 0; letter-spacing: 0.1em; }
.company-detail h3 { font-size: 1.7em; font-weight: 300; width: 100%; padding: 0; margin: 0; }
.company-detail p { font-size: 1em; font-weight: 300; width: 100%; padding: 0; margin: 2em 0; line-height: 1.5em; }
.company-detail hr { background: none; border-top: 1px solid #eee; margin: 1em 0;  }
.companies-list { list-style: none; padding: 0; }
.companies-list li { display: inline-block; vertical-align: middle; width: 25%; margin: 0 -2px; }
.companies-list li img { display: inline-block; vertical-align: middle; width: 100%; height: auto; }
.why { position: absolute; top: 2em; right: 0; height: 90%; width: 45%; padding: 1em; }
.why h3 { font-size: 1.6em; font-weight: 400; width: 100%; padding: 0; margin: 0; }

.features-list { list-style: none; padding: 0; margin-top: 1.5em; }
.features-list li { background: url('../img/ok-icon.svg') no-repeat left top; padding-left: 44px; padding-top: 5px;  margin: 1em 0; font-size: 1em; background-size: 25px; }

.faqs { display: block; position: relative; margin: 20% auto 0 auto; width: 90%; max-width: 1200px; background: #fff; padding: 4em;  }
.faqs .title { display: inline-block; vertical-align: top; width: 40%; padding: 0 2.5em 0 0; }
.faqs .title h4 { display: inline-block; vertical-align: top; text-transform: uppercase; font-size: 1em; font-weight: 300; width: 100%; padding: 0; margin: 0 0 1em 0; letter-spacing: 0.1em; }
.faqs .title h3 { font-size: 1.7em; font-weight: 400; width: 100%; padding: 0; margin: 0; }
.faqs .questions-list { display: inline-block; vertical-align: top; width: 58%; margin-top: -1.5em; }

.hide-faqs { padding: 0; height: 0px; overflow: hidden; display: none; }

.beefup { border: none; border-bottom: 1px solid #ccc; border-radius: 0;     margin: 0; padding: 1em 0; }
.beefup__head { font-weight: 500; }
.beefup__body { padding: 0 1em !important; }
.beefup__body p { margin: 1em 0; line-height: 25px; }
.beefup__body ul { padding: 0 0 0 1em; }
.beefup__body li { font-size: 0.9em; font-weight: 300; line-height: 1.8em; }
.beefup__body h5 { font-size: 1em; font-weight: 500; color: #4A347E; }

.beefup__head::after {
    border: none !important;
    content: '';
    position: absolute;
    right: 20px;
    margin-top: -17.5px;
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #4A347E url(../img/arrow-down.svg) no-repeat center center;
    background-size: 60%;
    transition: all 0.3s ease-out;
}

.beefup.is-open > .beefup__head::after {
    background: #4A347E url(../img/close-white.svg) no-repeat center center;
    background-size: 50%;
}

.faqs .extend { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background: #FFF; transform: translateX(45vw)}

.clients { width: 100%; margin: 0 auto; padding: 4em 0 0 0; background: #fff; }
.clients .inner { position: relative; width: 90%; max-width: 1200px; margin: 0 auto; padding: 4em; }
.clients .inner h2 { font-size: 2em; font-weight: 500; width: 100%; text-align: center; margin: 0 0 0.5em 0; }
.clients .inner p { font-size: 1em; font-weight: 300; line-height: 1.5em; width: 70%; text-align: center; margin: 0 auto 2em auto; }

.clients-grid {width: 100%; list-style: none; padding: 0; } 
.clients-grid li { display: inline-block; vertical-align: top; width: 20%; margin: 0.5em -2px; text-align: center;} 
.clients-grid li img { display: inline-block; width: 70%; filter: url('../img/gray.svg#grayscale'); filter: gray;  -webkit-filter: grayscale(100%); -webkit-filter: grayscale(1); filter: grayscale(100%); opacity: 0.7 } 

.clients-list { display: block; columns: 5; -webkit-columns: 5; -moz-columns: 5; font-size: 0.9em; padding: 0; list-style: none; margin: 0 auto; padding-left: 2em; } 

.clients-list li { color: #666; padding: 7px 0; } 

.dots-clients { text-align: center; margin: 2em 0 0 0; }
.dots-clients span { margin: 0.25em; width: 10px; height: 10px; }
.dots-clients .swiper-pagination-bullet-active { background: #4A347E; margin: 0.25em; width: 10px; height: 10px; }

#listaClientes { background: none; }

.franchises { width: 100%; margin: 0 auto; padding: 0; background: #f3f3f3; }
.franchises .inner { position: relative; width: 90%; max-width: 1200px; margin: 0 auto; padding: 4em; }
.franchises .inner h2 { font-size: 2em; font-weight: 500; width: 100%; text-align: center; margin: 0 0 0.5em 0; }
.franchises .inner h3 { font-size: 1.5em; font-weight: 400; width: 100%; text-align: center; margin: 0 0 2em 0; }

#sliderFranchises { background: none !important; }
#sliderFranchises .swiper-container { padding: 0 2em; }
#sliderFranchises .swiper-slide { background: #fff; min-height: 300px; }
#sliderFranchises .swiper-slide { background: #fff; min-height: 300px; }
.dots { text-align: center; margin: 2em 0 0 0; }
.dots span { margin: 0.25em; width: 10px; height: 10px; }
.dots .swiper-pagination-bullet-active { background: #4A347E; margin: 0.25em; width: 10px; height: 10px; }

.franchise-item { width: 100%; }
.franchise-item .img { position: relative; width: 100%; height: 200px;     border-bottom: 1px solid #eee; }
.franchise-item .img h5 { font-size: 14px; font-weight: 300; color: #fff; margin: 0; }
.franchise-item .img h4 { font-size: 1.6em; font-weight: 400; color: #fff; margin: 0.25em 0 0 0; }
.franchise-item .img .info-overlay { position: absolute; bottom: 2em; left: 2em; }
.franchise-item .img .img-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; }

.franchise-item .extra-info { padding: 2em; color: #666; }
.franchise-item .extra-info h5 { margin: 0; font-size: 14px; font-weight: 500; }
.franchise-item .extra-info h4 {  display: inline-block; vertical-align: middle; margin: 5px 0 0.5em 0; font-size: 1.8em; font-weight: 300; }
.franchise-item .extra-info h4 img  { display: inline-block; vertical-align: middle; width: 28px; height: 28px; margin: -9px 10px 0 0; opacity: 0.5; }
.franchise-item .extra-info p {  margin: 0.25em 0 1.5em; font-size: 14px; font-weight: 400; }
.franchise-item .extra-info a {  margin: 0; color: #4A347E; }
.franchise-item .extra-info a:hover {  text-decoration: underline; }

.franchises .inner .swiper-button-next, 
.franchises .inner .swiper-button-prev { position: absolute; top: 50%; width: 40px; height: 40px; border-radius: 20px; margin-top: -20px; z-index: 10; cursor: pointer; background-color: #4A347E; background-size: 20px 40px; background-position: center; background-repeat: no-repeat; }
.franchises .inner .swiper-button-prev {
    background-image: url('../img/arrow-left.svg');
}
.franchises .inner .swiper-button-next {
    background-image: url('../img/arrow-right.svg');
}

footer { min-height: 300px; background: #4A347E; padding: 2em; }
.footer-wrap { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; text-align: center; color: #fff; }
.footer-col { display: inline-block; vertical-align: top; width: 42.5%; margin: 2%; text-align: left; }
.footer-col h3 { margin: 0 0 1em 0; font-size: 2.5em; font-weight: 300;  }
.footer-col h4 { font-size: 1.2em; font-weight: 600;  }
.footer-col p { color: #fff; line-height: 1.5em; }
.footer-col label { font-size: 0.8em; display: block; margin: 1em 0 0.5em 0; }
.footer-col input { display: inline-block; vertical-align: middle; width: 100%; border: 1px solid #fff; padding: 1em; background: none; color: #fff; font-size: 0.9em; }
.footer-col textarea { display: inline-block; vertical-align: middle; width: 100%; border: 1px solid #fff; padding: 0.5em; background: none; min-height: 200px; color: #fff; resize: none; padding: 1em 1em 3em 1em; }
.footer-col input::-webkit-input-placeholder { color: #fff; }
.footer-col input::-moz-placeholder { color: #fff; }
.footer-col input:-ms-input-placeholder { color: #fff; }
.footer-col input:-moz-placeholder { color: #fff; }
.suscribe-footer input { width: 60%;  }
.suscribe-footer button, .contact button { display: inline-block; vertical-align: middle; border: 1px solid #fff; margin: 0 0 0 -3px; padding: 0.9em 1em; background: #fff; color: #4A347E; }
.contact button { display: block; float: right; margin: 1em 0 0 0; margin: -3.2em 0 0 0; padding: 0.9em 1.2em; }

.message { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9990; display: table; vertical-align: middle; text-align: center; background: rgba(0,0,0,0.5);  }

.message div { display: table-cell; vertical-align: middle; padding: 1em; width: 200px;  }

.message .inner{ display: inline-block; vertical-align: middle; padding: 2em; width: 300px; background: #fff; border-radius: 5px; }
.message .inner button { display: block; width: 100px; background: #4A347E; color: #fff; margin: 1em auto 0 auto; padding: 0.5em; border-radius: 5px;}

.hide-message { opacity: 0; z-index: -10; transition: all 300ms ease-out; }

.desk-contact-data { position: absolute; bottom: 0; left: 5%; }
.mob-contact-data { display: none; }

.desk-contact-data a, .mob-contact-data a { color: #fff; text-decoration: none;}
.desk-contact-data a:hover, .mob-contact-data:hover { text-decoration: underline; }


.mobile-menu { display: none; }

.btn12 {
  display: none;
  position: relative;
  float: right;
  width: 45px;
  height: 60px;
  transition-duration: 0.25s;
}
.btn12 .icon {
  transition-duration: 0.25s;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 30px;
  background-color: #fff;
}
.btn12 .icon:before {
  transition-duration: 0.25s;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -10px;
}
.btn12 .icon:after {
  transition-duration: 0.25s;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 10px;
}
.btn12.open .icon {
  transition-duration: 0.25s;
  background: transparent;
}
.btn12.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn12:hover {
  cursor: pointer;
}

.associations { list-style: none; padding: 0; margin: 0; }
.associations li { display: inline-block; vertical-align: middle; }
.associations li a { opacity: 0.7; }
.associations li a:hover { opacity: 1; }
.associations li:first-child img { width: 100px;  }
.associations li:last-child img {width: 200px; margin: 0 0 0 1em;  }

/* franchise template */

.franchise-page { height: 70%; }
.franchise-page .hero-info .inner { text-align: center; }
.franchise-page .hero-info h2 { width: 100%; font-size: 4em; }
.franchise-main { top: 70%; }

.franchise-main .inner { padding: 0 4em 4em 4em; }

.grid-item { display: block; width: 30%; margin: 1.66%; background: #fff; }
.grid-item p { width: 100%  !important; text-align: left !important; }
.grid-item .franchise-item { box-shadow: rgba(0,0,0,0.1) 0 2px 8px 0; backface-visibility: hidden; }
.clear { clear: both; }

.categories { display: inline-block; vertical-align: top; width: 100%; text-align: center; margin: 0 0 2em 0; }
.categories span { display: block; margin: 0 auto 20px auto; font-size: 2em; color: #4A347E; }


.select {
  position: relative;
  height: 47.5px;
  background: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  width: 50%;
  display: inline-block; 
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #4A347E transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fafafa;
  content: '';
  pointer-events: none;
}
.select:hover:before {
  background: #c2b6d6;
}
.select select {
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ccc;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #4A347E;
}

.select select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.container {
  width: 250px;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}


@media screen and (max-width: 800px) {
    
    .hero .hero-info h2 { width: 70%; left: 15%; }
    .bt-bar { text-align: center; }
    .bt-bar form { display: none; }
    
    
    .bt-change li { padding: 2em 0; font-size: 1.2em; }
    .company-detail { width: 100%; }
    .why { margin-top: 2em; position: static; height: auto; width: 100%; padding: 4em 2em; }
    .why h3 { font-size: 2em; }
    .faqs .title { width: 100%; text-align: center; padding: 0; }
    .faqs .title h3 br { display: none; }
    .faqs .questions-list { width: 100%; margin-top: 2em; }
    
    .franchise-item .extra-info h4 { margin: 0.75em 0; font-size: 1.2em; }
    
    .footer-col { width: 80%; }
    .footer-col h3 { text-align: center; font-size: 1.8em; margin: 2em 0; }
    .footer-col h3 br { display: none; }
    .suscribe-footer input { width: 80%; }
    .suscribe-footer button { width: 19%; }
    .desk-contact-data { display: none; }
    .mob-contact-data { display: block; border-top: 1px solid #705ba1; margin: 4em 0 0 0; text-align: center; padding: 1em 0 0 0; }
    .contact button { float: none; margin: 2em auto 0 auto; width: 150px; }
    
    #franchisePlan .inner { width: 80%; padding: 0 0 3em 0; }
    
    .clients .inner { padding: 0 0 3em 0; }
    
    .clients-grid { text-align: center; } 
    .clients-grid li { width: 32%; margin: 0.5em -2px; } 
    .clients-grid li img { width: 70%; } 
    
    .clients-list { display: block; columns: 3; -webkit-columns: 3; -moz-columns: 3; }
    
    .grid-item { display: block; width: 45%; margin: 2.5%; background: #fff; }
    
    .franchise-page .hero-info h2 { width: 100%; font-size: 3em; position: static;
    margin-top: 40%; }

}

@media screen and (max-width: 650px) {
    
    .overflow-hidden { overflow: hidden !important; }
    .btn12 { display: block; }
    header {  background: #4A347E; }
    header nav { display: none }
    header h1 { padding: 0.25em 0.5em; background: none;}
    header h1 img { width: 90px; }
    
    .company-detail { padding: 2em; }
    
    .mobile-menu { position: fixed; top: 0; left: 0; z-index: 15; width: 100%; height: 100%; background: rgba(45, 34, 70,1); /*background:  rgba(255,255,255,1); */display: table; vertical-align: middle;  transform: translateX(100%); transition: all 300ms ease-out; transition-delay: 0.15s; }

    .mobile-menu div { display: table-cell; text-align: center; vertical-align: middle; }

    .mobile-menu a {  display: block; color: #fff; color: #4A347E; color: #fff; font-size: 1.7em; padding: 0.5em 0; }
    
    main, .hero { transition: all 0.3s ease-out; }
    .show-menu { transform: translateX(0) }
    .hide-main { opacity: 0; transition-delay: 0.15s; }

    
}

@media screen and (max-width: 550px) {

    body { height: 100vh}
    
    header nav { display: none; }
    
    .hero .hero-info h2 { font-size: 2em; text-align: center; line-height: 1.1em; }
    .bt { min-width: inherit; }
    
    .text-block-intro { margin: 0 auto;max-width: 1200px; width: 100%; padding: 4em 0 10em 0; }
    .text-block-intro .hl { font-size: 1.7em; }
    
    .bt-change { width: 100%; text-align: center; }
    .bt-change li { padding: 1.5em 1em; font-size: 0.9em; }
    
    #franchisePlan .inner h3 { font-size: 1.6em; }
    #franchisePlan .inner p { font-size: 1.1em; line-height: 1.8em; margin: 0; }
    
    .overlay { display: none; min-height: 320px; } 
    .our-company .inner { width: 100%; }
    
    
    .company-detail { padding: 6em 2em 2em 2em; }

    .company-detail h4 { font-size: 0.9em;  } 
    
    .faqs { width: 100%; padding: 4em 2em; margin: 300px 0 0 0; margin: 0; }
    .faqs .extend { display: none; }
    .faqs .title h3 { font-size: 1.25em; }
    .faqs .title h4 { font-size: 0.9em; }
    
    .why { margin: 0; }
    .why h3 { font-size: 1.6em; }
    
    .franchises .inner { width: 100%; padding: 2em; }
    .franchises .inner .swiper-button-next, .franchises .inner .swiper-button-prev { display: none; }
    .companies-list { text-align: center; margin: 0; } 
    .companies-list li { width: 40%; padding: 0.15em; } 
    
    .beefup__head { text-overflow: inherit;  white-space: normal; }
    .franchises .inner h3 { font-size: 1.25em; }
    
    .franchise-item .img { height: 230px; }
    .franchise-item .extra-info h4 { margin: 5px 0 0.75em 0; }
    
    .contact button { width: 100%; }
    
    .footer-col { width: 90%; }
    .suscribe-footer { margin: 0 0 1.5em 0; padding: 0 0 3em 0; border-bottom: 1px solid #705ba1; }
    
    .suscribe-footer button { width: 140px; margin: 2em auto 0 auto; display: block; }
    
    .suscribe-footer input { width: 100%; }
    
    .clients-grid li { width: 50%;  }
    .clients-grid li img { width: 80%;  }
    .clients .inner p { width: 90% }
    
    
    .clients-list { display: block; columns: 1; -webkit-columns: 1; -moz-columns: 1; padding: 0; }
    .clients-list li { text-align: center; }
    
    #listaClientes .swiper-wrapper { display: block; }
    
    .associations li:first-child img { width: 60% !important; margin: 1em auto;  }
    .associations li:last-child img { width: 80% !important; margin: 1em auto;  }
    
    .grid-item { display: block; width: 100%; margin: 15px 0; background: #fff; }
    .franchise-page .hero-info h2 {   margin-top: 85%; font-size: 3em; }
    .franchises-inner { width: 80% !important; }
    .select { width: 100%; }
    .categories span { display: block; margin: 0 auto 20px auto; font-size: 1.2em; color: #4A347E; }
    
}

@media screen and (max-width: 320px) {
    .large-info { margin-top: 10px; }
    .franchise-item .img {
        height: 170px;
    }
    
    .bt-bar .bt { margin: 10px;}
    .franchises .inner h2 { font-size: 1.5em; }
}


