/* FONTS GOOGLE */
@font-face{
  font-family:'gotham black';
  src: url("../fonts/gotham/gotham-black.otf");
}
@font-face{
  font-family:'Gotham Medium';
  src: url("../fonts/gotham/Gotham_Medium.otf");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; 
}

a{
	color:#ffffff;
}

a:hover{
	text-decoration:none;
	color:#ffffff;
}

p{
	font-family:'Gotham Medium';
	font-size:16px;
}

span{
	font-family:'Gotham Medium';
}

span{
	font-size:16px;
}

main{
	background: linear-gradient(to left, #b40007 0%,#b40007 50%,#ed1c24 50%,#ed1c24 100%);
}
.hero{
	  background-image: url(../../assets/img/header/bg_hero.jpg);
	  background-position: top center;
    background-repeat:no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    background-size:100% auto;
    padding:0em 0 4rem 0;
    margin-top: 0%;
    height:900px;
}

.hero .logo{
    position:relative;
    text-align:center;
    display:table;
}

.hero h1.titulo{
	font-family:'gotham black';
	margin:1rem 0px 6rem 0px;
	color:#ffffff;
	font-size:35px;
}

.content{
    padding:0rem 0 0rem 0;
    position:relative;
    margin-top:0px;
    color:#ffffff;
    height:auto;
}

.content .services h1{
	font-family:'gotham black';
	font-size:20px;
}

.content .information .phone small{
	font-size:14px;
}

@media (max-width:991.98px) and (min-width: 768px){
  
  span{
  	width:100%;
  }

  main{
  	background:none;
  }

  .hero{
  	background-image: url(../../assets/img/header/bg_hero_mobile.jpg);
  	padding:5em 0 4rem 0;
  	height:100%;
  }

  .hero h1.titulo{
  	margin:1rem 0px 4rem 0px;
  	font-size:25px;
  }

  .content .main_content{
  	flex-wrap:wrap !important;
  }

  .content .main_content .services,
  .content .main_content .information{
  	text-align:center;
  	margin-left:0% !important;
  	flex: 0 0 100%;
    max-width: 100%;
  }

  .content .main_content .services div{
  	flex-wrap:wrap;
  	text-align: center;
    margin-right:0% !important;
    width: 100%;
  	justify-content:center;
  }

  .content .main_content .services div h1{
  	margin:0rem 0px 1.5rem 0rem !important;
  	text-align:center;
  }

  .content .main_content .services div:last-child img{
    margin-bottom:3rem;
  }

}

@media only screen and (min-width: 320px) and (max-width: 575px){
  	
  	p{
  		font-size:14px;
  	}

  	span{
  		width:100%;
  	}

  	main{
  		background:none;
  	}

  	.hero{
  		background-image: url(../../assets/img/header/bg_hero_mobile.jpg);
  		background-color:#b40007;
  		padding:5em 0 4rem 0;
  		height:100%;
  	}

  	.hero h1.titulo{
  		margin:1rem 0px 4rem 0px;
  		font-size:18px;
  	}

  	.content .main_content{
  		flex-wrap:wrap !important;
  	}

  	.content .main_content .services,
  	.content .main_content .information{
  		text-align:center;
  		margin-left:0% !important;
  		flex: 0 0 100%;
    	max-width: 100%;
  	}

  	.content .main_content .services div h1{
  		margin:0rem 0px 1.5rem 0rem !important;
  		text-align:center;
  		font-size:18px;
  	}

    .content .main_content .services div:last-child img{
      margin-bottom:3rem;
    }

  	.content .main_content .services div{
	  	width: 100%;
	  	flex-wrap:wrap;
	  	text-align: center;
	  	margin-right:0% !important;
	  	justify-content:center;
  	}
  	.content .main_content .information .phone small{
		font-size:12px;
	}
	.content .main_content .information img.cards{
		width:100%;
	}
}