/* Global Styles */
* {
    position: relative;
}
html,
body {
    height: 100%;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-size: 10px;
}

body {
    padding-top: 109px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: url(../img/clay-background.jpg?v=2) fixed no-repeat top center;
    background-size: cover;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.clearfix {
    display: block;
    clear: both;
    height: 0 !important;
    margin: 0 !important;
}

i {
    font-style: italic;
}

/**
* Swiper 3.1.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2015, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: August 22, 2015
*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
#clubs > div.swiper-container{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
    margin-top: 0;
}
#clubs > div.swiper-container > a{
    background: url(../../img/swiper-arrows.png) no-repeat center top;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 16px;
    height: 24px;
    z-index: 2;
}
#clubs > div.swiper-container > a.next{
    right: 0;
    background-position: right bottom;
}
#clubs > div.swiper-container > a.prev{
    left: 0;
    background-position: left top;
}
#clubs > div.swiper-container > div.swiper-wrapper{
    padding-top: 0;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide{
    float: left;
    width: 33.333%;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > img{
    display: block;
    width: auto;
    max-width:100%;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div{
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div > h3{
    font-size: 1.6em;
    color: #EB6C06;
    font-family: 'dinprobold', Arial;
    display: block;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div > p{
    font-size: 1.4em;
    display: block;
    text-align: center;
    padding: 0 10px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
}

/* Home Page Carousel */
header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.btn-federate {
    width: 187px;
    height: 50px;
    padding: 6px 15px;
    border-radius: 8px;
    background-image: linear-gradient(110deg, #fbda61, #f76b1c);
    box-shadow: 0 2px 14px 0 rgba(255, 159, 16, 0.5);
    border: 0;
    color: #fff;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}
.btn-federate:hover,
.btn-federate:focus {
    color: #fff;
}
.btn-federate span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

/* logo */
.navbar-brand {
    margin-top: -4px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    margin-top: 13px;
    margin-bottom: 15px;
}

.navbar-form {
    margin-top: 13px;
    margin-bottom: 15px;
}
.navbar-header {
    z-index: 2;
}
.navbar-header .social-links {
    margin-top: 6px;
}
.navbar-header .navbar-brand img {
    height: 55px;
} 

.navbar-default {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}

.navbar-default .navbar-nav>li>a {
    color: #fd9009;
    font-weight: 400;
    font-size: 14px;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 29px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fd9009;
    background: none;
}

.navbar-nav .fa-google-plus {
    color: #dd4b39;
}
.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    min-width: 210px;
    min-height: 300px;
    overflow: hidden;
}
.navbar-nav >.dropdown > .dropdown-menu {
    padding: 20px 0;
}
.navbar-nav >.dropdown > .dropdown-menu::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.navbar-nav .dropdown-menu li {
/*    width: 50%;*/
}
.navbar-nav .dropdown-menu li a {
    max-width: 210px;
    padding: 7px 50px 7px 30px;
}
.navbar-nav .dropdown-menu.menu-lateral {
    width: 50%;
    min-width: 210px;
    min-height: 0;
}

.navbar-nav .dropdown-menu.menu-lateral li {
    width: auto;
}
.navbar-nav .dropdown-submenu.open {
    min-width: 420px;
    position: static;
}
.navbar-nav .dropdown-submenu.open > a {
    color: #fd9009;
}
.navbar-nav .fa-facebook {
    color: #3b5998;
}

.navbar-nav .fa-twitter {
    color: #1da1f2;
}

.navbar-nav .fa-youtube-play {
    color: #cd201f;
}

.navbar-default .navbar-toggle {
    border-radius: 0;
    border: 0;
    border-left: 1px solid #e6e7e9;
    background: none;
    float: right;
    padding: 20px 15px 18px;
    margin: 0 0 0 20px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .navbar-toggle .fa-bars {
    color: #5e5e5e;
    font-size: 20px;
}

.dropdown-menu.menu-lateral {
    top: 13px;
    bottom: 20px;
    left: 50%;
    margin: 2px 0 0 -1px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.navbar-nav .dropdown-menu.menu-lateral::before {
    content: " ";
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #f5f5f5;
}

/* Articles */
.widget .panel-body { padding:0px; }
.list-group-item {
    margin-bottom: 0;
    background-color: transparent;
    border-width: 0 0 1px 0;
}
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }
.widget li.list-group-item:first-child { border-top:0; }

.widget.widget-competiciones .footer-widget {
    color: #757575;
}
.widget.widget-competiciones .footer-widget:hover {
    background-color: #ffe7ce;
}
.widget.widget-competiciones .footer-widget a {
    color: inherit;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}
.widget.widget-competiciones .footer-widget a:hover {
    text-decoration: none;
}
.widget.widget-competiciones .footer-widget .fa {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffe4b4;
    color: #ffa100;
}
.widget.widget-competiciones .nav-tabs {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}
.widget.widget-competiciones .nav-tabs>li {
    border: 0;
    border-bottom: solid 1px #e6e7e9;
    width: 50%;
    text-align: center;
}
.widget.widget-competiciones .nav-tabs>li>a {
    padding: 14px 5px;
    border-radius: 0;
    border: 0;
    margin-right: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: bold;
    z-index: 1;
    position: relative;
    font-size: 14px;
    border-bottom: solid 2px transparent;
}
.widget.widget-competiciones .nav-tabs>.active {
    z-index: 2;
    position: relative;
    border: 0;
    border-bottom: solid 2px #000000;
/*    box-shadow: 0 0 20px rgba(144,78,0,0.7);*/
}
.widget.widget-competiciones .nav-tabs>.active>a {
    color: #000000;
    border: 0;
    border-bottom: solid 2px #000000;
}
.widget.widget-competiciones .tab-content {
    position: relative;
    z-index: 2;
}
.widget .lista-competiciones {
    margin: 0;
    padding: 0;
}
.widget .lista-competiciones li {
    padding: 0;
    font-size: 16px;
    border-bottom: solid 1px #e6e7e9;
}
.widget .lista-competiciones li:hover {
    background-color: #ffe7ce;
}
.lista-competiciones a {
    padding: 9px 10px 5px 10px;
    display: block;
    color: inherit;
}
.lista-competiciones a:hover {
    text-decoration: none;
}
.lista-competiciones .titulo-competicion {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #454545;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lista-competiciones .meta-competicion {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #fd9009;
    margin: 0.3em 0;
    line-height: 16px;
}
.lista-competiciones .meta-competicion.club-competicion {
    color: #858585;
    font-weight: 300;
    margin: 0.4em 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lista-competiciones .inscribete {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    line-height: 20px;
    padding: 5px 5px;
    color: #fd9009;
    font-size: 20px;
    margin-top: 0;
}
.lista-competiciones .live {
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #fd9009;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 2px 5px;
    line-height: 1;
}

/* Section Video */
.panel-image img {
    width:100%;
}

/* Overrides */
div.wrapper,
#promo,
#promo > .slide {
    width: auto;
}
#promo {
    height: 0;
    margin: 0 15px;
    padding: 0;
    padding-bottom: 10.175%;
    overflow: hidden;
}
#promo .controls {
    display: none !important;
}
.template-home .big-banner {
    padding-bottom: 43.5%;
    height: 0;
    background: #111216 url(../../img/load.gif) no-repeat center center;
}
.template-home .big-banner .swiper-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.template-home .big-banner .swiper-wrapper .swiper-slide {
    height: 100% !important;
    background-color: #111216;
}
.template-home .big-banner .swiper-slide .slide-background {
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111216;
}
.template-home .big-banner .swiper-slide .slide-background::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    background-image: linear-gradient(90deg, #111216, rgba(0, 0, 0, 0.0));
/*    transition: 0.5s 0s all ease-in;*/
}
.template-home .big-banner .swiper-slide-active .slide-background::before {
/*    background-image: linear-gradient(90deg, #111216, rgba(0, 0, 0, 0.0));*/
}
.template-home .big-banner .swiper-slide .tag-noticia {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(37, 53, 67, 0.8);
    width: 100px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
}
.template-home .big-banner .slide-content {
    position: absolute;
    left: 9%;
    top: 15%;
    bottom: 20px;
    width: 40%;
    overflow: hidden;
    transition: 1s 0.2s all ease-in;
    transform: translate3d(40%,0,0);
    opacity: 0;
}
.template-home .big-banner .swiper-slide-active .slide-content {
    transform: translate3d(0,0,0);
    opacity: 1;
}
.template-home .big-banner .slide-content a:hover {
    text-decoration: none;
}
.template-home .big-banner .slide-category {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.19;
    color: #ffa100;
}
.template-home .big-banner .slide-title {
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.19;
    color: #ffffff;
    margin: 0.5em 0;
}
.template-home .big-banner .slide-summary {
    font-family: Lato;
    font-size: 16px;
    line-height: 1.44;
    color: #ffffff;
    font-weight: 300;
}
.template-home .big-banner .slide-pag {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 0.8em;
}
.template-home .big-banner .slide-pag::after {
    content: " ";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffa100;
    margin-top: 0.4em;
}
.template-home .big-banner .swiper-button-prev,
.template-home .big-banner .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.template-home .left-banner,
.template-home .right-banner {
    width: 236px;
    position: absolute;
    top: 0px;
    display: none;
    cursor: pointer;
}
.template-home .left-banner {
    left: -185px;
}
.template-home .right-banner {
    right: -221px;
}
.template-home .left-banner iframe,
.template-home .right-banner iframe {
    width: 100%;
    height: 400px;
    pointer-events: none;
    cursor: pointer;
    overflow: hidden;
}
.template-home .central-banner-frame {
    width: 1140px;
    height: 129px;
    overflow: hidden;
    pointer-events: none;
    transform-origin: 0 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.template-home .advertisings {
    padding-left: 15px;
    padding-right: 15px;
}
.template-home .advertisings .swiper-slide-content {
    height: 0;
    padding-bottom: 10.4386%;
    overflow: hidden;
}
.template-home .advertisings .swiper-slide-content > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}
.template-home .advertisings .swiper-slide-content > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
#promo > .slide {
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}
#promo > .slide > img {
    width: 100%;
    height: auto;
}
#promo {
    height: auto;
}

.advertising-wrapper {
/*    background-color: rgba(0,0,0,0.4);*/
    margin-top: 30px;
    margin-bottom: 30px;
}

#video {
    margin-top: 40px;
}
#video.embed-responsive iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

/* News */
#news {
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
}
#news > .col-md-9 {
    height: 0;
    padding-bottom: 32%;
    margin-bottom: 20px;
}

#news > .col-md-3 {
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
}

#news > .col-md-9 > .featured {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
}

#news > .col-md-3 > .list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 15px;
    padding-top: 19px;
    padding-bottom: 19px;
}

#news > .col-md-9 > .featured{
/*    float: left;
    width: 74.7%;*/
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
}
#news > .col-md-9 > .featured > p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    font-size: 1.4em;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}
#news > .col-md-9 > .featured > p > span{
    margin-bottom: 5px;
    display: block;
}
#news > .col-md-9 > .featured > p > i{
    text-decoration: underline;
}
#news > .col-md-3 > .list{
/*    float: right;
    width: 24.2%;*/
    height: 100%;
}
#news > .col-md-3 > .list > a.prev,
#news > .col-md-3 > .list > a.next{
    background: #D4D4D4 url(../../img/vert-arrows.png) no-repeat center top;
    width: 100%;
    height: 17px;
    display: block;
    position: absolute;
}

#news > .col-md-3 > .list > a.prev {
    margin-bottom: 2px;
    background-position: center 3px;
    top: 0;
}
#news > .col-md-3 > .list > a.next {
    margin-top: 2px;
    background-position: center -25px;
    bottom: 0;
}
#news > .col-md-3 > .list > div.swiper-container{
    height: 100%;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper{
    overflow: hidden;
    height: 100%;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide{
    display: block;
/*    height: 100% !important;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide + div.swiper-slide{
    /*border-top:1px solid #fff;*/
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: rgba(212, 212, 212, 0.7);
    -webkit-transition: background 100ms ease;
    -moz-transition: background 100ms ease;
    -ms-transition: background 100ms ease;
    -o-transition: background 100ms ease;
    transition: background 100ms ease;*/
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide.selected > a,
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide:hover > a{
    background-color: transparent;
}

#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > h3{
  display: block;
  font-size: 1.3em;
  color: #fd9009;
  font-family: Lato;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.3em;
  display: block;
  padding: 0 1px;
  box-sizing: border-box;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.img{
    height: 150px;
    background-position: top center;
    background-size: cover;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > span{
    font-size: 1.4em;
    margin-top: 5px;
    display: block;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p{
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 1.1em;
    display: block;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p > a{
    color: #fd9009;
    display: block;
    position: relative;
    margin-top: 10px;
}
/*#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p > a > span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p > a {
    color: #fd9009;
}*/

#main {
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    position: relative;
    margin-top: 40px;
}
.template-home #main {
    margin-top: 15px;
}
#main .sidebar ul.menu {
    border-radius: 5px;
    overflow: hidden;
}
#main .sidebar ul.menu li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #F0F0F0;
}
#main .sidebar ul.menu li a {
    font-size: 1.4em;
}
#main .sidebar ul.menu li.selected {
    background: #fd9009;
    border-left: 10px solid #EB6C06;
}

#playera .title {
    color: #fd9009;
}
#playera .link-more {
    color: #333;
}
#playera .link-more .fa {
    color: #cd201f;
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-left: 10px;
}
#social-homea .title {
    color: #fff;
    margin: 0.8em 0;
    font-size: 20px;
    text-align: center;
}
#social-homea .title a {
    color: #fff;
    font-weight: 600;
}
#social-homea .link-more {
    color: #333;
}
.flickr-image-gallery {
    padding-top: 5px;
    background-color: #333;
}
.home-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}
.home-content .content {
    padding: 10px 15px;
}
.home-content .header {
    background: url(../../img/footer-bg.png) scroll no-repeat center center #f76b1c;
    background-size: cover;
    padding: 20px 15px;
}
.home-content .header-title {
    color: #fff;
    margin: 0;
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.home-content.padded-box {
    padding: 15px;
}
.home-content .title {
    color: #fd9009;
    font-size: 20px;
    text-align: center;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}
.home-content .title a {
    color: inherit;
}
.multimedia-wrapper .embed-responsive {
    background-color: #e4e4e4;
}
.video-player {
}
.youtube-videos-list .title {
    text-align: left;
    margin-bottom: 0.5em;
}
.youtube-videos-list ul {
    margin: 0;
}
.youtube-videos-list li {
    border-bottom: 1px solid #e4e4e4;
    padding: 4px 15px 4px 0;
    cursor: pointer;
}
.youtube-videos-list li:hover {
    color: #fd9009;
}
.youtube-videos-list li:last-child {
    border: 0;
}
.youtube-videos-list li::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.youtube-videos-list li .video-thumbnail {
    width: 76px;
    height: auto;
    margin-right: 10px;
}
.youtube-videos-list li .video-title {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0;
    line-height: 1.41;
}
/*.flickr_badge_image {
    margin: 0px 0px 10px;
    display: inline-block;
    width: 33.33%;
} */
.widget-title {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
}
.section-title {
    margin-top: 2em;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}
.section-subtitle {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 2em;
    font-size: 12px;
}

/* Social */
/*#social {
    position: relative;
    margin: 20px 0;
    top: 0;
}
*/
/* Content */
#content {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
}
#content div.ubicacion #map_canvas {
    width: auto;
    height: auto;
    border: 0;
}
.contenido > h1 {
    font-family: Lato;
    text-transform: uppercase;
    color: #fd9009;
    font-size: 2.2em;
    font-weight: 600;
    margin: 1.2em 0 1em;
}
.contenido h2 {
    text-transform: uppercase;
    color: #fd9009;
}
.contenido > h3 {
    border: 0;
    color: #fd9009;
}
.contenido form.search {
    width: 100%;
    background: none;
    background-color: #f5f5f5;
    float: none;
    clear: both;
}
.contenido form.search::after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
}
.contenido form.search > label {
    height: auto;
}
.contenido form.search > input {
    background-color: #fd9009;
}
.contenido form.search > label > input {
    margin-bottom: 10px;
}
.contenido a img {
    max-width: 100%;
    height: auto;
}
.contenido a.cboxElement img {
    width: 100%;
    height: auto;
}

.contenido .txt > h2 {
    font-size: 1.6em;
    color: #fd9009;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
.contenido .txt > p {
    font-weight: 300;
    font-size: 1.6em;
}
.contenido .txt > ul {
    font-size: 1.6em;
    font-weight: 300;
}
.contenido .txt > ul li {
    font-weight: 300;
}
.contenido .txt > ul h3 {
    font-size: 1.4em;
    background-size: cover;
    padding: 15px;
    margin: 0;
}
.contenido .txt > ul.prices {
    margin: 40px 0;
    height: auto;
}
.contenido .txt > ul.prices::after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
}
.contenido .txt > ul.prices li {
    height: 170px;
    width: 90px;
    margin: 10px;
}
.contenido .txt > ul.prices li:first-child {
    margin: 10px;
}

#formhead {
    height: auto;
}
#formhead::after {
    content: " ";
    height: 0;
    display: table;
    clear: both;
}
#licencias #alta div label.radio span, #form div label.check span {
    margin-left: 20px;
    line-height: inherit;
}
#licencias #alta .radio {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    margin-left: 0;
}
#licencias #alta .radio.licencia {
    height: 50px;
}
#licencias #alta .radio+.radio {
    margin-top: 0;
    margin-bottom: 10px;
}
#licencias #alta input.radio {
    margin-top: 5px;
}

/* Ficha licencia jugadores */
.license-card {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    margin: 20px auto;
    overflow: hidden;
    display: block;
    vertical-align: top;
    transition: 0.5s 0s all;
}
.license-list .license-card {
    max-width: 300px;
    display: inline-block;
    margin: 20px 20px;
    border: 1px solid #fd9009;
}
.license-card p {
    font-weight: 300;
}
.license-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.license-header {
    background: url(../../img/footer-bg.png) scroll no-repeat center center;
    background-size: cover;
    padding: 15px;
    color: #fff;
    text-align: left;
}
.license-name {
    font-size: 18px;
 /*   margin-bottom: 0;*/
    line-height: 1.2;
}
.license-birthday {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 1.1em;
}
.license-number {
    font-size: 18px;
}
.license-content {
    padding: 15px;
}
.license-content h5 {
    color: #fd9009;
    float: left;
    line-height: 20px;
    font-weight: 400;
}
.license-content h4 {
    float: right;
    line-height: 20px;
}
.license-additional-info {
    padding: 20px 0;
}

#juniorcup .participantes div {
    min-height: 230px;
}

#circuito li {
    height: auto;
}
#circuito li::after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
}

#event {
    width: auto;
    height: auto;
    background: none;
    background-color: #f76b1c;
    padding: 1px 15px 10px;
}
#event h3 {
    font-family: Lato;
    height: auto;
    margin: 20px 0;
}
#event ul::after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
}

#evento #form #add {
    width: auto;
}
#evento #form > div label.radio span, #form > div label.check span {
    margin-left: 20px;
    line-height: inherit;
}
#evento #form .radio {
    margin-top: 0;
    margin-bottom: 10px;
}
#evento #form .radio+.radio {
    margin-top: 0;
    margin-bottom: 10px;
}
#evento #form input.radio {
    margin-top: 5px;
}

#delegaciones img {
    width: 100%;
    height: auto;
}
#delegaciones .txt > ul p {
    font-size: 1.2em;
    font-weight: 300;
}
#delegaciones .txt > ul li {
    width: 32%;
    margin: 0 1.3% 0 0;
}
#content div.intro h1 {
    font-size: 2.2em;
    text-transform: uppercase;
    margin: 1.2em 0;
}
#years {
    margin-top: 40px;
    height: auto;
}
#years a {
    margin-bottom: 10px;
}
#years::after {
    content: " ";
    display: table;
    float: none;
    clear: both;
    height: 0;
}
#years a {
    border-radius: 5px;
    padding-left: 18px;
    padding-right: 18px;
}
#years a.active {
    border: 2px solid #fd9009;
    border-bottom: 0;
    background-color: #fd9009;
    color: #fff !important;
}
#circuito li span.time {
/*    background-color: #fd9009;
    border-radius: 5px 0 0 5px;*/
    background: none;
    color: #fd9009;
}
#circuito li a {
    background-color: #fd9009;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.main-content {
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar {
/*    background-color: #fff;
    border-radius: 5px;*/
}
.sidebar a img {
    width: 100%;
    height: auto;
}

#libros > .listado > .item > span.title {
    height: 52px;
}
#libros > .listado > .item > span.author {
    height: 56px;
}
#libros > .listado > .item {
    height: 340px;
}

#listado > form.search > label.combo {
    margin-bottom: 20px;
}

/* Noticias */
#noticias > div.ficha > h1 {
    font-size: 2.2em;
    margin: 1.2em 0;
}
#noticias > div.ficha > span.date {
    font-size: 1.2em;
    color: #fd9009;
}
#noticias > div.ficha > div {
    font-size: 1.6em;
    font-weight: 300;
}
#noticias .back-to {
    font-size: 1.6em !important;
    color: #fd9009 !important;
    float: none !important;
}
#noticias table a {
    color: #333;
}

/* Clubs */
#clubs {
    float: none;
    width: auto;
}
#clubs > h2 {
    display: block;
    font-size: 2em;
    color: #EB6C06;
    font-family: Lato;
    font-weight: normal;
    margin: 0;
    float: none;
    margin-bottom: 1em;
}
#clubs > a {
    float: right;
    padding: 7px 0 5px 0;
    color: #666;
    font-size: 1.3em;
}
#clubs > div.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: none;
    margin-top: 0;
}
#clubs > div.swiper-container > a {
    top: 50%;
    margin-top: -12px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide {
    float: left;
    width: 33.333%;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > img {
    max-width: 80%;
    height: auto;
}
#clubs > .search {
    width: auto;
}

.map-wrapper {
    position: relative;
}
#content div.ubicacion {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}
#content div.ubicacion #map_canvas {
    width: 100%;
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Widgets */
.widget {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.widget-header {
    background: url(../../img/footer-bg.png) scroll no-repeat center center #f76b1c;
    background-size: cover;
    padding: 20px 15px;
}
.widget-header .widget-title {
    color: #fff;
    margin: 0;
}
.widget-title {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/* Blog */
#blog > ul {
    display: block;
}
#blog > ul > li {
    float: none;
    min-height: 100px;
}
#blog > ul > li > div {
    float: none;
    width: auto;
    margin-left: 140px;
    margin-bottom: 20px;
}
#blog > ul > li > div > p {
    font-family: Lato;
    font-weight: 300;
    font-size: 1.6em;
}
#blog > ul > li > div > h3 {
/*    color: #fd9009;*/
}
#blog > ul > li > div > p > a {
    color: #fd9009;
}
#blog-post > div.ficha > div {
    font-size: 1.6em;
}
#blog-post > div.ficha > div > p {
    font-family: Lato;
    font-weight: 300;
}
#blog .ver-mas-footer {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #EDEDED;
    padding: 10px 15px 0;
    line-height: 20px;
    font-size: 12px;
    color: #ffa100;
}
#blog .ver-mas-footer a {
    color: inherit;
}
#blog .ver-mas-footer span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: Lato;
    font-weight: bold;
}
#blog .ver-mas-footer .fa {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffe4b4;
}
/* Contributors */
#contributors {
    float: none;
    width: auto;
}

.sponsor {
    padding-bottom: 50% !important;
    height: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    position: relative !important;
    width: auto !important;
}

/* Cuadros */
.table {
    font-size: 1.4em;
}
.table thead {
    background-color: #fd9009;
    color: #fff;
    text-transform: uppercase;
}
.table>thead>tr>th {
    border: none;
}
.table tbody tr td.tipo {
    padding-left: 20px;
    position: relative;
}
.table> tbody tr td.tipo .fa {
    position: absolute;
    left: 5px;
    top: 10px;
}
.table> tbody tr td.tipo a {
    color: #fd9009;
}
#cuadros > table.listado {
    table-layout: auto;
    float: none;
}
#cuadros > table.listado tr {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#cuadros > table.listado tr th {
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 7px 0;
    border: 0;
    background: #fd9009;
}
#cuadros > table.listado tr td {
    font-size: 1.4em;
}
#cuadros > table.listado .evento {
    width: 280px;
}
#cuadros > table.listado .fecha {
    color: #fd9009;
    font-weight: 400;
    width: auto;
}
#cuadros > table.listado .tipo {
    width: auto;
    text-align: right;
}
#cuadros > table.listado tr:first-child .tipo {
    text-align: center;
}
#cuadros > table.listado .file {
    width: 110px;
}
#cuadros > table.listado tbody > tr:first-child .fecha {
    color: #fff;
    font-weight: 600;
}
#cuadros > table.listado tr td.fecha {
    font-size: 1.2em;
}
#cuadros > table.listado tr td a {
    background: none;
    display: inline;
    padding-left: 5px;
}

/* Calendario */
#calendario > form.search {
    width: 100%;
}
#calendario > table.listado tr {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#calendario > table.listado tr th {
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 7px 0;
    border: 0;
}
#calendario > table.listado tr td {
    font-size: 1.4em;
}

table.listado {
    width: 100%;
}
table.listado tr th {
    background-color: #fd9009;
}

/* Pagination */
#pagination > ul > li {
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 7px;
    min-width: 30px;
}
#pagination ul > li.selected {
    background-color: #fd9009;
}
#pagination ul > li.selected > a {
    color: #fff;
}
#menu_cat {
    float: none;
}
#menu_cat::after {
    content: " ";
    height: 0;
    display: table;
    clear: both;
}
#menu_cat > ul {
    float: none;
    width: auto;
}
#content ul.club {
    clear: both;
    margin-top: 40px;
    float: none;
    width: auto;
}
#content div.intro p {
    font-size: 1.6em;
    font-weight: 300;
}
#content ul.club li > div div {
    margin-top: 20px;
    position: relative;
    width: auto;
}

#escuela a {
    float: none;
}

/* Footer Styles */
footer {
    margin: 50px 0;
}
.government-sponsorship {
    margin: 50px 0 0;
    padding: 0;
    background-color: #fff;
}
.government-sponsorship .title {
    position: relative;
    font-size: 2.2em;
    margin: 1.0em 0 0.5em;
    color: #343434;
    font-weight: 600;
}
.government-sponsorship .title::before {
    content: " ";
    height: 1px;
    background-color: #e6e7e9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: none;
}
.government-sponsorship .title span {
    padding: 5px 20px;
    background-color: #fff;
    position: relative;
    color: #343434;
    font-weight: 600;
}
.government-logo {
    width: 15%;
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 10px;
}
.sponsors-title {
    padding: 20px 0 20px;
}
.sponsors-title .title {
    font-size: 2.4em;
    font-weight: 600;
    color: #fff;
}
.sponsors-title a {
    color: #ffa100;
    font-size: 1.4em;
    text-decoration: underline;
}
#footer {
    width: auto;
    background-size: cover;
    background: none;
    background-color: #19273f;
}
.sponsors-list {
    margin-top: 10px;
    padding: 0 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}
#footer_info {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
/*    margin-left: 15px;
    margin-right: 15px;*/
    background: none;
    background-color: #253550;
}
#footer_info .col-lg-3 > div.box {
    box-sizing: border-box;
    float: none;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.06);
    color: #fff;
    border: 0;
    height: 150px;
}
#footer_info .col-lg-3 > div.box + div.box {
    margin-left: 0.9%;
}
#footer_info .col-lg-3 > div.box > span {
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%;
    height: 37px;
    background: url(../../img/ico-circulos.png) no-repeat center top;
    background-size: 35px 147px;
    font-weight: 300;
}

#footer_info .col-lg-3 > div.box > span.raqueta {
    background-position: center top;
}
#footer_info .col-lg-3 > div.box > span.movil {
    background-position: center -37px;
}
#footer_info .col-lg-3 > div.box > span.bola {
    background-position: center -74px;
}
#footer_info .col-lg-3 > div.box > span.calendario {
    background-position: center bottom;
}
#footer_info .col-lg-3 > div.box > h3 {
    display: block;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2em;
    padding: 0 10px;
}
#footer_info .col-lg-3 > div.box > p {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0 10px;
    font-weight: 300;
}
#footer_info .col-lg-3 > div.box > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
}

#footer {
    padding-top: 40px;
    padding-bottom: 20px;
}
#footer .col-md-2 {
    margin-bottom: 16px;
}

#footer .col-md-2 nav > a{
    display: block;
    line-height: 16px;
}
#footer .col-md-2 nav > a.parent{
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 16px;
}
#footer .col-md-2 nav > a.parent:first-child{
    margin-top: 0;
}

@media(max-width:1199px) {
    .navbar > .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-federate {
        width: auto;
    }
}

@media(max-width:990px) {
    .navbar > .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-federate {
        width: auto;
    }
    .navbar-form {
        clear: left;
    }
    body {
        padding-top: 159px;
    }
    .template-home .big-banner .slide-content {
        position: absolute;
        left: 10%;
        width: 60%;
    }
    .template-home .big-banner .slide-category {
        font-size: 14px;
    }
    .template-home .big-banner .slide-title {
        font-size: 24px;
        margin: 0.2em 0;
    }
    .template-home .big-banner .slide-summary {
        font-size: 14px;
    }
}

/* iPad */
@media(max-width:1279px) {
/*    .flickr-image-gallery {
        text-align: left;
        margin-top: 20px;
    }*/
    /*
    .flickr_badge_image {
        width: auto;
    }
    .flickr_badge_image img {
        width: auto;
        height: auto;
    }*/
}

/* Mobile */
@media(max-width:767px) {
    body {
        padding-top: 58px;
        background: none;
        background-color: #9C3E1B;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .navbar-brand {
        margin-top: -12px;
    }
    .navbar-header .navbar-brand img {
        height: 45px;
        top: 5px;
    } 
    .nav.social-links>li {
        display: inline-block;
    }
    .nav.social-links>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-collapse.collapse.in {
        box-shadow: 0 100px 200px 0 rgba(0,0,0,0.5);
        padding-bottom: 10px;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav .dropdown-menu {
        min-height: 0;
    }
    .navbar-nav >.dropdown > .dropdown-menu::before {
        display: none;
    }
    .navbar-nav >.dropdown > .dropdown-menu {
        padding: 0;
    }
    .wrappero .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .template-home .big-banner {
        padding-bottom: 56.25%;
    }
    .template-home .big-banner .slide-content {
        top: 15%;
    }
    .template-home .big-banner .slide-title {
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .template-home .big-banner .slide-summary {
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .template-home .big-banner .swiper-slide .slide-background {
        position: absolute;
        left: 15px;
    }
    .template-home .big-banner .swiper-slide .slide-background::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        right: auto;
        background-image: linear-gradient(90deg, #111216, rgba(0, 0, 0, 0.0));
    }
    .template-home .big-banner .swiper-slide .tag-noticia {
        width: 62px;
        height: auto;
        line-height: 1.8;
        padding: 5px 7px;
        font-size: 12px;
        z-index: 2;
    }
    .template-home .big-banner .slide-content {
        position: absolute;
        left: 15px;
        width: 80%;
    }
    .template-home .big-banner .slide-category {
        font-size: 12px;
    }
    .template-home .big-banner .slide-title {
        font-size: 18px;
        margin: 0.2em 0;
    }
    .template-home .big-banner .slide-summary {
        font-size: 12px;
    }
    #promo {
        margin: 0 0 0;
    }
    #promo > .slide {
        left: 0;
        right: 0;
        top: 0;
    }
    #blog > ul > li {
        height: auto;
    }
    #blog > ul > li + li {
        height: auto;
        margin-top: 0;
    }
    #blog > ul > li > a img {
        width: 80px;
    }
    #blog > ul > li > div h3 {
        margin-top: 0;
        font-size: 16px;
    }
    #blog > ul > li > div {
        margin-left: 100px;
    }
    .advertising-wrapper,
    .advertising-wrapper > div {
        padding: 0;
        margin-top: 0;
    }
    .home-content {
/*        padding-top: 0;*/
        padding: 0;
        margin-bottom: 20px;
    }
    .widget {
        margin-bottom: 20px;
    }
    .widget.widget-competiciones .nav-tabs.nav-justified>li {
        width: 50%;
        float: left;
    }
    #news > .col-md-9 {
        padding-bottom: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }
    #news > .col-md-9 > .featured {
        height: 40%;
        top: 15px;
    }
    #news > .col-md-9 > .featured > p {
        bottom: auto;
        top: 100%;
        background-color: transparent;
        font-size: 16px;
        font-weight: 300;
    }
    #news > .col-md-3 {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        margin: 20px 0;
    }
    #news > .col-md-3 > .list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    #main {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    .page-title {
        line-height: 1.4;
    }
    .sponsor {
        margin-left: 5px;
        margin-right: 5px;
    }
    .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }
/*    .sponsors-title .title {
        color: #ffa100;
    }
    .section-title,
    .section-subtitle {
        color: #ffa100;
    }*/
    #video-content .padded-box {
        padding-top: 0;
        padding-bottom: 0;
    }
    .youtube-videos-list {
        padding: 15px;
    }
    #delegaciones .txt > ul li {
        width: 100%;
        margin: 0 0 40px;
    }
    #libro {
        text-align: center;
    }
    #libros > .listado {
        clear: both;
    }
    #libros > .listado > .item {
        width: 80%;
        margin: 20px auto;
        float: none;
    }
    #details {
        text-align: center;
    }
    #details > img {
        float: none;
        max-width: 100%;
        margin: 20px 0;
    }
    #details > div.info {
        width: auto;
    }
    #news > .col-md-3 > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.img {
        height: 210px;
    }
    #juniorcup .participantes div {
        min-height: 190px;
    }
    .sidebar {
/*        background-color: #fff;*/
    }
    .sidebar .banners {
        padding: 50px;
    }
    .sidebar .banners li {
        margin-bottom: 20px;
        text-align: center;
    }
    .sidebar .banners img {
        max-width: 80%;
    }
    .footer-sponsors-title {
        background-color: #555;
    }
/*    .government-sponsorship img {
        width: 100%;
    }*/
    .government-logo {
        width: 140px;
    }
    #footer .col-md-2 nav > a {
        line-height: 44px;
    }
    #footer .col-md-2 nav > a.parent {
        margin-top: 32px;
    }
    #footer .col-md-2 nav > a.parent::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    #footer .col-md-2 nav > a.parent:first-child {
        margin-top: 32px;
    }
}

@media (min-width: 1200px) {
  .template-home > .container {
    width: 982px;
  }
  .template-home #main,
  .template-home .advertising-wrapper {
    margin-left: -94px;
    margin-right: -94px;
  }
  .template-home .left-banner,
  .template-home .right-banner {
    display: block;
  }
  /* Change color of dropdown links on hover */
/*  .dropdown-content a:hover {background-color: #ddd}*/

  /* Show the dropdown menu on hover */
/*  .dropdown:hover > .dropdown-menu {
      display: block;
  }*/
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover {
    min-width: 420px;
    position: static;
  }
  .dropdown-submenu:hover > a {
      color: #fd9009;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
/*  .dropdown:hover .dropbtn {
      background-color: #3e8e41;
  }*/
}