.contacto{
    padding-top: 2em;
    background-color:#EBECF0;
    width: 100%;
    display: flex;
    padding-bottom: 3em;
}

.contaco__container{
    margin:  auto auto;
    display: flex;
    width: fit-content;
}
.contaco__container > div:first-child{
    margin-left: auto;
    width: 45%;
}

.contaco__container > div:last-child{
    width: 50%;
}

.contacto__fancyform{
    width: 80%;

}
.contacto__fancyform input{
    width: 100%;
    text-align: center;
    border: inset rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    outline: none;
    border-radius: 5% / 50%;
    margin-top: 1em;
    background-color:#EBECF0 !important;
    height: 50px;
}
.contacto__fancyform input:hover{
    background-color: rgba(255, 255, 255, .25) !important;
}

.contacto__fancyform textarea{
    width: 100%;
    text-align: center;
    border: inset rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    outline: none;
    border-radius: 5% / 50%;
    margin-top: 1em;
    background-color:#EBECF0 !important;
    resize: none;
}
.contacto__fancyform textarea:hover{
    background-color: rgba(255, 255, 255, .25) !important;
}
.contacto__fancyform_submit{
    width: 101%;
    height: fit-content;
    display: flex;
    margin-top: 1em;
}
.contacto__fancyform button{
    width: 100%;
    border: none;
    border: outset rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    outline: none;
    border-radius: 5% / 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    height: 50px;
    background-color:#EBECF0 !important;
    cursor: pointer;
    margin: auto auto;
}
.contacto__fancyform button:hover{
    background-color: rgba(255, 255, 255, .25) !important;
}
.contacto__fancyform button:focus{
    background-color: rgba(255, 255, 255, .25) !important;
}


.contacto__medios_cabecera{
    display: flex;
    width: 100%;
}
.contacto__medios_cabecera_trazous{
    width: 35%; height: 6vh;
    margin-left: 2em;
    background-image: url('../assets/images/contacto/trazous.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;


}
.contacto__medios_cabecera_map_pin{
    width: 15%; height: 5vh;
    margin-right: auto;
    margin-left: 1em;
    background-image: url('../assets/images/contacto/map_pin.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;

}

.contacto__medios_callcenter{
    margin-top: 20%;
    width: 100%;
    display: flex;
}
.contacto__medios_callcenter>div{
    margin: auto auto;
}
.contacto__medios_whatsapp{
    width: 100%;
    display: flex;
    bottom:0;
}
.contacto__medios_whatsapp>div{
    margin: auto auto;
}
.contacto__medios_whatsapp_numero{
    margin-top: auto;
    margin-bottom: auto;
}

.contacto__medios_whatsapp_icono{
    margin-left: 1em;
    margin-right: auto;
}


@media screen and (max-width: 1024px) {
    
    .contaco__container{
        display: block;
    }
    
    .contaco__container > div:first-child{
        margin-bottom: 5em;
        border-bottom: solid lightgray 2px;
        width: 100%;
    }
    .contaco__container > div:last-child{
        width: 100%;
        
    }
    .contacto__fancyform{
        width: 100%;
    }

    .contacto__fancyform input, .contacto__fancyform button{
        margin-top: 3em;
        height: 65px;
        font-size: 12pt;
        font-weight: 800;
    }
    .contacto__fancyform textarea{
        margin-top: 3em;
        font-size: 12pt;
        font-weight: 800;
    }
}
    