/*
    Theme Name: custom_theme
    Theme URI:
    Description: Tema custom para web en WordPress
    Author: Edward Alarco
    Version: 1.0
    License: GNU General Public License v2 or Later
    Tags: Wordpress
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header_navigation-close svg{width:100%;height:100%;object-fit:contain;object-position:center;}
.section_testimonials-author img{aspect-ratio:1/1;height:auto;object-fit:cover;object-position:center;border-radius:50%;}