/* 
Theme Name: Frectaris Web Design
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema hijo personalizado para Frectaris web design
Author: Frectaris
Author URI: https://www.frectaris.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/
.botonesMenu .current-menu-item a, .botonesMenu .elementor-item:hover{
	    background-color: transparent;
    background-image: linear-gradient(165deg, var(--e-global-color-c4f1f38) 0%, var(--e-global-color-ad8cb4d) 100%);
}
.imagenDegradado img{
	padding:25px;
	background-color: transparent;
    background-image: linear-gradient(165deg, var(--e-global-color-c4f1f38) 0%, var(--e-global-color-ad8cb4d) 100%);
}

.custom-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Georgia, serif;
    color: #1f2a44;
}

.custom-steps li {
    margin-bottom: 40px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1f2a44;
    color: #fff;
    font-weight: bold;
}

.custom-steps h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.custom-steps p {
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 14px;
}

.contenidoEntradas p {
	margin-bottom:0;	
}


@media only screen and (max-width: 600px) {
	.imagenDegradado img{
		padding:15px!important;
	}
}
