.boxContendorTituloCon {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contendorTituloCon {
    background-color: #ffffff;
    width: 100%;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textoActualCon {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #4F4D4E;
}
.divInfeirorCon {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineaDiviriaTituloCon {
    width: 110px;
    height: 12px;
    background: rgba(233, 69, 132, 1);
    background: -moz-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: linear-gradient(to right, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94584', endColorstr='#fa5e21', GradientType=1);
}
.contedorTitulosCon {
    width: 100%;
    height: auto;
}
.contedorInputCon {
    width: 100%;
    height: auto;
}
.cajaTextoCon {
    width: 50%;
    float: left;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textoInputCon {
    width: 80%;
    height: 48px;
    background-color: #ffffff;
}
.cajaTextAreaCon {
    width: 100%;
    background-color: #ffffff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textoAreaCon {
    width: 90%;
    height: 180px;
    background-color: #ffffff;
}
.cajaCheckTextCon {
    width: 90%;
    margin-left: 5%;
    height: 100px;
    background-color: #ffffff;
}
.cajaBotonContacto {
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botonContactoCon {
    float: left;
    cursor: pointer;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(233, 69, 132, 1);
    background: -moz-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    background: linear-gradient(to right, rgba(233, 69, 132, 1) 0%, rgba(240, 47, 23, 1) 57%, rgba(246, 41, 12, 1) 78%, rgba(250, 94, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94584', endColorstr='#fa5e21', GradientType=1);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.classTextoBotonCon {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
}
@media screen and (min-width: 800px) {
    .contedorGeneral {
        height: auto;
        width: 100%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .contedorResponsive {
        width: 744px;
        height: 100%;
        background-color: #ffffff;
        margin-top: 24px;
    }
}
@media screen and (max-width: 799px) and (min-width: 320px) {
    .cajaTextoCon {
        width: 100%;
    }
    .textoInputCon {
        width: 90%;
    }
    .contedorGeneral {
        height: auto;
        width: 100%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .contedorResponsive {
        width: 90%;
        height: 100%;
        background-color: #ffffff;
    }
}