body{
    overflow-x: hidden;
}
header {
    background-image: url(Rectangle\ 9.jpg);
    height: 500px;
    background-repeat:no-repeat;
    background-size: cover;
}
header .grupo1{
    width: fit-content;
    height: 300px;
    position: absolute;
    top: 60px;
}

header .logoicono {
    text-align: center;
    top: 50px;
    position: relative;
}

header .logo {
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0px 0px 5px white;
    font-size: 20px;
    width: 1536px;
    text-align: center;
    top: 20pxç;
    position: relative;
    top: 60px;
}

header .subtitulologo {
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    width: 1536px;
    text-align: center;
    top: 20pxç;
    position: relative;
    top: 65px;
}

header .menu {
          /* text-align: center; */
    position: relative;
    top: 110px;
    left: 350px;
}

header .menu ul {
    float: left;
}

header .menu ul li {
       /* float: left; */
       padding: 10px;
       background: #013334;
       border-radius: 5px;
       font-size: 13px;
       font-weight: bold;
       font-family: sans-serif;
       color: white;
       display: inline;
       margin-left: 20px;
}

header .menu ul a{
    text-decoration: none;
}

header .menu ul li:hover{
    box-shadow: 0px 0px 10px white;
    cursor: pointer;
}

header .menu .contactar {
    padding: 10px;
    background: white;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    color: #013334;
    display: inline;
    margin-left: 20px;
}

header .menu .contactar:hover{
    box-shadow: 0px 0px 10px white;
    cursor: pointer;
}


/*MAIN*/

main .seccion1{
    height: 554px;
    width: auto;
    background: linear-gradient(to right,black,black,#013334,#013334);
}

main .seccion1 #tituloseccion{
    position: absolute;
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0px 0px 10px;
    top: 650px;
    left: 230px;
}

main .seccion2{
    height: 914px;
    width: auto;
    background-color: #013334;
    z-index: 4;
    position: relative;
}

main .seccion1 img{
    position: relative;
    left: 1150px;
    z-index: 2;
}

main .seccion1 .luz{
    height: 560px;
    width: 530px;
    background-color: white;
    z-index: 1;
    filter: blur(40px);
    position: absolute;
    top: 540px;
    left: 1150px;
    border-radius: 500px;
}


main .seccion2 .luz1{
    height: 560px;
    width: 530px;
    background-color: white;
    z-index: 2;
    filter: blur(100px);
    position: absolute;
    top:300px;
    left: 510px;
    border-radius: 500px;
    position: relative;
    z-index: 3;
}

main .seccion1 .subtituloseccion1{
    z-index: 1;
    color: white;
    position: absolute;
    top: 730px;
    width: 500px;
    text-align: center;
    left: 300px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
}

main .seccion1 button{
    position: absolute;
    top: 810px;
    padding: 20px;
    width: 300px;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 15px;
    left: 400px;
    cursor: pointer;
    border-radius: 5px;
}

main .seccion1 button:hover{
    background-color: #013334;
    color: white;
    box-shadow: 0px 0px 20px white;
    transition: 0.2s ease-in-out;
}

main .seccion2 #titulo{
    color: white;
    font-size: 60px;
    font-weight: bold;
    font-family: sans-serif;
    width: 1536px;
    text-align: center;
    position: absolute;
    top: 110px;
    text-shadow: 0px 0px 10px white;
}

main .seccion2 #subtitulo{
    font-size: 30px;
    color: white;
    position: absolute;
    top: 190px;
    left: 455px;
    font-family: sans-serif;
}

main .seccion2 .coche1{
    position: absolute;
    top: 400px;
    z-index: 4;
    left: 150px;
}

main .seccion2 .coche2{
    position: absolute;
    z-index: 4;
    left: 750px;
    top: 450px;
}

main .seccion2 .nombrecoche1{
    color: white;
    font-family: sans-serif;
    position: absolute;
    top: 790px;
    left: 350px;
    font-size: 25px;
}

main .seccion2 .nombrecoche2{
    color: white;
    font-family: sans-serif;
    position: absolute;
    top: 790px;
    left: 1000px;
    font-size: 25px;
}

main .seccion2 .boton1{
    position: absolute;
    top: 850px;
    left: 425px;
    background: transparent;
    border: white 2px solid;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
}

main .seccion2 .boton1:hover{
    box-shadow: 0px 0px 10px white;
    background-color: white;
    color: #013334;
    cursor: pointer;
}

main .seccion2 .boton2{
    position: absolute;
    top: 850px;
    left: 1055px;
    background: transparent;
    border: white 2px solid;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
}

main .seccion2 .boton2:hover{
    box-shadow: 0px 0px 10px white;
    background-color: white;
    color: #013334;
    cursor: pointer;
}

main .seccion3{
    height: 1200px;
    background: black;
}


main .seccion3 .tituloseccion{
    color: white;
    font-size: 60px;
    font-weight: bold;
    font-family: sans-serif;
    width: 636px;
    text-align: center;
    position: relative;
    top: 80px;
    left: 440px;
    z-index: 1;
}

main .seccion3 .elipse{
    position: absolute;
    top: 1870px;
    z-index: 0;
}

main .seccion3 .subtituloseccion3{
    color: white;
    z-index: 2;
    position: absolute;
    top: 2190px;
    font-size: 25px;
    width: 559px;
    left: 480px;
    font-family: sans-serif;
    text-align: center;
}