body{
    background-image: url(Imagenes/Fondo.jpg);
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.logo{
    width: 160px;
}
.principal{
    position: relative;
    width: 100%;
    height: 100vh;
}
nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
nav ul li a:hover{
    color: #0423BD ;
}

.detel{
    margin: 8%;
    margin-top: 13%;
}
.detel h1{
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}
span{
    color: #0423BD ;
}
.detel p{
    color: white;
    line-height: 25px;
}
.detel a{
    background: #0423BD;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
}
.images{
    width: 45%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.images img{
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s; left: 1s;
}
.images:hover .fondo{
    bottom: 40px;
}
/*
Historia
*/
.historia h1{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0423BD;
}
.historia h2{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0423BD;
}
.historia p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
}
.images1{
    width: 350px;
    align-self: center;
}
.centrar img{
    height: 10px;
    padding: 3%;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
}
.VideosInfo h2{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0423BD;
}
.VideosInfo{
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
   padding: 4%;
}
/*
Proyectos
*/
.primerProyecto{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0423BD;
}
.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}
.card{
    width: 325px;
    background-color: #0423BD;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
}
.card img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 16px;
}
.card-content h3{
    color: white;
    font-size: 28px;
    margin-bottom: 8px;
}
.card-content p{
    color: white;
    font-size: 15px;
    line-height: 1.3;
}
.card-content .btn{
    display: inline-block;
    padding: 8px 16px;
    background-color: black;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: white;
}
/*
Contacto
*/
.box {
    width: 500px;
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 15px;
}
.box h1 {
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 100;
    margin: 30px 0 20px;
}
.box h2 {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-bottom: 30px
  }
  .box p {
    text-align: justify;
  }
  .box ul {
    margin-top: 20px;
    list-style: none;
  }
  .box ul li {
    display: inline-block;
  }
  .box ul li a {
    color: white;
    font-size: 45px;
    padding: 10px 5px;
    transition: all .5s ease-in-out;
    display: block;
  }
  .box ul li a:hover {
    color:#0423BD;
    transform: scale(1.3);
  }
  .titulo{
    color: #0423BD;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .btn1{
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    background-color: wheat;
    margin: 25px;
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 15px;
    width: 11%;
    border-radius: 5px;
    border: 0;
}
.btn2{
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    background-color: #0423BD;
    margin: 25px;
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 15px;
    width: 27%;
    border-radius: 5px;
    border: 0;
}
input, textarea{
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 17px;
  border: none;
}
/*
Nosotros
*/
.honda h1{
    color: #0423BD;
}
.honda h2{
    color: #0423BD;
}
.honda p{
    color: white;
}
.honda img{
    width: 30%;
    padding: 1%;
}
.honda iframe{
    padding: 4%;
}