/*
	Reset
*/

body, ul, li, h1, h2, h3, h4, h5, h6, input{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #2ACAB2;
	text-decoration: underline;
}

body{
	
	background-size: cover;
	font-family: 'Oswald', Georgia, sans-serif;
	color: #17423B;
}

.wrap{
	max-width: 940px;
	margin: 0 auto;
	padding: 20px;
}

/*
	Header
*/

.main-header{
	text-align: center;
	padding: 25px 0;
	background: #2ACAB2;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 11px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.main-header h1{
	font-size: 20px;
	color: #FFF;
}

/*
	Content
*/

.main-content header{
	text-align: center;
}

.main-content header h2{
	text-align: center;
	font-size: 36px;
}

.main-content header h3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 15px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 
	Footer 
*/

.main-footer{
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	font-family: Arial;
}

/* Button */

.btn{
	padding: 15px 30px;
	border-color: #000;
	border-width: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #c68000;
	background: linear-gradient(to bottom, #eccd02 0%, #ca8d02 100%);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	display: block;
	position: relative;
	transition: all 350ms ease;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: #bb4202 1px 1px 0px;
	text-decoration: none;
}


.btn:hover{
	background: #c68000;
	background: linear-gradient(to bottom, #dfb106 0%, #ab5c01 100%);
	transform: scale(1.05);
}

.call-to-action {
  text-align: center;
}

.call-to-action h2 {
  text-align: center;
  font-size: 36px;
}

.call-to-action h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}

.cta1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.image {
  margin-right: 10px;
}

.text {
  text-align: left;
  font-size: 18px;
  margin-top: 25px; /* Adiciona margem superior apenas na visualização normal */
}

.text p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cta1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .text {
    margin-top: 0; /* Remove a margem superior no modo responsivo */
    text-align: center;
  }

  .image + .text {
    margin-top: -40px; /* Remove o espaçamento entre a div image e text */
  }
}

.cta2 {
  text-align: center;
}

.cta2 h2 {
  text-align: center;
  font-size: 36px;
}

.cta2 p {
  font-size: 25px;
  white-space: pre-wrap;
  margin-top: 5px;
  margin-bottom: 20px; /* Aumente o valor para adicionar mais espaço abaixo do parágrafo */
}

.image2-container {
  display: flex;
  justify-content: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  width: 25%; /* Ajuste a largura da imagem conforme necessário */
  vertical-align: middle; /* Alinha verticalmente a imagem */
}

@media (max-width: 768px) {
  .responsive-image {
    width: 80%; /* Ajuste a largura da imagem para dispositivos menores */
  }
}
