.negro{
    background-color: #000000;
    color: aliceblue;
    
}
.img-responsive{
    width: 100%;
    height: auto;
}
.card{    
  width: 90%;
  height:auto;
  overflow: hidden;
  border: .3px solid #9f9f9f;
  position: relative;
 
  box-shadow: 14px 14px 20px 0 rgba(20, 20, 20, 0.3);
  margin-top: 30px;  
}
.card:hover{
    transform: scale(1.15);  
    transition: .5s;
}

.contenido{
    cursor: pointer;
    background-color: red;
    
}
.center{
    text-align: center;
    position: center;
    vertical-align: middle;
    object-position: center;
}
.titulo{
    font-size: 50px;
    letter-spacing: 4px;
    padding-top: 70px;
}
.imagen-movimiento {
  width: 100%;
  height:auto;
  position: relative; /* Necesario para que funcionen top, left, etc. */
  animation: movimiento 5s linear infinite;
}

@keyframes movimiento {
  0% { left: 0; }
  50% { left: 200px; }
  100% { left: 0; }
}
.orange{
    color: #bf1616;
    font-size: 45px;
    letter-spacing: 4px;
}
.btn{
    background-color: #cb390d;
    padding: 10px;
    width: 300px;
    border-radius: 20px;
    color: white;
}
.btn:hover{
    background-color: #72bf17;
    color: aliceblue;
}
.about{
    background: linear-gradient(182deg, rgba(255, 37, 8, 1) 0%, rgba(110, 20, 10, 1) 83%);
    color: aliceblue;
    
}
.cuadro{
    border-radius: 150px;
    padding: 50px;
   
}
h3{
   padding-top: 5%;
   
}
h4{
    padding-top: 18%;
    font-style:italic;
    font-size: 25px;
}
.titulo2 {
    font-size: 36px;
    color: white;
    vertical-align: middle;
}
.yellow{
    color: #ffc400;
}
.img2{
    border-radius: 80px;
    padding: 0px;
    width: 100%;
    height: auto;
    
}
.titulo3{
    color: black;
    font-size: 50px;
    padding-top: 60px;
}
.ubi{
    background-color: #740c0c;
    color: #e2e2e2;
    border-radius: 50px;
    padding: 35px;    
    width: 100%;
    height: auto; 
    margin-top: 15%;
}
.subtitulo{
    padding-top: 10px;
}
.resenas{
    background: linear-gradient(182deg, rgba(255, 37, 8, 1) 0%, rgba(110, 20, 10, 1) 83%);
    color: aliceblue;
}
.img-rese{
    border-radius: 70px;
    width: 100%;
    height: auto;
    margin: 0;
}
.form{
    background-color: #a00b0b;
    color: aliceblue;
    box-shadow: 20px ;
    border-radius: 30px;
    padding: 40px;
}
.box{
    border-radius: 10px;
    width: 100%;
}
.red-box{
    background-color: #6d0808;
    color: aliceblue;
    border-radius: 15px;
    width: 90%;
    height: 180px;
    margin: 15px;
    padding: 15px;
    
}
.icon{
    font-size: 50px;
    color: orange;
}
.color-n{
    color: #ff8000;
}
.subtitulo2{
    font-size: 50px;
    
}
a {
    text-decoration: none;
    margin: 0;
}
.card2{    
  width: 75%;
  height:auto;
  overflow: hidden;
  border: .3px solid #9f9f9f;
  position: relative; 
  box-shadow: 8px 8px 10px 0 rgba(20, 20, 20, 0.3);
  margin-top: 50px;  
  border-radius: 80px;
}
.card2:hover{
    transform: scale(1.5);  
    transition: .5s;
}
.font-cate{
    font-size: 20px;
}
.oswald{
    
    font-size: 32px;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
div.valoracion {
      position: relative;
      overflow: hidden;
      display: inline-block;
    }
    
    div.valoracion input {
      position: absolute;
      top: -100px;
    }
    
    div.valoracion label {
      float: right;
      color: #333;
      width: 23px;
      font-size: 25px;
      cursor: pointer;
    }
    
    div.valoracion label:hover,
    div.valoracion label:hover ~ label,
    div.valoracion input:checked ~ label {
      color: #dd4;
    }
.estilo-ca{
    margin: 20px;
}
.letras{
    color: aliceblue;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 25px;
}
.final{
    font-size: 15px;
    color: #fdf2e4;
}