@media screen and (min-width: 1024px) {
    /* estilos para desktop */
    body {
        background: rgb(40,95,112);
        background: linear-gradient(60deg, rgba(40,95,112,1) 38%, rgba(45,164,230,1) 81%, rgba(43,161,226,1) 93%);
    }
    
    .navbar{
        background-color: #0798E8;
        overflow: hidden;
    }
    
    .sticky + .content {
        padding-top: 60px;
      }
    
    .logo{
        width: 130px;
    }
    
    .text{
        text-align: center;
        font-weight: 500;
        font-size: 50px;
        font-family: 'Inter', sans-serif;
        padding-top: 300px;
        padding-bottom: 300px;
    }
    
    .footer{
        background-color: #0798E8;
    }
    
    .slogan-text{
        padding-top: 15px;
        font-size: 20px;
        font-weight: 300;
        font-family: 'Inter', sans-serif;
        color: #8FD1F5;
    }
    
    .slogan-text-bold{
        font-size: 35px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
        padding-bottom: 10px;
    }
    
    .place-text{
        font-size: 50px;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .title-info-text{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .info-text{
        font-size: 15px;
        font-weight: 300;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .position-info{
        padding-left: 15%;
        display: inline-block;
        vertical-align: top;
    }
    
    .social-net{
        padding-top: 35px;
        padding-bottom: 5px;
        font-size: 22px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .social-net-icons{
        padding-bottom: 70px;
    }
    
    .space{
        margin-right: 10px;
    }
    
    .copyright{
        text-align: center;
        font-size: 12px;
        font-weight: 100;
        font-family: 'Inter', sans-serif;
        color: white;
        background-color: #09A3D5;
    }
    
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
  }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* estilos para tablets */
  body {
    background: rgb(40,95,112);
    background: linear-gradient(60deg, rgba(40,95,112,1) 38%, rgba(45,164,230,1) 81%, rgba(43,161,226,1) 93%);
}

.navbar{
    background-color: #0798E8;
    overflow: hidden;
}

.sticky + .content {
    padding-top: 60px;
  }

.logo{
    width: 130px;
}

.text{
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    font-family: 'Inter', sans-serif;
    padding-top: 300px;
    padding-bottom: 300px;
}

.footer{
    background-color: #0798E8;
}

.slogan-text{
    padding-top: 15px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: #8FD1F5;
}

.slogan-text-bold{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: white;
    padding-bottom: 10px;
}

.place-text{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: white;
}

.title-info-text{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: white;
}

.info-text{
    font-size: 15px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: white;
}

.position-info{
    padding-left: 10%;
    display: inline-block;
    vertical-align: top;
}

.social-net{
    padding-top: 35px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: white;
}

.social-net-icons{
    padding-bottom: 70px;
}

.space{
    margin-right: 10px;
}

.copyright{
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    font-family: 'Inter', sans-serif;
    color: white;
    background-color: #09A3D5;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.map{
    width: 350px;
}

  }

@media screen and (max-width: 767px) {
    /* estilos para dispositivos */
    body {
        background: rgb(40,95,112);
        background: linear-gradient(60deg, rgba(40,95,112,1) 38%, rgba(45,164,230,1) 81%, rgba(43,161,226,1) 93%);
    }
    
    .navbar{
        background-color: #0798E8;
        overflow: hidden;
    }
    
    .sticky + .content {
        padding-top: 60px;
      }
    
    .logo{
        width: 120px;
    }
    
    .text{
        text-align: center;
        font-weight: 500;
        font-size: 25px;
        font-family: 'Inter', sans-serif;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    
    .footer{
        background-color: #0798E8;
    }
    
    .slogan-text{
        text-align: center;
        padding-top: 15px;
        font-size: 20px;
        font-weight: 300;
        font-family: 'Inter', sans-serif;
        color: #8FD1F5;
    }
    
    .slogan-text-bold{
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
        padding-bottom: 10px;
    }
    
    .place-text{
        padding-top: 30px;
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .title-info-text{
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .info-text{
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .position-info{
        text-align: center;
    }
    
    .social-net{
        text-align: center;
        padding-top: 35px;
        padding-bottom: 5px;
        font-size: 19px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: white;
    }
    
    .social-net-icons{
        text-align: center;
        padding-bottom: 70px;
    }
    
    .space{
        margin-right: 10px;
    }
    
    .copyright{
        text-align: center;
        font-size: 12px;
        font-weight: 100;
        font-family: 'Inter', sans-serif;
        color: white;
        background-color: #09A3D5;
    }
    
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }    

    .map {
        width: 350px;
        display: grid;
        margin: auto;
    }
  }