/*
Theme Name: AidUs
Theme URI: http://themeforest.net/user/wpoceans/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans/portfolio
Description: AidUs - Fundraising & Charity WordPress Theme
Version: 1.0.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AidUs
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.wow{
    visibility: visible!important;
}
:root{
    --color-verde: #009038;
    --color-secundario: #0e9541;
    --color-gris-1:#F2F2F2;
    --color-gris-2:#FDFDFD;
    --desierto:#DDCAAD;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    background: transparent;
    display: none;
}
.cuatro_cajas_ampliadas .service-section-s3 .service-wrap .service-card{
    width: 33%;
}

:root{
    --color-primario: #ff0000;
    --color-secundario: #0e9541;
}

.titular{

}
.titular .elementor-heading-title{
    width: auto;
    display: inline-block;
    position: relative;
}
.titular .elementor-heading-title:after{
    content: '';
    /*border-bottom: dashed 3px #444;*/
    width: 100%;
    /* display: block; */
    margin-bottom: 10px;
    width: auto;
    background-image: url(https://eager-torvalds.77-68-126-8.plesk.page/wp-content/uploads/2024/11/line-shape.svg);
    position: absolute;
    bottom: -67px;
    left: 60%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    height: 100%;
}
.titular .elementor-heading-title span{
    color:var(--color-secundario);
    font-weight: 600;
}

/* Estilos iniciales */
#box_header {
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Cuando se vuelve sticky */
#box_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9); /* Ajusta el color de fondo si es necesario */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/*ESTIULOS FORMULARIO*/
/* Estilos generales del formulario */
#box-fomulario-persona-fisica, #box-fomulario-empresa{
    display:none;
}
.formulario-persona-fisica {
    /*max-width: 700px;*/
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Contenedor en dos columnas */
.formulario-persona-fisica .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Ajuste para etiquetas */
.formulario-persona-fisica label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Estilo para inputs, selects y textarea */
.formulario-persona-fisica input,
.formulario-persona-fisica select,
.formulario-persona-fisica textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Campos de texto que ocupan dos columnas */
.box-fomulario-persona-fisica{
    display:none;
}
.formulario-persona-fisica .full-width {
    grid-column: span 2;
}

/* Botón de enviar */
.formulario-persona-fisica input[type="submit"] {
    grid-column: span 2;
    background: #e27323;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    margin-top: 15px;
}

.formulario-persona-fisica input[type="submit"]:hover {
    background: #b85e1e;
}

/* Ajuste para la política de privacidad */
.formulario-persona-fisica .politica {
    grid-column: span 2;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.formulario-persona-fisica .politica a {
    color: #e27323;
    text-decoration: none;
    margin-left: 5px;
}

.formulario-persona-fisica .politica a:hover {
    text-decoration: underline;
}
.formulario-persona-fisica input[type="checkbox"]{
    width: 20px;
    height: 20px;
}


/* ESTILOS FORMULARIO EMPRESA */


.formulario-empresa {
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Contenedor en dos columnas */
.formulario-empresa .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Ajuste para etiquetas */
.formulario-empresa label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Estilo para inputs, selects y textarea */
.formulario-empresa input,
.formulario-empresa select,
.formulario-empresa textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Campos de texto que ocupan dos columnas */
.box-fomulario-empresa {
    display: none;
}

.formulario-empresa .full-width {
    grid-column: span 2;
}

/* Botón de enviar */
.formulario-empresa input[type="submit"] {
    grid-column: span 2;
    background: #e27323;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    margin-top: 15px;
}

.formulario-empresa input[type="submit"]:hover {
    background: #b85e1e;
}

/* Ajuste para la política de privacidad */
.formulario-empresa .politica {
    grid-column: span 2;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.formulario-empresa .politica a {
    color: #e27323;
    text-decoration: none;
    margin-left: 5px;
}

.formulario-empresa .politica a:hover {
    text-decoration: underline;
}

.formulario-empresa input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#home_objetivos .video-btn{
    display:none;
}
.section-title h2 span {
    font-size:inherit;
}
.section-title h2 span {
    color: #F74F22;
    font-size: 55px;
    font-weight: 800;
    line-height: 48px;
}

.no_video .video-btn{
    display:none;
}

.wpo-blog-pg-section .post a.read-more{
    color:white;
}
.wpo-blog-pg-section .post a.read-more:before{
    content: '';
}

.read-more:hover{
    background-color: white;
    color: var(--color-verde);
    border:solid 1px var(--color-gris-1);
}
.wpo-blog-pg-section .post a.read-more:hover{
    background-color: white;
    color: var(--color-verde);
    border:solid 1px var(--color-gris-1);
}

.elementor-post__title a:hover{
    color: var(--color-verde);
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.widget.text-widget{
    color:white;
}


/* Estilo base para los breadcrumbs */
.breadcrumb {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  /* Fuentes modernas y limpias */
    font-size: 1rem;  /* Tamaño de texto adecuado */
    margin: 20px 0;  /* Margen superior e inferior */
    padding: 0;  /* Eliminar padding */
    background-color: #f9f9f9;  /* Fondo suave */
    border-radius: 5px;  /* Bordes redondeados */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1px 5px 1px 10px!important;
}

/* Lista de los breadcrumbs */
.breadcrumb ul {
    list-style: none;  /* Quitar los puntos de la lista */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

/* Elementos de los breadcrumbs */
.breadcrumb li {
    font-size: 1rem;
    color: #fefefe;  /* Color gris claro para los elementos */
    margin-right: 8px;
}

/* Elementos activos (último item) */
.breadcrumb li:last-child {
    font-weight: bold;
    color: var(--primary-color);  /* Azul para el último elemento */
}

/* Enlaces dentro de los breadcrumbs */
.breadcrumb li a {
    text-decoration: none;  /* Eliminar subrayado de los enlaces */
    color: #333;  /* Color de enlace */
    transition: color 0.3s ease;  /* Transición suave al pasar el ratón */
}

/* Enlace al pasar el ratón */
.breadcrumb li a:hover {
    color: #0056b3;  /* Azul más oscuro */
}

/* Separadores entre elementos */
.breadcrumb li+li::before {
    content: " >";  /* Separador de ">" */
    color: #aaa;  /* Color gris claro para el separador */
    margin-left: 10px;  /* Espacio entre el elemento y el separador */
    margin-right: 5px;
}
.proyecto.entry-media{
    display: block;
    width: 100%;
    height: 250px;
    background-size:cover;
    background-repeat:no-repeat;
}
.wpo-page-title {
    min-height: 218px;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 45px;
    line-height: 20px;
}

.wpo-site-header .navigation.sticky-header{
    /*background:var(--desierto);*/
    background:white;
}
.wpo-site-header .sticky-header #navbar>ul>li>a {
    color:black;
}
.card-mv .text i{
    background: var(--color-secundario)!important;
}

.wpo-site-footer .wpo-upper-footer, .wpo-site-footer-s2 .wpo-upper-footer, .wpo-site-footer-s3 .wpo-upper-footer {
    padding: 90px 0;
    position: relative;
    background-color: var(--color-gris-2);
}
.wpo-site-footer p, .wpo-site-footer-s2 p, .wpo-site-footer-s3 p {
    color: #333;
}
.wpo-site-footer .link-widget ul li a, .wpo-site-footer-s2 .link-widget ul li a, .wpo-site-footer-s3 .link-widget ul li a{
    color: #333;
}
.wpo-site-footer .widget-title h3, .wpo-site-footer-s2 .widget-title h3, .wpo-site-footer-s3 .widget-title h3 {
    color: var(--desierto);
}
.wpo-site-footer li, .wpo-site-footer-s2 li, .wpo-site-footer-s3 li{
    color: #333;
}
.no-video .video-btn{
    display:none!important;
}
.box_proyecto{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out;
    position: relative;
    border: solid 1px #f9f9f9;
}
.box_proyecto .elementor-post__avatar{
    height: 0;
    padding: 0 30px;
    pointer-events: none;
    position: relative;
    top: -25px;
    width: 100%;
}
.titulo_proyecto a{
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#333!important;
}
.titulo_proyecto a:hover{
    color: var(--desierto)!important;
}
.detalles_proyecto{}
.detalles_proyecto a.elementor-post__read-more{
    color: var(--desierto)!important;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 700;
}

.about-section .about-content h3 span {
    color: #61CE70!important;
}
.project-card .content .icon a {
    background: #61CE70;
}
.blog-card ul li i {
    color:#61CE70;
    padding-right: 10px;
}
.wpo-site-footer .wpo-lower-footer .copyright a, .wpo-site-footer-s2 .wpo-lower-footer .copyright a, .wpo-site-footer-s3 .wpo-lower-footer .copyright a {
    color:#61CE70;
}
@media (max-width: 767px) {
    .wpo-site-header .header-right>div:last-child {
        margin: 0;
        padding: 0 10px 0 0;
    }
	.wpo-hero-slider .bg-shape::before, .static-hero .bg-shape::before, .wpo-hero-slider-s2 .bg-shape::before{
		background:#06140838;
	}
}

@media (max-width: 575px) {
    .navbar-header .site-logo .navbar-brand img {
        max-width: 77px;
        margin:0;
    }
	.wpo-hero-slider .bg-shape::before, .static-hero .bg-shape::before, .wpo-hero-slider-s2 .bg-shape::before{
		background:#06140838;
	}
}
.admin-bar .wpo-site-header .sticky-header.navigation {
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0px 5px 5px 0px #c9c9c9;
}
.wpo-site-header .header-right .search-toggle-btn, .wpo-site-header .header-right .cart-toggle-btn {
    background-color: rgb(0 144 57);
    line-height: 0.66em;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
}
.wpo-site-header .navigation {
    background-color: #fff!important;
}
.wpo-site-header #navbar>ul>li>a {
    font-size: 16px;
    padding: 35px 20px;
    display: block;
    color: #000!important;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}
.wpo-site-header.default-header {
    background-color: #fff!important;
}
@media screen and (min-width: 992px) {
    .wpo-site-header.default-header {
        background-color: #fff!important;
    }
    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 20px;
        display: block;
        color: #000;
        position: relative;
        font-weight: 500;
        text-transform: capitalize;
    }
}