﻿.item-tp{
    border: 1px solid #eee;
    border-radius: 5px;
    padding-top: 12px;
    min-height: 200px;
    background-color:#d3c2b4; /*#621132;*/
}

.item-tp:hover {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.9) inset;
}
.item-tp a {
    text-decoration: none;
}

.item-tp hr{
    color: white;
    border-color: white;
    margin-right: 24px;
    margin-left: 24px;
}

.hr-tp{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width:575px) {
    .item-tp{
        margin-right: 70px;
        margin-left: 70px;
        margin-top: 15px;
    }
    .item-tp-so {
        margin-right: 80px !important;
        margin-left: 80px !important;
        margin-top: 15px;
    }
}


/* Portal Individual */

.item-tp-so{
    border: 1px solid #eee;
    border-radius: 5px;
    padding-top: 12px;
    min-height: 187px;
    background-color:#d3c2b4;
    margin-left: 15px;
    margin-right: 15px;
}
.item-tp-so:hover {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.9) inset;
}
.item-tp-so a {
    text-decoration: none;
}


.item-tp-so hr{
    color: white;
    border-color: white;
    margin-right: 50px;
    margin-left: 50px;
}

@media (min-width:1200px) {
    .item-tp-so{
   
        margin-left: 35px;
        margin-right: 35px;
    }
}


.item-tp:hover .tituloIconos{
    color: #fff;
}

.item-tp-so:hover .tituloIconos{
    color: #fff;
}