   @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');  
   .sitio-paquete{
   		height: 100%; 
   }

	.just-wraper, .page-header {
    	display: none;
	}
                   
   .image-banner{
   		position: relative;
        z-index: 0;
   }
     
   .servicios-paquetes{
      position: relative;   
      top: -50px;
      font-family: "Open Sans";
   }    
	.container{
        font-family: "Open Sans";
	}
	.card-container {
        display: grid;
        justify-content: space-between;
        gap: 16px;
        padding-top: 24px;
        margin: 0 auto;
        grid-template-columns: auto auto auto;
	}
	.container-card-paquetes{
        width: 370px;
		height: auto;
        border-radius: 8px;
        position: relative;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0px 4px 32px 0px #919eab3d, 0px 0px 2px 0px #919eab3d;
        border-radius: 12px;
        opacity: 1;
        padding: 24px;
        margin: 20px auto;
	}
	.card-salud {
        width: 322px;
	}
                        
    .estudio-individual2-masVendido {
        position: absolute;
        top: -14px;
        right: 24px;
        height: 35px;
        width: fit-content;
        border-radius: 32px;
        display: flex;
        align-items: center;
        background: #E1EAFA;
    	font-weight: 600;
        padding-top: 8px;
    	padding-right: 16px;
    	padding-bottom: 8px;
   	 	padding-left: 16px;
        gap: 8px;
	}
                        
    .estudio-individual2-Beneficios {
        position: absolute;
        top: -14px;
        right: 24px;
        height: 35px;
        width: fit-content;
        border-radius: 32px;
        display: flex;
        align-items: center;
        background: #faf5e1;
    	font-weight: 600;
        padding-top: 8px;
    	padding-right: 16px;
    	padding-bottom: 8px;
   	 	padding-left: 16px;
        gap: 8px;
	}
      
    .estudio-individual2-masVendido .masVendido{
        margin: 0 auto;
        color: #0A2D66;
        font-size: 14px;
        font-weight: 600;
     }
                        
    .estudio-individual2-Beneficios .Beneficios{
        margin: 0 auto;
        color: #66540a;
        font-size: 14px;
        font-weight: 600;
     }
                        
    .salud-title {
        margin: 5px 0px;
        display: flex;
        align-items: center;
    }
                        
    .salud-title img {
        width: 50px;
        height: 50px;
    }         
                        
    .salud-title h4 {
        font-size: 18px;
        color: #2E3133;
        font-weight: 700;
        margin-top: 10px;
        font-family: "Open Sans";
    }
                
    .precios {
        display: flex;
        align-items: center;
        margin: 8px 0px;
    }
                        
    .precio-container {
        display: flex;
        flex-direction: column;
        margin-right: 8px;
    }
                        
    .precio-salud {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        color: #003666;
        margin: 0 0 0px;
    }
                  
    .iva-incluido {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        line-height: 14.85px;
        text-align: left;
        color: #003666;
        margin: 0 0 0px;
        font-size: 11px;
    }
    .precio-tachado {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        text-align: right;
        color: #585c61;
        text-decoration: line-through;
        position: relative;
    	margin-top: 10px;
    }
                        
    .beneficio, .cita-container-req {
        display: flex;
        align-items: center;
        margin: 0 8px;
    }
                        
    .beneficio .descuento {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-left: 5px;
        margin-bottom: 14px;
	}
                        
    .beneficio-texto {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 14.85px;
        text-align: left;
        color: #118d57;
    }
                        
    .cita-container-req .fecha {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-left: 5px;
    }
                        
    .cita-container-req p {
        font-size: 14px;
        font-weight: 600;
        line-height: 14.85px;
        text-align: left;
        color: #585C61;
        opacity: 0.8;
        margin: 10px auto;
        vertical-align: middle;
    }
                        
    .incluye-text {
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 135%;
        text-align: left;
        color: #43474a;
        margin: 16px 0 8px 0;
        letter-spacing: 0;
    }
                        
    .incluye-container {
        display: flex;
        flex-direction: column;
    }
                        
     .incluye-item {
        display: flex;
        align-items: flex-start;
        width: 100%;
    	height: 45px;

    }
                        
     .incluye-item img.check {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
                        
    .incluye-item p {
        line-height: 1.6; 
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        text-align: left;
        color: #585C61;
        margin-top: 0px;
    }
                        
    .buttons-container {
        width: 100%;
    }
                        
    .buttons-container a {
        display: flex;
    	align-items: center;
        text-align: center;
        justify-content: center;
        font-weight: 700;
    	font-size: 16px;
        line-height: 150%;
    	letter-spacing: 0;
	}
                   
    .btn-compra-ahora {
        width: 100%;
        height: 46px;
        color: #ffffff;
        line-height: 21.6px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: opacity 300ms ease-out;
        background: rgb(0, 116, 217);
        padding-top: 12px;
    	padding-right: 24px;
    	padding-bottom: 12px;
    	padding-left: 24px;
    }
                   
     .btn-compra-ahora:hover {
        color: var(--neutral-alias-neutral-lightest, #eef0f2) !important;
        background-color: #004480 !important;
    }
                   
     .btn-detalle:hover {
        color: #0074d9 !important;
        background-color: #0074D91A !important;

    }

	 .btn-compra-ahora:focus {
        color: var(--neutral-alias-neutral-lightest, #eef0f2) !important;
    }
                   
     .btn-detalle:focus {
        color: var(--primary-alias-primary, #0074d9) !important;
    }
                   
     .btn-detalle {
        width: 100%;
        height: 46px;
        padding: 1px 6px;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #ffffff;
        color: #0074d9;
        text-decoration: none;
        transition: opacity 300ms ease-out;
        margin-bottom: 8px;
        padding-top: 12px;
    	padding-right: 24px;
    	padding-bottom: 12px;
    	padding-left: 24px;
    }
                   
                 
   @media (min-width: 768px) and (max-width: 1199px) {
        .card-container {
            gap: 7px;
            grid-template-columns: repeat(2, 1fr);
        }
        .container-card-paquetes{
             width: 320px;
        }    
        .card-salud {
            width: 100%;
        }
       
       .buttons-container {
       		width: 100%;
       }
       
       .btn-detalle, .btn-compra-ahora {
            width: 100%;
       }

    }
                   
    @media (max-width: 767px) {
        .card-container {
            grid-template-columns: 1fr;
        }
        .container-card-paquetes{
             width: 320px;
        }
        .card-salud {
            width: 100%;
        }
            
        .buttons-container {
             width: 100%;
        }
           
        .btn-detalle, .btn-compra-ahora {
            width: 100%;

    }
        
    @media (max-width: 400px) {
        .card-container {
            grid-template-columns: 1fr;
        }
        .container-card-paquetes{
             width: 320px;
        }
        .card-salud {
            width: 100%;
        }
            
        .buttons-container {
            width: 100%;
        }
           
        .btn-detalle, .btn-compra-ahora {
            width: 100%;

    }
        
    @media (max-width: 320px) {
        .container-card-paquetes{
             width: 280px;
        }
        .card-salud {
            width: 100%;
        }
        .incluye-item {
            height: auto;
        }
    }