
/* Estilos generales*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 120%;
    font-family: 'Roboto-Regular',monospace;
}

/* Estilos del header*/ 

header {
    display: flex;
    background-color:  rgba(0, 0, 0, 0.915);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15vh;
    position:fixed;
    z-index: 1000;
    padding: 5px;
    box-shadow: 3px 3px 2px rgb(0, 0, 0);
    
}

.logo{
    font-weight: bold;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 35px;
}

.menu a{
    text-decoration: none;
    color: white;

}

.burguer{
    display: none;
}

.burguer i{
    font-size: 35px;
}

h3{
    font-family: 'Roboto bold', monospace;
}




.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
    width: 30%;
}
header .logo {
    height: 100px;
    font-weight: 100%;
}
h1{
    display: flex;
    color: rgb(255, 255, 255);
    position: fixed;
    left: 5%;
    top: 47px;
    font-size: 37px;
}

/* fin del header */

/* Estilos de la seccion1 */

.seccion1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 100%;
    gap: 60px;
    padding-top: 12vw;
    position: relative;
}

.articulo{
    width: 30%;
    position: relative;
    display: inline-block;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    height: 70vh;
}


.articulo img {
    width: 100%;
    height: 70vh;
    object-position: center;
    object-fit: cover;
    box-shadow: 3px 3px 2px 2px rgb(0, 17, 255);
    position: relative;
    display: inline-block;
    transform: 1s;
}

.articulo img:hover{
    transform: scale(1.2);
    transition: 1s;
}



/* Estilos de la Seccion 2*/

.seccion2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color:  rgba(0, 0, 0, 0.915);
    color: rgba(240, 248, 255, 0);
    margin-top: 100px;
    gap: 70px;
    width: 100%;
    padding: 5%;

}

.seccion2 h3 {
    display: flex;
    text-align: center;
    padding-bottom: 5vw;
    color:white;

}

.columna {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 45%;
}

/* Estilos mapa */

iframe {
    width: 100%;
    height: 50vh;
}

/* Estilos formulario */

.columna{
    margin-top: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    font-size: 1em;
    gap: 10%;
}

.formulario {
    width: 100%;
    margin-bottom: 20px;
    line-height: 50px;
    padding-top: 20px 20px;

}

.form-group {
    color: #0011ff;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    padding: 10% 15px;
}

.register {
    height: auto;
    border-radius: 100px;
    padding: 3%;
}

label {
    color: aliceblue;
    font-size: 100%;
}

input[type=text]{
    width: 100%;
    height: 40px;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50px;
    margin-bottom: 2%;
    padding: 3%;
    font-size: 90%;
    background-color: rgb(222, 221, 255);
    box-shadow: 2px 3px 3px 2px rgb(255, 255, 255);
}

.terminos h2{
    padding-top: 4%;
    color: white;
    font-size: 1em;

}



.boton {
    width: 100%;
    height: 80px;
    background-color: #0011ff;
    border: none;
    padding: 15px;
    margin: 16px 0;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.boton:active{

        width: 100%;
        background-color: navy;
        border: none;
        padding: 15px;
        margin: 16px 0;
        font-size: 16px;
        color: rgb(255, 255, 255);
        transition: all .1s linear;
        box-shadow: 7px 13px 37px rgb(255, 255, 255);
}


.boton:hover{
    width: 101%;
    height: 80px;
    background-color:rgb(0, 3, 85);
    color: #ffffff;
    box-shadow: 7px 13px 37px rgb(38, 0, 255);

}

.redes{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    gap: 20px;
}

.icon-filter{

    height: 32px;
    color: white;
}

.redes .icon-filter:hover{
    color: #0011ff;

}






.titulo-footer {

    background-color: rgba(0, 0, 0, 0.915);
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 6vw;
}

figure {
    position: relative;

}

.titulo {
    position:absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    justify-content: center;
    background-color:  rgba(0, 0, 0, 0.915);
    color: rgb(255, 255, 255);
    font-size: 1.3em;
    height: 70px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 1px;

    border-radius: 20px;

}



#button-top{
     
    position: fixed;
    bottom: 200px;
    right: 280px;
    width: 70px;
    height: 30%;
    text-align: center;
    border-radius: 0px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background-color: transparent;
    box-shadow: none;
    border: none;
    box-shadow: 20x 20px 20px white;

}
    
    
 #button-top img:hover{

box-shadow: 3px 2px 3px #ffffff;

    }




#button-top.show{
    opacity: 1;
    visibility: visible;
}


@media only screen and (max-width : 700px){


    

    
    

    
    
    

    

    h1{
        color: rgb(255, 255, 255);
        left: 80px;
        padding-top: 22%;
        left: 15%;
    }

  .menu{

    display: none;
  }

  .logo{
    padding-bottom: 0%;
  }

  .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .burguer{
    display: block;
    z-index: 999;
    color: #ffffff;
    padding-bottom: 60px;
    
  }

  .menu.active{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
  }

  .menu .active a{

        color: white;
  }

    

    body {
        font-size: 100%;
    }

    main {
        margin: 100px auto 0px auto;

    }

    .seccion1 {
        justify-content: space-between;
        gap: 40px;
        padding-top: 3vh;
        height: 100vh;

    }

}