@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


*{box-sizing: border-box;}

body{
    background-color: darkgoldenrod;
    width: 100%;
    height:1300px;
  }


.navbar{
  
    background-color: #6DD1D1;
    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-size: 500px;
    font-style: normal;
    position: fixed;
    top:0;
    z-index: 1000;
    display: flex;
    justify-content:center;
    align-items: center;
    padding:10px;
    width: 100%;
    height: 80px;
    font-size: 300px;
}

.navbar .navbar-brand{
    font-size: 25px;
}



.navbar a{
  display: flex;
  justify-content:space-around;
  font-size: 20px;
  color: black;
  text-decoration: none;

}


.btn{
  background-color: white;
  color: green;
  border-radius: 2px solid blue;
  border: 3px solid green;
}

main{
  width: 100%;
  height: auto;
}

.container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-direction: column;
  width: 100%;
  grid-gap: 10px;
  grid-column-gap: 10px;
  margin-top: 150px;
  position: relative;
  position: absolute;
  right: 200px;
}

.container h1{
  font-size: large;
  text-align: center;
  padding: 10px;
  font-family: "Emilys Candy", serif;
  font-weight: bolder;
  font-style: normal;
}


.carousel-item .row .col img{
    width: 100px;
    height: 100px;
}

.card{
  border-radius: 0.5rem;
  width: 18rem;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 400px;
  text-align: center;
}

.card p{
    font-size: large;
    text-align: center;
    padding: 5px;
    font-family: "Emilys Candy", serif;
    font-weight: bolder;
    font-style: normal;

}

.card .btn{
  background-color: white;
  color: green;
  border-radius: 2px solid blue;
  border: 3px solid green;
  margin-bottom: 20px;
  font-family: "Emilys Candy", serif;
  font-weight: normal;
  font-size: 20px;
}

.card .btn:hover{
  background-color: green;
  color: white;
}

.card img{
  width: 200px;
  height: 200px;
  margin-left:15%;
}


.btn-carrito{
  width: 20px;
  height: 20px;
}



/*.card{
    background-color:transparent;
    border: 0px solid transparent;
}

.card h1, p{
    font-size: large;
    text-align: center;
    padding: 10px;
    font-family: "Emilys Candy", serif;
    font-weight: bolder;
    font-style: normal;
}

button .carousel-control-prev:hover{
    color: #ea4c89;
    
}

*/


/* Estilos a la pagina principal index.html */

.boton-menu{
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.boton-carrito{
  width: 180px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  display: none;
}


.numerito{
  background-color:#eceeef;
  color:#004C56;
  padding: .15rem .25rem;
  border-radius: .25rem;
  width: 30px;
  height: auto;
  text-align: center;
  font-weight: bold;
}

.horizontal{
    width: 70%;
    height: 1px;
    background-color:#004C56;
    opacity: 0.5;
    position: absolute;
    top: 1400px;
    margin-left:230px;
    margin-right:20px;

}

.copyright{
    width: 100%;
    height: 30px;
    position: absolute;
    top:1415px;
    right:330px;
    color: #004C56;
}

.copyright p{
    text-align: center;
    line-height: 20px;
    font-family: 'Aref Ruqaa Ink', serif;
}

.copyright a{
    color: red;

}

.copyright a:hover{
    color:#fff;
}


.social-icons{
    width: 100%;
    height: 40px;
    position: absolute;
    top:1416px;
}


.social-icons
{
  padding-left:1100px;
  margin-bottom:0;
  list-style:none;
  padding-bottom: -180px;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px;
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px;
}


.social-icons a{
    background-color:#eceeef;
    color:#818a91;
    font-size:16px;
    display:inline-block;
    line-height:44px;
    width:44px;
    height:44px;
    text-align:center;
    margin-right:10px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px;
}
.social-icons a.github:hover
{
  background-color:#3B008A;
}
.social-icons a.whatsapp:hover
{
  background-color:#3AB12F;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
}
.social-icons a.email:hover
{
  background-color:#ea4c89;
}


