html{
    font-family:sans-serif, Arial, Helvetica, Tahoma, 'Comic Sans MS';
    color: rgb(0, 0, 0); 
}
body{
    font-family:Tahoma, Arial, Helvetica, 'Comic Sans MS';
    color: rgb(0, 0, 0); 
}
/* .contenedorlouder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #E1DAE1;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
} */
.spinner{
    border: 10px solid rgba(0, 0, 0, .2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-left-color: #fc1384;
    animation: spin 1s ease-out infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}            
}
/* .navbar .navbar-expand-md .fixed-top
.header {
    position: relative;
} */
.fijarmenu {opacity: 1; transition: all 0.5s; }
header .navbar{
    background: #E1DAE1;
    border-end-end-radius: 20px; 
    border-end-start-radius: 20px;
    /* position: fixed; */
    /* top: 0;
    right: 0;
    left: 0;
    z-index: 1030; */   
}
.nav-item { 
   font-size: large;
   margin-left: .5rem; 
}
.nav-item:hover{
    background-color: #fc1384;
    border-radius: 25px;
    margin-top: .5rem;  
    transition: all .5s ease; 
}
.nav-item .active:hover{
    color: #f8f5f8;
    fill: #E1DAE1;
    font-weight: bold;
}
.nav-link:hover svg {
    fill: rgb(233, 228, 233);
}
/* .logo.principal {
     margin-top: 8rem; 

} */

#navbarCollapse { flex-grow: 0;}

.logo {width:270px; height:101px;}
.btn-estilo{
    text-decoration: none;
    color: black;
    padding: 0.5rem;
    background-color: #f9e7f0;
    border: 1px solid black;
    border-radius: 15px;
    font-size: x-large;
}
.btn-estilo:hover{
    background-color: #fc1384;
    fill: rgb(231, 228, 228) !important;
    /* color: #f8f5f8; */
    border-radius: 30px;
    font-weight: bold;
    border: 2px solid #1d1d1d;
    transition: all .5s ease; 
}
.card.shadow-sm { background-color: #f9d2e5;}
/* .text-footer {color: black;}
.text-footer:hover{color: black;} */
footer {
    background-color: #E1DAE1;
    margin-top: 1.5rem;
    border-start-start-radius: 20px;
    border-start-end-radius: 20px;
}

@media (min-width: 480px){
    .logo{
        width:400px; 
        height:150px;
    }
}
/* main section img {
    padding-top: 5rem;
    width: 34rem;
} */

/* main section .py-5 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .px-4 {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .my-5 {
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
  .inicio {
    padding-top: 0rem;
    padding-bottom: 0rem;

  } */
