

/* .contenedor_cc{
    width: 100%;
    height: 1127px; 
} */
.contact-form-p{
    margin-top: 0px !important;
}

.contenedor_c{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}

.contact_c{
    width: 45% !important;
    display: flex;
    flex-direction: column;
}

#texto1_c{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Alright Sans Regular';
}

#texto2_c{
    font-size: 48px;
    color: #D31145;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin-bottom: 24px;
    font-family: 'Alright Sans Ultra';
}

#texto3_c{
    font-size: 16px;
    text-align: center;
    margin-bottom: 38px;
    font-family: 'Alright Sans Regular';
}

.contenedor_c .mktoFieldWrap a {
    font-size: 14px;
}

.contenedor_c #mktoForm_1957{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contenedor_c #mktoForm_1957 label{
    font-size: 12px;
    color: #D31145;
    text-transform: uppercase;
    text-align: left;
}

.contenedor_c #mktoForm_1957 input, .contenedor_c #mktoForm_1957 select{
    width: 100% !important;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 4px;
    font-size: 12px;
}

.contenedor_c .mktoButtonRow{
    display: flex;
    justify-content: center;
}

.contenedor_c button[type=submit]{
    width: 176px;
    height: 42px;
    font-size: 14px;
    font-family: 'Alright Sans Ultra';
    font-weight: bold;
}


.contenedor_c #mktoForm_1957 input[type="checkbox"]{
    margin-left: -56px;
    width: 24px;
    height: 24px;
}

.contenedor_c #mktoForm_1957 label:last-child{
    font-size: 10px !important;
}


@media screen and (max-width: 1050px){
    .contact_c{
        width: 70% !important;
    }
}

/* 
#mktoForm_1957 select {
    position: relative;
    appearance: none; 
  }
  
#mktoForm_1957 select::after {
    content: 'v'; 
    color: #D31145; 
    font-size: 14px; 
    position: absolute;
    top: 50%;
    right: 10px; 
    transform: translateY(-50%);
    pointer-events: none; 
  } */