
.barraSuperiorFalsa
{
    height: 40px;
    overflow: hidden;
}

/*=========================================================================================*/

.c_cont
{
    display: flex;
    width: 100%;
    min-width: 460px;
    height: 100%;
    justify-content: left;
    flex-direction: column;
    letter-spacing: 0.2mm;
    padding: 0 20%;
    box-sizing: border-box;
}

.c_titulo
{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;

    font-size: 38px;
    font-weight: bold;
    color:rgb(236, 105, 83);
    user-select: none;
    text-align: center;
}

/* c_contacto */

.c_contacto
{
    display: flex;
    flex-direction: column;
    user-select: none;
}

.c_contacto > div:nth-child(1)
{
    display: flex;
}

.c_contacto > div:nth-child(1) > div
{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.c_contacto > div:nth-child(1) > div:first-child
{
    padding-right: 20px;
    box-sizing: border-box;
}

.c_contacto .input_contacto, .c_contacto textarea
{
    border: 0;
    box-shadow: 0px 0px 5px 1px #c0c0c0;
    background: rgb(240, 240, 240);
    width: 100%;
    border-radius: 25px;
    padding: 10px 20px;
    outline: 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    resize: none;
    font-size: 16px;
}

.c_contacto .input_contacto::placeholder, .c_contacto textarea::placeholder
{
    color: rgb(236, 105, 83);
    font-size: 20px;
    font-weight: bold;
}


.c_contacto .myButton
{
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-radius: 25px;
    padding: 15px 25px;
    box-sizing: border-box;
}


/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* Arrancando con las correcciones para width menor a 900 */
@media (max-width: 900px)
{
    .c_cont
    {
        padding: 0 5%;
    }

    .barraSuperiorFalsa
    {
        height: 70px;
    }
}

/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* captcha */

.con_captcha
{
    display: flex;
    height: 100px;
}

.con_captcha_img
{
    display: flex;
    position: relative;
    width: 50%;
    max-width: 300px;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border-radius: 25px 25px 0 25px;
    background-color: rgb(240, 240, 240);
    border: 0;
    box-shadow: 0px 0px 5px 1px #c0c0c0;
    box-sizing: border-box;
}
/*
.con_captcha_img:hover > .con_captcha_img_recargar
{
    opacity: 1;
}
*/

.con_captcha_img_recargar
{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    padding: 5px 5px 5px 6px;
    border-radius: 5px 0 0 0;
    background-color: rgb(0 0 0 / 18%);
    opacity: 1;
    transition: opacity 0.2s;
    font-size: 13px;
    color: rgb(0 0 0);
    -webkit-text-stroke: 1px #000;
    cursor: pointer;
}


.con_captcha_img > img
{
    max-width: 100%;
    max-height: 100%;
}

.con_captcha_input
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.con_captcha_input > span
{
    font-size: 20px;
    margin-bottom: 10px;

    color: rgb(236, 105, 83);
    font-size: 20px;
    font-weight: bold;
}

.con_captcha_input > input
{
    font-size: 16px;
}
