
.portada-aliados {
    background: url(../admin/db_resources/agentes/aliados/aliados.png) no-repeat center;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    
}

    .select_aliado {
            cursor: pointer;
            color: #000000 !important;
        }


    #convenios-secc .table {
            color: #4f4f4f;
        }
        
        #convenios-secc .table th {
            cursor: pointer;
        }
        
        #convenios-secc .table th:hover {
            cursor: pointer;
            color: #4f4f4f;
        }
        
        #convenios-secc .table td,
        #convenios-secc .table th {
            vertical-align: top;
            border-bottom: 1px solid #ee41a6;
            border-top: 0;
        }
        
        #convenios-secc .table-sm td,
        #convenios-secc .table-sm th {
            padding: .4rem !important;
        }
        
        #resul-aliados .table td,
        #resul-aliados .table th {
            border-bottom: 1px solid #ffffff;
        }
       

        #resul-aliados .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 2px solid #009f98;
            border-radius: .35rem;
        }
        
        #resul-aliados .relative2 {
            position: relative;
            margin-left: 10%;
            margin-right: auto;
            top: -26px;
        }
        
        #resul-aliados .btn-primary {
            color: #000000;
            background-color: #ffffff;
            border-color: #009f98;
            font-weight: 700;
        }
        
        #convenios-secc h4 {
            color: #ee41a6;
            font-weight: 700;
        }
        
        #convenios-secc .btn {
            padding: .375rem 2.8rem;
            font-size: 1.5rem;
            line-height: 1.5;
            border-radius: 1.60rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }
        
 


@media (max-width: 575.98px) {


#resul-aliados .relative2 {
    position: relative;
    margin-left: 10%;
    margin-right: auto;
    top: -20px;
}

#convenios-secc .btn {
   padding: .5rem 2.8rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 1.60rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.portada-aliados {
    background: url(../admin/db_resources/agentes/aliados/aliadosm.png) no-repeat center;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    
}

#htmlresultlike{
	color:#009f98;font-weight:700;	
}
#dinamic_result_aliados img{
    height: auto!important;
    width: auto!important;
}
}

@media (min-width: 576px){
    
#dinamic_result_aliados img{
    height: 53%!important;
   /*width: 53%!important;*/
    
}

}
