@import url("https://use.typekit.net/hpg7fdv.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1{
    display: block;
    margin: 0 auto 20px;
    font-family: 'obviously', sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #d63066;
    text-align: left;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	h1{
		display: block;
		margin: 0 auto 20px;
		font-family: 'obviously', sans-serif !important;
		font-size: 18px;
		font-weight: 700;
		color: #d63066;
		text-align: left;
		margin-bottom:10px;
	}
}
h2{
    display: block;
    margin: 0 auto 20px;
    font-family: 'obviously', sans-serif !important;
    font-size: 21px;
    font-weight: 600;
    color: #666666;
    text-align: left;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	h2{
		display: block;
		margin: 0 auto 20px;
		font-family: 'obviously', sans-serif !important;
		font-size: 12px;
		font-weight: 700;
		color: #666666;
		text-align: left;
		margin-bottom:10px;
	}
}
.header{
    display: flex;
	background-color: #ff8aa9;
    flex-direction: row;
    padding: 2em;
    align-items: center;
    justify-content: center;

}

.header img {
    width: 457px;
	height: auto;
}
@media (max-width: 600px) {

        .header img {
            width: 90%;
        }
}
    @media (min-width: 601px) and (max-width: 768px) {

        .header img {
            width: 457px;
		    height: auto;
        }
	}
/* barra de rolagem*/
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #FFF; 
}

body::-webkit-scrollbar-thumb {
  background-color: #f3953f;      
}
/* barra de rolagem*/
.menu-topo {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #d63066;
  padding: 5px;
}

.menu{
	max-width: 1168px;
    margin: 0 auto;
	overflow: hidden;
	font-family: 'obviously', sans-serif !important;
    color: #666666;
	font-size: 14px;
	padding: 5px;
}
@media screen and (max-width: 1024px) {
	.menu {
	  display: flex;
	  justify-content: center;
	  align-items: center; 
	}
}
@media (max-width: 1024px) {
  .menu {
    flex-direction: column;
	justify-content: center;
	  align-items: center; 
  }

}
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
	

  }

}
.logo{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
	color: #fff;
	margin-top:5px;
}

@media screen and (max-width: 1024px) {
	.logo{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		margin-bottom: 15px;
		margin-top:5px;
	}
}

.buttons{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
	width: 230px;
}


.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 17px 15px 15px;
    font-size: 12px;
    line-height: 1.34;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
   font-family: 'obviously', sans-serif !important;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    -webkit-box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
    -moz-box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
    box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
}

.button-primary, .button-primary:focus {
    width: 230px;
    border-radius: 35px;
    color: #ffffff;
    background-color: #f3953f;
}

.button:hover {
  opacity: 0.8;
  color: #890038;
  width: 230px;
  justify-content: center;
  text-decoration: none;
}

 hr {
    width: 100%;
    height: 1px;
    border: 0px;
    border-top: 2px solid #f3953f;
    background-color: #f3953f;
}

.empresas {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 15px 33px 15px;
    font-size: 22px;
    line-height: 1.34;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
   font-family: 'obviously', sans-serif !important;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    -webkit-box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
    -moz-box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
    box-shadow: 6px 12px 15px -18px rgba(0, 0, 0, 1);
}

.empresas-primary, .empresas-primary:focus {
    width: 230px;
	border-radius: 35px;
    color: #ffffff;
    background-color: #e09247;
	font-weight: bold;
}

.empresas:hover {
  opacity: 0.9;
  color: #d63066;
  width: 230px;
  text-decoration: none;
}
select{
	width: 100%;
	height:50px;
	padding:10px;
	color: #666666;
	border-radius:5px;
	margin-bottom:10px;
	font-family: 'obviously', sans-serif !important;
}
.coluna-01{
	padding: 0 60px 0 60px;
	font-size:12px;
	text-align: left !important;
	font-family: 'obviously', sans-serif !important;
}

@media screen and (max-width: 768px) {
	.coluna-01{
		width:100%;
		padding:0;
	}
}
@media (max-width: 480px) {
      .coluna-01{
		width:100%;
		padding:0;
	}
}

.coluna-02{
	margin-top:30px; 
	padding: 0 60px 0 60px;
	font-size:12px;
	text-align: left !important;
	font-family: 'obviously', sans-serif !important;
}
@media screen and (max-width: 768px) {
	.coluna-02{
		width:100%;
		padding:0;
	}
}
@media (max-width: 480px) {
      .coluna-02{
		width:100%;
		padding:0;
	}
}
.btn {
	width: 100%;
	font-family: 'obviously', sans-serif !important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 5px;
	border:0;
}
.btn-info {
    color: #fff;
    background-color: #008000;
}
.btn-info:hover {
    color: #fff;
    background-color: #008000;
	text-decoration: none;
}
/* coluna*/
.card {
            width: 100%;
            max-width: 600px;
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
        }

        .card-header {
            background-color: #f3953f; /* Cor laranja */
            color: white;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
        }

        .card-body {
            padding: 20px;
            background-color: #eceeec;
        }

        .card-body p {
            margin: 0 0 10px;
            color: #666;
             font-size: 14px;
            line-height: 1.4;
        }

        .card-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .card-body ul li {
            margin-bottom: 8px;
			margin-left:10px;
            color: #555;
            font-size: 14px;
            line-height: 1.4;
        }

        .card-body ul li strong {
            color: #333;
        }
/* coluna*/

@media screen and (max-width: 768px) {
	.buttons{
		display: flex;
		flex-wrap: nowrap;
		margin-bottom:15px;
		justify-content: center;
		align-items:center;
		width: 230px;
		font-size: 12px;
		margin:0 auto;
	}

	.button{
		display: flex;
		flex-wrap: nowrap;
		margin-bottom:15px;
		justify-content: center;
		width: 100%;
		font-size: 12px;
	}
	.button:hover {
	  opacity: 0.8;
	  color: #890038;
	  width: 100%;
	  text-decoration: none;
	}
	
	.empresas{
		display: flex;
		flex-wrap: nowrap;
		margin-bottom:15px;
		justify-content: center;
		width: 100%;
		font-size: 22px;
	}
	.empresas:hover {
	  opacity: 0.8;
	  color: #f3953f;
	  width: 100%;
	  text-decoration: none;
	}
}

.principal {
    max-width: 1168px;
    margin: 0 auto;
	overflow: hidden;
	font-family: 'obviously', sans-serif !important;
    color: #666666;
	font-size: 20px;
	padding: 80px 0;
}

.titulo{
    display: block;
   	font-family: 'obviously', sans-serif !important;
    font-size: 17px;
	line-height: 1.6;
    font-weight: 700;
    color: #ea3d74;
    text-align: left;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.titulo{
		display: block;
		font-family: 'obviously', sans-serif !important;
		font-size: 24px;
		line-height: 1.6;
		font-weight: 700;
		color: #ea3d74;
		text-align: left;
	}
}

@media screen and (max-width: 1024px) {
	.principal {
		padding: 15px;
	    font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.principal {
		padding: 15px;
	    font-size: 12px;
	}
}

    /* Estilo do Footer */
    footer {
      background-color: #d63066;
      color: white;
      padding: 60px 0;
	  font-family: 'obviously', sans-serif !important;
    }

    footer .container {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    /* Colunas do Footer */
    .footer-col {
      width: 30%;
    }

    /* Links nas colunas */
    .footer-col h3 {
      margin-bottom: 10px;
      font-size: 18px;
	  color: #f3953f;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
    }

    .footer-col a {
      text-decoration: none;
      color: white;
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
      transition: color 0.3s;
    }

    .footer-col a:hover {
      color: #f3953f;
    }

    /* Copyright */
    footer p {
      text-align: center;
      margin-top: 40px;
	  margin-bottom: 5px;
      font-size: 14px;
	  color: #fff;
    }
	
	@media (max-width: 1024px) {
      .footer-col {
        width: 100%; 
        text-align: center;
		 font-size: 12px;
      }
	  .footer-col h3 {
      margin-bottom: 10px;
      font-size: 16px;
	  color: #f3953f;
    }
	  footer{
		   font-size: 12px;
	  }
    }
   
    @media (max-width: 768px) {
      .footer-col {
        width: 100%; 
        text-align: center;
		 font-size: 11px;
      }
	   .footer-col h3 {
		  margin-bottom: 10px;
		  font-size: 14px;
		  color: #f3953f;
	  }
	  footer{
		   font-size: 12px;
	  }
    }
	
	@media (max-width: 480px) {
      .footer-col {
        width: 100%; 
        text-align: center;
		 font-size: 10px;
      }
	  footer{
		   font-size: 12px;
	  }
    }

.banners__img, .banners__picture, .banners__source{
	width: 100%;
    background-size: cover;
    background-position: center;
}