.contactenos{
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    */
}

.contactenos h1{
    padding: 1rem 2rem;
    font-size: 3.7rem;
}

.mas h2{
    color: #a6a6a6;
    font-style: italic;
    font-weight: bold;
    font-size: 3rem;
}

.contactenos p{
    padding: 1rem 2rem;
    text-align: justify;
    text-justify: inter-word;
}

.contactenos .content{
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.contactenos ul li{
    padding: 0.3rem 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.contactenos .principal{
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.contacto{
    display: flex;
    flex-direction: row;
}

.contactenos img{
    width: 100%;
}

.fila{
    display: flex;
    flex-direction: row;
}

.fila .izq{
    width: 106px;
}

.fila .der{
    width: 100%;
}


.fila p{
    margin-top: auto;
    margin-bottom: auto;
}

.celeste{
    background-color: #57c4be;
    color: white;
    width: 100%;
}

.celeste .contenido{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.celeste .contenido .izq{
    padding-top: 24px;
    padding-bottom: 24px;
}

.celeste .contenido img{
    height: 100%;
}


.formulario textarea:focus, input:focus{
    outline: none;
    border: 1px solid #545454;
}

.formulario input::placeholder, .formulario textarea::placeholder {
    color: black;
    text-align: center;
    opacity: 0.9;
}

.formulario input, .formulario textarea{
    background-color: #7ebcc3;
    width: 100%;
    padding: 9px 9px;
    border-radius: 6px;
    border: 1px solid transparent ;
    margin: 9px 0;
}

.formulario button{
    cursor: pointer;
    background-color: #eefb03;
    color: black;
    font-weight: bold;
    /* box-shadow: 0 0 0 0 rgba(100, 230, 10, 0.25); */
    border: none;
    padding: .5rem 1.2rem;
    margin: 3px 0;
    border-radius: 25px;
    transition: box-shadow 145ms cubic-bezier(.25, 0, .2, 1), outline-offset 145ms cubic-bezier(.25, 0, .2, 1);
}

.formulario .mgs{
    padding-left: 9px;
}

.derecha .marca{
    border: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.derecha .marca img{
    max-width: 66%;
}

.mas h2{
    padding-left: 1.6rem;
}

.mas .logo img{
    width: 120px;
}


/*     moviles    */
@media screen and (max-width: 576px) {
    .contactenos{
        padding: 0.3rem;
        width: 100%;
    }

    .contactenos h1{
        padding: .5rem .4rem;
        font-size: 12vw;
    }
    .contactenos p{
        padding: .5rem .4rem;
    }

    .fila{
        flex-direction: column;
    }

    .fila .izq{
        width: 100%;
    }

    .fila .izq .imagen{
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .contacto{
        flex-direction: column;
    }

    .celeste .contenido{
        flex-direction: column;
    }

    .celeste .contenido .izq{
        padding-left: 9px;
    }

    .derecha{
        padding-top: 9px;
        padding-bottom: 9px;
    }
}