/*
Theme Name: SierraCaribe 🌴
Theme URI: https://sierracaribe.com.co/
Author: Sierra Caribe
Author URI: https://sierracaribe.com.co/
Description: Un tema básico y sencillo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sierracaribe 
*/

/* Aquí comienza tu código CSS para el diseño */

body {
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
}

.site-content {
    padding: 20px;
    min-height: 80vh; /* Asegura un mínimo de altura */
}

/* Estilos de ejemplo para el header y footer */
.site-header, .site-footer {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.site-header a, .site-footer a {
    color: #fff;
    text-decoration: none;
}

.contact-form-top input {
    background-color: #FFFFFF00;
    border: solid 1px #28281B;
    border-radius: 50px 50px 50px 50px;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    color: #28281B;
    padding: 11px;
    font-size: 15px;
}

.contact-form-top button[type="submit"] {
    background-color: #00202D;
    color: #FFFFFF;
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1px;
    word-spacing: 0px;
    border-radius: 50px 50px 50px 50px;
    padding: 22px 22px 22px 22px;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all .3s;
}

.contact-form-top button[type="submit"]:hover {
    background-color: #D2B893;
    color: #ffffff;
}

.contact-form-top ul {
    padding-left: 0;
}

