/*======================================
Theme Name: formularios
Theme URI: https://divicake.com/
Description: formularios copgalicia
Version: 1.0
Author: mmbuxan
Author URI: https://mmbuxan.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@font-face {
    font-family: 'DejaVuSans';
    src: url('wp-content/themes/Your-Generated-Divi-child-theme-template-by-DiviCake/fonts/DejaVuSans.ttf') format('truetype');
	
}

body {
    font-family: 'Lora', sans-serif;
}

.lista-entradas-colegio{
	background-color:black;
}

.custom-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
	background-color: black;
    /*background: #f9f9f9;*/
    border: 1px solid #ddd;
    border-radius: 8px;
}

.custom-form-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-form-container input,
.custom-form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-form-container button {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-form-container button:hover {
    background: #005177;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}

