.inputs-contacto input {
    /* width: 500px; */
    height: 50px;
    margin-top: 10px;
}

.input-check input {
    width: 30px;
    height: 20px;
    margin-top: 30px;
}

.input-check {
    margin-left: 30px;
    /* border: 1px solid blue; */
}

.input-check span {
    margin-left: 50px;
}

.dist-line {
    height: 5px;
    width: 100px;
    background: #c9c5c5;
}

.flex-centrado {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.boton-enviar {
    color: white;
    width: 100%;
    background: #FA5555;
    height: 50px;
    border-radius: 6px;
    border: none;
}

.flex {
    display: flex;
    /* justify-content: center; */
}

.logo-1 img {
    height: 130px;
}

.logo-2 img {
    height: 130px;
    margin-top: -20px;
}

.label {
    font-size: medium;
    font-weight: 500;
    color: #366a51;
}

.ajuste {
    margin-left: -30px;
}

.azul {
    border: 1px solid blue;
}

.rojo {
    border: 1px solid red;
}

@media(max-width: 680px) {
    .boton-anexo button {
        width: 85%;
    }

    .logo-2 img {
        height: 90px;
    }

    .logo-1 img {
        height: 90px;
    }

    .label {
        font-size: 10px;
    }

    .margen {
        margin-bottom: 100px;
    }
}

/* Boton */
.boton-enviar:hover {
    background: #fc9797;
}
.boton-enviar:active {
    margin-top: 8px;
}

