@charset "utf-8";

body, html {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    display: contents;
    margin-top: auto;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/fondo-entre-letras.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}


body a {
    color: #fff;
    text-decoration: none;
	cursor: pointer !important;
	 transition: all 0.7s ease;
}

body a:hover {
    text-decoration: none;
	 color: #f0402a;
	 transition: all 0.7s ease;
}

h1 {
    font-family: 'Poppins', sans-serif;
     color: #1E1E1E;
    font-size: 40px;
    line-height: 1.2em;
	font-weight: 700;
}
h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 22px;
    font-weight: bold;
    color: #1E1E1E;
}

h4 {
	font-size: 18px;
    font-weight: bold;
}
.separador-ri{
	padding: 30px;
}
p {
    color:#21244d;
    font-size: 16px;
    font-weight: 400;
}

.card-img-top1{
   padding: 5px !important;
}

input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       margin: 0; 
}
.redondeado{
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}
.bg-light {
    background-color: transparent !important;
}

/* PAGINA  ENTRE LETRAS LOGIN */ 

.log-cabezote {
    width: 250px;
    margin: 10px 0px;
}

.ims-perletra {
    width: 100%;
}

.backg_pro {
    margin-top: auto;
    display: block;
}

.welcome-g {
    padding-top: 20px;
}

.pos_rwo {
	height: 252px;
    display: block;
	margin-top: 100px;
}

.welcome-g .title{
    color: #4b4b4d;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

.welcome-g label {
    color: #4b4b4d;
}

.welcome-g input {
    border: 1px solid #4b4b4d;
    border-radius: 20px;
    width: 340px;
    padding: 10px 10px 10px 10px;
    background: transparent;
    font-size: 14px;
    margin-left: 20px;
}


.btn-acceder {
    border-radius: 25px;
    width: 120px;
    padding: 10px;
    background: #f9a649;
    color: #404041;
    font-size: 16px;
    font-weight: 400;
    border: none;  
}


.gofoxfari-2 p{
    color: #4b4b4d;
    font-size: 11px;
    margin-top: 50px;
}


footer {
    min-height: 80px;
    background-color: #191919;
    color: #fff;
    padding: 15px 0px 10px 0px;
    position: relative;
   
    width: 100%;
    margin-top: 60px;
}

.entre_bts{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 20px;
}

.entre_bts:hover{
    color: #fff;
}

.separador-a {
    padding: 20px;
} 

.reds_socls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    float: right;
}

.reds_socls img{
    width: 40px;
    cursor: pointer;
}

.link-register {
    position: absolute;
    top: 275px;
    left: 37px;
    text-align: left;
}
.movil{
	display: none;
}
.desktop{
	display: block;
}
.espacio-movil{
	display: none;
	}
/* PAGINA  ENTRE LETRAS LOGIN MENU*/ 

@media screen and (max-width: 720px){
	.movil{
		display: block;
	}
	.desktop{
		display: none;
	}
	.separador-ri {
		padding: 1px;
	}
	.espacio-movil{
		padding: 13px;
    	display: block;
	}
    .libro_del_mes_1 {
        border: 2px solid rgba(81, 44, 98, 0.8) !important;
        background: rgba(81, 44, 98, 0.8) !important;
        /* height: 150px; */
        max-height: 480px;
    }
    .libro_del_mes img {
    height: 210px;
}
.libro_del_mes_1 img {
    height: 210px;
}
.libro_del_mes_2 img {
    height: 210px;
}
    .libro_del_mes_2 {
       
        max-height: 480px;
    }
    .libro_del_mes_3 {
       
        max-height: 480px;
    }
    body, html {
    height: auto;
    }

    .log-cabezote {
        margin: auto;
        display: block;
        margin-top: 20px;
		width: 230px;
    }

    .welcome-g {
        padding-top: 20px;
    }

    .welcome-g input {
        margin-left: 0px;
     }

     .btn-acceder {
        margin: auto;
        display: block;
        margin-top: 10px;
        width: 100%;
        color: #404041;
    }

    .welcome-g .title {
        text-align: center;
        font-size: 40px;
    }

    .separador-a {
        padding: 5px;
    }

    footer {
        bottom: auto;
    }

    .pos_rwo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
}

/* PAGINA  ENTRE LETRAS LANDING */ 

.log-cabezote-n {
    width: 450px;
    margin: 10px 0px;
}
.sec_encuentra p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    margin-top: -68px;
    padding: 10px;
    line-height: 1.5rem;
}
.libro_del_mes {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
    justify-content: space-between; /* Espacio entre los elementos */
    padding: 0px;
    border-radius: 8px;
}
.libro_del_mes .row {
    display: flex;
    align-items: center;
}
.libro_del_mes p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-image: url(../images/linea-libros-del-mes.svg);
    background-size: 19px;
    padding: 12px 20px 12px 12px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    line-height: 18px;
}
.libro_del_mes img {
    width: 100%;
    transition: all 0.7s ease;
    border-radius: 8px;
}
.libro_del_mes a:hover img {
    transform: scale(1.05);
    transition: all 0.7s ease;
}
.libro_del_mes_1 {
    border: 2px solid rgba(81, 44, 98, 0.8) !important;
    background: rgba(81, 44, 98, 0.8) !important;
}

.libro_del_mes_2{
    border: 2px solid rgb(199, 13, 59,.8) !important;
    background: rgb(199, 13, 59,.8) !important;
    padding: 5px;
}
.libro_del_mes_2 p{
	    padding: 20px 20px 20px 12px;
}
.libro_del_mes_3{
	border: 2px solid rgb(69, 150, 155,.8) !important;
    background: rgb(69, 150, 155,.8) !important;
    padding: 5px;
}
.libro_del_mes_3 p{
	    padding: 20px 20px 20px 12px;
}

.sli_principal{
	overflow: hidden;
}
.sli_principal img{
    transition: all 0.7s ease;
}
.sli_principal a:hover 	img{
	transform: scale(1.02);
    transition: all 0.7s ease;
}
.ims-perletra-2 {
    width: 100%;
}

.sec_encuentra img {
    width: 100%;
    margin-top: 20px;
    transition: all 0.7s ease;
}

.sec_encuentra a:hover img, .sec_encuentra p:hover img  {
    transform: scale(1.04);
    transition: all 0.7s ease;
}
.co_hi{
	overflow: hidden;
	
}
.co_hi img{
	transition: all 0.7s ease;
}
.co_hi:hover img, .co_hi:hover img  {
    transform: scale(1.04);
    transition: all 0.7s ease;
}
.calendario_r1 .row{
	overflow: hidden;
}
.calendario_r1 h2{
    color: #4b4b4d;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.calendario_r1 img{
    border-radius: 60px;
    width: 85px;
}

.targt_l5{
    background: #f59e11;
    padding: 10px 10px 0px 50px;
    position: relative;
    /* height: 104px; */
    min-height: 75px;
}

.calendario_r1 h4{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 8px;
    margin-bottom: 5px;
}
.calendario_r1 h5{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
	margin-top: 2px;
}
.calendario_r1 p{
    color: #4b4b4d;
    font-size: 12px;
    line-height: .9rem;
    margin-top: -3px;
}
.fondo_Fecha_calendario{
    position: absolute;
    left: 60px;
    width: 80%;
    height: 85px;
    background: transparent;
    border: 2px solid #f59e11;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.formulario-icono {
    width: 20px; /* Ajusta el tamaño según tus preferencias */
    margin-left: 0px; /* Espaciado entre texto e icono */
}
img.formulario-icono.img-fluid.ms-2 {
    width: 25px;
}
.separador-c {
    padding: 10px;
} 

.separador-d {
    padding: 5px;
} 

.video_tutoriales a{
    color: #4b4b4d;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/video-tutoriales.svg);
    background-size: 40px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    border: 1px solid #f04029;
    border-radius: 0px;
    width: 100%;
	background-color: #f3f3f3;
}

.preguntas_frecuentes a{
    color: #4b4b4d;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/preguntas-frecuentes.svg);
    background-size: 40px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    border: 1px solid #f04029;
    border-radius: 0px;
    width: 100%;
}
.nav-item{
	float: right;
	text-align: right;
}
.navbar {
    padding: .5rem 0rem;
}

.breadcrumb {
    padding: 1.2rem 0;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #4b4b4d;
}

.breadcrumb a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #4b4b4d;
}

.breadcrumb-item.active {
    color: #4b4b4d;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #4b4b4d;
    content: "/";
}
.card a, .card h4, .card h5{
	color:#333;
}

.card {
    -webkit-box-shadow: -2px 2px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 10px -5px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 10px -5px rgba(0,0,0,0.75);
    border: 0;
    min-height: 96%;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 15px;

}

.card-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: 181818;
    margin-top: 10px;
}

.card-img-top {
    transition: all 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
    transition: all 0.7s ease;
}

.card-body {
    -ms-flex: 1 1 auto;
    background-color: #fff;
    z-index: 999;
    padding: 15px;
    min-height: 200px;
}

.card-img {
    transition: all 0.3s ease;
}

.card:hover .card-img {
    transform: scale(1.05);
    transition: all 0.7s ease;
}
.card .h5, .card  h5 {
    font-size: 1rem;
}
.footertext-one{
	text-align: center;
}
footer .entre_bts {
    margin: 0px;
    display: block;
    width: 168px;
}
.fecha_cal{
	text-align: center;
	color: #000000;
    font-size: 12px;
}
.ico-calendario_{
	background-image: url(../images/icono-calendario-2-black.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    height: 62px;
    background-position: center 8px;
    text-align: center;
    padding-top: 25px;
    color: #000000;
    font-size: 20px;
}

.ico-calendario_2{
	background-image: url(../images/icono-calendario-2.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    height: 62px;
    background-position: center 8px;
    text-align: center;
    padding-top: 25px;
    color: #FFFFFF;
    font-size: 20px;
}

.sec-digital-principal a{
    font-weight: bold;
    color: #21244d;
}

.color_1-a {
    border: 2px solid rgba(81, 44, 98,.8) !important;
    background: rgba(81, 44, 98,.8) !important;
}

.color_2-b {
    border: 2px solid rgb(229, 179, 72) !important;
    background: rgb(229, 179, 72) !important;
}

.color_3-c {
    border: 2px solid rgb(69, 150, 155,.8) !important;
    background: rgb(69, 150, 155,.8) !important;
}

.seccion_conoce_club .owl-item img {
    width: 690px;
    margin: auto;
}

.seccion_conoce_club-movil .owl-item img {
    width: 100%;
}

.seccion_conoce_club button.owl-next {
    display: block;
    width: 48px;
    height: 48px;
    background: rgb(199, 13, 59,.8) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    right: 170px;
    background-image: url(../images/flecha-cards-next.svg) !important;
    background-size: 15px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.seccion_conoce_club button.owl-prev {
    display: block;
    width: 48px;
    height: 48px;
    background: rgb(199, 13, 59,.8) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    left: 170px;
    background-image: url(../images/flecha-cards-prev.svg) !important;
    background-size: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.cursor_default {
    cursor: default !important;
}

.text-clc {
    font-size: 17px;
    margin-top: 5px;
}

@media screen and (max-width: 720px){
    
    .img-fluid {
        max-width: 297%;
        height: 396px;
    }
    .contenido-l {
        margin-left: 20px;
        margin-right: 20px;
    }
    .welcome-g .title {
        text-align: center;
        font-size: 36px;
    }

    .log-cabezote-n {
        width: 260px;
        margin: auto;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.welcome-g {
		padding-top: 0px;
	}
    .libro_del_mes p {
        background-image: none;
        text-align: center;
    }

    .separador-b {
        padding: 10px;
    } 
    .welcome-g .title {
        color: #4b4b4d;
        font-size: 36px;
        text-align: center;
        line-height: 40px;
    }
    .calendario_r1 .col-md-4 {
        display: flex;
        flex-direction: row; /* Asegúrate de que la disposición sea horizontal */
        justify-content: flex-start; /* Alinear elementos al inicio */
        align-items: center; /* Centrar verticalmente */
        margin-bottom: 20px; /* Espaciado entre tarjetas */
    }

    .calendario_r1 .col-md-4 .co_hi {
        flex: 0 0 auto; /* Mantener tamaño de imagen */
        margin-right: 10px; /* Espaciado entre imagen y texto */
    }

    .calendario_r1 .col-md-4 h4,
    .calendario_r1 .col-md-4 h5 {
        text-align: left; /* Alinear texto a la izquierda */
        margin: 5px 0; /* Espaciado superior e inferior */
    }

    .calendario_r1 img {
        max-width: 80px; /* Ajustar el tamaño máximo de la imagen */
        height: auto; /* Mantener la proporción de la imagen */
    }

    .fondo_Fecha_calendario {
        width: 80%; /* Ajustar el ancho del fondo */
        margin: 0 auto; /* Centrar el fondo */
    }

    .col-md-8.col-sm-8.d-flex.align-items-center.lovecraft {
        margin-top: -124px;
        margin-left: 140px;
    }

    /* Ajustar los estilos de la columna de texto */
    .calendario_r1 .col-md-5 {
        flex: 1; 
        margin-top: -90px;
        margin-left: 140px;
    }
    .targt_l5 {
        background: #f59e11;
        padding: 10px;
        width: 320px;
        margin-left: 0;
        z-index: 0;
        /* height: 104px; */
        min-height: 104px;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }

    .targt_l5 {
        padding: 10px;
        width: 320px;
        margin-left: 0;
        z-index: 0;
        height: 115px;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }

    .calendario_r1 h2 {
        text-align: center;
    }

    .video_tutoriales a {
        width: 320px;
        margin: auto;
        display: block;
    }

    .preguntas_frecuentes a{
        width: 320px;
        margin: auto;
        display: block;
    }
    .separador-g {
        padding: 5px;
    }

    .reds_socls {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .entre_bts {
        margin: auto;
        display: table;
    }
	.welcome-g input {
		width: 100%;
	}
    .calendario_r1 .col-md-4 {
        display: flex;
        flex-direction: row; /* Disposición horizontal */
        justify-content: space-between; /* Espaciado entre texto e imagen */
        align-items: center; /* Centrar verticalmente */
        margin-bottom: 20px; /* Espaciado entre tarjetas */
    }

    .calendario_r1 .col-md-4 .co_hi {
        flex: 0 0 auto; /* Mantener tamaño de imagen */
        margin-left: 10px; /* Espaciado entre texto y imagen */
    }

    .calendario_r1 .col-md-4 h4,
    .calendario_r1 .col-md-4 h5 {
        text-align: left; /* Alinear texto a la izquierda */
        margin: 5px 0; /* Espaciado superior e inferior */
    }

    .calendario_r1 img {
        max-width: 100%; /* Asegurar que la imagen no sobresalga */
        height: auto; /* Mantener la proporción de la imagen */
    }

    .fondo_Fecha_calendario {
        width: 80%; /* Ajustar el ancho del fondo */
        margin: 0 auto; /* Centrar el fondo */
    }

	footer .entre_bts {
		margin: 0px;
		display: block;
		width: 168px;
		margin: auto;
	}
	.col-sm-6{
		width: 50%;
	}
	.fecha_cal {
		text-align: center;
		color: #ffffff;
		font-size: 12px;
		margin-top: -15px;
    }
    
    .seccion_conoce_club-movil button.owl-next {
        display: none;
    }
    
    .seccion_conoce_club-movil button.owl-prev {
        display: none;
    }
    
        .calendario_r1 img {
            max-height: 80px;
            margin: auto;
            display: block;
            margin-bottom: 10px;
            position: relative;
            top: 7px;
        }
}


.card-img-top1 {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-height: 235px;
    padding: 5px !important;
}