@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

@font-face {
    font-family: 'Comfortaa';
    src: url("../fonts/Comfortaa/Comfortaa-Regular.ttf");
}

@font-face {
    font-family: 'Comfortaa';
    font-weight: bold;
    src: url("../fonts/Comfortaa/Comfortaa-Bold.ttf");
}

@font-face {
    font-family: Gotham;
    src: url("../fonts/gotham/gothamcondensed-light.otf");
}

@font-face {
    font-family: Gotham;
    font-weight: bold;
    src: url("../fonts/gotham/gothamcondensed-bold.otf");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #16344c;
}
.banner-patrocinador {
    padding: 0 20px;
    bottom: 5%;
    position: absolute;
}

.tamano-img {
    height: 100px;
}

.banner-message {
    background: none repeat scroll 0% 0% rgba(225, 224, 222, 0.25);
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
}

.form-group {
    /*background: #0073ff;*/
    display: flex;
    border-radius: 2px;
}

.g-recaptcha :nth-child(n) {
    margin: auto;
}
.flx {
    flex: 1;
}
.d-flex {
    display: flex;
}

/*------------------------------------------------------------------ [ box adcc]*/

.adcc-form {
    width: 100%;
    margin-left: 30px;
    font-family: Gotham !important;
    font-size: 20px;
}

.adcc-back {
    background-color: #8bc831;
    position: absolute;
    width: 100%;
    font-family: Gotham !important;
    font-size: 20px;
    color: #fff;
    bottom: 0%;
    padding: 10px 5px 5px 5px;
}

.adcc-group {
    height: 55px;
    padding: 6px 20px;
    background-color: #fff;
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.15);
}

input.adcc-img {
    padding: 0 45px !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border: none !important;
    width: 100%;
}

input.adcc-img:focus {
    border: 0 !important;
}

button.btn-adcc {
    background: #0073ff;
    padding: 20px;
    width: auto;
    font-weight: bold;
    color: #fff;
    line-height: 10px;
    letter-spacing: 2px;
    border: 0;
    outline: 0;
    margin: 15px 15px 15px 0;
    transition: all 0.25s;
}

button.btn-adcc:hover {
    background: #71a61d;
}

table, tr, th, td {
    border: 0 !important;
    font-size: 16px;

}
/*------------------------------------------------------------------ [ box login ]*/

input.login-txt {
    height: 55px !important;
    display: block;
    /* padding: 15px 10px; */
    /* margin-bottom: 10px; */
    width: 100%;
    /* border: 1px solid #ddd; */
    transition: border-width 0.2s ease;
    border-radius: 2px;
    /*            color: #fff;*/
}

input.login-txt + i.fa {
    color: #fff;
    font-size: 2em;
    padding: 15px 5px;
    display: none;
    transition: all 0.1s ease-in;
}

input.login-txt:focus {
    outline: none;
    color: #444;
    border-color: #0073ff !important;
    /*            border-left-width: 45px !important;;*/
}

input.login-txt:focus + i.fa {
    display: block;
    transition: all 0.25s ease-out;
}

.login-window {
    /*bottom: 15%;*/
    left: 7%;
    position: absolute;
}

.login-content {
    z-index: 800;
    padding-left: 15px;
    padding-right: 15px;
    margin: 120px;
        display: flex;
}

.login-box{
    width: 360px;
    margin: 10% auto;
    border-radius: 8px;
    background-color: white;
}

.login-box-body{
    background: #16344c;
    border-top: 0;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
}
.btn-success, .btn-success:hover {
    background: #1657e8 !important;
    border: none;
    color: #fff;
    border-radius: 4px;
}
.doodle {
    width: 100%;
}
.doodle img {
    width: 100%;
}
.formulario {
    padding: 20px;
    padding-top: 20px;
}
form.formulario_login {
    margin-top: 45px;
}
form.formulario_login input {
    background: #fff;
    border: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.16);
    padding-left: 60px;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    color: #777777;
    display: block;
    font-size: 13px;
    height: 36px;
    line-height: 1.42857143;
    padding: 8px 12px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
}
.login-box-body .form-control-feedback{
    color: #777;
}

.login-box-msg{
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.text-titulo {
    font-size: 22px;
    font-weight: bold;
}

.text-titulo,
.text-titulo small {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 15px;
}
.col-xs-8.col-md-6.col-xs-offset-2.col-md-offset-0 .tamano-img {
    padding: 15px;
}
.text-titulo small {
    font-weight: 100;
}

/*------------------------------------------------------------------ [ interChange ]*/

.backRight {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
}

.backLeft {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

#back {
    width: 100%;
    height: 100%;
    position: absolute;
}

#slideBox {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 50%;
    position: absolute;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.topLayer {
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
    left: -100%;
}

.left {
    width: 50%;
    height: 100%;
    background: rgba(249, 249, 249, 0.9);
    left: 0;
    position: absolute;
}

.right {
    width: 50%;
    height: 100%;
    background: rgba(249, 249, 249, 0.9);
    right: 0;
    position: absolute;
}

.content {
    top: 5%;
    position: absolute;
    left: 10%; 
    margin: 68px;
}

.off {
    background: none;
    color: #0073ff;
    box-shadow: none;
}

.right .off:hover {
    background: #eee;
    color: #0073ff;
    box-shadow: none;
}

.left .off:hover {
    box-shadow: none;
    color: #0073ff;
    background: #363A3D;
}

/*------------------------------------------------------------------ [ login ]*/

.social-auth-links {
    margin: 10px 0;
}

.content h2 {
    color: #0073ff;
    font-weight: 300;
    font-size: 35px;
}
/*New Responsive Loging*/
section.logoTitulo {
    padding: 60px;
    background: #fff;
    padding-bottom: 230px;
}
.logoTitulo h1.text-slogan.comunity-menssage {
    text-align: center;
    text-shadow: none;
    font-weight: 900;
    font-size: 30px;
}
.logoTitulo .text-slogan small {
    font-size: 30px;
}
.logoTitulo h3.subTxt {
    text-align: center;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #77797b;
    line-height: 1.3em;
}
.footer-responsive {
    padding: 40px;
    background: #fff;
}
.footer-responsive h3 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #77797b;
    line-height: 1.3em;
}
.footer-responsive img.tamano-img {
    height: auto;
}
/**/ /* Boton Flotante  */ /**/

#btn-float-adcc a {
  position: absolute;
  left: 0px;
  transition: 0.3s;
  padding: 8px;
  width: 100px;
  text-decoration: none; 
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#btn-float-adcc a:hover {
  left: 0;
}

#btn-adcc-f {
    bottom: 20px;
    background-color: #ffffff;
    border-bottom: solid 2px #0f304b29;
    border-right: solid 2px #0f304b29;
    border-top: solid 2px #0f304b29;
}
a#btn-adcc-f img {
    height: auto;
    width: 400px;
}
/**/
/*------------------------------------------------------------------ [ media Queries ]*/

@media (min-width: 2559px) {
    div#btn-float-adcc {
        display: none;
    }
    .login-window {
       /* bottom: -1%;*/
        left: 25%;
    }

    .content {
        left: 25%; 
        margin: 0 0 0 23px;
    }

    .content section {
        width: 500px;
    }
    .loginResponsive,
    .footer-responsive {
        display: none;
    }
      
}

@media (min-width: 1500px) and (max-width: 2559px) {
    div#btn-float-adcc {
        display: none;
    }
    .login-window {
        /*bottom: 8%;*/
        left: 15%;
    }

    .content {
        left: 15%; 
        margin: 0 0 0 23px;
    }

    .content section {
        width: 500px;
    }
    .loginResponsive,
    .footer-responsive {
        display: none;
    }
    
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .login-window {
       /* bottom: 1%;*/
        /*left: 7%;*/
    }

    .content {
        left: 8%; 
        margin: 0 0 0 23px;
    }

    .content section {
        width: 500px;
    }
    .loginResponsive,
    .footer-responsive {
        display: none;
    }
    div#btn-float-adcc {
        display: none;
    }
}

@media (min-height: 300px) and (max-height: 768px) {
    
    .backLeft .banner-patrocinador {
        display: none;
    }
    div#btn-float-adcc {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .login-window {
        /*bottom: -5%;*/
        left: -8%;
    }

    .content {
        left: 10%; 
        margin: 0 0 0 23px;
    }

    .content section {
        width: 350px;
    }

    .adcc-form {
        width: 95%;
        margin-left: 10px;
    }
    .loginResponsive,
    .footer-responsive {
        display: none;
    }
    .backLeft .banner-patrocinador {
        display: none;
    }
    
}

@media (min-width: 250px) and (max-width: 991px) {
    /**/
    .loginFull .backRight,
    .loginFull .banner-patrocinador,
    .loginFull div#slideBox {
        /*display: none;*/
    }
    .loginFull .backRight {
        display: none;
    }
    .loginFull div#slideBox {
        box-shadow: none;
        top: 0;
    }
    .banner-patrocinador {
        bottom: 0;
        position: relative;
    }
    #slideBox .right{
        display: none;
        width: 100%;
    }
    #slideBox{
        margin: 0px !important;
        width: 100%;
    }
    
    .backLeft {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 10;
    }
    .login-window {
        bottom: auto;
        left: auto;
        position: relative;
    }
    .login-content {
        margin: auto;
        display: block;
    }
    .login-box {
        margin-top: -200px;
        margin-bottom: 200px;
    }
    .banner-patrocinador {
        z-index: 5;
    }
    .content {
        position: relative;
        left: 0;
    }
    p#goLeft {
        text-align: center;
    }
    /**/
    
}
@media (min-width: 768px) and (max-width: 991px) {
    div#btn-float-adcc {
        display: none;
    }
    
    h1{
        font-size:20px;
    }

    h3{
        font-size: 12px;
    }

    /*.content {
        left: 5%; 
        margin: 0 0 0 23px;
    }*/

    /*.content section {
        width: 300px;
    }*/

    .adcc-form {
        width: 100%;
        margin-left: 10px;
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    div#btn-float-adcc {
        display: none;
    }
    #back {
        width: 100%;
        height: 723px;
        position: relative;
    }
    .backLeft,
    .backRight {
        /*position: initial;*/
        width: 100%;
    }
    #slideBox {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .banner-patrocinador {
        bottom: 0%;
    }
}
@media (min-width: 220px) and (max-width: 549px) {
    div#btn-float-adcc {
        display: none;
    }
    #back {
        width: 100%;
        height: 723px;
        position: relative;
    }
    .backLeft,
    .backRight {
        /*position: initial;*/
        width: 100%;
    }
    #slideBox {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .banner-patrocinador {
        bottom: 0%;
    }
    
}
@media (min-width: 350px) and (max-width: 500px) {
}
@media (max-width: 767px) { 
}

@media (max-width: 550px) {
}

@media (max-width: 400px) {
}

.text-slogan,
.text-slogan small,
.fieldset-login {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

/*.text-slogan {
    text-shadow: 1px 3px 2px rgb(164, 164, 165);
}*/

.fieldset-login {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.text-slogan small {
    font-weight: 400;
    color: #16344c;
}

.top-space {
    padding: 4em;
}