@font-face {
    font-family: "CarmenSans-Bold";
    src: url("../fonts/fontCarmen/CarmenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "CarmenSans-ExtraBold";
    src: url("../fonts/fontCarmen/CarmenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: "CarmenSans-Heavy";
    src: url("../fonts/fontCarmen/CarmenSans-Heavy.ttf") format("truetype");
}


@font-face {
    font-family: "CarmenSansLight";
    src: url("../fonts/fontCarmen/CarmenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: "CarmenSans-Medium";
    src: url("../fonts/fontCarmen/CarmenSans-Medium.ttf")
        format("truetype");
}
@font-face {
    font-family: "CarmenSans-Regular";
    src: url("../fonts/fontCarmen/CarmenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "CarmenSans-SemiBold";
    src: url("../fonts/fontCarmen/CarmenSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "CarmenSans-Thin";
    src: url("../fonts/fontCarmen/CarmenSans-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "CarmenSans-UltraLight";
    src: url("../fonts/fontCarmen/CarmenSans-UltraLight.ttf") format("truetype");
}





.backgroundAzul{

    background-image: url("../img/slpheader.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 80vh;
    
}


.footer-section{
    background-image: url("../img/brackgrounFooter.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}




    
    
.modalbackgrounModal{

   background: #B48616 !important;
    background: radial-gradient(circle, rgba(180, 134, 22, 0.49) 0%, rgba(23, 32, 66, 0.5) 100%) !important;
}


.modalContenidoBackground{
    background: rgb(7,150,194);
    background-image: url("../img/pantalla2.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat;
}

.btnIngresar{
    background: rgb(7,150,194);

    width: 100%;
    color: #FFFFFF;
    font-family: 'CarmenSans-SemiBold';
    border-radius: 7px;
    border: 0px ;

    height: 45px;

}

.btnIngresar:hover{
    background: #0C2676;

    width: 100%;
    color: #FFFFFF;
    font-family: 'CarmenSans-Heavy';
    border-radius: 7px;
    border: 0px ;

    height: 45px;

}
 

.mostrar{
    display: block !important;
}
.ocultar{
    display: none !important;
}

.colorBlanco{
    color: #FFFFFF;
}

.colorNegro{
    color: #000000;
}

.colorVerde{
    color: #98c740;
}

.colorRojo{
    color: #DF0915 !important;
}

.labelInput{
    font-family: 'CarmenSans-Bold';
    color: #0C2676;
    font-size: 16px;
}

.valueInput{
    font-family: 'CarmenSans-Regular';
    color: #0C2676;
    font-size: 16px;
}

.form-control {
    border-color: #fead2269 !important;
}

.form-select{
    border-color: #fead2269 !important;
}

.form-control:focus {
 border-color: #fead2269 !important;
 box-shadow: 0 0 0 0.25rem #fead2269 !important;
}

.form-select:focus {
    border-color: #fead2269 !important;
    box-shadow: 0 0 0 0.25rem #fead2269 !important;
   }

.colorAzul{
    color: #0C2676
}


.colorAmarillo{
    color: #FEAE22
}

.colorAzulClaro{
    color: #0796C2
}

.cintilloBicolor{
    
    background: rgb(254,174,34);
    background: -moz-linear-gradient(270deg, rgba(254,174,34,1) 50%, rgba(12,38,118,1) 50%);
    background: -webkit-linear-gradient(270deg, rgba(254,174,34,1) 50%, rgba(12,38,118,1) 50%);
    background: linear-gradient(270deg, rgba(254,174,34,1) 50%, rgba(12,38,118,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feae22",endColorstr="#0c2676",GradientType=1);
    min-height: 55px;
    position: relative;
}

.textoCintilloImg{
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.textoContilloP{
    color: #FFFFFF;
    font-size: 35px;
    font-family: 'CarmenSans-Bold';
    text-align: end;
    padding-right: 75px;
}

.textoContilloPIndex{
    color: #FFFFFF;
    font-size: 45px;
    font-family: 'CarmenSans-Bold';
    text-align: end;
    padding-right: 75px;
}

.cardShadow{
    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}

.titulo{
    font-family: 'CarmenSans-Regular';
    color: #0C2676;
    font-size: 35px;
}

.textoLibre{
    font-family: 'CarmenSans-Regular';
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
}


.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;
}

.backColorAmarillo{
    background-color: #FEAE22;
}

.backColorAzul{
    background-color: #0C2676;
}

.backColorCielo{
    background-color: #0796C2;
}


/*PAG DE PROVEDORES*/

.backgroundCatalogoProv{

    background-image: url("../img/bacgroundCatalogoProv.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 90vh;
    
}

.divCelular{
    display: none;
}
.divIconos{
    background-color: #e2e2e267;
    padding: 15px;
}
@media screen and (max-width: 768px) {

    .backgroundCatalogoProv{

        background-image: url("../img/bacgroundCatalogoProv_celular.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 71vh;
        
    }

    .divCelular{
        display: block;
    }
    
    
    
    .textoCintilloImg{
        display: none;
    }

    .textoContilloPIndex{
        color: #FFFFFF;
        font-size: 45px;
        font-family: 'CarmenSans-Bold';
        text-align: center;
    }
    
    
    }