﻿/*#425364 #3a4b5d*/
/*rgba(0, 0, 0, 0.5) #666 */
/*#ddd #ccc  rgba(221, 221, 221, 0.38)*/
/*rgba(166, 166, 166, 0.15)*/
/*#b7b8ba*/
/*#c0c0c0*/
/*#333*/
/*#212529*/
/*Bundle*/
/*#ed1c24 rgba(246, 35, 35, 0.85) #e81c25*/
/*#00764a*/
/*rgba(216, 11, 11, 0.8)*/
/*rgba(2, 183, 2, 0.82)*/
body {
  margin: 0px;
  color: #6c6c6c;
  font-family: 'Open Sans';
}
@font-face {
  font-family: 'adobeGaramond';
  src: url("../../fonts/adobe-garamond-pro/AGaramondPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'adobeGaramondItalic';
  src: url("../../fonts/adobe-garamond-pro/AGaramondPro-Italic.otf") format("opentype");
}
@font-face {
  font-family: 'gothamCondensed';
  src: url("../../fonts/gotham-condensed/GothamCondensed-Book.otf") format("opentype");
}
/* PARTE SUPERIOR, IMAGEN Y MENU */
.header {
  width: 100%;
  height: 620px;
}
.options-menu-mobile {
  display: none;
}
.img-header {
  width: 100%;
  height: 100%;
  position: relative;
}
.text-header {
  padding-top: 60px;
  line-height: 59px;
  position: absolute;
  z-index: 1;
  top: 0%;
}
.text-header > span:nth-child(1) {
  font-family: 'adobeGaramondItalic';
  color: #fff;
  font-size: 95px;
  display: inline-block;
  font-weight: bold;
  margin-left: 215px;
}
.text-header > .line-right-text {
  width: 34px;
  border: 7px solid #ea1d24;
  display: inline-block;
  margin-left: 11px;
  margin-bottom: 14px;
}
.text-header > .line-left-text {
  width: 362px;
  border: 7px solid #ea1d24;
  display: inline-block;
  margin-bottom: 13px;
  margin-right: 9px;
}
.text-header > span:nth-child(5) {
  font-family: 'gothamCondensed';
  color: #fff;
  font-size: 61px;
  display: inline-block;
}
.button-arrow {
  bottom: 30px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 10px;
}
.button-arrow > i {
  font-size: 45px;
  color: #fff;
  cursor: pointer;
}
.button-arrow > .button_red_welcome {
  font-family: 'gothamCondensed';
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 5px;
  border: 1px solid #ea1d24;
  background-color: #ea1d24;
  text-decoration: none;
  font-size: 19px;
}
.menu {
  width: 100%;
  height: 68px;
  margin-top: -19px;
  display: table;
  border-bottom: 2px solid #d5d5d5;
  font-family: 'gothamCondensed';
  z-index: 100000;
}
.menu-scroll {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
}
.menu > .logo {
  display: inline;
  float: left;
  padding: 27px 0px 0px 30px;
}
.menu > .menu-mobile {
  display: none;
}
.logo > img {
  width: 190px;
}
.altaCliente {
  width: 130px;
  position: absolute;
  right: 0px;
  background-color: #fff;
  cursor: pointer;
  margin-left: 500px;
  margin-top: 72px;
  font-size: 15px;
  padding: 16px;
}
.altaCliente a,
.option-menu-mobile a {
  text-decoration: none;
  color: #6e6e6e;
}
.altaCliente i {
  color: #ea1d24;
  margin-right: 10px;
}
.menu > .options {
  position: absolute;
  width: max-content;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 26px 15px 26px 26px;
  margin-left: 179px;
  width: 1077px;
}
.menu > .options > span {
  float: left;
}
.menu > .options > span > a {
  padding: 26px 30px 20px 30px;
  font-size: 19px;
  color: #6e6e6e;
  letter-spacing: 0.5px;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
}
.menu > .options > span > a:hover {
  color: #fff;
  background-color: #ea1d24;
}
.menu > .search {
  display: inline;
  float: right;
  padding: 40px;
  color: #6c6c6c;
}
.menu .logo {
  margin-left: -212px;
  margin-top: -7px;
  position: absolute;
}
.menu > .search > i {
  cursor: pointer;
}
@media (max-width: 1400px) {
  .header {
    height: 540px;
  }
  .button-arrow {
    bottom: 5px !important;
  }
}
@media (max-width: 1280px) {
  .menu > .options {
    padding: 26px 0px 26px 26px;
    margin-left: 160px;
    width: 1024px;
  }
  .menu > .options > span > a {
    padding: 26px 30px 21px 30px;
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .logo > img {
    width: 165px;
  }
  .menu .logo {
    margin-left: -176px;
  }
  .menu > .options > span > a {
    font-size: 18px;
  }
}
@media (max-width: 1235px) {
  .menu > .options > span > a {
    padding: 20px 30px 19px 26px;
    font-size: 18px;
  }
  .menu > .options {
    padding: 20px 0px 20px 26px;
  }
  .menu {
    height: 63px;
    margin-top: -21px;
    display: inline-table;
  }
}
@media (max-width: 1200px) {
  .menu > .options > span > a {
    padding: 20px 19px 20px 19px;
  }
  .menu > .options > span > a {
    font-size: 17px;
  }
  .menu {
    height: 60px;
    margin-top: -19px;
    display: table;
  }
}
@media (max-width: 1140px) {
  .menu > .options > span > a {
    padding: 20px 17px 20px 17px;
  }
}
@media (max-width: 1110px) {
  .menu > .options > span > a {
    padding: 20px 11px 20px 11px;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 375px;
  }
  .text-header {
    line-height: 38px;
    padding-top: 40px;
  }
  .text-header > span:nth-child(1) {
    font-size: 60px;
    /* ERA 95 */
  }
  .text-header > span:nth-child(5) {
    font-size: 40px;
    /* ERA 61 */
  }
  .text-header > .line-right-text {
    border: 5px solid #ea1d24;
    margin-bottom: 8px;
  }
  .text-header > .line-left-text {
    width: 314px;
    border: 5px solid #ea1d24;
    margin-bottom: 8px;
  }
  .button-arrow {
    bottom: 0 !important;
    line-height: 0px;
  }
  .menu {
    display: table;
    height: 66px;
  }
  .menu > .menu-mobile {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    text-align: center;
  }
  .menu > .menu-mobile > i {
    cursor: pointer;
  }
  .menu > .logo {
    display: table-cell;
    padding: 0px;
    text-align: center;
    float: initial;
    vertical-align: middle;
  }
  .logo > img {
    width: 186px;
  }
  .menu > .search {
    display: table-cell;
    width: 75px;
    text-align: center;
    float: initial;
    padding: 0px;
    vertical-align: middle;
  }
  .menu > .options {
    display: none;
  }
  .options-menu-mobile {
    background-color: #fff;
    width: 100%;
    z-index: 9999999;
    border-bottom: 2px solid #d5d5d5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .open-menu-mobile {
    display: block;
    position: absolute;
    top: inherit;
  }
  .options-menu-mobile > span {
    display: block;
    padding: 10px 0px 10px 29px;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .text-header > span:nth-child(1) {
    margin-left: 110px;
  }
  .text-header > .line-left-text {
    width: 210px;
  }
}
@media (max-width: 450px) {
  .text-header > span:nth-child(1) {
    margin-left: 20px;
  }
  .text-header > .line-left-text {
    width: 120px;
  }
}
#btnEnviarContactenos {
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  padding-top: 5px;
  color: #fff;
  padding-bottom: 5px;
  border: 1px solid #ea1d24;
  background-color: #ea1d24;
  text-decoration: none;
  font-size: 17px;
}
/* PRESENTACION */
.presentation {
  padding-top: 50px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/* TITULO DE PRESENTACION */
.presentation > .title {
  color: #a0a4af;
  line-height: 42px;
  width: 100%;
}
.presentation > .title > span:nth-child(1) {
  font-family: 'gothamCondensed';
  display: block;
  letter-spacing: 1px;
  font-size: 43px;
}
.presentation > .title > .line-left-text {
  width: 84px;
  border: 5px solid #a0a4af;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}
.presentation > .title > span:nth-child(3) {
  font-family: 'adobeGaramondItalic';
  font-weight: bold;
  font-size: 61px;
}
/* FIN TITULO DE PRESENTACION */
.text-and-image {
  padding-top: 35px;
  width: 100%;
  display: block;
  position: relative;
}
.text-and-image > .text {
  display: inline-table;
  width: 60%;
  float: left;
  font-size: 13px;
  line-height: 27px;
}
.text-and-image > .image {
  display: inline-table;
  width: 40%;
}
.text-and-image > .image > img {
  width: 83%;
  float: right;
}
.text-and-image > .buttons {
  position: absolute;
  top: 26px;
  right: -103px;
}
.text-and-image > .buttons > .button-red-options {
  width: 75px;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10.3px;
  border: 1px solid #ea1d24;
  background-color: #ea1d24;
  text-decoration: none;
  font-size: 11px;
  padding: 3px 7px 3px 7px;
}
@media (max-width: 1400px) {
  .text-and-image > .buttons {
    right: -97px;
  }
}
@media (max-width: 1365px) {
  .text-and-image > .buttons {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    float: left;
  }
  .text-and-image > .buttons > .button-red-options {
    display: inline-block;
  }
}
@media (max-width: 1250px) {
  .presentation {
    max-width: 940px;
  }
  .presentation > .title > span:nth-child(1) {
    font-size: 37px;
  }
  .presentation > .title > span:nth-child(3) {
    font-size: 50px;
  }
  .text-and-image > .text {
    font-size: 12px;
    line-height: 23px;
    width: 66%;
  }
  .text-and-image > .image {
    width: 34%;
  }
  .text-and-image > .image > img {
    width: 90%;
    float: right;
    margin-top: 11px;
  }
  .presentation > .title > .line-left-text {
    width: 50px;
    border: 4px solid #a0a4af;
    margin-right: 15px;
  }
}
@media (max-width: 1023px) {
  .presentation {
    width: 90%;
    max-width: 750px;
    /*padding-left: 15px;
            padding-right: 15px;*/
    padding-top: 24px;
  }
  .presentation > .title {
    line-height: 30px;
  }
  .presentation > .title > span:nth-child(1) {
    font-size: 30px;
  }
  .presentation > .title > span:nth-child(3) {
    font-size: 41px;
  }
  .presentation > .title > .line-left-text {
    width: 36px;
    border: 3px solid #a0a4af;
    margin-right: 7px;
  }
  .text-and-image {
    padding-top: 25px;
  }
  .text-and-image > .text {
    float: initial;
  }
  .text-and-image > .image {
    width: 100%;
  }
  .text-and-image > .image > img {
    width: 80%;
    float: left;
    max-width: 480px;
  }
  .text-and-image > .text {
    margin-top: 11px;
    line-height: 21px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .text-and-image > .image {
    width: 100%;
    text-align: center;
  }
  .text-and-image > .image > img {
    width: 100%;
    float: none;
    max-width: 480px;
  }
  .text-and-image > .text,
  .products-benefits-gas > .item > .text,
  .own-business > .list-business > .item > .text {
    text-align: justify;
  }
  .own-business > .list-business > .item > .image > img,
  .products-benefits-gas > .item > .image > img {
    width: 100% !important;
  }
  .products-benefits-gas > .item {
    margin-top: 30px;
  }
  .presentation {
    padding-bottom: 0px;
  }
  .own-business > .list-business > .item {
    margin-bottom: 30px;
  }
  .footer {
    height: 84px !important;
  }
  .footer > .container {
    padding-top: 16px;
  }
  .footer > .container > .copyright {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 14px;
    height: 20px;
    color: #a0a4af;
  }
  .footer > .container > .options > span {
    width: 50%;
    padding-left: 0px;
    padding-bottom: 12px;
    padding-right: 0px;
  }
}
/* FIN DE PRESENTACION */
/* PRODUCTOS, BENEFICIOS, COMBUSTIBLE */
.products-benefits-gas {
  width: 100%;
  display: table;
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 35px;
  padding-top: 25px;
}
.products-benefits-gas > .item {
  display: table-cell;
  width: 33%;
  padding: 0px 10px 0px 10px;
}
.products-benefits-gas > .item > .title {
  padding: 10px 0px 10px 0px;
  line-height: 34px;
}
.products-benefits-gas > .item > .title > .up-span {
  font-family: 'gothamCondensed';
  letter-spacing: 1px;
  font-size: 32px;
  display: block;
}
.products-benefits-gas > .item > .title > .line-left-text {
  width: 50px;
  border: 3px solid #a0a4af;
  background-color: #a0a4af;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
  padding: 0px !important;
}
.products-benefits-gas > .item > .title > .down-span {
  font-family: 'adobeGaramondItalic';
  font-weight: bold;
  font-size: 40px;
}
.products-benefits-gas > .item > .image {
  width: 100%;
}
.products-benefits-gas > .item > .image > img {
  width: 100%;
}
.products-benefits-gas > .item > .text {
  padding-top: 10px;
  font-size: 13px;
  line-height: 27px;
}
@media (max-width: 1250px) {
  .products-benefits-gas {
    max-width: 940px;
  }
  .products-benefits-gas > .item > .title > .up-span {
    font-size: 28px;
  }
  .products-benefits-gas > .item > .title > .down-span {
    font-size: 36px;
  }
  .products-benefits-gas > .item > .title {
    line-height: 30px;
  }
  .products-benefits-gas > .item > .title > .line-left-text {
    width: 45px;
    margin-right: 10px;
  }
  .products-benefits-gas > .item > .text {
    font-size: 12px;
    line-height: 23px;
  }
}
@media (max-width: 1023px) {
  .products-benefits-gas {
    width: 90%;
    max-width: 750px;
    /*padding-left: 15px;
            padding-right: 15px;*/
    display: block;
  }
  .products-benefits-gas > .item {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .products-benefits-gas > .item > .title > .up-span {
    font-size: 24px;
  }
  .products-benefits-gas > .item > .image > img {
    width: 85%;
    max-width: 500px;
  }
  .products-benefits-gas > .item > .title > .down-span {
    font-size: 32px;
  }
  .products-benefits-gas > .item > .title {
    line-height: 26px;
  }
  .products-benefits-gas > .item > .title > .line-left-text {
    width: 34px;
    margin-right: 7px;
  }
  .products-benefits-gas > .item > .text {
    line-height: 21px;
    margin-bottom: 10px;
  }
}
/* FIN PRODUCTOS, BENEFICIOS, COMBUSTIBLE */
/* ESTACIONES */
.stations {
  width: 100%;
  height: 470px;
  background: url("../../images/Home/3-estaciones.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.stations > .title {
  line-height: 35px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 45px;
}
.stations > .title > span:nth-child(1) {
  font-family: 'gothamCondensed';
  display: block;
  letter-spacing: 1px;
  color: #fff;
  font-size: 43px;
}
.stations > .title > .line-left-text {
  width: 84px;
  border: 5px solid #fff;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}
.stations > .title > span:nth-child(3) {
  font-family: 'adobeGaramondItalic';
  font-weight: bold;
  font-size: 61px;
  color: #fff;
}
.stations > .text {
  width: 100%;
  max-width: 1150px;
  padding-top: 45px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
}
.stations > .text > .container {
  max-width: 350px;
}
@media (max-width: 1250px) {
  .stations > .title,
  .stations > .text {
    max-width: 940px;
  }
  .stations > .title > span:nth-child(1) {
    font-size: 37px;
  }
  .stations > .title > span:nth-child(3) {
    font-size: 50px;
  }
  .stations > .title > .line-left-text {
    width: 50px;
    border: 4px solid #fff;
    margin-right: 15px;
  }
  .stations > .text {
    font-size: 12px;
    line-height: 23px;
    padding-top: 25px;
  }
}
@media (max-width: 1023px) {
  .stations {
    height: 300px;
  }
  .stations > .title {
    line-height: 30px;
    width: 90%;
    max-width: 750px;
    padding-top: 35px;
  }
  .stations > .text {
    line-height: 21px;
    width: 90%;
    max-width: 750px;
  }
  .stations > .title > .line-left-text {
    width: 36px;
    border: 3px solid #fff;
    margin-right: 7px;
  }
}
/* FIN ESTACIONES */
/* MAPA */
#mapDiv {
  position: relative;
  width: 100%;
  height: 525px;
}
@media (max-width: 1023px) {
  #mapDiv {
    height: 328px;
  }
}
/* FIN MAPA */
/* NUESTROS NEGOCIOS */
.own-business {
  width: 100%;
  padding-top: 55px;
  height: auto;
  max-width: 1150px;
  margin: 0 auto;
}
.own-business > .title {
  color: #a0a4af;
  line-height: 35px;
  width: 100%;
  padding-bottom: 45px;
}
.own-business > .title > span:nth-child(1) {
  font-family: 'gothamCondensed';
  display: block;
  letter-spacing: 1px;
  font-size: 43px;
}
.own-business > .title > .line-left-text {
  width: 84px;
  border: 5px solid #a0a4af;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}
.own-business > .title > span:nth-child(3) {
  font-family: 'adobeGaramondItalic';
  font-weight: bold;
  font-size: 61px;
}
.own-business > .list-business {
  padding-bottom: 35px;
  display: table;
}
.own-business > .list-business > .item {
  display: table-cell;
  width: 50%;
  padding: 0px 10px 0px 10px;
}
.own-business > .list-business > .item > .title {
  font-family: 'gothamCondensed';
  letter-spacing: 3px;
  font-size: 16px;
  color: #a0a4af;
  font-size: 25px;
  padding-top: 12px;
  margin-bottom: -6px;
}
.own-business > .list-business > .item > .image {
  width: 100%;
}
.own-business > .list-business > .item > .image > img {
  width: 100%;
}
.own-business > .list-business > .item > .text {
  padding-top: 10px;
  font-size: 13px;
  line-height: 23px;
}
@media (max-width: 1250px) {
  .own-business {
    max-width: 940px;
  }
  .own-business > .title > span:nth-child(1) {
    font-size: 37px;
  }
  .own-business > .title > span:nth-child(3) {
    font-size: 50px;
  }
  .own-business > .title > .line-left-text {
    width: 50px;
    border: 4px solid #a0a4af;
    margin-right: 15px;
  }
  .own-business > .list-business > .item > .text {
    font-size: 12px;
    line-height: 22px;
  }
  .own-business > .list-business > .item > .title {
    font-size: 23px;
  }
  /*.own-business>.list-business>.item>.image>img {
            width: 90%;
        }*/
}
@media (max-width: 1023px) {
  .own-business {
    width: 90%;
    max-width: 750px;
    display: block;
  }
  .own-business > .title > span:nth-child(1) {
    font-size: 30px;
  }
  .own-business > .title > span:nth-child(3) {
    font-size: 41px;
  }
  .own-business > .title {
    line-height: 27px;
    padding-bottom: 30px;
  }
  .own-business > .title > .line-left-text {
    width: 36px;
    border: 3px solid #a0a4af;
    margin-right: 7px;
  }
  .own-business > .list-business {
    display: block;
    padding-bottom: 0px;
  }
  .own-business > .list-business > .item {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .own-business > .list-business > .item > .title {
    padding-top: 6px;
  }
  .own-business > .list-business > .item > .image > img {
    width: 85%;
    max-width: 500px;
  }
  .own-business > .list-business > .item > .text {
    line-height: 21px;
    padding-top: 7px;
  }
}
/* FIN NUESTROS NEGOCIOS */
/* EN EL MUNDO */
.in-the-world {
  width: 100%;
  height: auto;
  background-color: #ea1d24;
}
.in-the-world > .container {
  width: 100%;
  height: auto;
  max-width: 1150px;
  margin: 0 auto;
}
.in-the-world > .container > .title {
  line-height: 35px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 45px;
}
.in-the-world > .container > .title > span:nth-child(1) {
  font-family: 'gothamCondensed';
  display: block;
  letter-spacing: 1px;
  color: #fff;
  font-size: 43px;
}
.in-the-world > .container > .title > .line-left-text {
  width: 84px;
  border: 5px solid #fff;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}
.in-the-world > .container > .title > span:nth-child(3) {
  font-family: 'adobeGaramondItalic';
  font-weight: bold;
  font-size: 61px;
  color: #fff;
}
.in-the-world > .container > .info-world {
  padding-top: 50px;
  display: table;
  width: 100%;
  padding-bottom: 50px;
}
.in-the-world > .container > .info-world > .item {
  width: 20%;
  display: table-cell;
}
.in-the-world > .container > .info-world > .item > .icon {
  text-align: center;
  padding-bottom: 10px;
}
.in-the-world > .container > .info-world > .item > .icon > img {
  width: 80px;
}
.in-the-world > .container > .info-world > .item > .text {
  margin-top: 10px;
  width: 145px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1250px) {
  .in-the-world > .container {
    max-width: 940px;
  }
  .in-the-world > .container > .title > span:nth-child(1) {
    font-size: 37px;
  }
  .in-the-world > .container > .title > span:nth-child(3) {
    font-size: 50px;
  }
  .in-the-world > .container > .title > .line-left-text {
    width: 50px;
    border: 4px solid #fff;
    margin-right: 15px;
  }
  .in-the-world > .container > .info-world > .item > .icon > img {
    width: 65px;
  }
  .in-the-world > .container > .info-world > .item > .text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .in-the-world > .container {
    width: 90%;
    max-width: 750px;
    display: block;
  }
  .in-the-world > .container > .info-world {
    display: block;
    width: inherit;
    margin: 0 auto;
  }
  .in-the-world > .container > .info-world > .item {
    width: 24%;
    display: inline-table;
    padding-bottom: 19px;
  }
  .in-the-world > .container > .title > span:nth-child(1) {
    font-size: 30px;
  }
  .in-the-world > .container > .title {
    line-height: 30px;
  }
  .in-the-world > .container > .title > span:nth-child(3) {
    font-size: 41px;
  }
  .in-the-world > .container > .title > .line-left-text {
    width: 36px;
    border: 3px solid #fff;
    margin-right: 7px;
  }
}
@media (max-width: 749px) {
  .in-the-world > .container > .info-world > .item {
    width: 32%;
  }
}
@media (max-width: 564px) {
  .in-the-world > .container > .info-world > .item {
    width: 49%;
  }
}
@media (max-width: 370px) {
  .in-the-world > .container > .info-world > .item {
    width: 100%;
  }
}
/* FIN EN EL MUNDO */
/* CONTACTO */
.contact {
  width: 100%;
  background-color: #6c6c6c;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #fff;
}
.contact > .container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: table;
}
.contact > .container > .item-contact {
  display: table-cell;
  width: 50%;
}
.contact > .container > .item-contact:nth-child(1) {
  line-height: 45px;
}
.contact > .container > .item-contact > span:nth-child(1) {
  font-family: 'gothamCondensed';
  font-size: 17px;
  letter-spacing: 1px;
}
.contact > .container > .item-contact > .contact-type > i {
  padding-right: 10px;
  font-size: 19px;
}
.contact > .container > .item-contact > .contact-type > span {
  font-size: 14px;
}
.form-contact > input,
.form-contact > textarea {
  border: 1px solid #fff;
  background-color: #6c6c6c;
  color: #fff;
  font-family: 'gothamCondensed';
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-contact > textarea {
  width: 99%;
  resize: none;
  margin-bottom: 20px;
}
.form-contact > input[class=small] {
  width: 49%;
  display: inline-block;
}
.form-contact > input[class=big] {
  width: 99%;
  display: block;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.button_red_contact {
  font-family: 'gothamCondensed';
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 5px;
  border: 1px solid #ea1d24;
  background-color: #ea1d24;
  text-decoration: none;
  font-size: 17px;
}
@media (max-width: 1250px) {
  .contact > .container {
    max-width: 940px;
  }
  .contact > .container > .item-contact > .contact-type > span {
    font-size: 13px;
  }
  .contact > .container > .item-contact > .contact-type > i {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .contact > .container {
    width: 90%;
    max-width: 750px;
    display: block;
  }
  .contact > .container > .item-contact {
    display: block;
    width: 100%;
  }
  .contact > .container > .item-contact:nth-child(2) {
    padding-top: 30px;
  }
  .contact > .container > .item-contact:nth-child(1) {
    line-height: 30px;
  }
}
/* FIN CONTACTO */
/* LOGO FOOTER */
.logo-footer-puma {
  width: 100%;
  text-align: center;
  height: auto;
}
.logo-footer-puma > img {
  padding: 50px 0px 50px 0px;
}
@media (max-width: 1023px) {
  .logo-footer-puma > img {
    padding: 30px 0px 30px 0px;
    width: 250px;
  }
}
/* FIN LOGO FOOTER */
/* FOOTER */
.footer {
  width: 100%;
  float: left;
  position: initial;
  height: 66px;
  background-color: #a0a4af;
  font-family: 'gothamCondensed';
  font-size: 21px;
  padding-bottom: 18px;
  letter-spacing: 1px;
}
.footer > .container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  color: #fff;
  padding-top: 22px;
}
.footer > .container > .copyright {
  float: left;
}
.footer > .container > .options {
  float: right;
  cursor: pointer;
}
.footer > .container > .options > span {
  float: left;
}
.footer > .container > .options > span > a {
  padding: 25px 25px 22px 25px;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.footer > .container > .options > span > a:hover {
  background-color: #ea1d24;
}
@media (max-width: 1250px) {
  .footer {
    font-size: 19px;
    height: 65px;
    padding-top: 2px;
    padding-bottom: 18px;
  }
  .footer > .container {
    max-width: 940px;
  }
}
@media (max-width: 1023px) {
  .footer {
    font-size: 15px;
  }
  .footer > .container {
    padding-top: 25px;
    width: 100%;
    display: block;
  }
  .footer > .container > .copyright {
    float: initial;
    width: 100%;
    text-align: center;
    margin-top: -14px;
  }
  .footer > .container > .options {
    float: initial;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .footer > .container > .options > span {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.mySlides {
  display: none;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* The dots/bullets/indicators */
#dots {
  text-align: center;
  position: absolute;
  margin-top: -50px;
  margin-left: 15px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
.linkCambioIdioma {
  position: absolute;
  right: 10px;
  z-index: 2;
  text-decoration: none;
}
.linkCambioIdioma2 {
  position: absolute;
  right: 59px;
  z-index: 2;
  text-decoration: none;
}
.linkGooglePlay {
  position: absolute;
  right: 6px;
  z-index: 2;
  top: 62px;
  text-decoration: none;
}
.linkAppleStore {
  position: absolute;
  right: 6px;
  z-index: 2;
  top: 27px;
  text-decoration: none;
}
.linkGooglePlay #imgGooglePlay {
  background-image: url(../../images/googleplay-appstore.jpg);
  width: 99px;
  height: 29px;
  background-position-x: center;
  background-size: cover;
  background-position-y: 0px;
  border-radius: 6px;
}
.linkAppleStore #imgAppleStore {
  background-image: url(../../images/googleplay-appstore.jpg);
  width: 99px;
  height: 29px;
  background-position-x: center;
  background-size: cover;
  background-position-y: 68px;
  border-radius: 6px;
}
.linkCambioIdioma img,
.linkCambioIdioma2 img {
  width: 26px;
}
.linkCambioIdioma span,
.linkCambioIdioma2 span {
  float: left;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 12px;
  color: #fff;
}