.survey-paragraph {
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 400px;
    height: 48px;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    font-family: 'Open Sans';
    text-align: center;
    color: #ffffff;
}

.survey-promo1 {
    text-align: center;
    color: #0163AE;
    font-size: 72px;
    font-family: arial, helvetica, sans-serif;
    line-height: 61px;
}

.promo1-2 {
    color: #0163AE;
    font-size: 48px;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
}

.survey-promo2 {
    text-align: center;
    color: #0163AE;
    font-size: 28px;
    font-family: arial, helvetica, sans-serif;
}

.btn-transp {
    background-color: rgba(220,94,191,0.98);
}

.btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus {
    background-color: rgba(209,71,173,0.98);
}

.modal-footer .btn-default,.modal-footer .btn-default:hover,.modal-footer .btn-default:focus,.modal-footer .btn-default:active,.modal-footer .btn-default:active:focus,.modal-footer .btn-default:active:hover, .modal-footer .btn-default:hover {
    color: white;
    background-color: rgba(220,94,191,0.98);
    width: inherit;
    border: none;
}

.modaltext {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
}

.modal-content {
    background-color: black;
}

.modal-dialog {
    margin: 15% auto;
}

.modal-footer {
    padding: 17px;
    border-top: none;
}

.rectangle{
    width: 215px;
    height: 99px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.flor_black {
    object-fit: contain;
    margin-top: 25px;
    margin-left: 19px;

}

.btnImage {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 28px;

}

@media(max-width: 1200px)
{
   .survey-paragraph {
       margin-top: 10px;
       width: 294px;
       margin-right: auto;
       margin-left: auto;
   }
}

@media(max-width: 745px)
{
    .form {
        width: 100%;
    }

    .btn-transp, .btn-transp:hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus  {
        width: 80%;
        background-color: rgba(220,94,191,0.98);
        border-color: black;
    }

    .btn-transp :hover, .btn-transp:active, .btn-transp:focus, .btn-transp:active:focus {
        background-color: rgba(209,71,173,0.98);
    }

    .survey-paragraph {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .survey-promo1 {
        font-size: 68px;
    }

    .promo1-2 {
        font-size: 44px;
    }

    .survey-promo2 {
        font-size: 24px;
    }

    .btnImage {
        max-width: 250px;
    }

}

.noBreakLine{
    white-space: nowrap;
}



@media (min-width: 992px) {
    .col-md-4 {
        width: 25.9%;
    }
    .selectSmall {
        margin-left: 9px;
    }
}