/*@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/Heavitas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/heavitas-webfont.woff2') format('woff2'),
         url('../fonts/heavitas-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'Avant';
    src: url('../fonts/ITC_Avant_Garde_Gothic_Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Avant';
    src: url('../fonts/itc_avant_garde_gothic_demi-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.title{
    color: #006699;
    font-weight: 600;
}
/*html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    *margin-bottom: 40px;*
}*/
/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
.top-nav{
    position: relative;
    height: 15em;
    margin-bottom: 2em;
}
.top-bar-line{
    background-color:#006699;
    height: 1em;
    width: 100% !important;
    
}
.h-line{
    position: absolute;
    /*max-height: 1.9em;*/
    background-color: #006699;
    width: 100%;
    top: 0;
    height: 3em;
}

.h-sline{
    width: 70%;
    margin: auto;
    height: 3em;
    background-color: aqua;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.h-logo{
    position: absolute;
    top: 0;
    width: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 15em;
    background-color: gray;
}
.top-img{
    display: block;
    /*max-height: 3em;*/
    width: 100%;
}
.top-img2{
    display: block;
    max-height: 10em;
    width: 100%;
    object-fit: contain;
}
.top-bar{
    background-color: #ffec00 !important;
}
.top-bar-item-link{
    font-family: 'Heavitas', sans-serif;
    text-transform: uppercase;
    /*color: #006699;*/
    color: #3698BF;
    font-weight: 200;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 19px;
}

a.active.top-bar-item-link, a.top-bar-item-link:hover{
    color: #368ABF !important;
}

.nav-bar-cat-item{
    font-family: 'Avant',  serif;
    color: #006699;
    font-size: 1.3em;
}

.footer{
    background-color: black;
}
.footer-link{
    color: white;
    font-family: 'Heavitas', sans-serif;
}
.footer-icon{
    max-height: 16px ;
}

a.active.nav-bar-cat-item{
    color: #368ABF !important;
    text-decoration: underline;
}
.nav-bar-cat-item:hover, .nav-bar-cat-item:focus{
    color: #368ABF !important;
}

.seccion-icon{
    max-height: 22px;
}

.text-nosotros{
    text-align: justify;
    font-family: sans-serif;
    font-size: 1.15em;
    font-weight: 100;
}

.sucursal-row{
    cursor: pointer;
}

.pb-15{
    padding-bottom: 15em !important;
}
.pb-10{
    padding-bottom: 10em !important;
}

.img-pop{
    max-height: 22em;
    max-width: 32em;
    width: fit-content;
    display: block;
}

.close-modal{
    position: absolute;
    right: 0;
    top: 0.5em;
}

.suc-table{
    height: 650px;
    overflow-y: auto;
}

img.logo-backs2 {
    display: none !important;
    opacity: 0;
}

.label-form{
    color: #368ABF;
    font-size: 1.2em;
    font-weight: 500;
}

.bg-proveedores{
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
                  url("../img/Proveedores/proveedores3.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.text-blue{
    color: #368ABF !important;
}
.img-footer{
    width: 180px;
}
.text-sm-footer{
    font-size: 11px;
}
@media (max-width: 768px) {
    .h-line{
        display: none;
    }

    .suc-table{
        height: 550px !important;
        margin-bottom: 2.5em;
    }
}

@media (max-width: 575.98px) {
    .responsive-img{
        min-height: 8em;
        object-fit: cover;
    }
    .suc-table{
        height: 250px !important;
        margin-bottom: 2.5em;
    }
    .img-footer{
        width: 100px !important;
    }
    .top-img2{
        height: 5em;
        object-fit: cover;

    }

    /*.h-line{
        display: none;
    }*/
}

/*@media (min-width: 769px) {
    .h-line{
        display: none;
    }

    .suc-table{
        height: 650px !important;
        margin-bottom: 1.1em;
    }
}*/ 