* { 
  padding:0;
  margin:0;
}

header {
  height: 400px;
  background: -webkit-linear-gradient(to right, #333399, #ff00cc);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  text-align: center;
  overflow-x: hidden;
}

.container-draws {
  min-height: 100vh;
}

body{
  overflow-x: hidden;
}



.coral h2 {
  font-size: 10px;
}

.underline-main {
  background-image: linear-gradient(to right, #3333996c, #ff00cc5d);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.underline-main:hover {
  color: white;
  background-size: 100% 88%;
}


footer {
  background-color: #333;
  color: white;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textosocial {
  height: 50px;
}

.creditos{
  text-align: right;
  color: #787878;
}

.creditos h2{
  font-size: 20px;
}





.socialcont{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.socialcont img{
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 30px;
}

.social img:hover {
  margin-top: -30px;
}

.imagen-port:hover img {
  transform: scale(1.1) saturate(1.5);
  opacity: 0.7;
}



.figure-img {
  height: 500px;
  overflow: hidden;
}

















.imagen-port {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;

    background: linear-gradient(135deg, #7676ff, #f978df);
  }
  
  .imagen-port img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(135deg, #7676ff, #f978df);
  }
  
  .imagen-port:hover img {
    transform: scale(1.2);
  }
  
  .imagen-port::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s, background-color 0.5s;
    background: linear-gradient(135deg, #7676ff, #f978df);
    z-index: -1;
  }
  
  .imagen-port:hover::before {
    opacity: 1;
    background-color: rgba(255, 0, 183, 0.5);
  }
  
  .hover-galeria {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .imagen-port:hover .hover-galeria {
    opacity: 1;
  }
  
  .category-text{
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  

  .boton{
    background: linear-gradient(to right, #3333996c, #ff00cc5d);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }


  .boton:hover{
    background: linear-gradient(to left, #3333996c, #ff00cc5d);
    transition: background 1s;
    color: white;
  }
  

  .draws-container {
    padding-top: 10px;
  }


  title {
    font-family: 'Parisienne';
    font-weight: 900;
    color: white;
    
    /* font-family: 'Indie Flower', cursive; */
  }

