@charset "UTF-8";
/* LVDG
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

/* WebFonts SSO */



@font-face {
    font-family: "ssoicons";
    src: url("https://css.lavdg.com/assets/themes/sso/fonts/ssoicons.eot");
    src: url("https://css.lavdg.com/assets/themes/sso/fonts/ssoicons.eot?#iefix") format("embedded-opentype"),
        url("https://css.lavdg.com/assets/themes/sso/fonts/ssoicons.woff") format("woff"),
        url("https://css.lavdg.com/assets/themes/sso/fonts/ssoicons.ttf") format("truetype"),
        url("https://css.lavdg.com/assets/themes/sso/fonts/ssoicons.svg#ssoicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "ssoicons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak-as: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="sso-"]:before,
[class*=" sso-"]:before {
    font-family: "ssoicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak-as: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="sso-"] {
    font-size: 25px;
    position: relative;
    bottom: -2px;
    text-decoration: none;
}

.sites-special [class^="sso-"] {
    color: #fff;

}

.sso-usuario-logueado:before {
    content: "\61";
}

.sso-usuario-no-logueado:before {
    content: "\62";
}

.sso-menu:before {
    content: "\63";
}

.sso-carro-compra:before {
    content: "\64";
}


/* UI */

.botonSSO {
    cursor: pointer;
}

.modalSSO .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 14px;
    border: none !important;
    background: #111 !important;
    color: #fff;
}

.modalSSO .btn i {
    padding-right: 5px;
}

.modalSSO .btn:hover {
    opacity: .9;
    color: #fff;
}

.modalSSO .btn-login {
    background: #e32a46 !important;
    color: #fff;
}

.modalSSO .btn-register {
    background: #e32a46 !important;
    color: #fff;
}

.modalSSO .btn-default {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    font-weight: 300 !important;
}

.has-warning .form-control {
    border-color: #c41a1a !important;
}

.text-danger {
    color: #c41a1a !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    display: block !important;
}

/* Modal */

.modal-backdrop {
    opacity: .9 !important;
    background-color: #fff !important;
}

.modalSSO .modal-content {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0;
    font-family: 'Roboto', sans-serif !important;
    text-align: left !important;
}

.modalSSO .modal-header {
    /* background: #f4f4f4; */
    padding: 10px;
}

.modalSSO .modal-body {
    padding: 40px;    
}

.modalSSO .modal-body>h3 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 17px;
    margin: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.modalSSO .modal-body>p {
    display: block;
    text-align: center;
    color: #666;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.modalSSO .modal-body .menu_head {
    min-height: 1%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: url(https://css.lavdg.com/assets/newspaper2017/images/arrow-right.png) right center no-repeat;
    margin: 0 0 15px 0;
}

.modalSSO .modal-body .menu_head a.botonSSO {
    cursor: pointer;
    min-height: 1%;
    overflow: hidden;
    display: block;
    color: #333;
    padding: 15px 0;
}

.modalSSO .modal-body .menu_head .avatar {
    float: left;
    margin-right: 15px;
}

.modalSSO .modal-body .menu_head .avatar figure {
    width: 55px;
    height: 55px;
    background: #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
}

.modalSSO .modal-body .menu_head .avatar figure img {
    width: 100%;
}

.modalSSO .modal-body .menu_head .aliasUsuario {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.modalSSO .modal-body .menu_head .aliasUsuario+span {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.modalSSO .modal-body .menu_head .usuarioNoPremium,
.modalSSO .modal-body .menu_head .usuarioNoActivo {
    display: block;
}

.modalSSO .modal-body dl {
    margin: 0;
}

.modalSSO .modal-body dt {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

.modalSSO .modal-body dd {
    padding: 3px 0;
    list-style-type: square;
    display: block;
    font-size: 14px;
}

.modalSSO .modal-body dd a {
    color: #656565;
    cursor: pointer;
}

.modalSSO .modal-body dd a:hover {
    color: #111;
}

.modalSSO .fa-check {
    color: #006633;
    padding-right: 3px;
}

.modalSSO .modal-header .modal-title {
    font-weight: 300 !important;
    text-shadow: 0 1px 0 #FFFFFF !important;
    font-size: 16px !important;
    text-transform: none !important;
}

.modalSSO .modal-header .modal-title.lavoz {
    color: #e32a46 !important;
}

.modalSSO .close {
    font-size: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 3px;
    right: 15px;
    opacity: .5;
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
}

.modalSSO .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: none;
}

.modalSSO .panel.with-nav-tabs .panel-heading {
    margin: 0 0 20px 0;
    padding: 5px 5px 0 5px;
    border-bottom: none !important;
    background: none !important;
}

.modalSSO .panel.with-nav-tabs .panel-body {
    padding: 0;
}

.modalSSO .panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.modalSSO .panel.with-nav-tabs .nav-tabs {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 15px;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li {
    width: 49% !important;
    text-align: center;
    background: #f4f4f4;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 13px;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li:first-child {
    float: left;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li:last-child {
    float: right;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li a {
    text-decoration: none;
    font-weight: bold;
    color: #333 !important;
    padding: 8px !important;
    border-bottom: 1px solid #ddd;
    border-right: none;
    margin-right: 0;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li a:hover {
    background: none !important;
    border: 1px solid #ddd !important;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li.active {
    border-bottom: none;
    background: none !important;
}

.modalSSO .panel.with-nav-tabs .nav-tabs li.active a {
    font-weight: 300;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #ddd;
}

.modalSSO a {
    color: #336699 !important;
    font-weight: normal;
    text-decoration: none;
}

.modalSSO label {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    color: #555555 !important;
    font-size: 16px;
    line-height: 18px !important;
}

.modalSSO .form-control:not(select) {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 18px;
    padding-left: 40px;
}

.modalSSO label.checkbox {
    padding-left: 0;
    position: relative;
}

.modalSSO .checkbox span {
    display: inline-block;
    font-size: 1em;
    font-weight: 300 !important;
    top: 3px;
}

.modalSSO .checkbox input {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 2px 5px 0 0 !important;
    position: relative !important;
    display: inline-block;

}

.modalSSO #recordarme {
    margin-left: 0 !important;
    margin-top: 2px;
}

.modalSSO .alert {
    font-size: 13px;
    color: #666;
    border-radius: 0;
    padding: 10px;
}

.modalSSO .alert input {
    margin-right: 5px;
}

.modalSSO .alert strong {
    color: #333;
    font-weight: bold;
}

.modalSSO .form-group {
    margin-bottom: 20px;
}

.modalSSO .sel-avatar label.checkbox {
    display: inline-block;
    font-weight: 300 !important;
    padding-right: 10px;
    padding-left: 0;
    margin: 0;
    position: relative;
}

.modalSSO .sel-avatar label.checkbox input {
    margin-right: 2px !important;
}

.modalSSO #codigoPostalUsuario {
    width: 150px;
}

.modalSSO #campo_aceptoCondicionesUso {
    padding-left: 0 !important;
}

.modalSSO #divSuscriptor {
    padding: 10px 10px 0 10px !important;
}

.modalSSO .legal {
    margin-top: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}

.modalSSO .legal>label {
    font-weight: 300 !important;
    color: #666 !important;
    font-size: 12px !important;
    padding-left: 0 !important;
}

.modalSSO .condicionesLegalesAlta {
    width: 100% !important;
}

.condicionesLegalesAlta .preferenciasPublicitarias {
    position: relative;
    background: #f7f7f7;
    height: 0;
    overflow: hidden;
}

.condicionesLegalesAlta .preferenciasPublicitarias.active {
    height: 100%;
    padding: 16px;
    margin-bottom: 20px;
}

.condicionesLegalesAlta .preferenciasPublicitarias p strong {
    font-weight: 600;
    font-style: italic;
}

.modalSSO .soy-suscriptor>div>label {
    margin-top: 10px;
}

.modalSSO .modal-footer {
    border: none;
}

.modalSSO .modal-footer .btn {
    width: auto !important;
    font-size: 13px !important;
}

.modalSSO .modal .modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    background: #fff;
}


@media (min-width: 768px) {
    .modalSSO .modal-dialog {
        width: 400px !important;
    }
}

.popupCondiciones {
    overflow-x: hidden;
    overflow-y: scroll;
}

.popupCondiciones .checkbox {
    padding-left: 0;
}

.popupCondiciones label {
    padding-left: 0;
    font-weight: normal !important;
}

.popupCondiciones label strong {
    font-weight: normal !important;
}

/* Hack bootstraps 12 o 18 col */
.popupCondiciones .modal-body {
    min-height: 1%;
    overflow: hidden;
}

.popupCondiciones .col-sm-12 {
    width: 100% !important;
}

.popupCondiciones .col-sm-11 {
    width: 92% !important;
    margin-top: -10px;
}

.popupCondiciones .col-xs-4 {
    width: 33.3% !important;
    padding: 0 5px;
}

/* General */

.no-visible {
    display: none;
}

/* Botones */

.btn-sso-register {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding: 7px 12px;
    border: none;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500 !important;
    font-size: 13px;
}

.btn-sso-register:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
}

.btn-sso-login {
    color: #666 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: "Roboto Condensed" !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    font-weight: 300 !important;
    padding: 7px 40px 7px 12px !important;
    position: relative;
}


.btn-sso-login i {
    position: absolute;
    right: 9px;
    top: 1px;
}

.btn-sso-large {
    font-size: 16px !important;
    height: 45px !important;
    line-height: 30px !important;
}

.btn-sso-large i {
    top: 10px;
}

.backSSO {
    line-height: 50px;
    display: inline-block;
    font-size: 22px;
    color: #fff !important;
    /* float: left; */
}

@media (min-width: 768px) {
    .backSSO {
        margin-right: 10px;
    }
}

.backSSO span {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 10px;
    color: #fff;
}

.modalSSO .title h4 {
    margin-bottom: 10px;
}

.modalSSO .social-buttons-login {
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: auto;
}

.modalSSO .social-buttons-login a {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    height: 40px;
    min-width: 204px;
    margin: 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    /* border: 1px solid #cecece; */
    padding: 0 15px 0 10px;
}

.modalSSO .social-buttons-login a.google,
.modalSSO .social-buttons-login a.apple {
    border: 1px solid #FCFCFC;
    border-bottom-color: #CECECE;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}


.modalSSO .social-buttons-login a:hover  {
    outline-color: #C6DAFB;
    outline-style: solid;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%);
}

@media (max-width: 768px) {
    .modalSSO .social-buttons-login a {
        margin-bottom: 10px !important;
        max-width: 100% !important;
    }
}

.modalSSO .social-buttons-login a:hover {
    opacity: .9;
}

.modalSSO .icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    /* vertical-align: top; */
    text-align: center;
    /* padding-right: 10px; */
    font-size: 23px;
}

.modalSSO .social-buttons-login span {
    line-height: 42px;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 500;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.modalSSO .icon i {
    color: #fff;
    line-height: 42px;
}

.modalSSO a.facebook {
    background: #305c99;
}

.modalSSO a.google {}

.modalSSO .icon-input {
	width: 50px;
    height: 40px;
    display: flex;
    position: absolute;
    z-index: 3;
    font-size: 18px;
    color: #999999;
    text-align: center;
    padding-right: 10px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.modalSSO .line {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
}

.modalSSO .line hr {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0;
}

.modalSSO .line small {
    background: #fff;
    color: #888;
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    top: 2px;
    padding: 0 16px;
    font-weight: 300;
    font-size: 12px;
}

.modalSSO .register-link {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    font-weight: 300;
}

.modalSSO .register-link a {
    font-weight: bold;
}

#popup_suscriptor {
    -webkit-transform: none !important;
    transform: none !important;
}

#popup_suscriptor .usuario_sinregistrar {
    background: #f4f4f4;
}

.hidden {
    display: none;
}

#redsys-hosted-pay-button{
	height:300px !important;	
}
.iframetarjeta {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
}
.contenedorIframeMetodoPago {
	position:relative;	
	display:none;
	width: 100% !important;
}
.contenedorIframeMetodoPago.ingenico_epayments {
  	height: 620px !important;
}
.contenedorIframeMetodoPago.ingenico_epayments > .iframeMetodoPago {
	width: 100% !important;
	height: 100% !important;
}
.contenedorIframeMetodoPago.redsys {
	height:320px;
}

.contenedorIframeMetodoPago > .alert-danger{
	position:absolute;
	bottom:0px;
	background-color:#fcf8e3;
}

/* Loading */

.botonSSO[ejecutandoSSO],
button.btn[ejecutandoSSO] {
    position: relative;
    background-color: #ededed !important;
    color: #333 !important;
}

.botonSSO[ejecutandoSSO]:hover,
.botonSSO[ejecutandoSSO]:focus,
button.btn[ejecutandoSSO]:hover,
button.btn[ejecutandoSSO]:focus {
    outline: 0;
    box-shadow: none !important;
    cursor: wait;
}

.botonSSO[ejecutandoSSO]::before,
button[ejecutandoSSO]::before {
    content: '';
    background: url('https://css.lavdg.com/assets/newspaper2017/images/solo_loading.svg');
    display: block;
    float: left;
    background-size: cover;
}

.botonSSO[ejecutandoSSO]::before {
    width: 25px;
    height: 25px;
}

button[ejecutandoSSO]::before {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}


/* Tooltip */
.botonSSO .tooltiptext,
button.btn .tooltiptext,
.botonSSO[ejecutandoSSO] .tooltiptext,
button.btn[ejecutandoSSO] .tooltiptext {
    visibility: hidden;
    width: auto;
    white-space: nowrap;

    font-size: 10px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    position: absolute;
    z-index: 100;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;

    opacity: 0;
    transition: opacity .7s;
}

.botonSSO[ejecutandoSSO] .tooltiptext::after,
button.btn[ejecutandoSSO] .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
}

.botonSSO[ejecutandoSSO]:hover .tooltiptext,
button.btn[ejecutandoSSO]:hover .tooltiptext {
    visibility: visible;

    opacity: 1;
}

/* Modificaciones Modal Usuario */

/* Generales */

/* .modalSSO {
    font-size: 62.5%;
} */

.border-gold {
    border: 3px solid #B59C56;
}

.label_user {
    display: inline-block;
    background-color: white;
    color: #999999;
    padding: 1px 10px;
    border-radius: 4px;
}

.change_language-link {
    display: inline-block;
    font-size: 15px;
    margin-top: 7px;
}

.modal_user-box .modal_user-info .botonSSO .label_user {
    display: inline-block;
}

/* // */

/* Textos */

.txt-light {
    font-weight: 300;
}

.txt-bold {
    font-weight: bold;
}

.txt-gold {
    color: #B59C56;
}

.txt-gray,
.modal-services .txt-gray {
    color: #666666 !important;
}

.txt-dark_gray {
    color: #999999;
}

.txt-small {
    font-size: 13px;
}

.txt-medium,
.modalSSO .modal-body .menu_head .aliasUsuario.txt-medium {
    font-size: 16px;
}

.modalSSO .modal-body .menu_head .aliasUsuario.txt-medium {
    margin-right: 6px;
}

.txt-spacer {
    line-height: 25px;
}

/* // */

/* Elementos Modal */

.modal-services {
    background-color: white;
    padding: 15px;
}

.modal_user-box {
    height: 67px;
}

.modal_user-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal-banner {
    padding: 0px 15px;
}

.modal-banner hr {
    margin: 0px;
}

.modal-banner .banner {
    width: 100%;
    height: 130px;
    background-color: white;
    background: url('https://css.lavdg.com/assets/themes/lvdg2017/images/banner_suscripcion-l.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15px 0 15px 0;
}

.modal-footer_txt {
    padding: 12px 8px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.infoSSO[data-type="telefono"] {
    color: #000 !important;
    font-weight: bold;
}


/* Botones */

.modalSSO .btn-gold {
    background-color: #B59C56 !important;
    color: white !important;
    font-weight: 900 !important;
}

.modalSSO .btn-blue-txt {
    background-color: white !important;
    border: 1px solid #ccc !important;
    color: #406592 !important;
    font-weight: 900 !important;
}

.modalSSO .modal-buttons .btn {
    width: auto !important;
    font-size: 13px !important;
}

/* // */


/* Cambios SSO.css */

.modal-title.gray {
    color: #666666 !important;
}

/*.modalSSO .modal-body,
.modalSSO .modal-footer {
     background-color: #f4f4f4; 
}*/

.modalSSO .modal-body .menu_head {
    border-bottom: 1px solid #EBEBEB;
    background: none !important;
    margin: 0 !important;
    padding: 15px 0;
    display: flex;
}

.modalSSO .modal-body .menu_head .avatar figure {
    width: 67px;
    height: 67px;
}

.modalSSO .modal-body .menu_head a.botonSSO {
    padding: 0;
}

/*.modalSSO .modal-body {
    padding: 0 15px; 
}*/



.modal.modalSSO {
    background-color: rgba(0, 0, 0, 0.3);
}

.modalSSO .modal-content {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25) !important;
    border-radius: 6px;
}

.modal-content {
    border: 0px solid gray;
}

.modal-footer {
    margin-top: 0px;
    border-top: 0px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-header > h4 {
    font-weight: 700;
}

.modal .modal-body {
    padding: 0px 40px 20px 40px;
    font-size: 16px;    
}

.modal .title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
}


/* // */


/* Media queries */

@media (max-width: 320px) {
    .modalSSO .modal-dialog {
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .modalSSO .modal-buttons .btn {
        font-size: 11px !important;
    }

    .modalSSO .modal-body .menu_head {
        padding: 5px 0;
    }

    .modalSSO .modal-body .menu_head .aliasUsuario.txt-medium {
        font-size: 14px;
        margin-right: 6px;
    }

    .modalSSO .btn {
        padding: 4px 8px;
    }

    .modal-services {
        padding: 5px 15px;
    }

    .modal-banner .banner {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        background-color: white;
        background: url('https://css.lavdg.com/assets/themes/lvdg2017/images/banner_suscripcion-xs.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin: 15px 0 15px 0;
    }

    .txt-small {
        font-size: 11px;
    }

    .modal-footer_txt .txt-small {
        font-size: 10px;
    }

    .txt-medium {
        font-size: 14px;
    }

    .txt-spacer {
        line-height: 18px;
    }

    .modal-footer_txt {
        padding: 12px 8px;
        background-color: #f4f4f4;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

    .modal-footer_txt span:nth-child(1) {
        order: 0;
        flex: 0 1 100%;
        align-self: auto;
    }

    .modal-footer_txt span:nth-child(2) {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }

    .modal-footer_txt span:nth-child(3) {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .modal-banner .banner {
        width: 100%;
        height: 0;
        padding-bottom: 63.5%;
        background-color: white;
        background: url('https://css.lavdg.com/assets/themes/lvdg2017/images/banner_suscripcion-s.svg');
        background-size: cover;
        background-repeat: no-repeat;
        margin: 15px 0 15px 0;
    }

    .modalSSO .modal-dialog {
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .modalSSO .modal-body .menu_head {
        padding: 5px 0;
    }

    .modalSSO .btn {
        padding: 4px 8px;
    }

    .modal-services {
        padding: 15px 15px;
    }

    .txt-small {
        font-size: 12px;
    }

    .txt-spacer {
        line-height: 18px;
    }

    .modal-footer_txt {
        padding: 12px 8px;
        background-color: #f4f4f4;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

    .modal-footer_txt span:nth-child(1) {
        order: 0;
        flex: 0 1 100%;
        align-self: auto;
    }

    .modal-footer_txt span:nth-child(2) {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }

    .modal-footer_txt span:nth-child(3) {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
}

@media (min-width: 480px) {
    .modalSSO .modal-dialog {
        width: 600px !important;
        margin: 0 auto;
    }

    .txt-small {
        font-size: 16px;
    }

    .txt-medium,
    .modalSSO .modal-body .menu_head .aliasUsuario.txt-medium {
        font-size: 22px;
    }

    .modalSSO .modal-header .modal-title.txt-medium {
        font-size: 20px !important;
    }

    .txt-spacer {
        line-height: 25px;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .modalSSO .modal-dialog {
        width: 600px !important;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .modal-banner .banner {
        width: 100%;
        height: 130px !important;
        background-color: white;
        background: url('https://css.lavdg.com/assets/themes/lvdg2017/images/banner_suscripcion-l.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin: 15px 0 15px 0;
    }
}

/* // */


/* Hack Bootstrap */
.contenedorSSO .modal-dialog .modal-content .modal-buttons {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;

    border: none;
    background-color: #f4f4f4;
    text-align: right;
    padding: 15px;
}

.contenedorSSO .modal-dialog .modal-content .modal-buttons:before,
.contenedorSSO .modal-dialog .modal-content .modal-buttons:after {
    content: " ";
    display: table;
}

.contenedorSSO .modal-dialog .modal-content .modal-buttons:after {
    clear: both;
}

.contenedorSSO .modal-dialog .modal-content .modal-buttons .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.contenedorSSO .modal-dialog .modal-content .modal-buttons .btn-group .btn+.btn {
    margin-left: -1px;
}

.contenedorSSO .modal-dialog .modal-content .modal-buttons .btn-block+.btn-block {
    margin-left: 0;
}

/* // */

i.fa.fa-google {
    color: rgba(0,0,0,0);
    width: 30px;
    height: 100%;
    background-image: url(https://www.lavozdegalicia.es/assets/themes/lvdg/img/logo_googleg_48dp.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

i.fa.fa-apple {
    color: #333;
}

.google span {
    color: #808080;
}
.facebook span {
    color: #fff;
}
.apple span {
    color: #333333;
}


@media (max-width: 600px) {
    .modalSSO .modal-dialog {
        width: 100% !important;
        margin: 0 auto;
    }
}

.load-3 {
	margin:40px;
	display:flex;
	justify-content: center;
}
.waitline {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-left: 20px;
    background-color: #e32a46;
}
.load-3 .waitline:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .waitline:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .waitline:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}
@keyframes loadingC {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, 20px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  
.sso_login #popupMensajeSSOFondo.modal-backdrop {
	opacity: 0.8 !important;
}

/* // */        