@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');

*{
    font-family: 'Dosis', sans-serif;
}

/*FONDO de la pag inicial*/
#part1 {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -20px;
    width: 100%;
    min-height: 600px; /* Ajusta esto según tus necesidades */
    display: flex;
    align-items: center;
    justify-content: center;
    color: black; /* Color del texto */
}
/*----------------------------------------*/

.btn{
    border-radius: 25px;
}
.btn-success{
    background-color: #47bd97;
}
.form-control, .form-select{
    border-radius: 25px;
}
.form-control:focus, .form-select:focus{
    border-color: rgb(167, 171, 207);;
    box-shadow: 0 0 5px 2px rgb(167, 171, 207);
}

.formDateGrap{
    border-radius: 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

div[id]{
	scroll-margin-top: 115px;
}

#flexSwitchCheckDefault:checked{
    padding: 15px;
    width: 60px;
    background-color:rgb(161, 207, 194);
    border-color: #49C19A;
}
#flexSwitchCheckDefault{
    background-color:rgb(255, 255, 255);
    padding: 15px;
    width: 60px;
    border-color: #49C19A;
}
#flexSwitchCheckDefault:focus{
    box-shadow: 0 0 0 0.2rem rgba(87, 245, 124, 0.25);
}

.first{
	margin-top: 90px;
}
.firstConfig{
	margin-top: 115px;
}
.secondConfig{
	margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
	.second{
		margin-top: 90px;
	}
	.secondConfig{
		margin-top: 115px;
	}
}

/*Tutorial*/
#Tutorial{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87); /* Fondo translúcido */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1030; /* Asegura que el modal esté por encima de otros elementos */
}

#BodyTutorial {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;
    text-align: center;
}
#BodyTutorial h1{
    color: #9eb3e7;
}
#BodyTutorial p{
    color: #ffffff;
    font-size: 16pt;
}

/*Presupuestos*/
.inputPresup{
    text-align:center;
    border-color:rgb(212, 218, 255);
}
.inputPresup:focus{
    border-color:rgb(212, 218, 255);
    box-shadow: 0 0 25px 5px rgb(184, 192, 248);
}
.inputPresupSub{
    color:#767676;
    text-align:center;
    background-color:#EAFFF9;
    border-color:#62ecc3;
}
.inputPresupSub:focus{
    background-color:#EAFFF9;
    border-color:#62ecc3;
    box-shadow: 0 0 25px 5px #7bffd7;
}
.AvisoSinCateg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Ajusta la altura según sea necesario */
    text-align: center;
    color:#b6b3b3;
    font-size: 14pt;
}
/*BARRA DE NOTIFICACIONES*/
#BarNotif{
    max-height: 75vh;
    top: 95px;
    right: 0px;
    position: fixed;
    padding-top: 5px;
    padding-bottom: 10px;
    z-index: 3;
    background-color: #212529;
    border-bottom-left-radius: 25px;
    font-size: 12pt;
    color: white;
    overflow-y: scroll;
}
#VacioNotif p{
    color:gray;
    padding-left: 25%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
#Noticias{
    margin-left: 15px;
}
.new{
    padding-bottom: 20px;
    list-style-type:disc;
    max-width: 250px;
}
#BarNotif h4{
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#BarNotif div{
    padding-left: 10px;
    padding-right: 60px;
    padding-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    border-top: solid 1px #30B087;
}
#BarNotif div p{
    margin-bottom: 5px;
}
#BarNotif div ul{
    list-style-type: none;
    padding-left: 10px;
}
#BarNotif div ul li{
    margin: 0;
}

/*NAVEGADOR TABLA*/
#navbarDropdown, #navbarDropdown1,#navbarDropdown2,#navbarDropdown3{
    font-size: 12pt;
}

/*NAVEGADOR CABECERA*/
#navbarNavDropdown ul li img{
    border-radius: 100%;
    border: solid 3px #30B087;
}
#navbarNavDropdown ul .nav-item{
    margin-right: 20px;
}
#BtnNotif{
    scale: 1.3;
}
.nav-item:hover{
    cursor:pointer;
}
#Menu{
    top: 95px;
    right: 0px;
    position: fixed;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 3;
    background-color: #212529;
    list-style-type: none;
    border-bottom-left-radius: 15%;
}
#Menu .itemMain{
    color: white;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 1px #30B087;
}
#Menu .itemMain img{
    border-radius: 100%;
    margin-right: 10px;
}
#Menu .itemMenu:hover a, .itemMenu{
    color:#84A5FF;
    cursor:pointer;
}
#Menu .itemMenu{
    padding-bottom: 20px;
    font-size: 12pt;
}
#Menu .itemMenu a{
    text-decoration: none;
    color: white;
}
#Menu .last{
    border-top: solid 1px #30B087;
    padding-top: 20px;
    padding-bottom: 30px;
}

.itemBlocked{
    color:#c0c0c0;
}
.itemHover{
    cursor: pointer;
}
.itemHover:hover{
    background-color: #cedbff5e;
}

/*NAVEGADOR FLOTANTE*/
.contenedor1{
	display: none;
	margin:0;
    padding:0;
	position:fixed;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}
:root{
    --clr:rgba(255, 250, 250, 1);
}
.contenedor2{
    display: flex;
    justify-content:end;
    align-items: end;
    min-height: 80px;
    background: var(--clr);
}
.navigation{
    width: 100%;
    height: 70px;
    background: #272931;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation ul{
	margin:0;
    padding:0;
    display: flex;
    width: 350px;
}
.navigation ul li{
    position: relative;
    list-style: none;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.navigation ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.navigation ul li a .icon{
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 1.4em;
    text-align: center;
    transition: 0.5s;
    color: #555555;
}
.navigation ul li.active a .icon{
	color: #ebf1ff;
    transform: translateY(-35px);
}
.navigation ul li a .text{
    position:absolute;
    color: #30B087;
    font-weight: 400;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}
.navigation ul li.active a .text{
    opacity: 1;
    transform: translateY(10px);

}
.indicator{
    position: absolute;
    top: -50%;
    width: 70px;
    height: 70px;
    background: #30B087;
    border-radius: 50%;
    border: 6px solid var(--clr);
    transition: 0.5s;
}
.indicator::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -21px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -10px 0 0 var(--clr);

}
.indicator::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -21px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: -1px -10px 0 0 var(--clr);
}
.navigation ul li:nth-child(1).active ~ .indicator{
    transform: translateX(calc(70px * 0));
}
.navigation ul li:nth-child(2).active ~ .indicator{
    transform: translateX(calc(70px * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator{
    transform: translateX(calc(70px * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator{
    transform: translateX(calc(70px * 3));
}
.navigation ul li:nth-child(5).active ~ .indicator{
    transform: translateX(calc(70px * 4));
}

/*BARRAS DE PROGRESO*/
.contenedorProgress{
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
    padding-left: 0;
    padding-right: 0;
}

.progress-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.progress-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: rotate(180deg);
}

#ProgressPagar{
    background-color: #fbe9cd59;
}
#ProgressCobrar{
    background-color: #c2ffec65;
}

.progress-hole {
    width: 65%; /* Ajusta el tamaño del hoyo según tus necesidades */
    height: 65%; /* Ajusta el tamaño del hoyo según tus necesidades */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212529; /* Color del fondo del hoyo */
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white; /* Color del texto */
    clip-path: circle(); /* Recortar el círculo */
}
.progress-text {
    font-size: 10pt;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*BOTON FLOTANTE de registro*/
.btn-flotante {
	font-size: 2em; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 100%; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #30B087; /* Color de fondo */
	padding: 13px 20px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.7);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #4D7EF7; /* Color de fondo al pasar el cursor */
	color:white;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);	
}

@media only screen and (max-width: 1200px) {
	.btn-flotante{
		display: none;
	}
	.contenedor1{
		display: block;
	}
}

/*BOTON FLOTANTE de preguntas frecuentes*/
.btnfrecuentes{
	font-size: 15pt; /* Cambiar el tamaño de la tipografia */
    font-weight: bold;
	color: #000000; /* Color del texto */
	border-radius: 50px 0 0 50px; /* Borde del boton */
    border: #1c8f6a solid 3px;
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #a3f0d7; /* Color de fondo */
	padding: 13px 20px; /* Relleno del boton */
	position: fixed;
	bottom: 15%;
	right: -230px;
	transition: all 300ms ease 0ms;
	z-index: 99;
}
.btnfrecuentes a{
    text-decoration: none;
    color: #000000; 
}

.btnfrecuentes:hover {
	background-color: #c4c3c3; /* Color de fondo al pasar el cursor */
	color:#000000;
    border: #4D7EF7 solid 3px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
    transform: translateX(-210px);	
}

.Panel{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;   

    background: #020202c8;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
}

.PanelBody {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.PanelBody h2{
    color: #9eb3e7;
    text-decoration: none;
}
.PanelBody p{
    color: #ffffff;
    font-size: 13pt;
}

/*GRAFICOS*/

.PanelGraph{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    border-radius: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#BtnGraphBar, #BtnGraphLine{
    padding: 20px;
    font-size: 14pt;
    border-radius: 50px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

#BtnGraphPie{
    padding: 20px;
    font-size: 14pt;
    border-radius: 50px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

/*CALENDARIO*/
.fc-toolbar-title {
    font-size: 1.2em !important;
    font-weight: normal !important; /* Cambia el peso de la fuente */
    color: #333 !important; /* Cambia el color del texto */
    text-transform: lowercase !important; /* Convierte el texto a mayúsculas */
}

/*BOTON DE INSTALACION*/
#install-button{
    font-size: 12pt; /* Cambiar el tamaño de la tipografia */
	color: #000000; /* Color del texto */
	border-radius: 15px; /* Borde del boton */
    border: #5d5aff solid 3px;
	background-color: #bab9ff; /* Color de fondo */
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
	padding: 10px; /* Relleno del boton */
}
#install-button i{
    font-size:15pt;
    margin-right:10px;
}


/*PREGUNTAS FRECUENTES*/
#PregFrecuentes{
    background-color: #282f36;
    padding: 50px;
    color:#faead4;
}
#PregFrecuentes h3{
    text-decoration: underline;
    margin-bottom: 30px;
    color:#cfccf5;
}
.preguntas{
    cursor: pointer;
    margin-bottom: 20px;
}
.preguntas h4 i{
    color:#cfccf5;
}
.preguntas:hover{
    color:#c3bff7;
}

/*FLECHA NAVEGACION pag principal*/
#floatingButton {
    position: fixed;
    height: 0px;
    bottom: 100px;
    left: 0;
    padding: 1px;
    font-size: 50pt;
    border: 5px solid transparent;
    background-color: #00000000;
    color: #5d5aff;
    cursor: pointer;
    text-shadow: #21252975 5px 5px 5px;
    z-index: 5;
}

/*CARRUCEL DE ACESORIAS*/
#financialCarousel{
    background-color: #49C19A;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0);
    color:black;
    border-radius: 50%;
}
.carousel-inner{
    font-size: 22pt;
    text-align: center;
    padding: 50px;
}

/*RESPUESTAS*/
.modal-xl {
    max-width: 90%; /* Cambia este valor al tamaño deseado */
    font-size: 14pt;
}
.Subtitulos{
    font-size: 16pt;
    color: #f6d2a1;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
}
.imagenesResp{
    padding: 20px;
    text-align: center;
}
.imagenesResp img{
    max-width: 100%;
    min-width: 50%;
}

/*ESTILO DEL MODAL DE NUEVO REGISTRO*/
.modal{
	margin-top:0;
	background-color: rgba(37, 38, 51,0.55);
}
.modal .modal-dialog .modal-content{
	background-color: #373b43;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.7);
	color:#ffffff;
}
.modal .modal-dialog .modal-content .table{
	color:#ffffff;
}
.modal .modal-dialog .modal-content .modal-header{
	background-color: #272931;
	color:#ffffff;
}
.modal .modal-dialog .modal-content .form-control,.modal .modal-dialog .modal-content .form-select{
	background-color: #373b43;
	color:#ffffff;
}
#MontoTotal{
	background-color: #494d55;
	color:#a3a3a3;
}
.MonedaStyle{
    background-color: #373b43;
	color:#ffffff;
    border-radius:25px 0 0 25px;
    border:solid #D6D8DC 1px;
    padding-left: 10px;
    border-right: 0;
    padding-right: 10px;
    cursor: pointer;

    appearance: none; /* Eliminamos la apariencia por defecto */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.MonedaStyle:focus{
    box-shadow: 0px 0px 25px #1c8f6a;
    border-color: #1c8f6a;
}
.MontoStyle{
    border-left: 0;
}
.MontoConvStyle{
    color:#7c7c7c;
    font-size:12pt;
    margin-left: 5px;
}
.MonedaFija{
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 0;
    border:solid 1px #CED4DA;
    border-right: 0;
    border-radius: 25px;
    color: #a5aab6;
}
.tituloInput{
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 0;
    border:solid 1px #CED4DA;
    border-radius: 25px;
    background-color: #434d57;
    color: #ffffff;
}

#paginasTab2 .page-item .page-link{
    background-color: #494d55;
	color:white;
    border-color: #9eadd3;
}

.Quincenas{
    text-align: center;
    padding: 0;
    color: rgb(185, 164, 150);
}
.Quincenas .form-check{
    padding: 0;
}
.Quincenas .form-check .form-check-label{
    border: solid rgb(185, 164, 150) 1px;
    padding: 5px;
    cursor: pointer;
    width: 100%;
}

.CheckQuic{
    display: none;
}

.Qizq{
    border-radius: 15px 0 0 15px;
}
.Qder{
    border-radius: 0 15px 15px 0;
}

.Quincenas .form-check .QuincenaEscogida{
    border-color: rgb(185, 164, 150);
    background-color: rgb(255, 217, 182);
    color: black;
}
/*BOTON RELOAD*/
#btnReload{
	font-size: 16pt;
	border: 0;
	padding-top: 7px;
	padding-right: 20px;
	background-color: #373b43;
	color:#82adfc;
}
@-webkit-keyframes appearBtnReload{
	0% {
		opacity: 0;
	} 70% {
		opacity: 0.5;
	} 100% {
		opacity: 1;
	}
}
@keyframes appearBtnReload{
	0% {
		opacity: 0;
	} 70% {
		opacity: 0.5;
	} 100% {
		opacity: 1;
		transform:rotate(360deg);
	}
}

/*ANIMACIONES*/
@-webkit-keyframes moverLeft{
	0%{
		transform: translateX(-100%);
	}
}
@-webkit-keyframes moverRight{
	0%{
		transform: translateX(100%);
	}
}
@-webkit-keyframes moverUp{
	0%{
		transform: translateY(100%);
	}
}
@-webkit-keyframes moverDown{
	0%{
		transform: translateY(-100%);
	}
}
@-webkit-keyframes desaparerXIzq{
    0%{
		transform: translateX(0%);
	}
    100%{
		transform: translateX(100%);
	}
}
@-webkit-keyframes bell{
    0%{
        transform: rotate(-15deg);
    }50%{
        transform: rotate(15deg);
    }100%{
        transform: rotate(-15deg);
    }
}
@keyframes bell{
    0%{
        transform: rotate(-15deg);
    }50%{
        transform: rotate(15deg);
    }100%{
        transform: rotate(-15deg);
    }
}
@keyframes moverLeft{
	0%{
		transform: translateX(-100%);
	}
}
@keyframes desaparerXIzq{
    0%{
		transform: translateX(0%);
	}
    100%{
		transform: translateX(100%);
	}
}
@keyframes moverRight{
	0%{
		transform: translateX(100%);
	}
}
@keyframes moverUp{
	0%{
		transform: translateY(100%);
	}
}
@keyframes moverDown{
	0%{
		transform: translateY(-100%);
	}
}

/*ANIMACION DE BOTON SUBMIT*/
@-webkit-keyframes extend {
	0% {
        width: 150px;
        border-radius: 100px;
	} 10% {
		width: 125px;    
		background: #fff;
	} 25% {
		width: 100px;    
		background: #fff;
	} 50% {
		width: 75px;
		background: #6fb07f;
	} 100% {
		width: 50px;
		border-radius: 100px;
		background: #6fb07f;
	}
}
@keyframes extend {
    0% {
        width: 150px;
        border-radius: 100px;
	} 10% {
		width: 125px;    
		background: #fff;
	} 25% {
		width: 100px;    
		background: #fff;
	} 50% {
		width: 75px;
		background: #6fb07f;
	} 100% {
		width: 50px;
		border-radius: 100px;
		background: #6fb07f;
	}
}
@-webkit-keyframes disappear {
    0% {
        opacity: 1;
        } 20% {
        color: #fff;
        } 100% {
        opacity: 0;
    }
}
@keyframes disappear {
    0% {
        opacity: 1;
        } 20% {
        color: #fff;
        } 100% {
        opacity: 0;
        }
    }
@-webkit-keyframes appear {
    0% {
        opacity: 0;
        color: #fff;
        } 70% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
    }
@keyframes appear {
    0% {
        opacity: 0;
        } 70% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
}

input, .btnSave, submit {
    border: none
}

.btnSave, #guardar {
    background-color: #6fb07f;
	padding: 10px;
    border: 2px solid #6fb07f;
	border-radius: 100px;
	color: #ffffff;
}
#guardar:hover {
    background-color: #b7cbbc;
	padding: 10px;
    border: 2px solid #6fb07f;
	border-radius: 100px;
	color: #4a7154;
}

.btnSave > span {
    font-size: 15px;
    color: #6fb07f
}

.ImgSave{
    margin: auto;
	display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.btnSave:focus {
    /*animation*/
    -webkit-animation: extend 0.6s ease-in-out;
    -ms-animation: extend 0.6s ease-in-out;
    animation: extend 0.6s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards
}

.btnSave:focus > span {
	display: none;
    /*animation*/
    -webkit-animation: disappear 1s ease-in-out;
    -ms-animation: disappear 1s ease-in-out;
    animation: disappear 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards
}

.btnSave:focus > .ImgSave {
	display: block;
    /*animation*/
    -webkit-animation: appear 1s ease-in-out;
    -ms-animation: appear 1s ease-in-out;
    animation: appear 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards
}

/*PLANES Y SUSCRIPCIONES*/
#Free, #Plus {
    position: relative;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#Free {
    border: 3px solid #49C19A;
}

#Plus {
    border: 3px solid #9194BE;
}

#Free::before, #Plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s;
    z-index: 0;
}

#Plus::before{
    background-image: url('img/PlanPlus.png');
}

#Free::before{
    background-image: url('img/PlanFree.png');
}

#Free:hover{
    border: 3px solid #CDE8DF;
    background-color: #CDE8DF;
}

#Plus:hover{
    border: 3px solid #DBDCF1;
    background-color: #DBDCF1;
}

#Free:hover::before, #Plus:hover::before {
    opacity: 0.2; /* Ajusta la opacidad según sea necesario */
}

@media only screen and (max-width: 1200px) {
    #Free, #Plus {
        position: relative;
        overflow: hidden;
        padding: 20px;
        cursor: pointer;
    }

    #Free {
        border: 3px solid #CDE8DF;
        background-color: #CDE8DF;
    }

    #Plus {
        border: 3px solid #DBDCF1;
        background-color: #DBDCF1;
    }

    #Free::before, #Plus::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.15; /* Opacidad fija */
        z-index: 0;
    }

    #Plus::before {
        background-image: url('img/PlanPlus.png');
    }

    #Free::before {
        background-image: url('img/PlanFree.png');
    }
}

.titlePlan {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.titlePlan h2 {
    font-size: 50pt;
}

.titulo {
    text-align: center;
    padding: 50px;
}

.titulo p{
    font-size: 15pt;
    color: #738A95;
}

.periodo{
    font-size:16pt;
}

.Beneficios {
    position: relative;
    z-index: 1;
}

.Beneficios {
    position: relative;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}

.Beneficios li {
    position: relative;
    padding-left: 25px;
}

.Beneficios li::before {
    content: "\f00c"; /* Código del icono de check en Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: hsl(134, 61%, 41%); /* Color del check */
}

.Beneficios .X::before {
    content: "\f00d"; /* Código del icono de times en Font Awesome */
    color: #dc3545; /* Color del times */
}

