﻿@media only screen and (max-width: 700px) {
    #texto_1 {
        width: 100% !important;
    }

    #texto_2 {
        width: 100% !important;
    }

    #texto_3 {
        margin-left: 41px;
        margin-top: -1px !important;
    }
}

@media only screen and (min-width: 701px) and (max-width: 8000px) {
    #texto_2 {
        padding: inherit;
        margin-left: 3%;
    }
}


.uiPrincipal {
    background: linear-gradient(to right, #980000 5%, #D00000 100%);
    padding: 10px;
}

.uiTitlePrincipal {
    color: white;
    /*font: normal normal bold 30px Segoe UI;*/
    margin-left: 10px;
    text-align: center;
}

.sub1 {
    font-size: 24px;
    line-height: 38px;
}

.sub2 {
    font-size: 21px;
    margin-top: 15px;
}

.hborder {
    border: 1px solid #00ccff !important;
}

.hborder2 {
    border: 1px solid #DDDDDD;
}

.txt-desc {
    margin-top: 10px;
    text-align: justify;
}

.img-desc {
    width: 35%;
    display: inline-block;
    vertical-align: bottom;
}

.gerente {
    width: 65%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.titulo {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.img-context1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-context2 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.img-context3 {
    width: 60px;
    display: block;
}
