﻿
.card_accesos > a:hover {
    text-decoration: none !important;
}

.card_accesos > a:visited, .card_accesos > a:link {
    color: #000000 !important;
}

.card_accesos > a:hover > .card_text > p {
    font-weight: bold;
    transition: 0.2s
}

.div_accesos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 5px;
}

.card_accesos {
    border: 1px solid #e5e5e5 !important;
    width: 182px;
    margin: 6px !important;
    border-radius: 10px;
}

    .card_accesos:hover #Capa_1 {
        fill: #fff;
        background-color: red;
        text-decoration: none;
        transition: 0.5s
    }

    .card_accesos:hover #Capa_1 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.card_text {
    width: 182px;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #e5e5e5;
    height: 100px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 8%;
    padding-bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

    .card_text p {
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
        margin-left: 17px;
        margin-right: 17px;
    }

#Capa_1 {
    fill: red;
    width: 182px;
    height: 130px;
    cursor: pointer;
}

    #Capa_1:hover {
        fill: #fff;
        background-color: red;
        text-decoration: none;
        transition: 0.5s
    }

.text_titulo {
    padding-left: 43%;
    padding-top: 30px;
    font-size: 20px
}

.contenedor-card {
    width: 100%;
}

/*ÑIQUE*/
/*#btn_close {
    background-color: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btn_x {
    font-size: 24px;
    font-weight: 800;
    color: #FF0901;
}

.borde_aviso {
    top:25px; 
    width:auto;
}

.borde_document {
    margin: 0px auto;
    width: 800px;
}*/
/*ÑIQUE*/

#myCarousel {
    z-index: 0 !important;
}

@media only screen and (max-width: 600px) {
    /*.borde_document {
        margin:0;
        left:0;
        width: 380px;
    }
    #imgAviso {
        top:40px;
        width:380px;
        left:50%;
    }*/

    .div_accesos {
        transform: scale(0.6);
        transform-origin: 0 0;
        width: 600px;
        justify-content: center;
    }
    
    .text_titulo {
        padding-left: 5%;
    }
    
    #myCarousel {
        transform: scale(1);
        transform-origin: 0 0;
        z-index: 0 !important;
    }
    
    
    .contenedor-card {
        /* margin: auto; */
        height: 750px;
        /* width: 330px; */
    }
    
    .container-titulo {
        width: 350px;
    }
    
    .text_titulo {
        text-align: center;
    }
    
    #contenido {
        width: 360px;
    }
    
    .card_text > p {
        font-size: 20px;
    }
    
    /* .contenedor-card {
        width: 620px;
    } */
    
    .wrap {
        width: 360px;
    }
    
    .container-fluid-card {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .btn-slider-index {
        display: none;
    }
    
    .carousel-caption-menu {
        bottom: -85px;
    }

}
