﻿

.color-red {
    color: rgb(215, 49, 49)
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100%;
    background-image: url('../assets/img/bg/bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    animation: none;
}

.telefono {
    background-image: url('../assets/img/contacto/contact-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.redes {
    background-image: url('../assets/img/contacto/contact-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.correo {
    background-image: url('../assets/img/contacto/contact-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.location-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100%;
    background-image: url(../assets/img/bg/bg-pattern.png), linear-gradient(to right, rgba(52, 180, 228, 1), #0083b0);
    background-size: cover;
    background-repeat: no-repeat;
    
}


.form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100%;
    background-image: url('../assets/img/bg/bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    animation: none;
}

.form-talk {
    min-height: 70vh;
    min-width: 100%;
    border-radius:16px;
    background-color: rgb(255, 255, 255);
    filter:drop-shadow(0 0 8px rgb(0, 0, 0, 0.2))
}

