﻿@charset "UTF-8";
/* CSS Document */

body {
    background-color: black;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: white;
}

a,
a:focus {
    text-decoration: none;
    color: #007bc0;
}

a:hover {
    color: #00519e;
}

img {
    border: none;
    outline: none;
    border: 0px;
}

a img {

    border: none;
    outline: none;
    border: 0px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: white;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.top-1 {
    background-color: #931818;
    width: 100%;
    padding: 2px;
}

.cabecera-1 {
    background: #FFEFBA;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    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);
    padding-top: 15px;
    padding-bottom: 2px;
}

.menu-x {
    padding-top: 30px;
}

.nav-item {
    padding-left: 10px;

}

.nav-item {
    font-family: "Oswald", sans-serif;
    font-size: 18px;

}

.logo-1 {
    width: 240px;

}

.logo-bk {
    width: 150px;

}

.bannen-1 {
    width: 100%;
}

.espacio-top {
    padding-top: 100px;

}


.img-1 {
    width: 100%;

}

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

.texto-1 {
    color: black;
}


.contenido-1 {
    padding-bottom: 60px;
    padding-top: 60px;
}

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

.card {
    background: #141E30;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-title {
    color: red;
}


.btn-outline-danger {
    font-size: 18px;
    width: 160px;
}

.pie-1 {
    padding-top: 30px;
    background-color: black !Important;
}

.pie-1 p {
    color: white;
}

.text-uppercase {
    color: red;

}

.copyright {
    color: white;
}



.text_content-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text_content-1 h1 {
    color: royalblue;
    padding-bottom: 20px;
    text-align: center;
}


.text_content-1 h2 {
    color: aqua;
    padding-bottom: 10px;
}


.card-img-top:hover {

    filter: opacity(.5);
}

#wrap {
    max-width: 1280px;
    margin: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px -10px 5px 0px rgba(25, 25, 25, 0.5);
    -moz-box-shadow: 0px -10px 5px 0px rgba(25, 25, 25, 0.5);
    box-shadow: 0px -10px 5px 0px rgba(25, 25, 25, 0.5);
}

#header {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    background-image: url(../images/header_bg.gif);
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 5px solid #3d7ff7;
}

#title-area {
    width: 20%;
    float: left;
    margin: 5px 30px;
}

#content {
    width: 100%;
    float: left;
}

.content_box {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    text-align: left;
    display: inline-block;
}

#content_box1 {
    width: 23%;
    max-width: 300px;
    margin-left: 1.6%;
    display: inline-block;
    float: left;
    text-align: left;
    background: #3d7ff7;
}

#content_box2 {
    width: 100%;
    display: inline-block;
}

.text_content {
    padding: 10px 30px 30px 30px;
}

img {
    max-width: 100%;
    height: auto;
}

/*********** Menú principal ***********/

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 68%;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.nav li {
    display: inline;

}

.nav a {
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    background: #1C3D6F;
    padding: 4px 8px;
    margin: 2px 0px;
}

.nav a:hover {
    background: #3d7ff7;
}

.nav li:last-child {
    border-right: 0;
}

/*---------------------------------*/
#info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.banner {
    text-align: center;
}

#bt_line {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

.bt_line_title {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 1.5em;
    font-style: italic;
    line-height: 30px;
    padding-left: 10px;
}

.bt_line_title a {
    color: #FFF;
}

#bt_line p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 1em;
    text-align: left;
}

#bt_line p a {
    color: #FFFF33;
    text-decoration: underline;
}

#bt_line p a:hover {
    color: #ffcc00;
}

.bt_content {
    padding: 0px 15px;
}


#footer {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1b2631;
}

.tite-pie {
    align-content: center;
    text-align: center;
}

.tite-pie h2 {
    color: whitesmoke;
    font-size: 18px;
    text-transform: uppercase;
}


.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: whitesmoke;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
}


/* ~~ Login ~~ */

#login-area {
    float: right;
    margin-right: 0px;
    text-align: right;
}

.login_holder {
    padding-top: -20px;
    text-align: center;
}


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: white;
    font-size: 16px;
    padding: 2px;
    width: 70px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid white;
    font-family: "Oswald", sans-serif;
}

#login_submit:hover {
    background-color: white;
    border: 1px solid red;
    color: red;

}

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

input {
    background-image: none;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 120px;
    margin: 2px;
    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;

}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px
    }
}

/*********** Responsive ***********/

@media screen and (max-width: 1280px) {

    #header {
        background-image: none;
    }


}

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

    #content_box1 {
        min-height: 265px;
    }


}

@media screen and (max-width: 980px) {

    .nav {
        display: inline-block;
        height: auto;
        /*	background:none;*/
    }

    .nav li {
        display: inline-block;
        /*	background-color:#660000;*/
    }

}

@media screen and (max-width: 767px) {

    .nav {
        background: none;
    }

    #bt_line p {
        display: none;
    }

}

@media screen and (max-width: 710px) {

    #title-area {
        /*	display:none;*/
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 30px;
    }

    #login-area {
        background-image: none;
        width: 100%;
        margin: auto;
        margin-top: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        /* Firefox */
        -webkit-border-radius: 5px;
        /* Safari y Chrome */
    }

    .login_holder {
        padding: 10px 0px;
    }

    .nav {
        width: 100%;
        text-align: center;
    }


}

@media screen and (max-width: 560px) {

    #bt_line {
        display: none;
    }

    #info {
        font-size: 25px;
        text-align: center;
    }


}

@media screen and (max-width: 480px) {

    #info li {
        display: block;
    }

}



.login-movil {
    padding-top: 0px;
    padding-bottom: 4px;
    margin: 0 auto;
}


/* 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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !important;
    }

    .logo-1 {
        width: 200px;
    }
}



/* ----------- 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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !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;
    }

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

    .card {
        margin: 0 auto !important;
        width: 340px !important;
    }

    .col {
        margin: 10px !important;
    }


}
