.marketo-form1-p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    margin-top: 0px !important;
}

.marketo_form1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.marketo_form1 .form_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 752px;
}

.marketo_form1 .form_container .imagen{
    display: flex;
    width: 100%;
    max-width: 152px;
    margin-right: 40px;
}

.marketo_form1 .form_container .imagen img{
    width: 100%;
    max-width: 152px;
    height: 100%;
    max-height: 106px;
    margin-top: 32px;
}

.marketo_form1 .form_container .form_content{
    display: flex;
    flex-direction: column;
}

.marketo_form1 .form_container .form_content h1{
    font-family: 'Alright Sans Ultra';
    font-size: 48px;
    color: #D31145;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.marketo_form1 .form_container .form_content p{
    font-family: 'Alright Sans Regular';
    color: #000000;
    text-align: left;
}

.marketo_form1 .form_container .form_content #text1{
    font-size: 14px;
    margin-bottom: 5px;
}

.marketo_form1 .form_container .form_content #text2{
    font-size: 16px;
    margin-bottom: 30px;
}

/* form marketo */
.marketo_form1 .form_container .form_content label{
    font-family: 'Alright Sans Ultra';
    font-size: 12px;   
}

.marketo_form1 .form_container .form_content input{
    width: 100%;
    max-width: 560px;
    height: 42px;
    margin-bottom: 10px;
}

.marketo_form1 .form_container .form_content [type=checkbox]{
    width: 15px;
    height: 15px;
}

.marketo_form1 .form_container .form_content #mktoForm_5479 .mktoFormRow:nth-child(4) .mktoFieldWrap,
.marketo_form1 .form_container .form_content #mktoForm_5479 .mktoFormRow:nth-child(5) .mktoFieldWrap{
    display: flex;
    flex-direction: row;
}

.marketo_form1 .form_container .form_content .mktoButtonRow{
    display: flex;
    justify-content: start;
    margin-top: 30px;
}

.marketo_form1 .form_container .form_content .mktoForm a{
    font-size: 12px;
}