.header-comercio {
    background: #000;
    padding: 10px;
    }
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left
    }
.ctn-header-comercio a {
    display: inline-block;
    text-indent: -9999px;
    }
a.logo-comercio {
    background: url(../img/logo-comercio.png) no-repeat 0 0;
    background-size: 100%;
    height: 30px;
    width: 110px;
}
a.logo-depor {
    background: url(../img/logo-depor.png) no-repeat 0 0;
    background-size: 100%;
    height: 30px;
    width: 110px;
}
.logo-comercio-especiales img {
    width: 85% !important;
}
a.logo-comercio-especiales {
    text-indent: inherit;
    max-width: 180px;
}
a.logo-comercio-especiales img {
    vertical-align: top;
    }
#social {
    float: right;
    margin-right: 0;
    }
#social ul {
    display: inline-block;
    margin: -3px auto 0;
    padding: 0;
    vertical-align: top
    }
#social ul li {
    display: inline-block;
    margin: 0;
    /*margin: 0 1px;*/
    vertical-align: top
    }
#social ul li a {
    height: 32px;
    width: 32px
    }
#social ul li a.facebook {
    background: url(../img/sprite-redes.png) no-repeat -6px -4px;
    background-size: 130px
    }
#social ul li a.wst {
    background: url(../img/sprite-redes.png) no-repeat -92px -4px;
    background-size: 130px;
    display: none
    }
#social ul li a.tw {
    background: url(../img/sprite-redes.png) no-repeat -45px -4px;
    background-size: 130px
    }
#social ul li:hover {
    opacity: 0.5
    }

    
.bg-movil {
    background: url(../img/bg-movil.jpg);
}

.btn {
    border-radius: 10px;
}

.bg-gris {
    background-color: #E6E6E6;
    min-height: 20px;
    
}

.img-logo {
    width: 80%;
    padding: 20px 0px 20px 0px;
}

.img-logo-copa {
    width: 100%;
    padding: 40px 10px 20px 10px;
}

.img-txt-grupos {
    max-width: 110px;
}

.img-txt-abc {
    max-width: 290px;
}

.img-txt-paises {
    max-width: 100px;
}

.bg-new {
    background: url(../img/new.jpg);
    background-size: cover;
    background-position: center top;
    height: 240px;
}


.bg-argentina {
    background: url(../img/bg-movil.jpg);
    background-size: cover;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
.col-xs-15 {
    width: 20%;
    float: left
}
@media(min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}
@media(min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}
@media(min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}
/*@media(min-width:1200px) {
    .container {
        width: 1004px
    }
}*/
body,
html {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden
}
ul,
ol {
    padding: 0;
    moz-padding: 0;
    webkit-padding: 0
}
a {
    color: #222
}
;
a:hover,
a:focus {
    color: #c59a6d;
    text-decoration: none
}

@font-face {
    font-family: "flamabasic";
    src: url("../fonts/flama-basic.eot") format("eot");
    src: url('../fonts/flama-basic.eot?#iefix') format('embedded-opentype'),
         url("../fonts/flama-basic.woff") format("woff"),
         url("../fonts/flama-basic.ttf") format("truetype"),
         url("../fonts/flama-basic.svg") format("svg");
}

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

span.flecha-anim {
    -webkit-animation-name: AnimInfinita2;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -moz-animation-name: AnimInfinita2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -o-animation-name: AnimInfinita2;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -ms-animation-name: AnimInfinita2;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0s;
    animation-name: AnimInfinita2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s
}

/* ANIMACION PORTADA */
.avion {
    background: url(../img/avion.png) no-repeat 0 0;
    height: 106px;
    position: absolute;
    top: 200px;
    width: 155px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: vuelo;
    -webkit-animation-duration: 10s
}
@-webkit-keyframes vuelo {
    0% {
        right: -30%
    }
    50% {
        right: 50%
    }
    100% {
        right: 100%
    }
}
.fuego {
    background: url(../img/fuego-1.png);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-animation: linear infinite;
    -webkit-animation-name: fuego;
    -webkit-animation-duration: 2s
}
@-webkit-keyframes fuego {
    0% {
        opacity: .2
    }
    20% {
        opacity: .3
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    80% {
        opacity: .3
    }
    100% {
        opacity: .2
    }
}

/* FIN ANIMACION PORTADA */


.nopadding {
    padding: 0!important;
    margin: 0!important
}

.bg-down {
    background: url(../img/bg-down.jpg);
    /*background-position: center bottom;
    background-size: 135%;*/
    background-size: cover;
}

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

hr {
    width: 80px;
    border-color: #000;
    border-top: 5px solid #000;
}
.nopadding {
    padding: 0!important;
    margin: 0!important
}
g-fluida {
    width: 100%
}

.padding-top-270 {
    padding-top: 270px !important
}
.padding-top-230 {
    padding-top: 230px !important
}
.padding-top-250 {
    padding-top: 250px !important
}
.padding-top-200 {
    padding-top: 200px !important
}
.padding-top-150 {
    padding-top: 150px
}
.padding-top-100 {
    padding-top: 100px !important
}
.padding-top-80 {
    padding-top: 80px
}
.padding-top-60 {
    padding-top: 60px
}
.padding-top-50 {
    padding-top: 50px
}
.padding-top-40 {
    padding-top: 40px
}
.padding-top-30 {
    padding-top: 30px
}
.padding-top-20 {
    padding-top: 20px  
}
.padding-top-5 {
    padding-top: 5px  
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px
}
.padding-bottom-45 {
    padding-bottom: 45px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px
}
.padding-bottom-150 {
    padding-bottom: 150px
}
.padding-right-100 {
    padding-right: 100px
}
p.txt-portada {
    font: 33px/35px 'robotobold';
    color: #fff;
    padding: 45px 120px 60px 120px;
}

.girar {
    -webkit-animation-name: AnimInfinita2;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -moz-animation-name: AnimInfinita2;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -o-animation-name: AnimInfinita2;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -ms-animation-name: AnimInfinita2;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0s;
    animation-name: AnimInfinita2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s
}
@-webkit-keyframes AnimInfinita2 {
    0% {
        transform: rotate(5deg)
    }
    50% {
        transform: rotate(-25deg)
    }
    100% {
        transform: rotate(15deg)
    }
}
.saltar {
    -webkit-animation-name: AnimInfinita1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -moz-animation-name: AnimInfinita1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 1s;
    -o-animation-name: AnimInfinita1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-delay: 1s;
    -ms-animation-name: AnimInfinita1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 1s;
    animation-name: AnimInfinita1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s
}
@-webkit-keyframes AnimInfinita1 {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-25px)
    }
    100% {
        transform: translateY(0px)
    }
}

.iconitos {
    width: 40px;
    margin: 0px 10px;
} 


.img-ico {
    padding-right: 10px;
    width: 60px;
}

.force {
left: -550px !important;
padding: 10px !important;
background: #fff !important;
min-width: 100px !important;
}

.tooltip img {
    padding-top: 10px;
}

.tooltip {
    font: 15px/17px 'georgiaregular';
    font-weight: 600;
    bottom: 100%;
    color: #000;
    background: #fff;
    /* display: inline-block; */
    /* left: -130px; */
    left: -20px;
    margin: 7px 0px;
    opacity: 0;
    padding: 10px 5px;
    pointer-events: none;
    /* position: absolute; */
    min-width: 120px;
    /* min-width: 100%; */
    text-align: center;
    z-index: 20;
    
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


span.sub-bold {
    font: 17px/20px 'charterbtproblackitalic';
    margin: 0!important
}
span.bold {
    font-weight: 900
}


@media screen and (min-width: 992px) {
    
    .bg-new {
        background: url(../img/new.jpg);
        background-size: cover;
        background-position: center top;
        max-height: 240px;
    }
    
/*    .bg-movil {
        background: url(../img/bg-movil.jpg);
    }
*/
    
}

.relativador {
    position: relative;
    z-index: 10;
}

.contenedor {
    margin: 0 auto;
    /* max-width: 970px; */
    max-height: 720px;

}

img.btn-home {
    position: fixed;
    z-index: 10;
    width: 45px;
    bottom: 85%;
    right: 0%;
}

img.btn-cooldown {
    position: fixed;
    z-index: 0;
    width: 130px !important;
    top: 9.0%;
    right: 15%;
}

img.btn-mano {
    position: fixed;
    z-index: 10;
    width: 50px !important;
    top: 15%;
    right: 5%;
    -webkit-animation: fade 1s infinite;
    animation: fade 1s infinite;
    -moz-animation: fade 1s infinite;
    -o-animation: fade 1s infinite;

}


@-webkit-keyframes fade {
0% {opacity: 0.2} 
50% {opacity: 1}
100% {opacity:0.2}
}

@-moz-keyframes fade{
    0% {opacity: 0.2} 
  50% {opacity: 1}
  100% {opacity:0}  
}

@keyframes fade {
  0% {opacity: 0.2} 
  50% {opacity: 1}
  100%{opacity: 0.2}
    }
@-o-keyframes fade {
0% {opacity: 0.2} 
  50% {opacity: 1}
  100%{opacity: 0.2}

}

@media(max-width:767px) {
    a.logo-comercio {
        width: 188px
    }
    p.txt-header {
        border-width: 4px;
        margin: 40px 90px
    }
    .navbar {
        background-position: center 365px
    }
    a.btn-seccion,
    a.btn-seccion-2 {
        margin-bottom: 20px
    }
}

@media(min-width:650px) {
    .container2 {
        max-width: 380px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    img.btn-home {
        position: absolute;
        /*bottom: 1%;*/
        width: 40px;
    }
     
    img.btn-mano {
        display: none !important
    }
    
     img.btn-cooldown {
        display: none !important
    }
    
    .bg-sombra {
        box-shadow: 3px 50px 66px -16px rgba(0,0,0,0.7);
        margin-bottom: 100px !important;
    }
    
    .mb-100 {
        margin-bottom: 100px !important;
    }
    
    .bg-figuras {
        background: url(../img/fondo-desk.png);
        background-position: center;
    }
    
    .bg-cool {
        /*background: url(../img/fondo-cool.jpg) no-repeat;
        background-position: center;*/
    }
    
    .bg-cool2 {        
        background: url(../img/fondo-cool.jpg) no-repeat;
        background-position: center;
        height: 100%;
        position: relative;
        z-index: 0;
        bottom: 715px;
        min-height: 700px;
    }
    
    .bg-cool3 {
        background: url(../img/fondo-cool.jpg) no-repeat;
        background-position: center;
        height: 100%;
        position: relative;
        z-index: 0;
        bottom: 727px;
        min-height: 750px;
    }
    
}

@media only screen and (max-width: 700px) {
    #social ul li a.wst {
        display: block;
    }
    .banner-fixed {
        position: fixed;
        bottom: 0px;
        z-index: 100;
    }
    #social {
        /*position: fixed;*/
        right: 5px;
        top: 8px;
        z-index: 100;
    }
}

@media only screen and (max-width: 700px) {
    a.logo-comercio {
        display: none;
    }
    
}

@media (min-width: 640px) {
    .container {
        max-width: 990px;
    }
}