

/* Paddle provisorio */

.paddleProx{
    width:100%;
    height:100%;
    position:relative;}
.paddleProx img{
    width:100%;}
    
.paddleProx .contprox{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    
    background: rgba(0,0,0,0.8);
    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;}

.paddleProx .contprox h3{
    color:#fff;}





/* -------------------------------------------------

                ESTILOS BASE

------------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
}     
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
p, span, a {
    text-decoration: none;
    font-weight: 400;  
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;    
}
h3 {
    font-size: 1.8rem;  
}
h4 {
    font-size: 1.5rem;  
}
h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1rem;
}
input, select, textarea {
    border: none;
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
img, svg {
    border: 0;
    outline: 0;
    height: auto;
    width: auto;
}
.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}
.map .mapArea .widget_container {
    position: inherit;
}
.slide .widget_container {
    position:inherit;
}
.sysEdit {
    display: none;
}


/*.header.teamView .info .title {
    display: none;
}*/


/* -------------------------------------------------

                ESTRUCTURA GENERAL

------------------------------------------------- */

.container {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cont {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
}
.cuerpo {
    background-color: #000;
    padding: 50px 0 100px;
}
.cuerpo.nopadTop {
    padding-top: 0;
}
.cuerpo .col1 {
    float: left;
    width: 65%;
}
.cuerpo .col2 {
    float: right;
    width: 30%;
}
.wdgCont {
    padding: 15px;
    position: relative;
    border: 1px solid #222;
}




/* -------------------------------------------------

                HEADER

------------------------------------------------- */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
}
header.blackBkg {
    position: relative;
    background-color: #000;
    border-bottom: 1px solid #222;
}
header .cont {
    position: relative;
    height: 100%;
}
.logo,
nav,
.menuIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.logo {
    left: 0;
}
nav,
.menuIcon {
    right: 0;
}
.logo img,
.logo svg {
    height: 100%;
    max-height: 30px;
}
nav .menu,
nav .social,
nav .menu .menuItem,
nav .social .menuItem {
    display: inline-block;
    vertical-align: middle;
    position:relative;
}
nav .menu .menuItem a {
    display: inline-block;
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
nav .menu .menuItem a:hover,
nav .menu .menuItem.selected a {
    color: #3db321;
}

nav .menu .menuItem .contMenu_nivel0{
    display:none;
}
nav .menu .menuItem:hover .contMenu_nivel0{
    display:block;
    position:absolute;
    top:25px;
    left:0;
    padding-top:5px;}
nav .menu .menuItem .contMenu_nivel0 .menuItem{
    display:block;}
nav .menu .menuItem .contMenu_nivel0 .menuItem a{
    font-weight:normal;}



nav .social {
    padding: 5px 0 5px 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}
nav .social .menuItem a {
    display: inline-block;
    margin-left: 10px;
}
nav .social .menuItem img {
    max-height: 20px;
}
.menuIcon {
    display: none;
}



/* Boton de whatsapp*/ 
.WABtn{
    position:fixed;
    right:2em;
    bottom:2em;
    width:3em;
    height:3em;
    z-index:110;
}
.iconWA{
    cursor:pointer;
    position:relative;
    opacity:0.5;
    transition: all 0.6s ease-out;
}
.iconWA a.WALink{
    outline:0;
    display:block;
    border-radius:100px;
}
.iconWA svg{
    width:3em;
    height:3em;
}

.iconWA .fil0{
    fill:#25D366;}
.iconWA .fil1{
    fill:#fff;}


.iconWA:hover{
    opacity:0.9;
}




/* -------------------------------------------------

                SLIDESHOW DE IMÁGENES

------------------------------------------------- */

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slide a {
    text-decoration: none;
}
.slide .menuItem {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.slide .menuItem.active {
    display: table;
}
.slide .menuItemCont {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7.5%;
    background-color: rgba(0,0,0,.7);
    z-index: 2;
}
.slide .menuTitle a {
    display: inline-block;
    width: 80%;
    margin-bottom: 15px;
    font-size: 3.8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing:-0.01em;
    color: #fff;
}
.slide .menuDescription {
    margin-bottom: 25px;
}
.slide .menuDescription a {
    display: inline-block;
    width: 50%;
    font-size:1.0rem;
    color: #fff;
}
.slide .menuLink a {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;
}
.slide .menuLink a:hover {
    opacity: .9;
}
.slide .bkg {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    min-height: 100%;
}
.slide .arrowNav div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 55px;
    z-index: 9;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 3;
}
.slide .arrowNav div.prev {
    left: 7.5%;
    background-image: url('/drive/repo/editorweb/arrowL.png');
}
.slide .arrowNav div.next {
    right: 7.5%;
    background-image: url('/drive/repo/editorweb/arrowR.png');
}
.slide .selectorNav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
    z-index: 3;
}
.slide .selectorNav ul {
    display: inline-block;
    padding: 8px 5px;
    background-color: rgba(0,0,0,.5);
    border-radius: 50px;
}
.slide .selectorNav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slide .selectorNav li.active {
    background-color: #3db321;
}




/* -------------------------------------------------

                "DAMERO"

------------------------------------------------- */

.tiles {
    background-color: #000;
}
.mainTile {
    float: left;
    position: relative;
    width: 33.33333333333333%;
    padding-bottom: 33.29%;
    text-align: center;
    background: url('/drive/repo/editorweb/post.jpg') no-repeat center;
    background-size: cover;
}
.mainTile .widget_container{
    position:initial;}

.mainTile .wdgPostCont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
}
.mainTile .wdgPostCont h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.mainTile .wdgPostCont p {
    font-size: .9rem;
    color: #fff;
}

.picTiles .block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    padding-bottom: 16.66666666666667%;
    margin: 0 -4px 0 0;
}
.picTiles .block.b1 {
    width: 16.66666666666667%;
}
.picTiles .block.b2 {
    width: 33.33333333333333%;
}

.picTiles .block img {
    position: absolute;
}
.picTiles .block.b1 img {
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    min-width: 100%;
    height: 100%;
    margin: 0 auto;
}
.picTiles .block.b2 img {
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    margin: auto 0;
}




/* -------------------------------------------------

                VIXEN EVENTOS

------------------------------------------------- */ 

.vixEventos {
    padding: 80px 0;
    background: url('/drive/repo/editorweb/eventos.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.vixEventos::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
}
.vixEventos .cont {
    position: relative;
    z-index: 2;
    text-align: center;
}
.vixEventos .screenOptions {
    display: none;
}
.vixEventos .screenPost {
    margin-bottom: 25px;
}
.vixEventos .screenPost img {
    max-height: 70px;
}
.vixEventos .PostDescription {
    display: inline-block;
    width: 60%;
}
.vixEventos .PostDescription p {
    font-size: .9rem;
    line-height: 1.3;
    padding-bottom: 10px;
    color: #fff;
}
.vixEventos .PostDescription a {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 20px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;
}
.vixEventos .PostDescription a:hover {
    opacity: .9;
}




/* -------------------------------------------------

                NOVEDADES

------------------------------------------------- */ 

.news {
    padding: 70px 0 100px;
    background-color: #000;
}
.news .cont {
    width: 80%;
}
.news .wdgTitle {
    text-align: center;
}
.news .wdgTitle .title {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.news .wdgItemPost {
    display: inline-block;
    vertical-align: top;
    width: 22.75%;
    margin: 0 -4px 0 3%;
    overflow:hidden;
    position:relative;
}  
.news .wdgItemPost:first-child {
    margin-left: 0;
}

.news .calendarPost{
    padding:0 0 5px;}
.news .calendarPost .date{
    font-size:10px;
    color:#ccc;}

.news .wdgItemPost .PostPic {
    position: relative;
    padding-bottom: 70%;
    margin-bottom: 15px;
} 
.news .wdgItemPost .PostPic img {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: 0 auto;
    min-width: 100%;
    height: 100%;
}
.news .wdgItemPost .PostDetails {
    position: relative;
    padding-bottom: 1.6rem;
}
.news .wdgItemPost .PostDetails .title {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
}
.news .wdgItemPost .PostDetails .title a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
}
.news .wdgItemPost .PostDetails .title a::after {
    content: "Ver más >";
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: .8rem;
    line-height: 1;
    color: #3db321;
}
.news .wdgItemPost .PostDetails .subtitle p {
    font-size: .8rem;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 10px;
}

.news .description{
    font-size: .6rem;
    line-height:1.2;
    color:#ccc;
    padding-bottom:10px;}

.news .wdgListPosts {
    position: relative;
}
.news .pageCounter .before,
.news .pageCounter .after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.news .pageCounter .before {
   left: -5%;
   background: url('/drive/repo/editorweb/left.png') no-repeat center; 
   background-size: auto 100%;
}
.news .pageCounter .after {
   right: -5%;
   background: url('/drive/repo/editorweb/right.png') no-repeat center; 
   background-size: auto 100%;
}




/* -------------------------------------------------

                EL LUGAR

------------------------------------------------- */

.about .PostTitle {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.about .screenOptions {
    display: none;
}
.about .screenPic img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}
.about .PostTitle .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    z-index: 2;
}
.about .PostTitle .title h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
}
.about .PostDescription,
.cuerpo .items {
    width: 70%;
    max-width: 1366px;
    padding-top: 70px;
    margin: 0 auto;
    color: #fff;    
}
.about .PostDescription p {
    margin-bottom: 20px;
}


.cuerpo .items {
    padding-top: 0;
}
.cuerpo .items .wdgItemPost {
    text-align:center;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 5px 10px 20px;
    margin-right: -4px;
    position:relative;
    overflow:hidden;
}
.cuerpo .items .wdgItemPost:nth-child(5n+1) {
    border: 0; 
}
.cuerpo .items .PostPic {
}
.cuerpo .items .PostPic img {
    width:20%;
}
.cuerpo .items .PostDetails {

}
.cuerpo .items .title {
    padding:10px 0 5px;
}
.cuerpo .items .title span {
    font-size: 1rem;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}
.cuerpo .items .subtitle p{
    font-size:12px;
    color:#999;}


.toServBtn {
    margin-top: 25px;
    text-align: center;
}
.toServBtn a {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;
}
.toServBtn a:hover {
    opacity: .9;
}





/* -------------------------------------------------

                SERVICIOS

------------------------------------------------- */

.servs .wdgItemPostCont::after {
    content: " ";
    display: table;
    clear: both;
}
.servs .wdgItemPostCont {
    position: relative;
}
.servs .wdgItemPost {
    position: relative;
    margin-bottom: 60px;
    color: #fff;
}
.servs .PostPic {
    float: right;
    width: 35%;
    padding-bottom: 35%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.servs .wdgItemPost:nth-child(2n+2) .PostPic {
    float: left;
}
.servs .PostPic img {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    margin: auto;
}
.servs .PostDetails {
    position: absolute;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
}
.servs .wdgItemPost:nth-child(even) .PostDetails {
    right: 0;
}
.servs .wdgItemPost:nth-child(odd) .PostDetails {
    left: 0;
}
.servs .PostDetails .title span {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.servs .PostDetails .subtitle {
    font-size: 1rem;
    margin-bottom: 15px;
}
.servs .PostDetails .subtitle p {
    padding-bottom: 10px;
}
.servs .PostDetails .description p {
    font-size: .9rem;
    padding-bottom: 15px;
}
.servs .servBtn {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 25px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;
}
.servs .servBtn:hover {
    opacity: .9;
}


.servForm .formTitle {
    margin-bottom: 20px;
}
.servForm .formTitle h1 {
    font-size: 1.8rem;
}
.servForm .formTitle h2 {
    font-size: .9rem;
    font-weight: 400;
    text-transform: none;
}
.servForm .selector,
.servForm .texto {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin: 0 -4px 1% 1%;   
}
.servForm .formGroup:nth-child(2n+1) {
    margin-left: 0;
}
.servForm .formGroup label {
    display: none;
}
.servForm select,
.servForm input:not([type="button"]),
.servForm textarea {
    width: 100%;
    padding: 10px;
    font-size: .9rem;
    border: 1px solid #ccc;
}
.servForm textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
}
.servForm input[type="button"] {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 15px 0 20px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;   
    cursor: pointer;
}
.servForm input[type="button"]:hover {
    opacity: .9;
}
.servTel {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.servTel .menuTitle, 
.servTel .menuDescription {
    display: inline-block;
    margin-right: 5px;
}
.servTel .menuTitle a, 
.servTel .menuDescription a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}
.servTel .menuDescription a:hover {
    text-decoration: underline;
}




/* -------------------------------------------------

                TORNEOS

------------------------------------------------- */

.t {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 -3px 70px 5%;
}
.tMale {
    margin-left: 0;
}
.t .title {
    padding-bottom: 50%;
    position: relative;
}
.tMale .title {
    background: url('/drive/repo/editorweb/c1.jpg') no-repeat center;
    background-size: cover;
}
.tFemale .title {
    background: url('/drive/repo/editorweb/c2.jpg') no-repeat center;
    background-size: cover;
}
.t .title h4 {
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: 60%;
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
}
.t table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.t table thead {
    display: none;
}
.t table td {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    padding: 15px 25px;
    border-bottom: 1px solid #222;
}
.t table td:last-child {
    width: 50%;
    text-align: right;
}
.t table td a {
    display: inline-block;
    font-weight: 700;
    padding: 0 3px;
    margin: 0 2px;
    color: #fff;
}
.t table td a:hover {
    color: #3db321;
}


.banner {
    padding: 60px 0 70px;
    margin-bottom: 50px;
    background-color: #222; 
    text-align: center;
}
.tReg .menuPic img {
    max-height: 150px;
    margin-bottom: 15px;
}
.tReg a {
    display: inline-block;
    color: #fff;
}
.tReg .menuTitle a {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tReg .menuDescription a {
    width: 70%;
    margin-bottom: 20px;
}
.tReg .menuDescription a p {
    font-size: .9rem;
    padding-bottom: 10px;
}
.tReg .menuLink a {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;    
}
.tReg .menuLink a:hover {
    opacity: .9;
}


.tRules {
    text-align: center;
}
.tRules .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.tRules .menuItem {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 15px 40px;
    text-align: left;
}
.tRules .menuItemCont {
    position: relative;
}
.tRules .menuItem:first-child {
    border-right: 1px solid #222;
}
.tRules .menuItem .menuPic img {
    max-width: 50px;
}
.tRules .menuItem .menuTitle {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}
.tRules .menuItem .menuTitle a {
    font-size: 1rem;
    color: #fff;
}


.tForm .formTitle h1 {
    font-size: 1.2rem;
    line-height: 1.3;
    text-transform: none;
    margin-bottom: 20px;
}
.tForm .texto {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin: 0 -4px 1% 1%;   
}
.tForm .formGroup:nth-child(2n+1) {
    margin-left: 0;
}
.tForm .formGroup label {
    display: none;
}
.tForm input:not([type="button"]),
.tForm textarea {
    width: 100%;
    padding: 10px;
    font-size: .9rem;
    border: 1px solid #ccc;
}
.tForm textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
}
.tForm input[type="button"] {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 15px 0 20px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;   
    cursor: pointer;
}
.tForm input[type="button"]:hover {
    opacity: .9;
}




/* -------------------------------------------------

                LIGHTBOX

------------------------------------------------- */

.lightBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0, .95);
    z-index: 1000;
}
.lightBox .lbCont {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 5px;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 1001;
}
.lightBox .closeBtn {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: url('/drive/repo/editorweb/3472icon_close.png') no-repeat center;
    background-size: 50%;
    cursor: pointer;
    z-index: 1002;
}




/* -------------------------------------------------

                DIVISIONES / VISTA DE EQUIPO

------------------------------------------------- */

.header {
    background: #3db321;
    height: 170px;
    position: relative;
}
.header .widget_container {
    position: initial;
}
/* .header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: url('/drive/repo/editorweb/equipo.jpg') no-repeat center;
    background-size: cover;
    opacity: .75;
    z-index: 1;
}
.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 60%;
    bottom: 0;
    width: 40%;
    background-color: rgba(0,0,0,.4);
    border-left: 70px solid #3db321;
    border-bottom: 170px solid transparent;
    z-index: 2;
}*/
.header .cont {
    height: 100%;
    position: relative;
}
.header.teamView::before {
    opacity: 1;
}
.header.teamView::after {
    background-color: transparent;
}
.heading,
.lastWin {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.heading .bigDot,
.heading .info {
    display: inline-block;
    vertical-align: middle;
}
.heading .bigDot {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    padding-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}
.heading .bigDot h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #3db321;
}
.heading .info .title,
.heading .info .subtitle {
    padding-left: 5px;
    margin: 0;
    color: #fff;
    line-height: 1;
}
.heading .info .subtitle {
    text-transform: none;
}
.heading .info .divisions {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    font-size: 1rem;
    line-height: 1;
}
.heading .info .divisions li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
    margin-right: 2px;
    border-right: 1px solid #000;
}
.heading .info .divisions li:last-child {
    border: none;
}
.heading .info .divisions li a {
    display: block;
    padding: 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    color: #000;
}
.lastWin {
    display: none;
    right: 0;
    text-align: right;
}
.lastWin h2,
.lastWin h4 {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
}



.cuerpo h4 {
    color: #fff;
    margin-bottom: 10px;
}
.stats {
    position: relative;
}
.stats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stats ul li {
    display: inline-block;
    vertical-align: middle;
    width: 10.25%;
    padding: 10px 0;
    margin: 0 -4px 0 0;
    border-right: 1px solid #222;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.stats ul li.lastResults {
    width: 18%;
    border: none;
}
.stats ul li span:not(.result) {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    margin-top: 15px;
}
.stats ul li span.result {
    font-weight: 700;
}
.stats ul li span.result.win {
    color: #3db321;
}
.stats ul li span.result.draw {
    color: #7d7d7d;
}
.stats ul li span.result.lose {
    color: #e31f20; 
}


.stats, 
.posTable,
.teamTable,
.fixture {
    margin-bottom: 40px;
}
.posTable table,
.teamTable table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.teamTable {
    position: relative;
}
.posTable thead td.fixed1,
.posTable thead td.fixed2,
.teamTable thead td.fixed,
.teamTable thead td.goal,
.teamTable thead td.yell,
.teamTable thead td.red {
    font-size: 0;
}
.posTable td,
.teamTable td {
    padding: 5px 0;
    border-top: 1px solid #222;
    color: #fff;
}
.posTable thead td,
.teamTable thead td {
    font-size: .7rem;
    border-top: 0;
}
.posTable td:not(.fixed2),
.teamTable td:not(.fixed) {
    text-align: center;
    width: 10%;
}
.posTable td.fixed1 {
    width: 5%;
}
.posTable td.fixed2 {
    width: 25%;
    position: relative;
}
.teamTable td.fixed {
    width: 50%;
    position: relative; 
}
.posTable td.fixed2 a {
    text-decoration: none;
    font-weight: 700;
    color: #3db321;
}
.posTable td.fixed2 a:hover {
    text-decoration: underline;
}
.teamTable td.captain::after {
    content: "C";
    display: inline-block;
    padding: 3px 12px;
    margin-left: 10px;
    background-color: #162968;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
}
.teamTable td.goal::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/drive/repo/editorweb/ball.png') no-repeat center;
    background-size: auto 100%;
}
.teamTable td.yell::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/drive/repo/editorweb/yell.png') no-repeat center;
    background-size: auto 100%;
}
.teamTable td.red::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/drive/repo/editorweb/red.png') no-repeat center;
    background-size: auto 100%;
}




/*.fixture .wdgCont {
    padding-top: 0;
}
.fixture .wrapper .match {
    border-top: 1px solid #222;
    color: #fff;
}
.fixture .wrapper .fixHead,
.fixture .wrapper .match {
    position: relative;
    text-align: center;
    padding: 15px 0;
}
.fixture .fixHead .date {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.fixture .fixHead .pageCounter {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    display: inline-block;
    transform: translateY(-50%);
}
.fixture .fixHead .pageCounter .prev,
.fixture .fixHead .pageCounter .next {
    text-decoration: none;
    font-size: 0;
    width: 20px;
    height: 20px;
}
.fixture .fixHead .pageCounter .prev {
    float: left;
    background: url('/drive/repo/editorweb/leftg.png') no-repeat center;
    background-size: auto 100%;
}
.fixture .fixHead .pageCounter .next {
    float: right;
    background: url('/drive/repo/editorweb/rightg.png') no-repeat center;
    background-size: auto 100%;
}
.fixture .match .team {
    position: absolute;
    top: 50%;
    width: 40%;
    display: inline-block;
    transform: translateY(-50%);
}
.fixture .match .team.local {
    left: 0;
    text-align: right;
}
.fixture .match .team.away {
    right: 0;
    text-align: left;
}
.fixture .match .team a {
    text-decoration: none;
    font-weight: 700;
    color: #3db321;
}
.fixture .match .team a:hover {
    text-decoration: underline;
}
.fixture .match .results {
    font-weight: 700;
}
.fixture .match .results .goals {
    font-size: 1.5rem;
    line-height: 1;
}
.fixture .match .results .schedule {
    font-size: .8rem;
}*/
.fixture .wdgCont {
    padding-top: 0;
    border: 1px solid #222;
}
.fixture .wrapper .match {
    border-top: 1px solid #222;
}
.fixture .wrapper .fixHead,
.fixture .wrapper .match .resume {
    position: relative;
    text-align: center;
    padding: 15px 0;
}
.fixture .wrapper .fixhead > div,
.fixture .wrapper .match .resume > div {
    display: inline-block;
}
.fixture .fixHead .date {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.fixture .fixHead .pageCounter {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    display: inline-block;
    transform: translateY(-50%);
}
.fixture .fixHead .pageCounter .prev,
.fixture .fixHead .pageCounter .next {
    text-decoration: none;
    font-size: 0;
    width: 20px;
    height: 20px;
}
.fixture .fixHead .pageCounter .prev {
    float: left;
    background: url('/drive/repo/editorweb/leftg.png') no-repeat center;
    background-size: auto 100%;
}
.fixture .fixHead .pageCounter .next {
    float: right;
    background: url('/drive/repo/editorweb/rightg.png') no-repeat center;
    background-size: auto 100%;
}
.fixture .resume .team {
    position: absolute;
    top: 50%;
    width: 40%;
    display: inline-block;
    transform: translateY(-50%);
}
.fixture .resume .team.local {
    left: 0;
    text-align: right;
}
.fixture .resume .team.away {
    right: 0;
    text-align: left;
}
.fixture .resume .team a {
    text-decoration: none;
    font-weight: 700;
    color: #3db321;
}
.fixture .resume .team a:hover {
    text-decoration: underline;
}
.fixture .resume .results {
    font-weight: 700;
    color: #fff;
}
.fixture .resume .results .goals {
    font-size: 1.5rem;
    line-height: 1;
}
.fixture .resume .results .schedule {
    font-size: .8rem;
}
.fixture .resume .detailsBtn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url('/drive/repo/editorweb/down.png') no-repeat center;
    background-size: 80%;
    cursor: pointer;
}
.fixture .resume .detailsBtn.active {
    background: url('/drive/repo/editorweb/up.png') no-repeat center;
    background-size: 80%;
}
.fixture .details {
    height: 0px;
    background-color: #222;
    overflow: hidden;
}
.fixture .details h5 {
    display: none;
}
.fixture .details .team {
    width: 49%;
    margin: 20px 0 30px;
}
.fixture .details .team.local {
    float: left;
    text-align: right;
}
.fixture .details .team.away {
    float: right;
    text-align: left;
}
.fixture .details .teamStats {
    display: table;
    width: 100%;
}
.fixture .details .teamStats .head,
.fixture .details .teamStats .player {
    display: table-row;
}
.fixture .details .team.away .teamStats .head,
.fixture .details .team.away .teamStats .player {
    direction: rtl;
}
.fixture .details .teamStats .head > div,
.fixture .details .teamStats .player > div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: .9rem;
}
.fixture .details .teamStats .head > div {
    font-size: .7rem;
    text-align: center;
    padding: 10px 0;
}
.fixture .details .teamStats .head .playerHead,
.fixture .details .teamStats .head .goalsHead {
    text-indent: -99999px;
    overflow: hidden;
}
.fixture .details .teamStats .head .goalsHead {
    background: url('/drive/repo/editorweb/ball.png') no-repeat center;
    background-size: 40%;
}
.fixture .details .teamStats .player > div {
    padding: 8px 0;
}
.fixture .details .team.away .teamStats {
    direction: rtl;
}
.fixture .details .teamStats .player .name .cards {
    margin: 0 5px;
}
.fixture .details .teamStats .player .name .cards img {
    max-height: 15px;
    margin: 0 3px;
}
.fixture .details .teamStats .player p {
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.fixture .details .teamStats .player .goals,
.fixture .details .teamStats .player .points {
    text-align: center;
    width: 10%;
}
.fixture .details .teamStats .player .points {
    font-weight: 700;
}



.golTable {
    position: relative;
    margin-bottom: 40px;
}
.golTable table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.golTable thead {
    display: none;
}
.golTable tbody tr:first-child td {
    border-top: none;
}
.golTable td {
    border-top: 1px solid #222;
    padding: 10px 0;
    color: #fff;
}
.golTable td.pos {
    width: 10%;
    padding-right: 5px;
    text-align: center;
}
.golTable td.score {
    width: 15%;
}
.golTable td.player {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
}
.golTable td.player span {
    text-transform: uppercase;
}
.golTable td.score::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url('/drive/repo/editorweb/ball.png') no-repeat center;
    background-size: cover;
}


.fairPlay {
    position: relative;
}
.fairPlay table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}
.fairPlay thead td {
    font-size: .7rem;
    padding-bottom: 5px; 
}
.fairPlay thead td.player,
.fairPlay thead td.cards {
    font-size: 0;
}
.fairPlay td.yell::after,
.fairPlay td.yell2::after,
.fairPlay td.yell4::after,
.fairPlay td.yell5::after,
.fairPlay td.red::before {
    content: "";
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 2px;
}
.fairPlay td.yell::after {
    background: url('/drive/repo/editorweb/yell.png') no-repeat center;
    background-size: auto 100%;
}
.fairPlay td.yell2::after {
    background: url('/drive/repo/editorweb/yell2.png') no-repeat center;
    background-size: auto 100%;
}
.fairPlay td.yell5::after {
    background: url('/drive/repo/editorweb/yell5.png') no-repeat center;
    background-size: auto 100%;
}
.fairPlay td.red::before {
    background: url('/drive/repo/editorweb/red.png') no-repeat center;
    background-size: auto 100%;
}
.fairPlay tbody td {
    font-size: .9rem;
    padding: 8px 0;
    border-top: 1px solid #222;
}
.fairPlay td.player {
    width: 60%;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
}
.fairPlay td.player span {
    text-transform: uppercase;
}
.fairPlay td.sanction {
    width: 22%;
    text-align: center;
}


.fairPlay td.yell4::after {
    background: url('/drive/repo/editorweb/yell.png') no-repeat center;
    background-size: auto 100%;
}




/* -------------------------------------------------

                COPAS / VISTA DE COPAS

------------------------------------------------- */

.cuerpo .cups .title {
    position: relative;
    padding-bottom: 25%;
    background: url('/drive/repo/editorweb/cup_bkg.jpg') no-repeat center/cover;
}
.cuerpo .cups .title h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 0;
    font-size: 2.5rem;
    text-align: center;
}
.cuerpo .cups .title h4::before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background: url('/drive/repo/editorweb/copa.png') no-repeat center/auto 100%;
    margin-bottom: 10px;
}
.cuerpo .cups table,
.cuerpo .cups tbody,
.cuerpo .cups td {
    display: block;
}
.cuerpo .cups table {
    background-color: #3db321;
}
.cuerpo .cups thead {
    display: none;
}
.cuerpo .cups tr {
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    margin-right: -4px;
    text-align: center;
}
.cuerpo .cups tr a {
    display: block;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.cuerpo .cups tr:first-child a {
    border-right: 1px solid #000;
}
.cuerpo .cups tr a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.cuerpo .cups tr:first-child a::before {
    background-image: url('/drive/repo/editorweb/m.png');
}
.cuerpo .cups tr:last-child a::before {
    background-image: url('/drive/repo/editorweb/f.png');
}


.header .cups {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header .cups .title {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px 10px 0;
    margin-right: 20px;
    border-right: 1px solid #fff;   
}
.header .cups .title h4 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
}
.header .cups .title h4::before {
    content: "";
    display: block;
    height: 70px;
    background: url('/drive/repo/editorweb/copa.png') no-repeat center/auto 100%;
    margin-bottom: 5px;
}
.header .cups table {
    display: inline-block;
    vertical-align: middle;
}
.header .cups thead {
    display: none;
}
.header .cups tr a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}
.header .cups tr:first-child a {
    font-size: 3rem;
    color: #fff;
    pointer-events: none;
}
.header .cups tr:last-child a {
    font-size: 1rem;
    color: #000;
}
.header .cups tr:last-child a::before {
    content: "Ir a ";
}




/* -------------------------------------------------

                CONTACTO

------------------------------------------------- */

.cForm .formTitle h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #fff;
}
.cForm .wFormCont label {
    display: none;
}
.cForm .wFormCont .texto {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin: 0 -3px 1% 1%;
}
.cForm .wFormCont .texto:nth-child(2n+1) {
    margin-left: 0;
}
.cForm .wFormCont input:not([type="button"]),
.cForm .wFormCont textarea {
    width: 100%;
    padding: 15px 10px;
    border-radius: 2px;
    font-size: .9rem;
}
.cForm .wFormCont textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
}
.cForm .wFormCont .areatexto {
    margin-bottom: 15px;
}
.cForm .wFormCont input[type="button"] {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #000;
    background-color: #3db321;
    border-radius: 50px;
    cursor: pointer;
}
.cForm .wFormCont input[type="button"]:hover {
    opacity: .9;
}


.infoCont .PostTitle h1 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 20px;
}
.infoCont .subtitle h3 {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 1rem;
    color: #fff;
}
.infoCont .subtitle p {
    padding-bottom: 15px;
}
.infoCont .description p {
    font-size: .9rem;
    color: #fff;
    padding-bottom: 10px;
}
.infoCont a {
    color: #fff;
}
.infoCont a:hover {
    color: #3db321;
}


.mapContent {
    position: relative;
    padding-bottom: 30%;
}
.mapContent .widget_container{
    position:initial;}

.mapContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* -------------------------------------------------

                BUTTON TO TOP

------------------------------------------------- */

.toTop {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 20%;
    z-index: 100;
}
.toTop a {
    display: block;
    width: 45px;
    height: 45px;
    background: #fff url('/drive/repo/editorweb/toTop.png') no-repeat center;
    background-size: 60%;
    border-radius: 50%;
    border: 1px solid #eee;
}



/* -------------------------------------------------

                FOOTER

------------------------------------------------- */

footer {
    padding: 50px 0;
    background-color: #3db321;
    text-align: center;
}
.sponsors,
.contacto {
    margin-bottom: 50px;
}
.sponsors .menuItem {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin: 0 2%;
}
.sponsors .menuItem a {
    position: relative;
    display: block;
    padding-bottom: 40%;
    overflow: hidden;
}
.sponsors .menuItem a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.contacto .wdgPostPrincipal,
.contacto .PostDescription {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 20px;    
}
.contacto .wdgPostPrincipal {
    border-right: 1px solid #000;
}
.contacto .wdgPostPrincipal .subtitle a:not(.social),
.contacto .PostDescription a:not(.gmapBtn) {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-transform: none;
}
.contacto .wdgPostPrincipal .subtitle a:not(.social):hover,
.contacto .PostDescription a:not(.gmapBtn):hover {
    text-decoration: underline;
}
.contacto .wdgPostPrincipal .subtitle .social img {
    max-height: 30px;
    margin: 15px 5px 0;
}
.contacto .PostDescription .gmapBtn {
    display: inline-block;
    padding: 15px 30px 15px 60px;
    margin-top: 10px;
    background: #000 url('/drive/repo/editorweb/gmaps.png') no-repeat;
    background-size: auto 60%;
    background-position: 20px center;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #3db321;
}
.contacto .PostDescription .gmapBtn:hover {
    background-color: #111;
}
.copyR p {
    font-size: .7rem;
    line-height: 1.3;
}
.copyR p a {
    color: #000;
}
.copyR p a:hover {
    text-decoration: underline;
}






/* -------------------------------------------------

                POP UPS / FLOTANTES

------------------------------------------------- */

.popup_1 {
    margin: 20px auto 0;
}
.ui-dialog {
    background: rgba(0,0,0,.95);
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 99999999;
}
.ui-dialog-content {
    width: 90% !important;
    max-width: 1080px;
    height: auto !important;
    min-height: 100px !important;
    overflow: hidden;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}
.ui-dialog-titlebar {
    display: none;
}
.ui-dialog h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #fff;
}
.ui-dialog p {
    font-size: .9rem;
    color: #fff;
    padding: 0 0 10px;
}
.ui-dialog p a {
    color: #e61616;
    text-decoration: underline;
}
.ui-dialog p a:hover {
    text-decoration: none;
}
.boton_popup_cerrar_1 {
    position: absolute;
    top: 0;
    right: 0;   
    display: inline-block;
}
.boton_popup_cerrar_1 span{
    background: url('/drive/repo/editorweb/icon_close.png') no-repeat center;
    background-size: 70%;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    font-size: 0;
    margin: 0;
}




/* -------------------------------------------------

                LOGIN

------------------------------------------------- */

.userInfo {
    text-align: center;
    padding: 3px;
    display: none;
}
.userInfoImg {
    max-height: 100px;
    max-width: 100px;
    border-radius: 50%;
}
.userInfoUsername {
    padding: 7px;
    font-size: 19px;    
}
.userInfoEmail {
    padding: 7px;
    font-size: 15px;
} 
.btnChangeUser a {
    text-align: right;
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 2px 0 0;
}    
.loginWeb {
    width: 100%;
    height: 100%;
    display: table;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.loginWeb main {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.logWeb {
    width: 300px;
    margin: 0 auto;
}
.logWeb .logCont {
    text-align: center;
}
.logWeb .logCont .logo {
    padding: 0 0 10px;
}
.logWeb .logCont .logo img {
    max-width: 80%;
}
.logWeb .loginContent {
    text-align: left;
}   
.logWeb .loginContent .defaultCont {}   
.logWeb .loginContent .defaultCont .wrapper {
    padding: 20px;
    background-color: #f7f7f7;
    text-align: center;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
    -moz-box-shadow: 0px 7px 30px -7px #ccc;
    -webkit-box-shadow: 0px 7px 30px -7px #ccc;
    box-shadow: 0px 7px 30px -7px #ccc;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 7, direction = 180, color = '#ccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 7, Direction = 180, Color = '#ccc')";
}
.logWeb .loginContent .defaultCont .loginWithText,
.logWeb .loginContent .defaultCont .externalLoginOptions {
    display: inline-block;
    vertical-align: middle;
}
.logWeb .loginContent .defaultCont .loginWithText {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 5px;
    color: #222;
}
.logWeb .loginContent .defaultCont .externalLoginOptions a {
    float: none !important;
}
.logWeb .loginContent .defaultCont .externalLoginOptions img {
    max-height: 30px;
}        
.logWeb .loginContent h4 {
    text-align: center;
    padding: 0 0 20px;
    color: #0d83dd;
}
.logWeb .subtitle {
    padding: 0 0 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.logWeb .campo {
    width: 100%;
    padding: 0 0 2px 0;
}
.logWeb .campo input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}    
.logWeb .campo input.inpError {
    border: 1px solid #cd3840;
}    
.logWeb .campoBtn {
    width: 100%;
    padding: 2px 0 0;
}
.logWeb .campoBtn input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    background: #0d83dd;
    color: #fff;
    text-align: center;
    border: 1px solid #077bd3;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.logWeb .campoBtn input:hover {
    background: #077bd3;
}    
.logWeb .options {
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
} 
.logWeb .options ul {
    list-style-type: none;
}
.logWeb .options ul li {}
.logWeb .options ul li a {
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 2px 0 0;
}
.logWeb .options ul li a:hover {
    color: #0d83dd;
}    
.logWeb .note {
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}    
.logWeb .btnBack {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    width: 100px;
    margin: 20px auto;
    border: 1px solid #c5e3fa;
    text-align: center;
}
.logWeb .btnBack:hover {
    border: 1px solid #0d83dd;
}   
.logWeb .mensaje_error {
    text-align: center;
    padding: 10px;
    border: 1px solid #e58085;
    background: #f5e0e1;
    font-size: 14px;
    margin: 0 0 2px;
}
.logWeb .mensaje_ok {
    text-align: center;
    padding: 10px;
    font-size: 18px;
}    
.logWeb .infoApp {
    text-align: center;
    padding: 5px;
    margin: 0 0 2px;
}   
.logWeb .infoApp img {
    display: inline-block;
    vertical-align: middle;
    max-height: 28px;
    max-width: 28px;
}
.logWeb .infoApp h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}




/* -------------------------------------------------

                MEDIA QUERIES

------------------------------------------------- */

@media (max-width: 680px) {

    .cuerpo {
        padding: 40px 0;
    }
    header {
        height: 70px;
    }
    nav {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 70%;
        padding: 5%;
        background-color: rgba(0,0,0,95);
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        z-index: 1;
    }
    nav .menu,
    nav .social,
    nav .menu .menuItem,
    nav .social .menuItem {
        display: block;
    }
    nav .menu .menuItem a {
        display: block;
        padding: 10px 0;
        font-size: 1rem;
    }
    
nav .menu .menuItem .contMenu_nivel0{
    display:block;
    padding-left:10px;
}
nav .menu .menuItem:hover .contMenu_nivel0{
    display:block;
    position:relative;
    top:inherit;
    left:inherit;
    padding-top:0;}
nav .menu .menuItem .contMenu_nivel0 .menuItem a{
    font-weight:normal;
    font-size:0.8rem;}

    
    
    
    nav .social {
        padding: 0;
        margin: 20px 0 0;
        border: 0;
    }
    nav .social .menuItem a {
        margin: 0 0 20px;
    }
    nav .social .menuItem img {
        max-height: 35px;
    }
    .menuIcon,
    .menuIcon .menuItem {
        display: inline-block;
    }
    .menuIcon .menuItem {
        margin-left: 15px;
    }
    .menuIcon .menuPic img {
        max-height: 30px;
    }
    
    
    
    
    .slide .menuItemCont {
        padding: 0 5%;
    }
    .slide .menuTitle a {
        width: 80%;
        font-size: 2rem;
    }
    .slide .menuDescription a {
        width: 80%;
        font-size: .8rem;
    }
    .slide .arrowNav div {
        width: 25px;
        height: 45px;
    }
    .slide .arrowNav div.prev {
        left: 4%;
    }
    .slide .arrowNav div.next {
        right: 4%;
    }
    .slide .selectorNav {
        bottom: 3%;
    }
 
 
 

    .mainTile {
        float: none;
        width: 100%;
        padding-bottom: 100%;
    }    
    .picTiles .block {
        padding-bottom: 50%;
    }
    .picTiles .block.b1 {
        width: 50%;
    }
    .picTiles .block.b2 {
        width: 100%;
    }
    
    
    
    
    .vixEventos {
        padding: 60px 0;
    }
    .vixEventos .screenPost img {
        max-height: 50px;
    }
    .vixEventos .PostDescription {
        width: 100%;
    }
    
    
    
    
    .news {
        padding: 60px 0;
        background-color: #000;
    }
    .news .cont {
        width: 90%;
    }
    .news .wdgTitle .title {
        margin-bottom: 40px;
    }
    .news .wdgItemPost {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .news .wdgItemPost .PostDetails {
        padding-bottom: 0;
    }
    .news .wdgItemPost .PostDetails .title,
    .news .wdgItemPost .PostDetails .title a {
        font-size: 1rem;
    }
    .news .wdgItemPost .PostDetails .subtitle p {
        font-size: .9rem;
    }    
    .news .description{
        font-size: .8rem;
    }
    .news .pageCounter {
        text-align: center;
    }
    .news .pageCounter .before,
    .news .pageCounter .after {
        display: inline-block;
        margin: 0 3px;
        position: static;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }
    .news .pageCounter .before {
       left: auto;
    }
    .news .pageCounter .after {
       right: auto;
    }
    
    
    
    
    .toTop {
        bottom: 10%;
    }
    
    
    
    
    footer {
        padding: 50px 0 30px;
    }
    .sponsors,
    .contacto {
        margin-bottom: 30px;
    }
    .sponsors .menuItem {
        width: 23%;
        margin: 0 1%;
    }
    .sponsors .menuItem a {
        padding-bottom: 50%;
    }
    .contacto .wdgPostPrincipal,
    .contacto .PostDescription {
        display: block;
        width: 100%;
        padding: 10px 0;    
    }
    .contacto .wdgPostPrincipal {
        border-right: 0;
    }
    
    
    
    
    .about .PostTitle {
        height: 250px;
    }
    .about .screenPic img {
        top: 0;
        bottom: 0;
        right: -100%;
        left: -100%;
        margin: 0 auto;
        min-width: 100%;
        width: auto;
        height: 100%;
    }
    .about .PostTitle .title h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .about .PostDescription,
    .cuerpo .items {
        width: 90%;
        padding-top: 30px;
    }    
    .cuerpo .items {
        padding-top: 15px;
    }
    .cuerpo .items .wdgItemPost {
        width: 50%;
        padding: 0 5px 30px;
    }
    .cuerpo .items .PostPic img {
        width: 40%;
    }
    .cuerpo .items .subtitle p{
        font-size: .9rem;
    }        
        


    .servs .wdgItemPost {
        margin-bottom: 40px;
    }
    .servs .PostPic {
        float: none;
        width: 100%;
        padding-bottom: 70%;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .servs .wdgItemPost:nth-child(2n+2) .PostPic {
        float: none;
    }
    .servs .PostDetails {
        position: relative;
        top: 0;
        width: 100%;
        transform: none;
    }
    .servForm .formTitle {
        display: none;
    }
    .servForm .selector,
    .servForm .texto {
        display: block;
        width: 100%;
        margin: 0 0 5px;   
    }
    .servForm textarea {
        min-height: 100px;
    }
    .servForm input[type="button"] {
        margin: 15px 0 10px;
    }
    .servTel {
        padding-top: 0;
        border-top: 0;
    }
    .servTel .menuTitle a, 
    .servTel .menuDescription a {
        font-size: .9rem;
    }
    
    
    
    
    .t {
        display: block;
        width: 100%;
        margin: 0 0 40px;
    }
    .t .title {
        padding-bottom: 50%;
        position: relative;
    }
    .t .title h4 {
        left: 15px;
        bottom: 5px;
        width: 100%;
        font-size: 2rem;
    }
    .t table td {
        font-size: 1rem;
        padding: 15px;
    }
    .t table td:last-child {
        width: 60%;
        text-align: right;
    }   
    .banner {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .tReg .menuPic img {
        max-height: 90px;
    }
    .tReg .menuTitle a {
        font-size: 1.8rem;
    }
    .tReg .menuDescription a {
        width: 100%;
    }   
    .tRules .title {
        font-size: 1.3rem;
    }
    .tRules .menuItem {
        display: block;
        width: 100%;
        padding: 10px 40px;
    }
    .tRules .menuItem:first-child {
        border-right: 0;
    }   
    .tForm .formTitle h1 {
        display: none;
    }
    .tForm .texto {
        display: block;
        width: 100%;
        margin: 0 0 5px;   
    }
    .tForm textarea {
        min-height: 100px;
    }
    .tForm input[type="button"] {
        margin: 15px 0 0;
    }




    .lightBox .lbCont {
        width: 90%;
        padding: 45px 15px 15px;
    }
    .lightBox .closeBtn {
        top: 7px;
        right: 7px;
        width: 40px;
        height: 40px;
        background-size: 60%;
    }
    
    
    
    
    .cForm {
        margin-bottom: 40px;
    }
    .cForm .formTitle h1 {
        font-size: 1.5rem;
    }
    .cForm .wFormCont .texto {
        display: block;
        width: 100%;
        margin: 0 0 5px;
    }
    .cForm .wFormCont textarea {
        min-height: 150px;
    }
    .mapContent {
        padding-bottom: 100%;
    }




    .container .col1,
    .container .col2 {
        float: none;
        width: 100%;
    } 
    .container .col1 {
        margin-bottom: 40px;
    }   
    .header {
        background: #3db321;
        height: auto;
        padding: 30px 0 20px;
    }
    .heading {
        position: static;
        top: 0;
        transform: none;
        text-align: center;
    }
    .heading .bigDot,
    .heading .info {
        margin-bottom: 15px;
    }
    .heading .bigDot {
        width: 100px;
        height: 100px;
        background-color: #fff;
        border-radius: 50%;
        padding-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
    .heading .info .title,
    .heading .info .subtitle {
        padding-left: 0;
    }
    .heading .info .title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .heading .info .subtitle {
        margin-bottom: 10px;
    } 
    .posTable .wrapper,
    .teamTable .wrapper {
        overflow-x: scroll;
        padding-left: 170px;
    }
    .teamTable .wrapper {
        padding-left: 160px;
    }
    .posTable td:not(.fixed2),
    .teamTable td:not(.fixed) {
        width: 50px;
    }
    .posTable td.fixed1,
    .posTable td.fixed2,
    .teamTable td.fixed {
        position: absolute;
        left: 15px;
        background-color: #000;
    }
    .posTable thead td.fixed1,
    .posTable thead td.fixed2,
    .teamTable thead td.fixed {
        font-size: .8rem;
        color: #000;
    }
    /*@-moz-document url-prefix() { 
        .posTable td.fixed1,
        .posTable td.fixed2,
        .teamTable td.fixed {
            margin-top: -1px;
        }
    }*/
    .posTable td.fixed1 {
        width: 30px;
    }
    .posTable td.fixed2 {
        width: 140px;
        margin-left: 30px;
    }
    .teamTable td.fixed {
        width: 160px;
        font-size: .9rem;
    }
    .fixture .wrapper > div > div {
        display: block;
    }
    .fixture .fixHead .pageCounter {
        width: 100%;
    }
    .fixture .match .team {
        position: relative;
        top: 0;
        width: 100%;
        transform: none;
    }
    .fixture .match .team.local,
    .fixture .match .team.away {
        text-align: center;
    }
    .fixture .match .results {
        margin-top: 5px;
    }
    .fairPlay thead td.yell::after,
    .fairPlay thead td.yell2::after,
    .fairPlay thead td.red::after {
        width: 15px;
        height: 15px;
    }
    .fairPlay tbody td {
        font-size: .8rem;
    }
    .fairPlay td.player {
        font-size: .7rem;
    }
    .fairPlay td.card {
        width: 10%;
    }
    .fairPlay td.sanction {
        width: 25%;
    }
    
    
    .cuerpo .cups .title {
        padding: 50px 20px;
        text-align: center;
    }
    .cuerpo .cups .title h4,
    .cuerpo .cups .title h4::before {
        display: inline-block;
        vertical-align: middle; 
    }
    .cuerpo .cups .title h4 {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        font-size: 2.2rem;
    }
    .cuerpo .cups .title h4::before {
        width: 4rem;
        height: 4rem;
        margin: 0 10px 0 0;
    }
    .cuerpo .cups tr a {
        font-size: 1rem;
    }
    .cuerpo .cups tr a::before {
        display: block;
        margin: 0 auto;
    }
    
    
    .header .cups {
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
    .header .cups .title {
        display: block;
        padding: 0;
        margin: 0 0 10px;
        border-right: 0;   
    }
    .header .cups .title h4::before {
        background-position: 0 center;
    }
    .header .cups tr:first-child a {
        font-size: 2.5rem;
    }

}