﻿
.mp {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/*------------------- FOOTER -------------------------- */

h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.8rem 1rem 0 0;
    margin: 0;
}

h6 {
    font-size: 0.9rem;
}



.corchete {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 2rem;
}

.redes > .corchete {
    font-weight: 100;
    font-size: 2.2rem;
}

/*------------------- contacto -------------------------- */

.contacto {
    background: #2a2a2a;
    color: white;
    padding: 0;
    margin: 0;
}

#contacto {
    padding: 0;
}

/*------------------- formulario -------------------------- */

.form-control:focus {
    color: #ffffff!important;
    background-color: transparent!important;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.formulario input, .formulario textarea, .formulario select, .checkbox {
    background-color: transparent;
    padding: 1rem 0;
    border: none;
    border-bottom: #000 1.8px solid;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
}

    .formulario input:first-child {
        padding-left: 0.5rem;
    }

.checkbox {
    border-bottom: none;
    font-size: 1rem;
    padding-bottom: 1.5rem;
}

.contacto .formulario textarea {
    margin-bottom: 2rem;
    padding-left: 0.5rem;
}

.contacto .formulario .boton {
    border: #000 1.8px solid;
    transition: all .3s;
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 1rem;
}

    .contacto .formulario .boton:hover {
        background-color: #1a1a1a;
        color: #fff;
    }

.contacto .direccion {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .contacto .direccion p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 1.1rem;
    }

.contacto .titulo {
    margin-bottom: 2rem;
}

.contacto iframe {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}

.caja {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*------------------- herramientas -------------------------- */

.herramientas {
    background-color: #1a1a1a;
    color: white;
}

    .herramientas > img:hover {
        opacity: 60%;
    }


/*------------------- footer -------------------------- */

.footer {
    background-color: #2a2a2a;
    color: #fff;
}

/*------------------- redes -------------------------- */

.redes ul {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 1rem 0.7rem;
}

    .redes ul img {
        width: 2.4rem;
        margin: 6px;
    }

        .redes ul img:hover {
            cursor: pointer;
            opacity: 30%;
        }

/*------------------- info legaL -------------------------- */

.info {
    background-color: #1a1a1a;
    color: #fff;
    /*width:100%*/
}

    .info a {
        text-decoration: none;
        color: #939393;
        transition: all .3s;
    }

        .info a:hover {
            color: #fff;
        }

.darytech {
    color: var(--daryblue);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
