@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,600&display=swap');

/*font-family: 'Bebas Neue', cursive;
font-family: 'Poppins', sans-serif;*/

/*Incio*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #000420;
}

.container {
    max-width: 8000px;
    margin: 0 auto;
}


.header {
    background-image: url(../images/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;

}

.logo {
    display: flex;
}

.logo img {
    width: 180px;
    height: 89%;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;

}

.menu .navbar ul li {

    position: relative;
    float: left;

}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: white;
    display: block;

}

.menu .navbar ul li a:hover {
    color: #F05A09;
}

#menu {
    display: none;
    width: 50px;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
    margin-bottom: 45px;
}

h1 {
    margin-top: 45px;
}

.header-txt h1,
span,
h3 {
    font-size: 110px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Javanese Text;
    color: white;
}

h4{
    font-size: 25px;
    color: #ff7d05;
}

.header-txt span {
    font-size: 15px;
}

.header-txt p {
    color: white;
    padding: 0 250px;
    margin: 10px 0;
}

.btn-1 {
    display: inline-block;
    padding: 11px 25px;
    background-color: #ff7d05;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 25px 0px;
    border: 0px;
    border-radius: 15px;
    align-items: center;
}

.btn-1:hover {
    background-color: #bd610c;
    border-radius: 15px;
}

.header-dir {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
}

.dir h3 {
    font-size: 18px;
}

.dir p {
    font-size: 22px;
    color: #ffff;
    text-transform: uppercase;
}

h2 {
    font-size: 90px;
    line-height: 100px;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    color: #ffff;
    margin: 25px 0;
}



.footer-bg {

    background-position: cover center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}

.footer-txt {
    text-align: center;
    padding: 10px;
    background-color: black;
}

.footer-txt h1 {
    text-align: left;
    color: white;
    padding: 10px;
}

form {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.campo-1 {
    margin-bottom: 15px;

}

.campo {
    margin: 5px;
    padding: 20px 15px;
    width: 250px;
    background-color: #010d0f;
    border: 1px solid #ff7d05;
    outline: none;
    border-radius: 10px;
    color: #ffff;
    font-size: 14px;

}

textarea {
    width: 520px !important;

}




/*servicios*/ /*aside g*/


.contains {
    display: flex;

}

.contains-1 {
    padding: 3em;
    background-color: #010d0f;
    width: 80%;

}

.contains-1 {
    padding: 4em;
    background-color: #F05A09;
    font-size: 20px;

}

.contains p {
    text-align: justify;
}

.contains-1 h3 {
    padding: 0.1em;
    font-size: 40px;
}

.contains-2 {
    background-position: center center;
    background-position: no-repeat;
    background-size: cover;
    width: 20%;
}

.qs-aside-1 {
    height: 50%;
    padding: 10px 10px 10px;
    margin: 1em;
    margin-bottom: 1em;
    background-image: none;
    background: cover;
    border-radius: 15px;
    background-image: url(../images/vert.png);
    background-size: cover;
    background-position: center;
}

.qs-aside-2 {
    height: 56em;
    padding: 10px 10px 10px;
    margin: 1em;
    margin-bottom: 1em;
    background: cover;
    border-radius: 15px;
    background-image: url(../images/vert.png);
    background-size: cover;
    background-position: center;
}


.contains-2{
    display: flex;
}


.aside{
    width: 100%;
    padding: 10px 10px 10px;
    margin: 1em;
    margin-bottom: 1em;
    background-image: none;
    background: cover;
    border-radius: 15px;
    background-image: url(../images/vert8.png);
    background-size: cover;
    background-position: center;
}

 /*Contacto*/   

.form-register{
  width: 300px;
  background: #14153A;
  padding: 30px;
  margin: auto; 
  margin-top: 100px;
  border-radius: 4px;
  font-family: sans-serif;
  color: white;
  box-shadow: 7px 13px 37px orangered;
}

.form-register h4{
    font-size: 22px;
    margin-bottom: 20px;
    color: #F05A09;
}

.controls{
    width: 100%;
    background: #339333;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-family: sans-serif;
    font-size: 18px;
}

.form-register p{
    height: 40px;
    text-align: center;
    font-size: 18px;
}

.form-register a:hover {
    color: white;
    text-decoration: underline;
}



.form-register .botons {
    width: 100%;
    background: #00011B;
    border: none;
    padding: 12px;
    color: #F05A09;
    margin: 17px 0;
    font-size: 16px;
}

/* Slider */

.slider{
  width: 1480px;
  height: 700px;
  overflow: hidden;
}
.slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 400%;
}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 1480px;
    height: 700px;
}
@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
@media only screen and (min-width:320px) and (max-width:768px){
.slider, .slider ul, .slider img{
    height: 100vh;
}
}