@media screen and (max-width: 992px) {
    p.dudas {
        margin-left: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        font: bold 18px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        color: #fff;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 993px) {
    p.dudas {
        margin-left: 0px;
        margin-bottom: 0px;
        font: bold 18px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        color: #fff;
        margin-top: 20px;
        width: 405px
    }
}

@media screen and (max-width: 1167px) {
    a.botones {
        font: normal 13px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        border-radius: 5px;
        height: 38px;
        width: 160px;
        padding-top: 5px;
        margin-top: 12px;
        margin-left: 55px;
        margin-right: 55px
    }
}

@media screen and (min-width: 1168px) {
    a.botones {
        font: normal 13px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        border-radius: 5px;
        height: 38px;
        width: 160px;
        padding-top: 5px;

    }
}

@media screen and (max-width: 1140px) {
    div.log {

        background: url("../../../images/TDUSA-2.png") no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 250px;
        /* Width of new image */
        height: 105px;
        align-items: center;
        align-content: center;

    }
}

@media screen and (min-width: 1141px) {
    div.log {

        background: url(../../../images/header1.png) no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 520px;
        /* Width of new image */
        height: 135px;
    }
}

@media screen and (max-width: 1140px) {
    div.logo1 {
        float: none;
        margin-top: 20px;
        width: 100%;
        height: 135px;
        margin-left: 1px;
    }
}

@media screen and (min-width: 1141px) {
    div.logo1 {

        margin-top: 20px;
        width: 450px;
        height: 135px;
        margin-left: 1px;
    }
}

@media screen and (max-width: 1140px) {
    div.iconBox {
        display: flex; 
        justify-content: center; 
        align-items: center; 
        height: 100%;
		margin-bottom: 25px;
		margin-top: -15px;
    }
}

@media screen and (min-width: 1141px) {
    div.iconBox {
        display: flex; 
        justify-content: center; 
        align-items: center; 
        height: 100%;
        
    }
}

@media screen and (max-width: 1140px) {
    div.textAlerta {
		margin-top: 25px;
		margin-bottom: -25px;
    }

}