﻿
#card1 .card {
    margin: 0px !important;
    margin-left: auto !important;
}

#card3 .card {
    margin: 0px !important;
    margin-right: auto !important; 
}

/*.logotipo {
    max-width: 40%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px
}



.card {
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    border-color: transparent;
    color: black;
    text-align: left;
    width: 100%;
    min-height: 350px;

    justify-content: flex-end;
    padding: 0px;

}

    .card.full-width {
        width: 100%;
    }


.card-title {
    margin: 0;
    font-weight: bold !important;
}

.card-description {
    margin: 5px 0;
}

.card-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: white;
    color: #00bab2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fa-arrow-right {
    font-size: 20px;
    
}

.card-elemento{
    padding:45px;
}

footer {
    color: whitesmoke;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/img/bg/Footer.png');
    background-size: cover;
    background-position: center;
    min-height: 45px;
    align-content: center;
    position: fixed;*/ /* Fija el footer en la pantalla */
    /*bottom: 0;*/ /* Lo coloca en la parte inferior */
    /*left: 0;*/ /* Alinea el footer al borde izquierdo */
    /*z-index: 1000;*/ /* Asegura que el footer esté por encima de otros elementos */
/*}*/


/* Media query para pantallas de hasta 768px de ancho */
/*@media (max-width: 768px) {*/
    /*.card, .card.full-width {
        width: calc(100% - 30px);  Hace que todas las tarjetas ocupen todo el ancho disponible, menos el margen 
        min-height: 200px;
    }*/
    /*.logotipo {
        margin-top: 60px;
        max-width: 60%;
    }
    footer {
        background-image: url('/img/bg/footersquare.png');
    }
}*/

html {
    overflow: hidden; /* Oculta las barras de desplazamiento*/
}

.logotipo {
    max-width: 40%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.container-fluid {
    width: 101% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}



.portada-fondo {
    background-image: url('/img/bg/Portada.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.d-flex.flex-nowrap {
    flex-grow: 1; 
}

.card {
    border-radius: 0px !important;
    border-color: transparent !important;
    color: black !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 60% !important;
    min-height: 250px !important;
    margin: 0 auto !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 100% !important;
    height: auto !important;
}

.card-body {
    padding: 20px !important; 
    background-color: white !important;

}

.card-title {
    margin: 0;
    font-weight: bold !important;
    font-size: 15px !important;
}

.card-description {
    margin: 5px 0;
    font-size: 15px !important;
}

.card-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: white;
    color: #9B27D8 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #442561 !important;
    border-color: #442561 !important;
}

.fa-arrow-right {
    font-size: 20px;
}

footer {
    color: white;
    padding-top: -2%;
    padding-left: 1%;
    position: absolute;
    top: 97vh;
}

@media (max-width: 768px) {
    .logotipo {
        margin-top: 60px;
        max-width: 60%;
    }

}

