body {
    background-color: #f2f2f2;
    font-family: "Roboto", sans-serif;
}

#camisetas {
    margin-top: 3em;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
}

/*
nav.navbar{
    background: rgba(255, 255, 255, 1);
    background: url('https://p.w3layouts.com/demos/pinball/web/images/border.png') repeat-x 0px 0px #FFF
    padding: 1.5em 0 1.2em;
    border-bottom: 1px solid rgba(214, 213, 212, 0.64);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}*/

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 50px;
    padding-bottom: 5px;
}

.navbar-default .navbar-toggle {
    border-color: #f2f2f2;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f2f2f2;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #2afd57;
}


/* .navbar-left img {
    height: 50px;
    padding-right: 15px;
} */

.navbar-left a {
    color: #f2f2f2;
}

.navbar-left a:hover {
    color: #40cc5e;
    text-decoration: none;
}

nav.navbar {
    background: #00806c;
    padding: 1.5em 0 1.2em;
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-default {
    border: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: none;
    color:#40cc5e;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    text-decoration: none;
    color:#40cc5e;
    background-color: transparent;
}


.btn-cool {
    color: #fff;
    background-color: #00806c;
    border-color: #00806c;
}

.btn-cool:focus {
    color: rgb(174, 169, 169);
}

.btn-cool:hover {
    color: rgb(174, 169, 169);
}

.dropdown-menu{
    max-height: 250px;
    overflow: scroll;
}

/* vue filters syling */
.dropdown-wrapper{
    padding: 0 10px;
}
.dropdown-filters{
    color: #fff;
    background-color: #00806c;
    border-color: #00806c;
    width: 100%;
    height: 35px;
    font-size: 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .dropdown-wrapper{
        padding: 20px 10px;
    }
}

.load-more-btn{
    color: #fff;
    background-color: #00806c;
    border-color: #00806c;
}

.load-more-btn:hover{
    color: #fff;
    background-color: #00806c;
    border-color: #00806c;
}
/* vue animations */
/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all .2s ease;
  }
  .slide-fade-leave-active {
    transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  }
  .slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
  }

/* overriding the visible-xs to show inline social media */

@media (max-width: 767px) {
    .visible-xs {
        display: inline !important;
        padding: 1em;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 15px;
        border-color: #40cc5e;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.top-buffer {
    margin-top: 20px;
}

.filtros>a {
    margin: 10px;
}

.specs>p {
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 10px;
    margin-top: 10px;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#ficha {
    color: #fff;
    margin-top: 9em;
    padding: 50px;
    /*OLD Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fbfb0+59,02b875+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fbfb0+59,02b875+100 */
    background: #5fbfb0;
    /* Old browsers */
    background: -moz-linear-gradient( top, #5fbfb0 59%, #02b875 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #5fbfb0 59%, #02b875 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #5fbfb0 59%, #02b875 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5fbfb0", endColorstr="#02b875", GradientType=0);
    /* IE6-9 */
}


@media screen and (max-width: 760px) {
    #ficha {
        padding-top: 10px;
        margin-top: 0;
    }
    .specs>p {
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 760px) {
    #ficha {
        padding-top: 10px;
        margin-top: 0;
    }
    .specs>p {
        text-align: center;
        display: block;
    }
}

.pagination>.active>a {
    background-color: #00806c;
    border-color: #00806c;
}

.pagination>li>a {
    color:#00806c;
}

.pagination>li>a:hover {
    color: #40cc5e;
}

.pagination>.active>a:hover {
    background-color: #40cc5e;
    border-color:#40cc5e;
}

.bold-line {
    text-indent: -9999px;
    height: 1px;
    width: 200px;
    display: block;
    background: #fff;
    margin-bottom: -2px;
}

::selection {
    background: #00806c;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #00806c;
    /* Gecko Browsers */
}

#footer {
    height: 27em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02b875+45,29ce81+99 */
    background: #00806c;
}

#footer a:hover {
    text-decoration: none;
    color:#40cc5e;
}

.footer-text {
    color: #ffffff;
    padding-top: 1em;
    text-shadow: 0px 2px 4px rgba(107, 107, 107, 1);
}

.footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline;
    padding: 10px;
}

.footer-links li a {
    color: white;
}

/* ---- grid ---- */

/* codigo para el wrapper de cada camiseta en el listado  */

/* .camiseta-list-wrapper{
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
    border-bottom-right-radius: .2em;
    border-bottom-left-radius: .2em;
    color: white;
    overflow: auto;
} */

.year-decorator-wrapper {
    width: 10em;
    height: 4em;
    overflow: hidden;
    position: absolute;
    bottom: 20%;
    left: 0px;
    background-color: rgba(110, 110, 110, 0.52);
}

.year-decorator {
    font: 3em Sans-Serif;
    color: #ffffff;
    text-align: center;
    top: 0.1em;
    position: relative;
}

/* clear fix */

.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* Codigo para la venta de camisetas */

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #ffffff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 1) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #bfdc7a;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

/* https://css-tricks.com/snippets/css/corner-ribbon/  Fin de codigo venta camisetas */

/* Codigo para la compra de camisetas */

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 1) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #db7a89;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#db7a89), to(#bc4565));
    background-image: -webkit-linear-gradient(top, #db7a89, #bc4565);
    background-image: -moz-linear-gradient(top, #db7a89, #bc4565);
    background-image: -ms-linear-gradient(top, #db7a89, #bc4565);
    background-image: -o-linear-gradient(top, #db7a89, #bc4565);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red:before,
.ribbon-red:after {
    content: "";
    border-top: 3px solid #87003a;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-red:after {
    right: 0;
}

/* https://css-tricks.com/snippets/css/corner-ribbon/  Fin de codigo venta camisetas */

#infscr-loading {
    z-index: 99999;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    bottom: -0px;
    /* margin: 0 auto; */
    text-align: center;
    width: 100%;
}

/* Codigo para el shadow box en estilos */

.shadow-box h1,
.shadow-box h2,
.shadow-box h3,
.shadow-box p {
    color: #000;
}

.shadow-box a {
    color: #fff;
}

.shadow-box a:hover {
    color: #57e7d9;
}

/* #fb-comment-box * {
    background-color: #fff;
} */

#fb-comment-box {
    padding:10px;
    background-color: #fff;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
}




/* code after styling 2018 */

img.camiseta-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px -2px rgba(104, 104, 104, 1);
    -moz-box-shadow: 0px 1px 1px -2px rgba(104, 104, 104, 1);
    box-shadow: 0px 1px 1px -2px rgba(104, 104, 104, 1);
}

.camiseta-list-content {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    height: 100%;
    background: #ffffff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}


.year {
    font-size: 1.67em;
    text-align:center;
    flex:2;
}

.camiseta-list-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
}

.camiseta-list-wrapper a{
    color: #000;
}
.camiseta-list-wrapper a:hover{
    color: #000;
    text-decoration: none;
}

.camiseta-content-left,
.camiseta-content-right {
    font-size: 0.9em;
    flex:1;
}
.camiseta-content-left{
    text-align: right;
}

/*  this code is for product detail page (PDP) */
.camiseta-detail-boxed{
    padding: 0 10px;
    /* width: 100%;
    height: 390px;
    object-fit: cover; */
}

@media (max-width: 760px) {
    img.camiseta-detail-img {
        width: 100%;
        height: 800px;
        object-fit: cover;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
        border-bottom-left-radius: .5em;
        border-bottom-right-radius: .5em;
        -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
        -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
        box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    }
}

img.camiseta-detail-img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
}


img.camiseta-detail-backimg {
    width: 95%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
}

.camiseta-detail-wrapper {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    -moz-box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
    box-shadow: 0px 1px 1px 0px rgb(104, 104, 104);
}


.camiseta-detail-content {
    display: flex;
    justify-content: space-evenly;
    background: #ffffff;
}

.extra-margin{
    margin-top: 3em;
}

@media (max-width: 959px){
    img.camiseta-detail-backimg {

        width: 100%;
        height: 600px;;
    }

    img.camiseta-detail-img {
        width: 100%;
        height: 600px;;
    }

    .camiseta-detail-wrapper{
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 2em;
    }
    .camiseta-detail-boxed{
        margin-top: 2em;
        padding: 0 10px;

    }
    #fb-comment-box{
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 2em;
    }
    .btn-cool{
        width: 100%;
    }
}



/*  code for adding a layer in front of the video */
.header-video {
    position: relative;
    overflow: hidden;
  }
  
  .header-video iframe,
  .header-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .header-video iframe {
    height: 100%;
    width: 100%;
  }
  
  .header-video video {
    width: 100%;
  }
  
  .header-video__teaser-video {
    width: 100%;
    height: auto; 
  }
  
  .header-video__media {
    width: 100%;
    height: auto;
  }


  /* Spinner loading code  */
  /* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }