.mapa {
    height: 300px;
}

section #section-top{
    padding-top: 30px;
    background-image: url('../../images/equipos/equipo-widgetFondo.png');
    background-position: right top;
    background-repeat: no-repeat;
}
section #section-top .equipo-nombre{
    font-family: 'Kanit', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
section #section-top .equipo-categoria{
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
section #section-top .equipo-intro{
    margin-bottom: 40px;
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
section #section-top .equipo-descripcion{
    border-left: 2px solid #464646;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.4;
}

section #pestanas{
    width: 100%;
}
section #pestanas .tab-content{
    padding: 10px;
    border: none;    
    background-color: #e7f6ff;
    border: 20px solid white;
}
section #pestanas .nav-tabs{
    border: none;
}
section #pestanas .nav-tabs li a{
    border: none;
    padding: 15px 30px;
    background-color: #8dd3f5;    
    font-weight: 300;
    text-transform: uppercase;
}
section #pestanas .nav-tabs li.active a{
    background-color: white;
}

section #plantilla{
    padding-top: 115px;
}
section #plantilla .container > .row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section #plantilla .container > .row:before,
section #plantilla .container > .row:after{
    display: none;
}
section #plantilla .container > .row > div:first-of-type{
    width: 80%;
}
section #plantilla .container > .row > div:last-of-type{
    width: 20%;
    height: 600px;
    background-image: url('../../images/equipos/equipo-plantillaFondo.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
section #plantilla .container > .row > div > .row > div {
    margin-bottom: 10px;
}
section #plantilla .jugador{
    border: 1px solid #e7f6ff;
    background-color: #e7f6ff;
}
section #plantilla .jugador .jugador-cont{
    padding: 10px;
    font-family: 'Kanit', sans-serif;  
    font-size: 20px;
    line-height: 1.1;
}
section #plantilla .jugador .jugador-cont .jugador-dorsal{
    color: #8dd3f5;
    font-size: 22px;
    text-transform: uppercase;
}
section #plantilla .jugador .jugador-cont .jugador-dorsal span{
    font-size: 28px;
}
section #plantilla .jugador .jugador-cont .jugador-posicion{
    color: #8dd3f5;
    text-transform: uppercase;
}
section #plantilla .jugador .jugador-cont .jugador-nombre{
    margin-top: 5px;
    text-transform: uppercase;
}
section #plantilla .jugador .jugador-cont .jugador-apellidos{
    font-size: 16px;
    font-weight: 300;
}
section #plantilla .jugador .jugador-cont .btn{
    margin-top: 5px;
}


section .section-tit2{
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

section #noticias{
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 40px;
    background-image: url('../../images/equipos/equipo-fondo.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
section #noticias .section-tit2{
    margin-left: 16.66666667%;
    margin-bottom: 70px;
}

section #plantilla .row,
section #noticias .container > .row{
    margin-left: -5px;
    margin-right: -5px;
}
section #plantilla .row > div,
section #noticias .container > .row > div{
    padding-left: 5px;
    padding-right: 5px;
}
section #noticias .container > .row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
}
section #noticias .container > .row:before,
section #noticias .container > .row:after{
    display: none;
}
section #noticias .postsSub > span{
    font-weight: 300;
}
section #noticias .post .post-cont{
    padding: 30px;
    background-color: white;
}
section #noticias .post .post-cont .post-tit,
section #noticias .post .post-cont .post-fecha{
    margin-bottom: 15px;
}
section  #noticias .post .post-cont .post-fecha{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
section #noticias .post .post-cont .btn{
    padding: 10px 20px; 
}

section #noticias .div-cargarMas{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: right;
}

section #instalaciones{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
section #instalaciones > div:last-of-type{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section #instalaciones #instalaciones-direcc,
section #instalaciones #instalaciones-mail{
    padding-left: 50px;
    padding-right: 50px;
}
section #instalaciones .instalaciones-tit{
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}


@media(min-width: 1200px){
    section #pestanas{    
        margin-top: -100px;
    }
    section #plantilla .container > .row > div > .row > div:nth-of-type(4n+1){
        clear:left;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    section #plantilla .container > .row > div > .row > div:nth-of-type(3n+1){
        clear:left;
    }
}
@media(max-width: 1199px){
    section .section-tit2{
        text-align: center;
    }
    section #noticias .section-tit2 {
        margin-left: 0;
    }
    section #instalaciones #instalaciones-direcc,
    section #instalaciones #instalaciones-mail{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(min-width: 992px){
    section #plantilla .jugador:nth-of-type(4n+1){
        clear: left;
    }    
    section #instalaciones > *{
        width: 50%;
    }
}
@media(max-width: 991px){
    section #pestanas{    
        margin-top: 40px;
    }
    section #instalaciones{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    section #instalaciones > *{
        width: 100%;
    }
    section #instalaciones > * + *{
        margin-top: 30px;
    }
}
@media(min-width: 768px){
    section #instalaciones #instalaciones-direcc,
    section #instalaciones #instalaciones-mail{
        width: 50%;
    }
}
@media(max-width: 767px){   
    section #noticias .container > .row > div{
        margin-bottom: 10px;
    }
    section #instalaciones > div:last-of-type{
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        
    }    
    section #instalaciones #instalaciones-mail{
        margin-top: 20px;
    }
}
@media(min-width: 601px) and (max-width: 991px){
    section #plantilla .container > .row > div > .row > div:nth-of-type(2n+1){
        clear:left;
    }
}
@media(min-width: 601px) {
    section #plantilla .container > .row > div > .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section #plantilla .container > .row > div > .row:before,
    section #plantilla .container > .row > div > .row:after {
        display: none;
    }
    section #plantilla .container > .row > div > .row > div > div {
        height: 100%;
    }
}
@media(max-width: 600px){
    section #plantilla .container > .row > div > .row > div{
        width: 100%;
    }
    section #noticias .container > .row > div{
        width: 80%;
    }
}