@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

#areas .btn {
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #4a4a4a, #666666);
    border: none;
    color: #ffd700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#areas .btn:hover {
    background: linear-gradient(45deg, #666666, #808080);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.2);
}

/* Sobreescribir los colores específicos de cada botón */
#areas .btn-red,
#areas .btn-olive,
#areas .btn-indigo,
#areas .btn-blue {
    background: linear-gradient(45deg, #333333, #4a4a4a);
}

#areas .btn-red:hover,
#areas .btn-olive:hover,
#areas .btn-indigo:hover,
#areas .btn-blue:hover {
    background: linear-gradient(45deg, #4a4a4a, #666666);
}

/* Añadir borde sutil con tono amarillo */
#areas .btn {
    border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Estilos del logo adaptados del eventual.html */
.navbar h1 {
    font-family: 'Coustard', serif;
    font-size: 46px;
    font-weight: 400;
    
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.navbar h1 span {
    color: #ffd700;
    font-weight: 300;
}

.navbar h1:hover {
    text-decoration: none;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.navbar a {
    text-decoration: none;
}

/* Media Queries para dispositivos móviles */
@media screen and (max-width: 768px) {
    /* Ajustes para textos generales */
    p {
        font-size: 18px;
        line-height: 1.6;
    }

    /* Ajustes para títulos */
    h1 {
        font-size: 42px !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 32px !important;
        line-height: 1.3;
    }

    h3 {
        font-size: 24px !important;
        line-height: 1.3;
    }

    /* Ajustes para textos específicos */
    .lead {
        font-size: 22px !important;
        line-height: 1.4;
    }

    .condensed {
        font-size: 20px !important;
        line-height: 1.5;
    }

    /* Ajustes para el logo en navbar */
    .navbar h1 {
        font-size: 36px;
    }

    /* Ajustes para la sección de otros trabajos */
    #OtrosTrabajos p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* Ajustes para los botones */
    #areas .btn {
        font-size: 16px;
        padding: 12px 20px;
        margin: 5px;
    }
}

/* Ajustes adicionales para dispositivos muy pequeños */
@media screen and (max-width: 480px) {
    p {
        font-size: 16px;
    }

    .lead {
        font-size: 20px !important;
    }

    .navbar h1 {
        font-size: 32px;
    }
	#areas1 #areas2 #areas3 #areas4 {
		display: none;
	}    
} 

@media (max-width: 768px) {
	.mision {
		display: none;
	}
	#arrow_left  {
		display: none;
	}
	#arrow_right {
		display: none;
	}
	.content {
		width: auto !important;
		
	}
	.area {
		display: none;
	}
}