@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.otf');
    font-weight: bold;
}

/**************************
    1. Reset
    2. Global styles
    3. Index styles
    4. Cookies styles
    5. Registro gratis
    6. Registro de pago
    7. Confirmar registro
    8. Blog
    9. Media queries
**************************/

/*1 - Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


*, *:after, *:before {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    font-size: 100%;
    list-style-type: none;
}

/*2 - Global styles*/
body {
    image-rendering: -webkit-optimize-contrast;
    font-size: 18px;
    font-family: 'Metropolis';
    line-height: 1.5;
}

h1, h2, p {
    margin: 20px 0;
}

h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    font-weight: lighter;
}

i {
    color: white;
}

.small {
    font-size: 14px;
    color: white;
}

/*3 - Index styles*/
.page-top {
    background: url('../img/Fondo_escaparate.jpg') rgb(29, 39, 60);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
}

.computer {
    display: block;
}

.phone {
    display: none;
}

.nav-bar {
    margin: 40px auto 30px auto;
    padding: 10px 0;
    width: 70%;
}

.nav-bar a {
    color: white;
    text-decoration: none;
}

.nav-bar a:hover {
    color: #627899;
}

.nav-bar a:active {
    color: white;
}

.nav-bar a:visited {
    color: #DBF2FF;
}

.nav-bar li {
    color: white;
    display: inline;
    margin: 0;
    padding: 10px 15px;
}

.right {
    float: right;
}

.blog{
    background-color: rgba(124, 110, 174, 0.8);
}

.acceso {
    background-color: rgba(66, 176, 201, 1);

}

.registro {
    background-color: rgba(180, 76, 140, 1);
    margin-left: 10px !important;
}

.logo {
    text-align: center;
    margin-top: 30px;
}

.text {
    color: white;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 70%;
    margin-bottom: 40px;
}

.btn-registro {
    background-color: white;
    color: black;
    border: none;
    margin-bottom: 40px;
    padding: 10px 15px;
}

.sin {
    background: linear-gradient(45deg, black, #40537C, #755592, #40537C, black);
    text-align: center;
}

.sin h1 {
    margin-top: 40px;
    color: white;
}

.div-sin {
    padding: 0 10px;
}

.div-sin div {
    background-color: rgba(64, 83, 124, 0.6);
    padding: 15px 15px;
    width: 95%;
}

.div-sin h3 {
    margin: 10px 0;
}

.div-sin p {
    margin: 0;
}

.mixes {
    background: linear-gradient(45deg, black, #755592, rgba(245, 98, 48, 1), #755592, black);
    
}

.row-mixes {
    margin: 0 auto;
    text-align: left;
    width: 75%;
}

.mix {
    border-radius: 5px;
    background-color: #2F4858;
    padding: 5px 10px;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mix img {
    width: 60px;
    margin-right: 15px;
}

.btn-play {
    height: 50px;
    width: 50px;
    border: none;
    background-color: transparent;
    color: white;
    position: absolute;
    margin: 5px 15px 0 5px;
    cursor: pointer;
}

.mix p {
    margin-top: 15px;
}

.suscripcion {
    background: linear-gradient(45deg, black, #755592, #B44C8C, #F56230, #B44C8C, #755592, black);
    margin-bottom: 50px;
}

.text-suscripcion {
    width: 55%;
    margin: 30px auto;
    padding: 20px 0;
    background-color: rgba(47, 72, 88, 0.3);
    text-align: left;
}

.text-suscripcion p {
    padding: 0 25px;
}

.suscribete {
    width: 45%;
    background-color: white;
    color: #29252e;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.suscribete h2, .suscribete h1, .suscribete p, .div-btn-sub {
    width: 100%;
    margin: 10px 0;
}

.btn-sub {
    background-color: #29252e;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
    border: none;
    cursor: pointer;
}

.suscribete p {
    padding: 0 3px;
    margin: 5px 10px;
}

.oferta {
    color: white;
    background-color: #29252e;
    padding: 10px 0;
    width: 100%;
}

.susc-container {
    width: 47%;
    align-content: center;
    justify-content: center;
    display: flex;
    padding: 10px;
}

#premium {
    background: rgba(98, 120, 153, 1);
}

.susc-container .suscribete {
    width: 98%;
    margin: 0;
}

.dudas {
    background: linear-gradient(45deg, black, #2F4858, black);
}

.dudas-container {
    margin: 0 auto 40px auto;
    width: 45%;
}

.duda {
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.num-duda {
    width: 15%;
    background-color: rgba(98, 120, 153, 0.5);
    padding: 10px;
}

.num-duda h2 {
    margin: 0;
}

.text-duda {
    background-color: rgba(64, 83, 124, 0.5);
    padding: 20px 10px;
    width: 85%;
}

.text-duda h3 {
    margin: 0;
}

.desplegable {
    width: 100%;
    text-align: left;
    cursor: default;
    display: none;
}

.pregunta {
    background: linear-gradient(45deg, black, #40537C, #755592, #40537C, black);
    padding-bottom: 40px;
}

.form-div {
    text-align: left;
    width: 45%;
    margin: 20px auto;
    background-color: rgba(47, 72, 88, 0.4);
    padding: 20px 20px;
    box-shadow: 5px 5px 10px 7px rgba(0, 0, 0, 0.2);
}

.form-div label {
    margin-top: 10px;
}

.form-div input {
    padding: 0 10px;
    height: 35px;
}

.form-div label, .form-div input, .form-div textarea {
    width: 100%;
    margin-bottom: 10px;
    border: none;
}

.form-div textarea {
    height: 70px;
    padding: 0 10px;
}

.div-submit {
    text-align: center;
    margin-top: 20px;
}

.form-div button {
    border: none;
    padding: 20px 20px;
    background-color: #755592;
    color: white;
}

.footer {
    background: linear-gradient(45deg, #F56230, #40537C);
    height: max-content;
}

.footer div {
    margin: 0 auto;
    width: 35%;
    padding-top: 35px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer p {
    display: inline;
    margin: 0;
}

.footer a, .footer btn {
    color: white;
    text-decoration: underline;
}

#avisobtn {
    color: white;
    text-decoration: underline;
    background: transparent;
    border: none;
    cursor: pointer;
}

#aviso .btn-secondary {
    background-color: black;
    border: none;
    cursor: pointer;
}

/* 4. Cookies styles */
.cookies-area {
    background: linear-gradient(45deg, black, #755592, black);
}

.logo-cookies {
    text-align: center;
}

.cookies-container {
    padding: 30px 30px 0 30px;
    background: #ffffffbf;
    -moz-box-shadow: 0px 0px 122px -17px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 122px -17px rgb(0 0 0 / 21%);
}

.cookies-container .row {
    color:#000;
    text-align:justify;
    padding: 10px;
}

/*5. Registro gratis */
.body-registro-gratis {
    background: url('../images/fondo-login.jpg') rgb(29, 39, 60);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top center;
    background-repeat: no-repeat;
}

.body-registro-gratis p {
    margin: 0;
}

.h1_registro {
    color: #B44C8C;
}

#tamano {
    padding: 60px;
    background: white;
    position: relative;
}

#contenido_form {
    background-color: white;
}

#terminos, .span-terminos {
    display: inline;
}

#contenido_form a {
    color: #B44C8C;
    text-decoration: underline;
}

#btn_contact {
    background-color: #B44C8C;
    border: none;
}

#btn-terminos {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.swal2-icon {
    margin: 15px 0 0 43%;
}

/*6. Registro de pago*/
.body_registro {
    background: radial-gradient(#F56230, #B44C8C, #40537C 60%, black);
}

.actualizar_tarjeta_body {
    background-color:#4e3b86;
}

.logo-registro {
    text-align: center;
    margin-top: 30px;
}

.formulario_registro {
    padding: 30px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 122px -17px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 122px -17px rgb(0 0 0 / 21%);
    margin-bottom: 50px;
}

.formulario_registro i {
    color: black;
}

.formulario_registro h1 {
    color: #F56230;
}

.formulario_registro h2 {
    color: rgba(180, 76, 140, 1);
}

.formulario_registro h4 {
    color: rgba(136, 81, 61, 1);
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.requisitos {
    margin-top: 10px;
}

.requisitos li {
    font-size: 14px;
    margin: 5px 0 0 35px;
    color: red;
}

#container-form {
    width: 70%;
}

.formulario_registro p {
    margin: 5px 0;
}

.radio_register {
    background: white;
    border: 2px solid #8a2be2; /* Lila */
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.radio_register i {
    font-size: 1.8rem;
}
.radio_register:hover {
    background: #e7c9fb; /* Lila más claro */
    border-color: #6a1bb7; /* Lila más oscuro */
}

.checked-radio {
    background: #e7c9fb; 
    color: white;
    box-shadow: 0px 4px 12px rgba(138, 43, 226, 0.3);
}

.select-tipoCliente .custom-control {
    display:block !important;
}

.text-div {
    padding-bottom: 20px;
    color: #F56230;
}

.checked-radio .text-div, .checked-radio i {
    color: white;
}

.submit {
    background-color: #B44C8C;
    border: none;
    margin-top: 15px;
}

.submit:hover {
    background-color: #755592;
}

.submit:disabled {
    background-color: #B44C8C;
    opacity: .65;
}

/*7. Confirmar registro*/
.titulo_registro {
    color: rgba(136, 81, 61, 1) !important;
}

.btn_confirmar_registro {
    background-color: #B44C8C;
    border: none;
}

.btn_confirmar_registro:hover {
    background-color: #755592;
}

.btn_confirmar_registro:disabled {
    background-color: #B44C8C;
    opacity: .65;
}

.button_access {
    border: none;
    background-color: #B44C8C;
    padding: 10px 10px;
    text-align: center;
}

.button_access a {
    color: white;
    width: 100%;
    display: block;
}

.button_access:hover {
    border: none;
    background-color: #755592;
}

.body_confirmar {
    background: url('../images/fondo-login.jpg') rgb(29, 39, 60);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top center;
    background-repeat: no-repeat;
}

.confirmacion {
    margin-top: 50px;
}

.h1_registro {
    color: #F56230;
}

.btn-red {
    border: 2px solid #F56230;
    color: #F56230;
}

.btn-red:hover {
    background-color:#F56230;
    color: white;
}

#terminosModal {
	width: 100%;
}

#terminosModal .modal-dialog {
	width: 70%;
    max-width: 95%;
}


/* 8. Blog */
.special-blog, .container-blog {
    background: radial-gradient(#F56230, #B44C8C, #40537C 60%, black);
}

.special-blog .container-fluid, .articulo {
    background: rgba(98, 120, 153, 0.4);
    padding: 30px;
}

.special-blog {
    padding: 0;
}

.articulo {
    width: 70%;
    max-width: 70%;
    color: white;
    margin-bottom: 30px;
}

.blog-entradas {
	text-align: center;
	padding: 0;
	background-color: rgba(64, 83, 124, 1);
    color: white;
}

.blog-entradas h5 {
    color: white;
    font-weight: bold;
}

.card.blog-entradas {
    height: 100%;
}

.card-body {
	align-content: space-between;
    padding: 30px 0;
}

.link_mas {
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	background-color:#B44C8C;
	height: 35px;
	width: 130px;
	padding: 10px;
	transition:.5s;
}

.entradas_pequenas {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: start;
    border: none;
	overflow: hidden;
}

.entradas_pequenas .link_mas {
	position: absolute;
	bottom: 0;
	right: 0;
}

.entrada_texto {
    margin-bottom:20px;
	padding: 0 10px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.entrada_texto p {
    margin: 0;
}

.entrada_grande_texto {
	-webkit-line-clamp: 4;
    height: max-content;
}

a .link_mas, a .link_mas:hover {
	color: white;
}
.link_mas:hover{
	background-color:#114561;
}
.box-img img{
	width:100%;
	height:auto
}
.box-img{
	width:100%;
	height:500px;
	overflow:hidden;
	padding:40px 0 50px 0
}

#ultimas_entradas {
    padding-top: 30px;
    margin-top: 30px;
}

#ultimas_entradas .articulo {
    margin-bottom: 0;
}

@supports(object-fit:cover){
	.box-img img{
		height:100%;
		object-fit:cover;
		object-position:center center
	}
}

/*9. Media queries*/
@media(max-width: 1200px) {
    .nav-bar {
        width: 85%;
    }

    .text {
        width: 85%;
    }

    .div-sin img {
        width: 90%;
        height: auto;
    }

    .row-mixes {
        width: 100%;
    }

    .susc-container {
        margin: 0 auto;
    }

    .dudas-container {
        width: 85%;
    }

    .form-div {
        width: 85%;
    }

    .footer div {
        width: 85%;
        padding-bottom: 20px;
    }

    

    .text-div {
        text-align: center;
    }

    #container-form {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #container-form h1 {
        font-size: 36px;
    }

    #container-form h2 {
        font-size: 24px;
    }
}

@media(max-width: 768px) {
    .nav-bar {
        margin: 30px 0 10px 0;
        width: 100%;
    }

    .computer {
        display: none;
    }

    .phone {
        display: block;
        width: 100%;
        text-align: right;
    }

    .menu-phone {
        background-color: transparent;
        border: none;
        margin-right: 30px;
    }

    .phone-list {
        z-index: 3;
    }

    .blog, .acceso, .registro {
        display: block !important;
        width: 100%;
        margin: 0 !important;
        text-align: left;
    }

    .text {
        width: 90%;
        margin: 0 auto;
    }
    
    .logo {
        margin-top: 20px;
    }

    .logo img {
        width: 80vw;
        height: auto;
    }

    .suscripcion h1, .suscripcion h2 {
        padding: 0 10px;
    }

    .susc-container {
        width: 90%;
        margin: 0 auto;
    }

    .suscribete {
        width: 95%;
        margin: 20px;
    }

    .dudas-container {
        width: 100%;
    }

    .num-duda {
        width: 100%;
    }

    .text-duda {
        width: 100%;
    }

    .desplegable {
        padding: 0 5px;
    }

    .form-div {
        width: 90%;
    }

    .footer div {
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .footer p {
        display: block;
    }

    .articulo {
        width: 100%;
        max-width: 100%;
    }

    /* Cookies */
    .logo-cookies {
        width: 95%;
        margin-bottom: 20px;
    }

    .logo-cookies img {
        width: 80vw;
        height: auto;
    }

    .cookies-container {
        padding: 30px 10px;
        width: 100%;
    }

    .cookies-container .row {
        text-align: left;
    }

    #container-form {
        margin: 0;
        padding: 0;
    }
}