 
*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
    background-color: aqua;

}

header{
    background-color: aqua;
}


/* Reglas para: Celular - Mobile first*/
/*----HEADER----*/
#logo img {
    /* es transparente se le puede asignar color de fondo*/
    background-color: ghostwhite;
    /* el color de fondo se extiende mas alla de la imagen */
    padding: .5em;
    /* tiene borde, (tipo de borde -espesor - color)*/
    border: 1em ghostwhite;
    /* bordes redondeados*/
    border-radius: .5em;
    /*relacion de aspecto 2 a 1*/
    aspect-ratio: 2/1;
    width: 7em;
    text-align: center;
    justify-content: center;

    }
    .button1{
        background-color:rgb(0, 154, 220);
        border: none;
        color: white; 
        padding: 30px 35px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #0045BE;
        display: inline-block;
        font-size: 20px;
        transition-duration: 0.4s;
        cursor: pointer;
      }

      .button1:hover {
        background-color: white;
        color: black;
      }

     


 main{
        background-color: aquamarine;
    }


h1 {
    color: rgb(224, 13, 122);
    text-align: center;
    background-color: rgb(0, 154, 220);
    font-size: 50px;
    margin: 0cm 0cm 1cm 0cm
   
}
img {
  display: block;
  text-align: center;
  max-width: 5cm;
  margin-left: auto;
  margin-right: auto

}




p {
    color: #e00d7a;
    text-align: center;
    box-sizing: border-box;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}


h2 {
    color: blue;
    text-align: center;
    font-size: 30px;
}




h3 {
    color: rgb(224, 13, 122);
    text-align: center;
    font-size:  25px;
    height: 25px;
    margin: 0cm 0cm 0,2cm 0cm



}

h4{
    color: #e00d7a;
    padding-bottom: 25px;
    text-align: center;
    font-size: 20px


    
    

}


main section ul li {
    color:  rgb(224, 13, 122);
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    list-style: none;
    justify-content: center;    
}

ul{
text-align: center;

}


.button3 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: #ffffff;
    padding: 20px 25px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    list-style: none;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
   
}

.button3:hover {
  background-color: white;
  color: black;
  list-style: none;
  }

  .button4 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 20px 25px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    list-style: none;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    list-style:none
}

.button4:hover {
  background-color: white;
  color: black;
  list-style: none;
  }

  .button5 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 20px 25px;
    border-radius: 10px;
    text-align: center;
    list-style: none;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    list-style:none
}

.button5:hover {
  background-color: white;
  color: black;
  list-style: none;
  }




footer {
     background-color: aqua;
  }


  
  main section div img{
      /* es transparente se le puede asignar color de fondo*/
    /* el color de fondo se extiende mas alla de la imagen */
    padding: .8em;
    /* tiene borde, (tipo de borde -espesor - color)*/
    border-radius: .8em;
    /*relacion de aspecto 2 a 1*/
      max-width: 150%;
      max-height: 150%;
    
    }






    @media screen and (min-width:200px) 
    {
        header{
            background-color: black;
        }
        footer{
            background-color:black;
        }

     h1 {
       color: rgb(224, 13, 122);
       text-align: center;
       background-color: black
     }
     .button3 {
        background-color:rgb(0, 2, 2);
        border: none;
        color: white; 
        padding: 20px 25px;
        margin-bottom: 8px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000000;
        display: inline-flex;
        font-size: 20px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    
    .button3:hover {
      background-color: #ffffff
      color:#000000
      }
    
      .button4 {
        background-color:rgb(0, 0, 0);
        border: none;
        color: white; 
        padding: 20px 25px;
        margin-bottom: 8px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000000;
        display: inline-flex;
        font-size: 20px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    
    .button4:hover {
      background-color: white;
      color: black
      }
    
      .button5 {
        background-color: #000000;
        border: none;
        color: white; 
        padding: 20px 25px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000000;
        display: inline-flex;
        font-size: 20px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    
    .button5:hover {
      background-color: #ffffff;
      color: black
     
      }
      h2 {
        color: rgb(0, 0, 0);
        text-align: center;
        font-size: 30px;
    }
    .button1{
        background-color: #000000;
        border: none;
        color: white; 
        padding: 30px 35px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #000000
        display: inline-block;
        font-size: 20px;
        transition-duration: 0.4s;
        cursor: pointer;
      }

      .button1:hover {
        background-color: white;
        color: black;
      }

      main{
        background-color: rgb(239, 144, 176)
    }
    body{
      background-color: rgb(239, 144, 176)
  
  }

}








/* Reglas para: Escritorio grande*/
@media screen and (min-width: 1024px) {

    
    header ul li {
        display:inline-block;
        padding: 3cm;
        margin: auto
        
        }


  header{
    background-color: aqua;
  }

  footer {
    background-color: aqua;
 }
 h1 {
    color: rgb(224, 13, 122);
    text-align: center;
    background-color: rgb(0, 154, 220);
    font-size: 50px;
    margin: 0cm 0cm 1cm 0cm

    }

.button3 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 20px 25px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button3:hover {
  background-color: white;
  color: black;
  }

  .button4 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 20px 25px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button4:hover {
  background-color: white;
  color: black;
  }

  .button5 {
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 20px 25px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-flex;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button5:hover {
  background-color: white;
  color: black;
  }
  h2 {
    color: blue;
    text-align: center;
    font-size: 30px;
}
.button1{
    background-color:rgb(0, 154, 220);
    border: none;
    color: white; 
    padding: 30px 35px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0045BE;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .button1:hover {
    background-color: white;
    color: black;
  }

  main{
    background-color: aquamarine;
}

body{
  background-color: aqua;

}

}
  




   