body {
    background: white;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

p {
    font-size: 16px;
}


h1 {
    font-family: 'Raleway', sans-serif;
    color: #0c283b;
}

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

h2 {
    font-size: 20px;
}

h3 {
    font-size: 44px;
    color: #00497a;
}

h5 {
    color: #00497a;
    margin-left: 5px;
}

h6 {
    font-size: 14px;
    color: #00497a;
}


main-loader {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.main-fader {    
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);

    .loader {        
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        svg {
            height: 300px;
            display: block;
            margin: 0 auto;

            path {
                animation-duration: 1s;
                animation-name: pulse;
                animation-iteration-count: infinite;
                color: #3498db;

                &.path-7 {
                    animation-delay: -1s
                }

                &.path-6 {
                    animation-delay: -.875s
                }

                &.path-5 {
                    animation-delay: -.75s
                }

                &.path-4 {
                    animation-delay: -.625s
                }

                &.path-3 {
                    animation-delay: -.5s
                }

                &.path-2 {
                    animation-delay: -.375s
                }

                &.path-1 {
                    animation-delay: -.25s
                }

                &.path-0 {
                    animation-delay: -.125s
                }
            }
        }
    }
}


@keyframes pulse {
    0% {
        opacity: .1;
    }

    30% {
        opacity: .8;
    }

    100% {
        opacity: .1;
    }
}



/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}









/*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: #3498db;
}


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

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

/*menu */
.menu-p01 {
    background: #0c283b;
    padding-top: 6px;
}

.logo-1 {
    width: 200px;
}

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

.menu-p01 .navbar-collapse {
    padding-top: 40px;
}

.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;
}


.text_content-1 h1 {
    color: #0c283b;
    text-align: center;
}


.text_content-1 p {
    color: black;
}

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


.text_content-2 h1 {
    color: #0c283b;
    text-align: center;
    padding-bottom: 30px;
}

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


.text_content-2 p {
    color: black;
    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: #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+ */
}


.card {
    width: 100%;
    margin: 10px;
    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: #3498db;
    font-weight: bold;
}

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

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

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

.espacio1 {
    padding-top: 30px;
}


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

.cuerpo2 {
    padding-bottom: 90px;
}



/* ~~ 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: #3498db;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    width: 86px;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    font-family: "Oswald", sans-serif;
}

#login_submit:hover {
    background-color: #1b4f72;
    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: #3498db;
}

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

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

.footer-section h3 {
    color: white;
    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: black;
}


/*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: #3498db;
}

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

.cont-movil .btn-danger {
    background-color: #3498db;
    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: dark#3498db;
    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;
    }

}