html #header .header-logo.custom-header-logo:before {
    content: '';
    position: absolute;
    bottom: -37px;
    left: 0px;
    width: 120px;
    height: 65px;
    background-color: #FFF;
    border-radius: 170px 170px 0 0;
    opacity: 1;
    visibility: visible;
    transform: rotate(180deg);
    transition: ease opacity 300ms, ease transform 300ms;
}


.footer-copyright, .footer-copyright p, .footer-copyright a {
    color: var(--secondary-100-r) !important;
}

.bg-apoyo {
    background-image: url(../img/slides/Resurgir-Banner-Donacion.png);
    background-color: #007774;
    background-size: contain;
    background-position: left;
    min-height: 414px;
    /* max-height: 414px; */
    background-repeat: no-repeat;
}

.bg-form-inicio {
    background-image: url(../img/inicio/Resurgir-logo-formulario.png) !important;
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.bg-nosotros {
    background-image: url(../img/slides/Resurgir-Nosotros-Banner.jpg) !important;
    background-size: cover !important;
	background-position: center right !important;    
    max-height: 440px;
    background-repeat: no-repeat !important ;
}

.bg-programa {
    background-image: url(../img/slides/Resurgir-Programa-Banner.png) !important;
    background-size: cover !important;    
    background-repeat: no-repeat !important ;
}
.bg-casa {
    background-image: url(../img/slides/Resurgir-La-Casa-Banner.jpg) !important;
    background-size: cover !important;
	background-position:center right !important;    
    max-height: 440px;
    background-repeat: no-repeat !important ;
}
.bg-ayudar {
    background-image: url(../img/slides/Resurgir-Ayudar-Banner.jpg) !important;
    background-size: cover !important;
	background-position: center center !important;
    min-height: 440px;
    max-height: 440px;
    background-repeat: no-repeat !important ;
}

.bg-programa-img-left {
    background-image: url(../img/slides/Resurgir-Programa-a-Quien-va-Dirigido-Mujeres-.png) !important;
    background-size: cover !important;
    min-height: 320px;
    max-height: 405px;
    background-repeat: no-repeat !important ;
}

.bg-programa-img-right {
    background-image: url(../img/slides/Resurgir-Programa-a-Quien-va-Dirigido-Montanas.png) !important;
    background-size: cover !important;
    min-height: 320px;
    max-height: 405px;
    background-repeat: no-repeat !important ;
}

.bg-camino {
    background-image: url(../img/programa/Resurgir-Programa-El-Camino.png) !important;
    background-size: contain !important;
    min-height: 440px;
    background-repeat: no-repeat !important ;
}

.bg-pleca {
    background-image: url(../img/programa/resurgir-background-descarga.png) !important;
    background-position: center 25% !important;
    background-repeat: no-repeat !important;
}

.bg-programa-formulario {
    background-image: url(../img/programa/resurgir-programa-banner-formuario.jpg) !important;
    background-size: cover !important;	
    background-repeat: no-repeat !important ;
}

.bg-casa-formulario {
    background-image: url(../img/casa-mujeres/Resurgir-la-casa-banner-formulario.jpg) !important;
    background-size: cover !important;	
    background-repeat: no-repeat !important ;
}

.bg-ayudar-formulario {
    background-image: url(../img/slides/Resurgir-Banner-Donacion.jpg) !important;
    background-size: cover !important;	
    background-repeat: no-repeat !important ;
    background-position: center center !important;
}

.card-valores {
	position:relative;
}
.card-valores:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 105px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #000; */
    z-index: 3;
}

.card-valores.img-aislamiento:before {
    background-image: url(../img/iconos/icono-aislamiento.png);
}

.card-valores.img-compromiso:before {
    background-image: url(../img/iconos/icono-compromiso-social.png);
}

.card-valores.img-compasion:before {
    background-image: url(../img/iconos/icono-compasion.png);
}

.card-valores.img-resiliencia:before {
    background-image: url(../img/iconos/icono-resilencia.png);
}

.card-valores.img-autocuidado:before {
    background-image: url(../img/iconos/icono-autocuidado.png);
}

.bg-valores {
    background: rgb(231,157,188);
    background: linear-gradient(0deg, rgba(231,157,188,1) 0%, rgba(255,255,255,1) 59%);
}
.bg-gradient-casa {
    background: rgb(231,157,188) !important;
    background: linear-gradient(180deg, rgba(231,157,188,1) 0%, rgba(255,255,255,1) 59%) !important;
}
.bg-gradient-ayudar {
	background: rgb(224,192,206) !important;
	background: linear-gradient(180deg, rgba(224,192,206,1) 0%, rgba(255,255,255,1) 50%) !important;
}


.text-shadow-100 {
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.6);
}
.triangle:before {
    content: ' ';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--primary)!important;
}

.casa-mujer-programa {
    margin-top: 0 !important;
    border-top: 0 !important;
    border-radius: 0 0 25px 25px;
}

.casa-mujer-programa-vertical {
    margin-top: 0 !important;
    border-left: 0 !important;
    border-radius: 0 25px 25px 0;
}
p
.instalaciones .card-body {
	min-height:150px !important;
	padding: 1rem;
}

.border-author-primary {
	border-top:1px solid var(--primary);
}

.border-author-secondary-r {
	border-top:1px solid var(--secondary-r);
}

.custom-donaciones {
	position:absolute !important;
	top:-118px !important;
	z-index:9;
	left:9px;
	
}

.form-ayudar input::placeholder, .form-ayudar select option, .form-ayudar select option:checked{
  color: var(--secondary-r);
	
}
.btn-ayudar-m {
    background: var(--primary);
    border-radius: 12px !important;
    padding: 6px 14px !important;
	color:#fff !important;
}

.hidden {
	display: none !important;
}
.visible {
	display: block !important;
}

.bg-secondary-header {
	background: var(--secondary-r)!important;
}

#tabMovil {
	width:950px;
	overflow:auto;
}
#tabMovil a.active  {
    color: #ffffff !important; /* Cambia el color del texto */
     background-color: var(--primary) !important;
}

.mh-md-120px {
    min-height: 120px;
}

.text-danger-captcha {
    color: #ffffff!important;
    font-size: 0.875rem;
    font-weight: bold;
}

.spinner-border {
display: inline-block;
width: 1rem;
height: 1rem;
border: 0.1em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
     .bg-camino {
        background-image: none !important;
    }	
	
	.custom-donaciones {
		left:50px;		
	}	
	
	.bg-apoyo {
		background-position:top left;
	}
	
	.bg-casa-formulario {
		background-image: url(../img/casa-mujeres/Resurgir-la-casa-banner-formulario-vertical.jpg) !important;
		background-size: cover !important;	
		background-position: center center !important;
		background-repeat: no-repeat !important ;
	}	
	
}

@media (max-width: 767px) {

	.custom-donaciones {
		left: 50%;
        transform: translateX(-50%);	
	}	
	.instalaciones .card-body {
		min-height:100px !important;
	}
	
	.bg-nosotros {
		background-image: url(../img/slides/Resurgir-nosotros-banner-movil.jpg) !important;		
		background-position: center center !important;
		max-height: 210px;

	}
	
	.bg-casa {
		background-image: url(../img/slides/Resurgir-La-Casa-Banner-movil.jpg) !important;		
		background-position:center center !important;		
		max-height: 210px;		
	}	
	
	.bg-ayudar {
		background-image: url(../img/slides/Resurgir-Ayudar-Banner-movil.jpg) !important;			
		min-height: 210px;		
		max-height: 210px;		
	}	
	
	

	
}
