
.firmadal{
  font-size: 60px;
  font-style: italic;

}

.color{
   /* background-color: aqua; */
   color: white;
   text-align: center;
}

body{
  background-color: black;
}

header {
  text-align: center;
  padding: 50px 0;
  background-color: #333;
  color: white;
}

h5{
  font: 40px;
  font-style:italic;
  color: black;

}

h1{
  font-size: 30px;
  font-style: italic;
  color: turquoise;
  text-align: center;
}

h3{
  font-size: 70px;
  font-style: italic;
  color: orange;
  text-align: center;
}

h4{
  font-size: 40px;
  font-style: italic;
  color: turquoise;
  text-align: center;
}


p{
  text-align: center;
  color: white;
  font-size: 80px;
}

.colorit1{
    font: 40px;
    font-style:italic;
    color: black;
}

.lineas{
  color: white;
}

.textoPie{
  color: white;
}


.redtrabajo{
  color: turquoise;
  font-size: 25px;
  text-align: center;
}

/* .btn-lg{
  color: black;
  background-color: SteelBlue;
} */

.redapollo{
  color: tan;
  font-size: 20px;
  text-align: center;
}

hr{
  margin-left: 25%;
  width: 50%;
  border-top: 4px double #8c8b8b;
  text-align: center;
  color: black;
  background-color: black;
}

.acerca{
  color:turquoise;
}

.item1{
  background-color: LightBlue;
  text-align: center;
  height: 160px;
  padding: 10px;
  border-radius: 30px;
}

.item2{
  background-color: LightSteelBlue;
  text-align: center;
  height: 160px;
  padding: 10px;
  border-radius: 30px;

}

.item3{

  background-color: SteelBlue;
  text-align: center;
  height: 160px;
  padding: 10px;
  border-radius: 30px;
}

.imagen1{
  text-align: center;
  border-radius: 20px;
}

h6{
  font: 50px;
  font-style:italic;
  color: white;
}

.redes{
  font: 40px;
  font-style:italic;
  color: black;
}

.fondo-page2{
    background-color:MediumTurquoise;
    height: auto;
}

.fondo-page3{
    background-color:grey;
    height: auto;
}

.fondo-page4{
    background-color:black;
    height: auto;
}

.header {
    color: turquoise;
    font-size: 40px;
    font-style: italic;
    padding: 10px;
}

.bigicon {
   font-size: 40px;
    color: #36A0FF;
}

.social {
    font-size: 50px;
    color: LightBlue;
}

.redes2{
  color: white;
  font-size: 20px;
  font-style: italic;
}

.form-group{
  color: turquoise;
  font-size: 25px;
  font-style: italic;

}


li{
  color: white;
  font-size: 18px;
}


.custom-list {
  list-style-type: square; 
  text-align: center; 
  padding: 0; 
}

.custom-list li {
  font-size: 30px; 
  margin-bottom: 10px; 
  color: white;
}
