@font-face {
  font-family: 'oxygenlight';
  src: url("../fonts/oxygen-light-webfont.eot");
  src: url("../fonts/oxygen-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen-light-webfont.woff2") format("woff2"), url("../fonts/oxygen-light-webfont.woff") format("woff"), url("../fonts/oxygen-light-webfont.ttf") format("truetype"), url("../fonts/oxygen-light-webfont.svg#oxygenlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oxygenbold';
  src: url("../fonts/oxygen-bold-webfont.eot");
  src: url("../fonts/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen-bold-webfont.woff2") format("woff2"), url("../fonts/oxygen-bold-webfont.woff") format("woff"), url("../fonts/oxygen-bold-webfont.ttf") format("truetype"), url("../fonts/oxygen-bold-webfont.svg#oxygenbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oxygenregular';
  src: url("../fonts/oxygen-regular-webfont.eot");
  src: url("../fonts/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen-regular-webfont.woff2") format("woff2"), url("../fonts/oxygen-regular-webfont.woff") format("woff"), url("../fonts/oxygen-regular-webfont.ttf") format("truetype"), url("../fonts/oxygen-regular-webfont.svg#oxygenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*   
  
  font-family: 'oxygenlight';
  font-family: 'oxygenbold';
  font-family: 'oxygenregular';

 */
/* line 18, ../sass/s.scss */
html, body {
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
}

/* line 24, ../sass/s.scss */
body {<
  font-family: 'oxygenregular';
  width: 100%;

}
.gm-style-iw b {
 text-transform: ;
}
/* line 30, ../sass/s.scss */

#header {
    position: fixed;
    left: 130px;
    z-index: 1000;
}
/* line 37, ../sass/s.scss */
#ascensor {
  top: 45px !important;
/*/*  background: url("../img/background-main.png");*/*/
  background-repeat: repeat-y;
}

/* line 43, ../sass/s.scss */
.main {
  width: 100%;
  padding: 0 !important;
}
/* line 46, ../sass/s.scss */
.main .imgwrp {
  padding: 0 !important;
  padding-top: 25px !important;
}
/* line 50, ../sass/s.scss */
.main .txt {
  text-align: right;
  padding-top: 25px;
  padding-right: 20px;
}
/* line 54, ../sass/s.scss */
.main .txt h1 {
  color: #242223;
  font-family: 'oxygenlight';
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
/* line 62, ../sass/s.scss */
.main .txt h1 b {
  font-family: 'oxygenbold';
  font-size: 34px;
  color: #D42424;
}
/* line 68, ../sass/s.scss */
.main .txt p {
  color: #242223;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 72, ../sass/s.scss */
.main .txt p span {
  color: #B81413;
}
/* line 76, ../sass/s.scss */
.main .txt h4 {
  clear: both;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 21px;
}
/* line 82, ../sass/s.scss */
.main .txt .botondescarga {
  border: 2px solid #B81413;
  text-decoration: none;
  height: 50px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 93, ../sass/s.scss */
.main .txt .botondescarga span {
  color: #B81413;
  display: inline-block;
  padding: 14px 18px;
  height: 100%;
  border-right: 2px solid #B81413;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 105, ../sass/s.scss */
.main .txt .botondescarga i {
  color: #B81413;
  width: 50px;
  font-size: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 116, ../sass/s.scss */
.main .txt .nav_zona {
    padding-bottom: 5px;
    text-align: right;
}
/* line 118, ../sass/s.scss */
.main .txt .nav_zona span {
  color: #242223;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid transparent;
}
/* line 123, ../sass/s.scss */
.main .txt .nav_zona span div {
  height: 10px;
  width: 10px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px;
}
/* line 132, ../sass/s.scss */
.main .txt .nav_zona .norte div {
  background: #4468BD;
}
/* line 137, ../sass/s.scss */
.main .txt .nav_zona .centro div {
  background: #D42424;
}
/* line 142, ../sass/s.scss */
.main .txt .nav_zona .sur div {
  background: #242223;
}
/* line 146, ../sass/s.scss */
.main .txt .nav_zona span:hover {
  border: 2px solid #B81413;
}
/* line 150, ../sass/s.scss */
.main .txt .select {
  outline: none;
  border: none;
  z-index: 1000000;
  background: #FEFEFE;
  padding: 0;
  width: 300px;
  text-align: left;
  float: right;
  cursor: pointer;
}
/* line 160, ../sass/s.scss */
.main .txt .select .texto {
  background: #FEFEFE;
  width: 255px;
  display: inline-block;
  padding: 10px;
  text-align: left;
}
/* line 166, ../sass/s.scss */
.main .txt .select .texto p {
  margin: 0;
}
/* line 170, ../sass/s.scss */
.main .txt .select .flecha {
  display: inline-block;
  width: 40px;
  background: #B81413;
  padding: 10px;
  text-align: center;
}
/* line 176, ../sass/s.scss */
.main .txt .select .flecha i {
  color: #FEFEFE;
}
/* line 180, ../sass/s.scss */
.main .txt .select .regiones {
  display: none;
  position: absolute;
  background: #FEFEFE;
  list-style: none;
  margin-left: 0px;
  z-index: 10000;
  width: 300px;
  border-top: 1px solid #DEDEDE;
  height: 125px;
  overflow-y: scroll;
}
/* line 191, ../sass/s.scss */
.main .txt .select .regiones li {
  padding: 5px;
  font-size: 13px;
}
/* line 195, ../sass/s.scss */
.main .txt .select .regiones li:hover {
  background: #DEDEDE;
}
/* line 200, ../sass/s.scss */
.main .txt .botondescarga:hover {
  background: #B81413;
}
/* line 202, ../sass/s.scss */
.main .txt .botondescarga:hover span {
  color: #FEFEFE;
  background: #B81413;
}
/* line 206, ../sass/s.scss */
.main .txt .botondescarga:hover i {
  color: #FEFEFE;
}

/* line 213, ../sass/s.scss */
.topnav {
  width: 100%;
  background: #2A2829;
}
/* line 216, ../sass/s.scss */
.topnav span {
  cursor: pointer;
  display: inline-block;
  padding-top: 18px;
  text-align: center;
  background: #2A2829;
  color: #FEFEFE;
  margin: 0;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 233, ../sass/s.scss */
.topnav span:hover {
  color: #DEDEDE;
}
/* line 236, ../sass/s.scss */
.topnav a {
  display: inline-block;
  padding-top: 18px;
  text-align: center;
  background: #2A2829;
  color: #FEFEFE;
  margin: 0;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 252, ../sass/s.scss */
.topnav a:hover {
  color: #DEDEDE;
}
/* line 255, ../sass/s.scss */
.topnav div {
  text-align: center;
  padding-top: 8px;
}
/* line 259, ../sass/s.scss */
.topnav .social {
  width: auto;
  padding: 5px;
  font-size: 22px;
}
/* line 263, ../sass/s.scss */
.topnav .social .middle {
  border-left: 2px dotted #FEFEFE;
  border-right: 2px dotted #FEFEFE;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 271, ../sass/s.scss */
.topnav .social:hover i {
  color: #DEDEDE;
}
/* line 275, ../sass/s.scss */
.topnav .active {
  font-size: 1.5em;
  padding-top: 12px;
  padding-bottom: 10px;
  background: url("../img/triangulo.png") #D42424 no-repeat;
  background-position: right;
  padding-right: 25px;
  background-size: 30px 52px;
}
/* line 284, ../sass/s.scss */
.topnav .active:hover {
  color: #FEFEFE;
}
/* line 287, ../sass/s.scss */
.topnav .llamanos {
  color: #FEFEFE;
  text-align: center;
  font-size: 0.73em;
  background: #242223;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 8px;
}
/* line 295, ../sass/s.scss */
.topnav .llamanos b {
  color: #FEFEFE;
  font-family: 'oxygenbold';
  font-size: 11px;
}
/* line 299, ../sass/s.scss */
.topnav .llamanos i {
  color: #FEFEFE;
  font-size:30px;
  vertical-align: top;
  margin-right: 10px;
}
.topnav .llamanos p{
  font-size: 10px;
  margin:0;
}
.topnav span span{
  padding: 0;
  background: none;
  text-align: left;
  vertical-align: top;
}
/* line 306, ../sass/s.scss */
.personas {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  width: 48%;
  height:auto;
}

/* line 313, ../sass/s.scss */
#footer {/*
  width: 100%;
  min-width: 960px;
  z-index: 1000;
  background: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-size: cover;
  position: absolute;
  padding-top: 89px;
  bottom: 0;*/
    width: 100%;
min-width: 960px;
z-index: 1000;
position: absolute;
padding: 30px 0px;
bottom: 0px;
background: rgb(212,36,36);
}
/* line 325, ../sass/s.scss */
#footer .columns {
  text-align: center;
}
/* line 327, ../sass/s.scss */
#footer .columns img {
  width: 65%;
}
/* line 330, ../sass/s.scss */
#footer .columns p {
color: #FEFEFE;
margin:0px;
font-size: 12px;
}
/* line 335, ../sass/s.scss */
#footer .columns a {
  color: #FEFEFE;
}
/* line 338, ../sass/s.scss */
#footer .columns a:hover {
  color: #DEDEDE;
}
/* line 342, ../sass/s.scss */
#footer .social {
  width: auto;
  padding: 5px;
  font-size: 22px;
}
/* line 346, ../sass/s.scss */
#footer .social .middle {
  border-left: 2px dotted #FEFEFE;
  border-right: 2px dotted #FEFEFE;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 354, ../sass/s.scss */
#footer .social:hover i {
  color: #DEDEDE;
}
/* line 358, ../sass/s.scss */
#footer .bases {
  display: inline-block;
  font-size: 13px;
}
#footer .disclaimer{
  display: inline-block;
  font-size: 10px;
}

/* line 364, ../sass/s.scss */
.txthome {
  text-align: center !important;
}
/* line 366, ../sass/s.scss */
.txthome h1 {
  margin-top: 120px !important;
  color: #D42424 !important;
}
/* line 372, ../sass/s.scss */
.txthome .quoteslider li h4 {
  font-family: 'oxygenlight';
  text-transform: none;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1;
}
/* line 379, ../sass/s.scss */
.txthome .quoteslider li h4 .rojo {
  color: #D42424;
}
/* line 382, ../sass/s.scss */
.txthome .quoteslider li h4 .quotemark {
  font-size: 40px;
}
/* line 388, ../sass/s.scss */
.txthome .botonremanente {
  text-decoration: none;
  background: #B81413;
  height: 50px;
  display: inline-block;
  text-align: center;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 401, ../sass/s.scss */
.txthome .botonremanente span {
  background: #D42424;
  color: #FEFEFE;
  display: inline-block;
  padding: 16px 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
}
/* line 413, ../sass/s.scss */
.txthome .botonremanente i {
  background: #B81413;
  color: #FEFEFE;
  width: 50px;
  font-size: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 426, ../sass/s.scss */
.txthome .botonremanente:hover span {
  background: #B81413;
}
/* line 430, ../sass/s.scss */
.txthome .botonpreguntas {
  border: 2px solid #B81413;
  text-decoration: none;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 442, ../sass/s.scss */
.txthome .botonpreguntas span {
  color: #B81413;
  display: inline-block;
  padding: 14px 18px;
  height: 100%;
  border-right: 2px solid #B81413;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 454, ../sass/s.scss */
.txthome .botonpreguntas i {
  color: #B81413;
  width: 50px;
  font-size: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 465, ../sass/s.scss */
.txthome .botonpreguntas:hover {
  background: #B81413;
}
/* line 467, ../sass/s.scss */
.txthome .botonpreguntas:hover span {
  color: #FEFEFE;
  background: #B81413;
}
/* line 471, ../sass/s.scss */
.txthome .botonpreguntas:hover i {
  color: #FEFEFE;
}

/* line 478, ../sass/s.scss */
.faq .faqfaq {
  padding: 0;
  margin: 0;
  height: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
}
/* line 485, ../sass/s.scss */
.faq .faqfaq li {
  margin-bottom: 5px;
  background: #DEDEDE;
  color: #242223;
  cursor: pointer;
}
/* line 490, ../sass/s.scss */
.faq .faqfaq li span {
  padding: 12px;
  width: 90%;
  display: inline-block;
  font-family: 'oxygenlight';
  text-align: left;
}
/* line 497, ../sass/s.scss */
.faq .faqfaq li i {
  padding: 16px;
  color: #FEFEFE;
  background: #242223;
  float: right;
}
/* line 504, ../sass/s.scss */
.faq .faqfaq .largo {
  height: 100px;
}
/* line 506, ../sass/s.scss */
.faq .faqfaq .largo i {
  padding-bottom: 40px;
  padding-top: 44px;
}

/* line 514, ../sass/s.scss */
#modal_faq, #modal_mapa {
  padding: 0 !important;
  border: 0 !important;
}
/* line 518, ../sass/s.scss */
#modal_faq .row .large-6, #modal_mapa .row .large-6 {
  padding: 0 !important;
}

/* line 524, ../sass/s.scss */
#modal_mapa {
  display: block;
}
/* line 526, ../sass/s.scss */
#modal_mapa #cont_tm {
  height: 290px;
  overflow-y: scroll;
  display: block;
}
/* line 531, ../sass/s.scss */
#modal_mapa i {
  padding: 15px 22px;
  margin-right: 25px;
  font-size: 40px;
  color: #FEFEFE;
  background: #B81413;
}
/* line 538, ../sass/s.scss */
#modal_mapa h6 {
  display: inline-block;
  font-family: 'oxygenbold';
  vertical-align: super;
}
/* line 543, ../sass/s.scss */
#modal_mapa .direccion {
  display: block;
  width: 100%;
  color: #2A2829;
  text-align: center;
  font-family: 'oxygenlight';
  border-left: 3px solid #FEFEFE;
  padding: 10px;
  margin-bottom: 5px;
}
/* line 553, ../sass/s.scss */
#modal_mapa .direccion:hover {
  border-left: 3px solid #B81413;
  background: #DEDEDE;
}
/* line 557, ../sass/s.scss */
#modal_mapa p {
  margin: 0;
  text-align: center;
  font-family: 'oxygenbold';
}

/* line 565, ../sass/s.scss */
#modal_faq i {
  padding: 15px 22px;
  margin-right: 25px;
  font-size: 40px;
  color: #FEFEFE;
  background: #B81413;
}
/* line 572, ../sass/s.scss */
#modal_faq h6 {
  display: inline-block;
  font-family: 'oxygenbold';
  vertical-align: super;
}
/* line 576, ../sass/s.scss */
#modal_faq h6 .largo {
  text-align: center;
  padding: 10px;
  margin: 0;
  padding-bottom: 0px;
}
/* line 583, ../sass/s.scss */
#modal_faq p {
  /*padding: 25px;
  font-family: 'oxygenlight';
  font-size: 17px;
  max-height: 370px;
  overflow-y: scroll;
  margin-top: 15px;*/
  font-family: "oxygenlight";
    font-size: 15px;
    max-height: 370px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    padding-top:5px;
}

/* line 593, ../sass/s.scss */
.close-reveal-modal {
  bottom: -65px;
  left: 39%;
  background: #B81413;
  padding: 10px 30px;
  color: #FEFEFE !important;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'oxygenlight';
  padding-top: 15px;
}

/* line 605, ../sass/s.scss */
.close-reveal-modal:hover {
  background: #D42424;
  color: #FEFEFE;
}

/* line 610, ../sass/s.scss */
.clear {
  clear: both;
  margin-bottom: 25px;
}

/* line 615, ../sass/s.scss */
.resp {
  display: none;
}

#modalTelefono{
  padding: 0;
  width: 1000px;
  height: 580px;
  left:50%;
  margin-left: -500px;
}
#modalTelefono iframe .SurveyRunBackground{
  overflow: hidden;
}

/**MAPA**/
#mapa{

    width: 50%;
    height: 100%;
    z-index: 0;
    position: absolute !important;
    left: 0;
    bottom: 0;
}   
.nover{
   
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

  /* IE 5-7 */
  filter: alpha(opacity=10);

  /* Netscape */
  -moz-opacity: 0.1;

  /* Safari 1.x */
  -khtml-opacity: 0.1;

  /* Good browsers */
  opacity: 0.1;   
    
}
.ver {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}
.logo {    
width: 100%;
display: block;

margin-Left: 130px;}
.logo img {
}
#formulario {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px;
    width: 240px;
    left: 270px;
    height: 275px;
    padding-top: 30px;
    margin: 0 auto;
}
#encuentraSucursal select {
    background: transparent;
    border: 1px solid;
}
#content-form {
      z-index: 1000;
}
#content-form .content-left {
width: 255px;
    height: 195px;
    background: #f3da04;
    position: absolute;
    color: white;
    float: left;
    z-index: 99;
    bottom: 0;
    padding: 10px;
    top: 163px;
    margin-left: 15px;
    padding-left: 24px;
    padding-top: 28px;
}
#content-form .content-left img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}
#content-form .content-left p {
    font-size: 25px;
    line-height: 27px;
    margin-top: 4px;
}
canvas#triangle{
    margin: 0 auto;
    width: 100px;
    position: absolute;
    height: 200px;
    right: 0;
    left: 69px;
    top: 209px;
    text-align: center;
    z-index: 999;
}
.buscador {
  position: relative;
  bottom: 0;
  width: 519px;
  margin-left: 115px;
  height: 438px;
}
footer {
    background: #757e85;
    color: #fff;
    padding: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 11px;
    padding-top: 17px;
    text-align: center;
}
img.ico {
display: none;
}
@media screen and (max-width : 960px) {
  #header {
    padding-left: 20px;
    width: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 1000;
  }
.buscador {
    position: absolute;
    bottom: 0;
    margin-left: 0;
    width: 100%;
   height: auto;
}
#content-form .content-left {
    width: 100%;
    background: #f3da04;
    position: absolute;
    color: white;
    z-index: 9999;
    padding: 10px;
    margin-left: 0;
    top: 0;
    height: 48px;
}
#content-form .content-left img {
    bottom: 0;
    float: left;
    width: 31px;
    margin-right: 15px;
}
#content-form .content-left p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
}
canvas#triangle {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 42px;
    left: 0px;
    height: 115px;
    right: 59px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.logo {
    width: 100%;
    display: block;
    margin-Left: 0;
    height: 75px;
    background: #fff;
    text-align: center;
}
.logo img {
    height: 75px;
}
#formulario {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px;
    height: auto;
    padding-top: 17px;
    margin: 0 auto;
    width: 100%;
    margin-left: 0;
    left: 0;
}
#content-form {
    z-index: 1000;
    height: 235px;
}
#encuentraSucursal select {
    background: transparent;
    border: 1px solid;
    margin-bottom: 9px;
}
footer {
  display: none;
}
img.ico {
display: -webkit-inline-box;
}
}