﻿.uguet-btn {
    margin-top: 10px;
    background-color: #F52503;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration:none; 
}
.text-white {
    color:white;
    display: flex;
    justify-content: center;
    text-align: center;        
    width: 100%;
}

.cursosgrab {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
.logoeze {
    width: 15%;
    margin-bottom:10px;
}
.resultadosdiv {
    background-color: rgba(250, 250, 250, 0.1);
}
.Separadornota {
    margin: 50px;
}

 /* whatsapp floating button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/* Contact Section */
        .contact {
        padding: 80px 0;
        background: #0d0d0d;
    }

    .contact-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }

    .contact-info h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #dc2626;
    }

    .contact-info p {
        font-size: 1.1rem;
        color: #ddd;
        line-height: 1.8;
        margin-bottom: 1rem;
    }

    .contact-form {
        background: #1a1a1a;
        padding: 2rem;
        border-radius: 10px;
        border: 2px solid #333;
    }

    .form-group {
        margin-bottom: 1.5rem;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        color: #dc2626;
        font-weight: 500;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 0.8rem;
        border: 1px solid #333;
        border-radius: 5px;
        font-size: 1rem;
        background: #2d2d2d;
        color: #fff;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #dc2626;
    }