* {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
 
 .material-icons.md-28 { font-size: 28px; }
 
body {
	background:#f4f4f4;
}
 
header {
	width:100%;
}

#header {
	height: 58px;
	display:block;
	
}


 #navegador {
	width:100%;
	background:#024959;
	display: block;
	height: 58px;
	position:fixed;
	top: 0px;
   z-index: 20;
	
}
 
.menu_bar {
	display:none;
}

#logo{
	display: inline-block;
	
	float: left;
	padding: 14px;
	color: white;
}

#menu{

float: right;
display: inline-block;


}

#banner {
	height: 12vw;
	background-image: url("banner3.jpg");
    background-repeat: no-repeat;
	background-size: cover;
	background-position:left  center;
}

p {
	text-align: center;
	
}

#container1 {
	padding-top: 58px;
	background-color: white;
	padding-bottom: 36px;
}

#infos {
  text-align: center;
}


.info {
    padding-top: 1%;
    padding-left: 2%;
	font-size: 1.1vw;
	text-align: center;
	margin-top: 12px;
    color: #555555;
    display: inline-block;

	}


h1 a{
    color: black;
	text-decoration: none;
  font-size: 2vw;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}

.wa {
  color: #25D366;
}

.adv {

	font-size: 1.6vw;
	margin-top: 18px;
		
	}


#numero, #numero a {
	font-size:5vw;
	text-decoration:none;
	color: #0277bd;
    padding: 1vw;
	
}



#container2{
	padding-top: 58px;
	background-color: #f4f4f4;
	padding-bottom: 36px;
}



#pagos {
    text-align: center;
	margin: auto;
}

.pago {
	display: inline-block;
	font-size: 2vw;		
	padding: 2%
	}



#container3{
	padding-top: 58px;
	background-color: white;
	padding-bottom: 36px;
}

#carouselExampleIndicators{
  margin: auto;
  width:100%;
  max-width: 1280px !important;
  
}

#container4{
	padding-top: 58px;
	background-color: #f4f4f4;
	padding-bottom: 36px;
}

#container5{
	background:#024959;
    height: 58px;
    
}

#container5 p {
  padding: 17px;
  color: white;
}

#footer{
	display:none;
}


.map{
  display: block;
 	margin-right:auto;
  margin-left:auto; 
	width:100%;
  	max-width: 1280px !important;
	height: 600px;
}

h1 {
	font-size: 2vw  ;
	text-align: center ; 
	font-family: 'Open Sans Condensed', sans-serif  ;
    margin: 0px ; 
	
}

#menu {
		top: 58px;
	}
 
#menu  ul {
	overflow:hidden;
	list-style:none;
	
}
 
#menu  ul li {
	float:left;
}
 
#menu  ul li a {
	color:white;
	padding:19px;
	display:block;
	text-decoration:none;
}
 
i {
	margin-right:6px;
}
 
#menu li a:hover {
	background:#037E8C;
}
 
section {
	padding:20px;
}

footer {
 display: none; 
}

footer p, footer a {
 display: none; 
}


 
@media screen and (max-width:1199px ) {
  
    #banner {
      height: 20vw;
  }
	#menu {
		width:auto;
		height:100%;
		right:-100%;
		top: 58px;
		margin:0;
		position: fixed;

		
	}
 
	#menu ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		background: #037E8C;

	}
 
	.menu_bar {
		display:inline-block;
		float: right;
		width:auto;
		display: inline-block;

	}
 
	.menu_bar .bt-menu {
		float: right;
		display:block;
		padding:15px;
        padding-right: 18px;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	#numero, #numero a {
		font-size:10vw;
	}
	
	.info {
	padding-left: 20%;
    text-align: left;
	font-size: 4vw;
    display: block;
	}
  
  .map {
	height: 300px;
}
	

  
  p.pago img{
	width: auto;
    height: 50px;
}


	h1 {
	font-size: 7vw;		
	}
  
  	#container1 h1 {
      font-size: 5vw;
  }
  
  #container1 h1 a {
      font-size: 4.8vw;
  }
  
  .wa {
      font-size: 4.8vw;
  }
  
footer {
 width:100%;
 background:#778899;
 display: block;
 height: 58px;
 position:fixed;
 bottom: 0px;
 z-index: 20;
}
  
footer a, footer p{
 display: inline-block; 
 color: white;

}
  
footer p {
  float: left;
  font-size: 8vw;
  padding: 10px;
  padding-left: 20px;
  text-decoration: none;
  color: white;
}
  
 footer a {
  text-decoration: none;
   float: right;
}
  

  
  footer i{
 	margin-top: 5px;
     float: right;
  font-size: 48px;
  margin-right: 20px;

  }
  
  .fab.fa-whatsapp-square{
     color: #25D366;
     background: linear-gradient(0deg, #778899 10%, white 20%, white 80%,#778899 90%);
    text-shadow: 1px 1px #075E54;
    
  }
  
  .fas.fa-phone-square {
    color: #337ab7;
      background: linear-gradient(0deg, #778899 10%, white 20%, white 80%,#778899 90%);
    text-shadow: 1px 1px #005f7f;
    
  }
  
  #footer{
	display:block;
    padding-top: 58px;
}
  
  
  
}