/*
Theme Name: Astra Child
Theme URI: https://tuweb.com/
Description: Tema hijo de Astra
Author: Tu nombre
Author URI: https://tuweb.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Aquí puedes agregar tus estilos personalizados */


.elementor-icon{
	margin-top:-50px;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}

.elementor-image-box-img{
	margin-top:-15px !important;
}


/*Centrar Logo*/
@media (max-width: 768px) {
  
    .ast-mobile-header-wrap .ast-builder-grid-row {
        justify-content: center !important;
    }

   
    .ast-mobile-header-wrap .site-header-primary-section-right {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ast-mobile-header-wrap .site-header-primary-section-left {
        width: 100%;
        display: flex;
        justify-content: center !important;
    }

    .ast-mobile-header-wrap .site-branding,
    .ast-mobile-header-wrap .custom-logo-link,
    .ast-mobile-header-wrap .custom-logo {
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }
   
}