body {
    background: #e52d27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Open Sans', sans-serif;
    color: white;
}

p {
    font-size: 16px;
}


h1 {
    font-family: 'Raleway', sans-serif;
    color: #85c1e9;
    padding-bottom: 10px;
}

h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 44px;
    color: yellow;
}

h5 {
    color: yellow;
    margin-left: 5px;
}

h6 {
    font-size: 14px;
    color: yellow;
}

strong {
    color: white;
}

.accordion-button {
    background-color: red;
    color: white;
    font-weight: bold;
}

.accordion-button:hover,
.accordion-button:focus,
.accordion-button:active,
.accordion-button:link {
    background-color: red !important;
    color: white !important;
}


.accordion-body {
    background-color: black;
    color: white;
}

/*menu principal*/
.bp-01 {
    width: 100%;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px rgba(153, 153, 153, 0.25);
}

/*top*/
.top {
    background: #ADA996;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-movil {
    background: #ADA996;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 8px;
    padding-bottom: 8px;
    align-content: center;
    text-align: center;
    width: 100%;
}

.social a {
    color: black;
    font-size: 16px;
}

.social a:hover,
.social a:active {
    color: red;
}


.form-1 {
    text-align: right;
    padding-top: 6px;
}

.form-1 {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*menu */
.menu-p01 {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 15px;
}

.logo-1 {
    width: 220px;
}

.menu-p01 .nav-link {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.cuerpo-01 {
    padding-top: 140px;
}

.espacio-top {
    padding-top: 145px;
}

.bienvenido-1 {
    background: #ECE9E6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn-outline-danger {
    width: 100%;
    border: 1px solid red;
    color: red;
    border-radius: 20px;
}

.btn-outline-danger:hover {
    background-color: red;
    color: white;
}

.text_content-1 h1 {
    color: #2980b9;
    text-align: center;
}


.text_content-1 p {
    color: black;
}

.text_content-2 {
    padding-top: 60PX;
    padding-bottom: 60PX;
}


.text_content-2 h2 {
    color: #f1c40f;
    padding-bottom: 20px;
}


.text_content-2 p {
    color: white;
    text-align: justify;
}

.login-1 {
    padding-top: 240px;
    padding-bottom: 90px;
}

.text_content-3 {
    padding-top: 90PX;
    padding-bottom: 90PX;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 20px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.text_content-3 h1 {
    color: black;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.contenido-1 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #8E0E00;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #1F1C18, #8E0E00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #1F1C18, #8E0E00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.card {
    background-color: #121212;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.card-title {
    color: red;
    font-weight: bold;
}

.card-text {
    color: white;
    font-size: 14px;
}

.parte1 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.texto-centrar,
.centra1 {
    text-align: center;
}

.cuerpo2 {
    padding-bottom: 90px;
}

.deporte-banner1 {
    width: 280px;
    margin: 8px;
}

.espacio1 {
    padding-top: 30px;
}

/* ~~ Login ~~ */

button,
textarea,
input,
object,
select {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666;
    vertical-align: middle;
}

#userState .input {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-size: 10px;
    margin-top: 3px;
    padding: 0px;
}

#login_submit {
    background-color: red;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    width: 86px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    font-family: "Oswald", sans-serif;
}

#login_submit:hover {
    background-color: darkred;
    color: #fff !important;
}

/*********** Join Us FORM ***********/

input {
    background-image: none;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 28px;
}

#join_login {
    width: 400px;
    padding-top: 20px;
}

#join_login h2 {
    background: #ffc211;
    border-radius: 20px 20px 0 0;
    color: #333;
    font-size: 20px;
    padding: 10px 26px;
    margin: 0;
}

#join_login h2 span[class*="fontawesome-"] {
    margin-right: 14px;
}

#join_login fieldset {
    border-radius: 0 0 20px 20px;
    padding: 20px 40px 20px 20px;
    border: 2px solid #fff;
    margin: 0;

}

#join_login fieldset p {
    color: #777;
    margin-bottom: 14px;
}

#join_login fieldset p:last-child {
    margin-bottom: 0;
}

input {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

#join_login fieldset input[type="text"],
#join_login fieldset input[type="email"],
#join_login fieldset input[type="password"] {
    background: #eee;
    color: #444;
    padding: 4px 10px;
    width: 100%;
    margin-top: 5px;
}

#join_login fieldset input[type="submit"] {
    background: #ffc211;
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    width: 100px;
}

#join_login fieldset input[type="submit"]:hover {
    background: #ffff00;
}

select {
    padding: 8px;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #eee;
    color: #777;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


/*pie de pagina*/

.footer-section {
    padding-top: 60px;
    background-color: black;
}

.logo-pie {
    width: 300px;
    margin-bottom: 20px;
}

.footer-section p {
    color: white;
    font-size: 16px;
}

.footer-section h3 {
    color: red;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-section a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.footer-section a:hover {
    color: red;
}


/*movil*/

.form-movil {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-movil input {
    width: 100% !important;
    margin-bottom: 8px;
}

.form-movil #login_submit {
    width: 100% !important;
    font-size: 18px !important;
}

.cont-movil {
    text-align: center;
}

.cont-movil a {
    color: black;
    font-size: 16px !important;
}

.cont-movil a:hover,
.cont-movil a:active {
    color: red;
}

.slide-movil {
    padding-top: 100px;
}

.cont-movil .btn-danger {
    background-color: red;
    color: #fff;
    font-size: 14px;
    width: 120px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border-radius: 20px;
    font-weight: bolder;
}

.cont-movil .btn-danger:hover {
    background-color: darkred;
    color: #fff;
}


/* Con esto lo ocultamos en la pc y se deja visible solo en mobile */

@media screen and (min-width: 600px) {

    .movil {
        display: none;
    }
}


/* Smartphones (portrait & landscape) 
#Dispositivo = Mayoría de teléfonos móviles (vertical y horizontal) 
#Resolución = B/w 320px to 479px */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }

    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }

}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }


    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }



}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }


    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }



}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }

    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }


}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }


    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }



}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }


    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }


}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    .movil {
        width: 100%;
    }

    .pc-escritorio {
        display: none;
    }

    .footer-section {
        align-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo-1 {
        margin-top: 6PX;
        margin-bottom: 6PX;
    }

    .espacio-top {
        padding-top: 150px;
    }


    .card {
        width: 330px !important;
        margin: 8px !important;
    }

    .contenido-1 {
        text-align: center !important;
    }

}