*{
  box-sizing: border-box;
}
html{
  font-size: 11px;
}
/* The Modal (background) */
.modalLogin {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}

.blurModal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background: #fff;
  opacity: 0.75;
}
/* Structure Modal */
#myModal.col-xs-12, #myModal .col-xs-1,#myModal .col-xs-2,#myModal .col-xs-3,#myModal .col-xs-4,#myModal .col-xs-5,#myModal .col-xs-6,#myModal .col-xs-7,#myModal .col-xs-8,#myModal .col-xs-9,#myModal .col-xs-10,#myModal .col-xs-11,#myModal .col-xs-12{
  float:left;
}
#myModal .col-lg-1, #myModal .col-lg-10, #myModal .col-lg-11, #myModal .col-lg-12, #myModal .col-lg-2, #myModal .col-lg-3, #myModal .col-lg-4, #myModal .col-lg-5, #myModal .col-lg-6, #myModal .col-lg-7, #myModal .col-lg-8, #myModal .col-lg-9, #myModal .col-md-1, #myModal .col-md-10, #myModal .col-md-11, #myModal .col-md-12, #myModal .col-md-2, #myModal .col-md-3, #myModal .col-md-4, #myModal .col-md-5, #myModal .col-md-6, #myModal .col-md-7, #myModal .col-md-8, #myModal .col-md-9, #myModal .col-sm-1, #myModal .col-sm-10, #myModal .col-sm-11, #myModal .col-sm-12, #myModal .col-sm-2, #myModal .col-sm-3, #myModal .col-sm-4, #myModal .col-sm-5, #myModal .col-sm-6, #myModal .col-sm-7, #myModal .col-sm-8, #myModal .col-sm-9, #myModal .col-xs-1, #myModal .col-xs-10, #myModal .col-xs-11, #myModal .col-xs-12, #myModal .col-xs-2, #myModal .col-xs-3, #myModal .col-xs-4, #myModal .col-xs-5, #myModal .col-xs-6, #myModal .col-xs-7, #myModal .col-xs-8, #myModal .col-xs-9{
  position: relative;
  /*min-height: 1px;*/
  padding-right: 10px;
  padding-left: 10px;
}
#myModal a[href]{
  cursor: pointer;
}
#myModal img {
  border: none;
  display: inline-block;
  text-decoration: none;
}
#myModal a, #myModal button, #myModal  p, #myModal  ul{
  color: inherit;
  margin: 0;
  padding: 0;
}
#myModal.col-xs-12, #myModal .col-xs-12{
  width:100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
}
#myModal h3{
  margin-top:20px;
  line-height: 1.1;
}
#myModal .col-xs-6 {
    width: 50%;
}
#myModal .row {
    margin-right: -10px;
    margin-left: -10px;
}
#myModal .col-xs-offset-3 {
    margin-left: 25%;
}
#myModal input[type="submit"], #myModal .submit, #myModal #submit, #myModal button {
    background-color: #D32027;
    border: none;
    color: #FFF;
    height: 34px;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}
#myModal button, input[type="submit"] {
    cursor: pointer;
}
/*#myModal label {
    padding-left: 5px;
}*/
#myModal .md-form label{
  top:1px;
}
#myModal .row:after, #myModal .row:before {
    display: table;
    content: " ";
}
/* MEDIA */
@media (min-width: 768px){
  #myModal .col-sm-6 {
      width: 50%;
  }
  #myModal .col-sm-1, #myModal .col-sm-10, #myModal .col-sm-11, #myModal .col-sm-12, #myModal .col-sm-2, #myModal .col-sm-3, #myModal .col-sm-4, #myModal .col-sm-5, #myModal .col-sm-6, #myModal .col-sm-7, #myModal .col-sm-8, #myModal .col-sm-9 {
      float: left;
  }
}
/* Structure Modal END */


/* Modal Content/Box */
.modal-login {
  background-color: transparent;
   /* 15% from the top and centered */
   /* Could be more or less, depending on screen size */
  display: flex;
}
.inside-row{
  max-width: 65%;
  width: 100%;
}
.login-container{
    /*margin-top: 5%;
    margin-bottom: 5%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.login-logo{
    cursor: pointer;
    position: absolute;
    max-width: 60px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
}
.login-logo img{
    width: 100%;
    max-width: 70px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    padding: 5%;
    box-shadow: 0px 0px 7px 2px #ababab;
    width: 100%;
    max-width: 60px;
    opacity: .3;
    background: transparent;
    box-shadow: none;
}

.login-form-1 {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    /*height: 100%;*/
    min-height: 445px;
    width: 100%;
    max-width: 48%;
    margin-right: 25px;
    padding: 0px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 63%, #f2bcbe 63%, #f2bcbe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.login-form-1 h3{
    text-align: center;
    margin-bottom: 25px;
    color: #292929;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 300;
}
.login-form-2{
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    min-height: 445px;
    /*height: 100%;*/
    width: 100%;
    max-width: 48%;
    padding: 0px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 63%, #f2bcbe 63%, #f2bcbe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.login-form-2 h3{color: #292929;font-family: Roboto;text-align: center;margin-bottom: 25px;font-size: 28px;font-weight: 300;}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.btnForgetPwd{
    text-decoration: none;
}

.flip {
  transition: transform 150ms ease;
  transform: rotate(-180deg);
}

.noFlip {
  transition: transform 150ms ease;
  transform: rotate(0deg);
}

.opacityModal {
  opacity: 0.5
}

/*@media only screen and (max-width: 768px) {
    .login-form-1{

    }
    .login-form-2{
        display: none;
    }
}*/

.swapToSignUp {
    background-color: #fbfbfb!important;
    color: #d32027!important;
    font-weight: bold;
    box-shadow: none!important;
}

.swapToSignUp:hover {
    background-color: #efefef!important;
}

#login-form .form-group, .form-control {
     overflow: hidden!important;
}

/*.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}*/
.red-circle{
  display: inline-block;
  background: #d6212a;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.p-login{
  font-size: 14px;
  color: #565656;
  /* padding: 0; */
}
.container-line{
  border-left: 1px solid #9c9c9c;
  margin-left: 6px;
  padding-left: 20px !important;
}
#login-form p{
  font-size: 14px;
  color: #484848;
}

#login-btn, #signup-btn {
	box-shadow: none;
	height: 28px !important;
	margin: 0px !important;
}
#register-register {
	margin-top: 5px!important;
}
.modalReset {
    overflow: hidden;
    margin: 0 auto;
}
#block-forgot{
      max-width: 80%;
    margin: auto;
    margin-top: 20px;
}
#btnResetPassword, #btnResetPasswordConfirm {
      box-shadow: none;
      max-width: 200px;
      height: 28px;
      margin-top: 20px;
      margin-bottom: 15px;
      transition: all 0.3s ease-in-out;
      font-family: Roboto;
      letter-spacing: 0.5px;
}
.bootbox .bootbox-close-button.close{
    border: none;
    box-shadow: none;
    color: #4a4a4a!important;
    opacity: .6;
}
.bootbox .bootbox-close-button.close:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
  background: transparent;
  color: #f2bcbe!important;
  opacity: 1;
}
.bootbox .bootbox-close-button.close:focus{
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#btnResetPassword:hover{
    transition: all 0.3s ease-in-out;
    opacity: .8;
    background-color: #D32027;
}
#btnResetPassword:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
#emailLogin-label, #emailRegister-label, #inputResetEmail-label{
  padding-left: 26px;
  font-size: 13px;
  font-family: Roboto;
  font-weight: normal; 
}
#emailLogin, #emailRegister, #inputResetEmail{
    margin-top: -15px;
    padding-left:25px;
    width: 92%;
}
#passwordLogin-label, #passwordRegister-label, #password2Register-label{
  padding-left: 26px;
  font-size: 13px;
  font-family: Roboto;
  font-weight: normal; 
}
#passwordLogin, #passwordRegister, #password2Register{
    margin-top: -15px;
    padding-left:25px;
    width: 92%;
}
.md-form.form-sm:focus #img-user-login {
    width: 15px;
    display: inline-block;
    filter: brightness(1);
    opacity: .4;
    vertical-align: middle;
    transform: translateY(3px);
}
.md-form input[type=password]:focus:not([readonly])+label{
  display: none
}
.md-form input[type=email]:focus:not([readonly])+label{
  display: none
}
.md-form input[type=email]:focus:not([readonly]){
    -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
    box-shadow: 0 0px 0 0 #f2bcbe;
    border-bottom: 1px solid #f2bcbe;  
}
.md-form input[type=password]:focus:not([readonly]){
    -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
    box-shadow: 0 0px 0 0 #f2bcbe;
    border-bottom: 1px solid #f2bcbe;  
}
#img-pass-login{
      width: 17px;
    display: inline-block;
    filter: brightness(0);
    opacity: .4;
    vertical-align: middle;
    transform: translateY(3px);
}
.md-form input[type=text]:focus:not([readonly])+label{
  display: none
}
.md-form input[type=text]:focus:not([readonly]){
    -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
    box-shadow: 0 0px 0 0 #f2bcbe;
    border-bottom: 1px solid #f2bcbe;  
}
#img-user-login{
      width: 15px;
    display: inline-block;
    filter: brightness(0);
    opacity: .4;
    vertical-align: middle;
    transform: translateY(3px);
}
#login-login .md-form.form-sm{
    margin: 0;
}

#login-login .md-form.form-sm input[type="submit"]{
    box-shadow: none;
    width: 100%;
    height: 28px;
    font-family: Roboto;
    letter-spacing: 0.5px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
}
#login-login .md-form.form-sm input[type="submit"]:hover{
  opacity: .8;
  transition: all 0.3s ease-in-out;
  background: #D32027;
}
#login-login .md-form.form-sm input[type="submit"]:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
#registro-login .md-form.form-sm{
   margin: 0;
}
#registro-login input[type="submit"]{
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    font-family: Roboto;
    text-align: left;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
#registro-login input[type="submit"]:hover{
    opacity: .7;
    transition: all 0.3s ease-in-out;
}
#registro-login input[type="submit"]:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
#remember-login{
  font-size: 12px;
  margin-top: 10px;
  color: #484848;
}

#remember-login input[type="checkbox"]{
  vertical-align: middle;
  margin-top: 0;
}
#forgot-login{
    font-size: 11px;
    padding-right: 0;
    color: #484848;
    margin-top: 11px;
    transition: all 0.3s ease-in-out;
}
#forgot-login:hover{
    opacity: .8;
    transition: all 0.3s ease-in-out;
}
#row-redes.row{
  padding: 0;
  padding-left: 25px;
}
#row-redes.row div{
    padding-right: 0;
    text-align: center;
}
button.socialGoogleLogin{
  box-shadow: none;
  border: 1px solid #c3c3c3;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
button.socialFacebookLogin{
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
button.socialGoogleLogin:hover{
  opacity: .8;
  transition: all 0.3s ease-in-out;
}
button.socialFacebookLogin:hover{
  opacity: .8;
  transition: all 0.3s ease-in-out;
}
button.socialGoogleLogin:focus{
  outline: none;
  box-shadow: none;
}
button.socialFacebookLogin:focus{
  outline: none;
  box-shadow: none;
}
.modalReset::before {
    content: "";
  position: absolute;
  background-color: #f2bcbe;
  padding-bottom: 141.42136%;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(61deg);
          transform: rotate(61deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
#register-register  input[type="submit"]{
  max-width: 150px;
    text-align: center;
    font-family: Roboto;
    font-weight: normal;
    letter-spacing: 0.5px;
    height: 28px;
    box-shadow: none;
    margin: auto;
    display: block;
    transition: all 0.3s ease-in-out;
}
#register-register input[type="submit"]:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
#register-register  input[type="submit"]:hover{
  opacity: .8;
  transition: all 0.3s ease-in-out;
  background: #D32027;
}

#emailLogin-label.active, #emailRegister-label.active, #inputResetEmail-label.active{
  display: none;
}

#passwordLogin-label.active, #passwordRegister-label.active, #password2Register-label.active{
  display: none;
}

.inside-row {
    max-width: 65%;
    width: 100%;
}
.passwordLoginError, .emailLoginError, .emailRegisterError, .passwordRegisterError, .password2RegisterError, .inputResetPasswordError, .inputResetPasswordError2 {
  font-size: 12px;
}

.text-red {
    color: #d32027;
}
.swapToLogin{
  display: none;
}
.login-barra-mobile{
  display: none;
}
#choffi-launcher{
  display: block;
}
.bootbox.modal{
    display: flex;
    align-items: center;
}
.bootbox.modal .modal-content{
  top:0;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 70%, #f4f4f4 70%, #f2bcbe 70%, #f2bcbe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 70%,#f4f4f4 70%,#f2bcbe 70%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 70%,#f4f4f4 70%,#f2bcbe 70%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  max-width: 450px;
  width: 100%;
  margin: auto;
}
.bootbox.modal .modal-content .modal-title{
    text-align: center;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 300;
    color: #1d1d1d;
}

.bootbox.modal .modal-content .modal-header{
    border-bottom: none;
    padding-bottom: 0;
}

.bootbox.modal .modal-dialog{
    margin: 0;
    width: 100%;
    margin: auto;
}
.bootbox.modal #forgot-modal{
    color: #383838;
    font-family: Roboto;
    font-weight: 600;
    font-size: 15px;
}
.bootbox.modal #if-modal{
    text-align: center;
    color: #2f2f2f;
    max-width: 80%;
    margin: auto;
    padding-top: 10px;
    font-family: Roboto;
    font-weight: normal;
}

.close-login-modal{
  display: none;
}
.login-barra-mobile .m-canjes{
    width: auto;
    height: 56px;
    margin: 6px 0px;
}
@media only screen and (max-width: 1100px) {
.inside-row {
    max-width: 85%;
    width: 100%;
}
}
@media only screen and (max-width: 950px){
.inside-row {
    max-width: 100%;
    width: 100%;
}

}


@media only screen and (max-width: 768px){
.close-login-modal{
  display: block;
  position: absolute;
  right: 15px;
  top: 7px;
  color: #f2bcbe;
  font-size: 18px;
  display: block;
  z-index: 2;
}
.login-barra-mobile{
  display: block;
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 60px;
  bottom: 0;
  padding-top: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.login-inside {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    width: 59px;
    font-family: Roboto;
    font-weight: 400;
    float: left;
}
.text-green {
    color: #55bc83;
}
.login-inside a{
  display: block;
}
.login-inside img{
  width: 25px;
}
.login-fixed{
    float: right;
    text-align: center;
    padding-top: 5px;
    color: #393939;
    font-family: Roboto;
    font-weight: 400;  
}
.login-fixed a{
  display: block;
}
.login-fixed #chat-login{
    display: inline-block;
    margin-right: 23px;
}
.login-fixed #chat-login img{
    width: 25px;
}
.login-fixed #llamar-login{
    display: inline-block;
    margin-right: 9px;
}
.login-fixed #llamar-login img{
    width: 20px;
}
  .login-form-2{
    max-width: 100%!important;
    margin: auto;
    float: none;
    display: none;
  }
  .swapToLogin{
    color: #d32027;
    margin-top: 9px;
    padding-bottom: 20px;
    font-size: 13px;
  }
  .swapToLogin{
    display: block;
  }
  .login-logo{
    display: none;
  }

  .login-form-1{
    max-width: 100%!important;
    margin: auto;
    float: none;
    min-height: auto;
    padding-bottom: 20px;
  }
  .login-container{
    padding: 0;
  }
  .bootbox.modal .modal-content {
      max-width: 90%;
  }
  #choffi-launcher{
    display: none;
  }

  #drop6 {
    display: none;
  }
}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)  {

    .login-form-1{
        max-width: 70%!important;
        margin: auto;
        float: none;
        min-height: auto;
        padding-bottom: 20px;
    }

    .login-form-2{
        max-width: 70%!important;
        margin: auto;
        float: none;
        display: none;
    }

    .bootbox.modal .modal-content {
        max-width: 450px;
    }

    #remember-login, #forgot-login {
        text-align: center;
    }
}

@media only screen and (max-width: 768px)  {
    .right-menu {
        display: none;
    }

    #remember-login label {
    	font-weight: normal;
    }
}

.dropdown-menu.account {
    right: 0;
    left: auto;
    top: auto;
    min-width: 147px;
    width: 147px;
}

.dropdown-menu.account {
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,.175);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,.175);
    right: 0;
    left: -17px;
    top: 39px;
    min-width: 147px;
    width: 147px;
    position: absolute;
}

.dropdown-menu.account:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -19px;
    left: 44px;
}

ul.dropdown-menu.account > li:first-child {
    padding-top: 6px;
}

ul.dropdown-menu.account > li:last-child {
    padding-bottom: 6px;
}

#photoProfile {
    vertical-align: middle;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #d8d8d9;
    padding: 5px;
}

#save-btn {
    box-shadow: none;height: 28px;margin: 0px;width: 160px;
}

.bootbox-close-button {
  display: inline-block!important;
}

@media only screen and (max-width: 768px)  {
    header div.user > a {
        cursor: default;
    }

    .user .icon-arrow-down {
        display: none;
    }
    .dropdown-menu .account {
        display: none;

    }
    .responsive .logoTTS {
        display: none;
    }
}