/* COOKIE */
.cookieBar {
    width: 90%;
    display: none; 
    position: fixed;
    left: 5%;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #3e3e3e;
    padding: 20px 0;
    z-index: 9999999999;
    box-shadow: 0px -1px 9px 1px rgb(0 0 0 / 18%);
    font-size: 14px;
}
.container-cookiebar {
    filter: initial !important;
}
.cookieBar {
    z-index: 9999999 !important;
}
.cookieBar .policy {
	text-align: left;
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
}
.policy p {
    padding-left: 7%;
}
.cookieBar button {
	width: 150px;
  	cursor: pointer;
  	border: none;
  	color: #fff;
  	text-transform: uppercase;
  	margin-top: 0;
  	height: 40px;
  	padding: 0 20px;
	background-color: var(--tts-primary-color);
}
.container-popup-permisos{
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); 
    display: none;
    justify-content: center;
    align-items: center;
}
.modal-popup-permisos{
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
}
.header-popup-permisos {
    height: 41px;
}
.body-popup-permisos{
    padding: 0 30px;
    text-align: center;
}
.footer-popup-permisos {
    text-align: center;
    padding: 10px 30px 20px;
}

.okPopupPermisos{
    height: 36px;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    background-color: var(--tts-primary-color);
    width: 100px;
}
.aceptarPopupPermisos:hover {
    background-color: #c51b20 !important;
}

p.msg-popup-permisos {
    color: #666;
	font-size: 16px;
}

a.close-popup-permisos {
    float: right;
    padding: 10px;
    opacity: .5;
    cursor: pointer;
}
a.close-popup-permisos:hover {
    opacity: .8;
}
a.close-popup-permisos i.fa.fa-times {
    font-size: 20px;
}
.hide-popup-permisos{
    display: none;
    animation: fadeOut .5s;
}
.show-popup-permisos{
    display: flex;
    animation: fadeIn .5s;
}
@media only screen and (max-width: 992px) {
	.cookieBar {
	   width: 90%;
	   left: 5%;
	}
	.cookieBar .policy {
	    line-height: 25px;
        text-align: center;
        padding: 0 25px 18px;
	}
    .policy p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 400px) {
	.modal-popup-permisos {
        border-radius: 0;
    }
}


/* AUTH */
*{
    box-sizing: border-box;
  }
  /* 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: 'Quicksand',"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: var(--tts-primary-color);
      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 .md-form label{
    top: 0.3rem;
  }
  #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;
    display: flex;
  }
  .inside-row{
    max-width: 65%;
    width: 100%;
  }
  .login-container{
      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;
      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: 'Quicksand';
      font-size: 28px;
      font-weight: 400;
  }
  .login-form-2{
      margin: 0 auto;
      overflow: hidden;
      border-radius: 4px;
      min-height: 445px;
      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: 'Quicksand';text-align: center;margin-bottom: 25px;font-size: 28px;font-weight: 400;}
  .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
  }
  
  .swapToSignUp {
      background-color: #fbfbfb!important;
      color: var(--tts-primary-color)!important;
      font-weight: bold;
      box-shadow: none!important;
  }
  
  .swapToSignUp:hover {
      background-color: #efefef!important;
  }
  
  #login-form .form-group, .form-control {
       overflow: hidden!important;
  }
  
  .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;
  }
  .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: 'Quicksand';
        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: var(--tts-primary-color);
  }
  #btnResetPassword:focus{
    outline: none;
    border: none;
    box-shadow: none;
  }
  #emailLogin-label, #emailRegister-label, #inputResetEmail-label{
    padding-left: 26px;
    font-size: 13px;
    font-family: 'Quicksand';
    font-weight: normal; 
  }
  #emailLogin, #emailRegister, #inputResetEmail{
      margin-top: -18px;
      padding-left:25px;
      width: 92%;
      display: block;
  }
  #passwordLogin-label, #passwordRegister-label, #password2Register-label{
    padding-left: 26px;
    font-size: 13px;
    font-family: 'Quicksand';
    font-weight: normal; 
  }
  #passwordLogin, #passwordRegister, #password2Register{
      margin-top: -15px;
      padding-left:25px;
      width: 92%;
      display: block;
  }
  .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: 'Quicksand';
      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: var(--tts-primary-color);
  }
  #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: 'Quicksand';
      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: 'Quicksand';
      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: var(--tts-primary-color);
  }
  
  #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: var(--tts-primary-color);
  }
  .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: 'Quicksand';
      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: 'Quicksand';
      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: 'Quicksand';
      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: 'Quicksand';
      font-weight: 400;
      float: left;
  }
  .text-green {
      color: #55bc83;
      font-family: Arial;
      font-size: 13px;
      padding-top: 5px;
  }
  .login-inside a{
    display: block;
  }
  .login-inside img{
    width: 27px;
  }
  .login-fixed{
      float: right;
      text-align: center;
      padding-top: 5px;
      color: #393939;
      font-family: 'Quicksand';
      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: var(--tts-primary-color);
      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;
      }
  }


/* REMARKETING */
.container-remarketing{
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); 
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-remarketing{
    height: 400px;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 10px;
    background-image: url(../img/header/popup_remarketing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.body-remarketing {
    padding: 0 40px;
}
.title-remarketing {
    font-size: 31px;
    font-family: Roboto, sans-serif;
    color: #333;
    width: 345px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-remarketing {
    padding: 0 40px;
}
.socialGoogleRemarketing, .socialFacebookRemarketing, .registrarRemarketing{
    height: 41px;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    margin: 0;
    border-radius: 10px;
    border: none;
}
.item-remarketing {
    margin-bottom: 30px;
}
span.iconRemarketing {
    font-size: 22px;
}
span.iconRemarketing i{
    font-size: 19px;
    vertical-align: top;
    margin-top: 2px;
}
span.iconRemarketing i.fa-facebook{
    font-size: 22px;
}
span.txtBtnRemarketing {
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 500;
    vertical-align: text-bottom;
    line-height: 21px;
}
.socialGoogleRemarketing span.iconRemarketing {
    border-right: 1px solid #c6808a;
    padding: 0 7px 0 5px;
}
.socialGoogleRemarketing span.iconRemarketing img{
    width: 25px;
    vertical-align: bottom;
}
.socialGoogleRemarketing {
    background-color:#fff;
    width: 255px;
    color: #2f6a8b;
    text-align: left;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
.socialGoogleRemarketing:hover {
    background-color:rgb(241, 240, 240) !important;
    cursor: pointer;
}
.socialFacebookRemarketing span.iconRemarketing {
    border-right: 1px solid #fff;
    padding-right: 13px;
}
.socialFacebookRemarketing {
    background-color:#3b579d;
    background: linear-gradient(to right,#3b579d, #6181d1);
    width: 255px;
    color: #fff;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
.socialFacebookRemarketing:hover {
    background-color:#2e4785 !important;
    cursor: pointer;
}
.registrarRemarketing{
    font-size: 14px;
    font-family: 'Quicksand';
    background-color: #f0393e;
    width: 28%;
    line-height: 5px;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
    color: #fff;
}
.registrarRemarketing:hover {
    background-color: #c51b20 !important;
    cursor: pointer;
}
.registrarRemarketing:focus-visible{
    outline: none;
}
.socialGoogleRemarketing > img, .socialFacebookRemarketing > img{
    display: block;
    margin: 0 auto;
}
.mail-container{
    width: 380px;
}
input#mail-remarketing {
    font-size: 14px;
    font-family: 'Quicksand';
    height: 41px;
    padding: 4px 10px 4px 56px;
    width: 73%;
    margin: 0;
    margin-right: -15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
input#mail-remarketing:focus-visible{
    outline: none ;
}
.mail-container span.iconRemarketing{
    font-size: 25px;
    position: absolute;
    padding: 0 10px 0 14px;
    border-right: 1px solid #999;
    margin-top: 9px;
    color: #868686;
}
p.error-email {
    color: #a94442;
    position: absolute;
    margin-top: 2px;
    font-size: 12px;
    margin-left: 3px;
    display: none;
}
.hide-error{
    display: none !important;
}
.show-error{
    display: block !important;
}
a.close-popup-remarketing {
    float: right;
    padding: 10px;
    opacity: .5;
    cursor: pointer;
}
a.close-popup-remarketing:hover {
    opacity: .8;
}
a.close-popup-remarketing i.fa.fa-times {
    font-size: 20px;
}
.hide-remarketing{
    display: none;
    animation: fadeOut .5s;
}
.show-remarketing{
    display: flex;
    animation: fadeIn .5s;
}

@media only screen and (max-width: 768px)  {
    .modal-remarketing{
        height: 300px;
        margin: 0 10px;
        max-width: 528px;
        background-position: left;
    }
    .item-remarketing {
        margin-bottom: 15px;
    }
    .footer-remarketing {
        padding: 0px 30px;
    }
    .mail-container {
        width: 315px;
    }
    .title-remarketing {
        margin-top: 0;
        font-size: 27px;
        width: 310px;
    }
}

@media only screen and (max-width: 372px)  {
    .title-remarketing {
        font-size: 21px;
        width: 250px;
    }
    .mail-container {
        width: 272px;
        max-width: 290px;
    }
    .body-remarketing {
        padding: 0 30px;
    }
    .footer-remarketing {
        padding: 0px 18px;
    }
    .registrarRemarketing {
        width: 30%;
    }
}