

@import url("https:/fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");



html {
    font-size: 62.5%;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;


}


#particles-js {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    background: #060708;
}


.w3-bar_w3-black {
    font-size: 14px;
    color: whitesmoke;
    font-family: 'calibri', serif;

}

@media screen and (min-width:720px){
    .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        
        
    }
}


@media screen and (min-width:1280px){
    .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        font-size: 12px;
        
    }
}

.z3-container .w3-bar_w3-black {
    font-size: 20px;
    color: whitesmoke;
    font-family: 'calibri', serif;

}


@media screen and (min-width:720px){
    .z3-container .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        
        
    }
}


@media screen and (min-width:1280px){
    .z3-bar_z3-black .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        font-size: 25px;
        
    }
}

body {
    background: black;
    color:whitesmoke;
}





/* SOLICITAR TURNO */
  
  
.buttons {
    min-width: 500px;
    display: flex;
    justify-content: space-around;
    margin-top: 25%;
  }
  
.buttons a{
    text-decoration: none;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #314652;
    color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
}


.buttons a:hover {
    transform: scale(1.4);
  }




  @media screen and (max-width:400px) {
    .buttons {
        min-width: 1%;
    }
}



@media screen and (min-width:400px) and (max-width:480px) {
    .buttons {
        min-width: 1%;
    }
}



@media screen and (min-width:480px) and (max-width:720px)  {
    .buttons {
        min-width: 1%;
    }
}


@media screen and (min-width:720px) and (max-width:1000px)  {
    .buttons {
        margin-top: 18%;
        
    }
}

@media screen and (min-width:1000px)  {
    .buttons {
        margin-top: 18%;
        
    }
}


/* UBICACION */



.ubicacion {
    height: 100%;
    width: 100%;
    background: #24303c;
    margin: 0 auto;
    margin-top: 0 auto;
    /*margin-top: 100px;
    border-radius: 100px;*/
    color: white;
    box-shadow: 7px 13px 37px #000;
    opacity: 0.9;
}


@media screen and (min-width:720px){
    .ubicacion {
        height: 75%;
        width: 75%;
        background: #24303c;
        padding: 30px;
        margin: 0 auto;
        margin-top: 0 auto;
        /*margin-top: 100px;*/
        border-radius: 4px;
        color: white;
        box-shadow: 7px 13px 37px #000;
        opacity: 0.8;
    }
}


.maps {
    height: 90%;
    width: 100%; /* Establece un ancho para la sección div */
    margin: auto; /* Asigna automáticamente espacio a los lados izquierdo y derecho */
  }








