.elementor-kit-7{--e-global-color-primary:#FAF4EE;--e-global-color-secondary:#281952;--e-global-color-text:#74668A;--e-global-color-accent:#FED54E;--e-global-color-db0abee:#4F45E4;--e-global-color-89cd32a:#FCE4D9;--e-global-color-1bf6948:#7C3832;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#281952;font-family:"Poppins", Sans-serif;font-size:1.8rem;background-image:linear-gradient(180deg, #E2D3D1 0%, #79332D 100%);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-size:6.1rem;font-weight:700;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );}.elementor-kit-7 h3{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:5.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    font-size: 62.5%;
}
a:link {
    color:#4E44E3;
}
.comentarios {
    font-size: 1.6rem;
    font-family: Poppins;
    
}

/* Cambiar el tamaño de la fuente del campo de comentario */
.comment-form-comment textarea {
    font-size: 16px; /* Ajusta el tamaño según tus necesidades */
}

/* Cambiar el tamaño de la fuente de los campos de nombre, email y URL */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    font-size: 16px; /* Ajusta el tamaño según tus necesidades */
}
/* Cambiar el tamaño de la fuente de las etiquetas (nombre, email, etc.) */
.comment-form label {
    font-size: 14px; /* Ajusta el tamaño según tus necesidades */
}
/* Ocultar campo url de formulario de comentarios */
.comment-form-url{
display:none;
}
.pprivacy {
    margin-bottom: 3rem;
}
#submit{
    font-size: 16px;
    margin-top: 1rem;
}/* End custom CSS */