@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenali+Ramakrishna&display=swap');

html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Montserrat', sans-serif;
}

.main {
	height: 600px;
	color: #161616;
	font-family: 'Montserrat', sans-serif;
}

.centrar {
   display: flex !important;
        justify-content: center !important;
        align-items: center !important;
}

p {
    margin-top: 20px;
    font-size: 14px;
}

h1 {
  font-size: 33px;
}

span {
    margin-top: 10px;
    margin-left: 40px;
}

a {
	color: #77a091;
}

a:hover {
	text-decoration: none;
}

a img {
	opacity: 0.8;
}

.margin-top {
    margin-top: 40px;
}

.separador {
	margin: 15px;
}

header {
    padding: 130px 0 20px;
  }
  
  section {
    padding: 20px 0;
  }
  
  .bg-header {
    background-color: #77a091;
  }

  .roboto {
    font-family: 'Roboto', sans-serif;
  }
  .cursiva {
    margin-left: 10px;
    font-family: 'Alex Brush', cursive;
    font-size: 2.5em;
    font-stretch: wider;
  }

  .btn-green {
    background-color: #77a091;
    color: #fff !important;
  }

  .btn-green:hover {
    background-color: #2d3d37;
    color: #fff !important;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #77a091;
  }

  .text-green {
      color: #77a091;
  }

  .green {
      background-color: #77a0910c;
  }

  .lead {
    font-family: 'Roboto', sans-serif;
  }

  .lead-span {
      margin-top: -20px;
      margin-left: 100px;
      font-size: 18px;
  }

  strong {
      font-weight: 600;
  }

@media screen and (max-width: 576px) {
            #logo {width: 60%;}
            
            section {
                text-align: center;
            }

            ul {
                text-align: left;
            }

            span {
                margin-left: 0px;
            }

            .lead-span {
                margin-left: 0px;
                text-align: center;
                font-size: 16px;
            }

		}
