.contact{
    margin-top: 70px;
}

/*CARD*/

.card_cont{
    width: auto;
    background-color: #e4e4ff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
}


.labelformconsult{
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
    color: #EC8305;
    cursor: pointer;
    font-size: 20px;
}

.img-contact{
    padding-top:50px;
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
    width: 40px;
    cursor: pointer;
}

/*FORMULARIO CONSULTA*/
.card-body{
    background-color: rgb(2, 76, 170);
    border-radius: 10px;
    padding: 35px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    width: 355px;
    display: grid;
    margin: 10px;
}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 310px;
}

.label-letter{
    color: white;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

input, textarea, select{
    padding: 9px 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: #FFFFFF;
    outline: none;
}

.button-about{
    cursor: pointer;
    text-decoration: none;
}

.button-about:hover{
    filter: drop-shadow(2px 2px 5px #ff9d32);
}

button{
     max-width: 79px;
     margin: auto;
}

.btn-custom {
    background-color: #ff9d32;
    box-shadow: 0 0 20px rgba(184, 125, 73, 0.4);
    color: #FFFFFF;
    border: 0;
    border-radius: 10px;
    border:4px;
    padding: 9px 12px;
    cursor: pointer;
    position: relative; top: 25px; left: center;
}

.btn-custom:hover{
    background-color: #EC8305;
}

/* IMAGENES*/

.card__container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cardvol{
    position: relative;
    width: 250px;
    height: 200px;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
}


.cardvol:hover{
    opacity: 1;
    transform: scale(1.1) translateY(-10px);
    transition: transform .5s ease;
    cursor: pointer;
}

.cardvol img{
    width: 100%;
    height: 200px;
    
}