@font-face {
    font-family: "TTFirsNeue";
    src: url("./../.././../fonts/TitilliumWeb/TitilliumWeb-Regular.ttf") format("truetype");
}
.ocultar{
    display: none;
}
.mostrar{
    display: block;
}
.backgroundRojo{
    background-color: #F6110C !important;
}
.backgroundAzulObscuro{
    background-color: #1a254b !important;
}
.backgroundBlanco{
    background-color: #FFFFFF !important;
}
.backgroundBlancoDesvanecido65{
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.colorGrisDesvanecido{
    color: rgb(3, 3, 3) !important;

}
.colorBlanco{
    color: white !important;
}

.colorAzul{
    color: #1a254b !important;
}

.colorRojo{
    color: #F6110C;
}
.sizeIcon{
    font-size: 45px;
}
.mouse{
    cursor: pointer;
}

.ancho600{
    font-weight: 600;
}
.limitante1 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 1;
}
.limitante2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 2;
}
.limitante3 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 3;
}

.numerologiaTexto{
    color: #F6110C !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
}

.tituloComunicadogrid{
    font-size: 18px !important;
    line-height: 20px !important;
    color: #1a254b !important;
}
.tituloComunicadogrid:hover{
    color: #F6110C !important;
}

.contact-section .custom2:before{
    background-color: #1a254b00 !important;
}



.listaCustom ul li::before{
    font-family: "Flaticon";
    content:"\f11a";
	margin-right:8px;
    text-align: justify;
    color: #1a254b !important;
}

.faq-section .accordion-box .block .acc-content {
    background-color: #f5f5f6 !important;
}



.contact-information-two:before{
    opacity : 0.4 !important
}

.itemAviso .link:hover{

    color:#F6110C !important;
    font-weight: 700 !important;

}

/*PROVEEDOR- PREREGISTRO y REGISTRO CONTRATISTA*/

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}

.progressList {
    display: none;

}

.iconoProceso {
    width: 45px;
}

.botonLink {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #F6110C;
    font-size: medium;

    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.5s;
}

.botonLink:hover {
    font-family: "Montserrat Alternates", sans-serif;
    color: #F6110C;
    font-weight: 900;
    background-size: 100% 1px;
}

.mobilProgressList {
    display: block;
}

@media (min-width: 768px) {
    .progressList {
        display: block;
    }
    .progressList img {
        width: 60px;
    }
    .progressList ul {
        text-align: center;
    }

    .progressList ul li {
        text-align: center;
        display: inline-block;
        width: 200px;
        height: 150px;
        position: relative;
    }

    .progressList ul li div {
        border-radius: 15px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px;
    }

    .progressList ul li .bx {
        background: transparent;
        color: #7c8899;
        width: max-content;
    }

    .progressList ul li .bx::after {
        content: "";
        background: #7c8899;
        height: 5px;
        width: 200px;
        display: block;
        position: absolute;
        left: 0;
        top: 127px;
        z-index: -1;
        border-radius: 35px;
    }

    ul li .bx.activo {
        background: transparent;
        color: currentColor;
        width: max-content;
    }

    ul li .bx.activo::after {
        content: "";
        background: currentColor;
        height: 5px;
        width: 200px;
        display: block;
        position: absolute;
        left: 0;
        top: 127px;
        z-index: -1;
        border-radius: 35px;
    }
    .mobilProgressList {
        display: none;
    }
}

.tituloExitosoRegistro {
    color: green;
    font-weight: 700;
    font-size: 25px;
}

.sombra {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
}

.colorProveedorO {
    color: #F6110C;
}

.colorGrisO {
    color: #666666;
}

.ancho600 {
    font-weight: 600;
}

.fuenteTTFirsNeue{
 font-family: 'TTFirsNeue';
}


