
.fondoGris {
    background-color: #e9f7fb;
}

.fondoMoradoNav {
    background-color: #7851a2 !important;
}

.footer_fc {
    background: #3D3F46;
    color: #fff;  
}

@media only screen and (max-width: 320px) {
    .web {
        display: none !important;
    }

    .movil {
        display: block !important;
    }

    html {
        font-size: 16px;
    }
    .padinCero {
        padding: 0px !important;
    }

}

@media only screen and (max-width: 348px) {
    .movil {
        display: block !important;
    }

    .web {
        display: none !important;
    }
    html {
        font-size: 16px;
    }
    .padinCero {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .web {
        display: none !important;
    }

    .movil {
        display: block !important;
    }
    html {
        font-size: 16px;
    }
    .padinCero {
        padding: 0px !important;
    }
}

/*media css param PC*/
@media only screen and (min-width: 992px) {
    .movil {
        display: none !important;
    }

    .web {
        display: block !important;
    }
    html {
        font-size: 16px;
    }

    .contenidoprincipal {
        position: relative;
        top: -67px !important;
    }
   

}

/*Sobreescribiendo nav movil*/
.navbar-light .navbar-toggler {
    background-color: white;    
}
.navbar-light .navbar-toggler-icon {
    background-color: white;
}

.card-container {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
}
.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
}

/*Rombo defs menu*/
.diamond {
    width: 150px;
    height: 50px;
    background-color: #ffffff;
    transform: rotate(45deg);   
    position: relative;
    display: flex;
    align-items: center;    
    text-align: center;
}
.imgemail {
    transform: rotate(-45deg);
}


    

   