/*reset styles -------------------------------------------------------------------------*/
body {
	margin:0;
    font-family: 'Cantarell', sans-serif;
	}

/*menu ---------------------------------------------------------------------------------*/
#menu {
    background: #f4f4f4;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
    font-family: 'Cantarell', sans-serif;
}

#menu #logo {
    width: 170px;
    margin: 20px auto 20px 50px;
    float: left;
}
#menu .main-word {
    float:left;
    color:#52a8cd;
    margin-top: 100px;
    margin-left: 40px;
    font-style: italic;
}

div.drop-mail{
    width: 500px;
    height: 400px;
    top: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: -410px !important;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.drop-mail.drop-mail-open{
    margin-top: 0px !important;
}
div.drop-mail form{
    background: #fff;
    padding: 20px;
}
div.drop-mail form label{
    display: block;
    color: #999;
}
div.drop-mail form input[type='text'], div.drop-mail form input[type='submit'] , div.drop-mail form textarea{
    width: calc(100% - 24px);
    padding: 10px;
    margin: 0px auto 10px auto;
    border-radius: 0px;
    border: solid 1px #999;
}
div.drop-mail form textarea{
    resize: none;
    height: 100px;
}
div.drop-mail form input[type='submit']{
    border: none;
    width: calc(100% - 2px);
    background: #52a8cd;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
}
div.drop-mail samp{
    margin-left: -100px;
    width: 200px;
    background: #52a8cd;
    display: block;
    width: 200px;
    border-radius: 0 0 33px 33px;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
    position: absolute;
    left: 50%;
    top: 0;
}

div.drop-mail i{
    padding: 5px 10px;
}
#menu div.right-cont{
    float:right; margin-right:20px;
}
#menu h3.phone {
    color: #014d70;
    font-size: 20px;
    text-align: right;
    margin: 20px auto 15px auto;
}
#menu h3.phone samp {
    color: #52a8cd;
    font-family: 'Cantarell', sans-serif;
}
#menu nav {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: right;
}
#menu nav ul {
    padding: 0;
    margin: 0;
    float: right;
}
#menu nav ul li {
    list-style: none;
    float: left;
}
#menu nav ul a, #menu nav ul li a {
    text-decoration: none;
    color: #014d70
}
#menu nav ul a:hover li, #menu nav ul li a:hover {
    text-decoration: underline;
}
#menu nav.secundary-nav ul li {
    color: #014d70;
    font-size: 12px;
    padding: 0px 10px;
    border-right: solid 1px #014d70
}
#menu nav.secundary-nav ul li i {
    margin-right: 2px;
}
#menu nav.secundary-nav ul li:last-child {
    border-right: none;
    padding-right: 0;
}
#menu nav.main-nav ul {
    margin: 15px 0;
}
#menu nav.main-nav ul li {
    color: #014d70;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-right: solid 1px #014d70;
    font-family:Verdana, Geneva, sans-serif;
}
/*----*/
#menu nav.main-nav ul a{
    float: left;
}
#menu nav.main-nav ul a:last-child li {
    border-right: none;
    padding-right: 0;
}

/*frase introdução -------------------------------------------------------------------------*/
#top_word{
	background: url(../img/frase_topo_background.jpg) no-repeat center center;
	background-size: 100%;
	overflow:hidden;
	}
#top_word p{
	width:1000px;
	color:#ffffff;
	text-align:center;
	font-size:30px;
	margin:70px auto;
	display:block;
	font-family: 'Cantarell', sans-serif;
	font-style: italic;
	font-weight: 700;
	}
/*topicos ----------------------------------------------------------------------------------*/
#topicos{
	width:100%;
	margin:20px auto;
	overflow:hidden;
    text-align: center;
	}
.topico{
	width:341px;
    display: inline-block;
	}
.topico p{
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#004d71;
	font-size:26px;
	height:60px;
	margin-bottom:0px;
	}
.topico img{
	height:80px;
	margin:0 auto;
	display:block;
	margin-bottom:20px
	}
.topico div{
	width:90%;
	margin:0px auto;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#333;
	font-weight:bold;
	font-size:12px;
	margin-bottom:30px;
	}

/*pagina servicos------------------------------------------------------------------------------*/
#header_s{
	background: url(../img/About%20us.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	overflow:hidden;
	float:left;
	width:100%;
	margin-bottom:5px;
	}
#header_s .container_s p{
	margin-bottom:0px;
	margin-top:70px;
	font-family: 'Cantarell', sans-serif;
	color:#004d71;
	font-weight:bold;
	font-style:italic;
	font-size:30px;
	}
.container_s{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	}
#sub_category{
	float:right;
	overflow:hidden;
	}
#sub_category .btn{
	display:inline-block;
    padding: 5px;
	font-family: 'Cantarell', sans-serif;
	color:#949494;
	cursor:pointer;
    border-radius: 3px;
	transition:all 0.2s ease-in-out;
	}
#sub_category .btn a{
    color: #949494;
    text-decoration: none;
}
#sub_category .active{
	background-color:#004d71;
    color: #fff;
	}
#sub_category .active a{
    color: #fff;
}
.category_container{
	width:1024px;
	display:inline-block;
	display:none;
	overflow:hidden;
	}
.s_cat_cont{
	width:321px;
	float:left;
	margin:10px;
    padding-bottom: 20px;
    background-position: top;
    background-size: cover;
	}
.s_cat_cont p    {
	font-family: 'Cantarell', sans-serif;
	color:#004d71;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
    padding-left: 20px;
	border-bottom-style: solid;
	border-width:medium;
    border-color: #004d71;
	}
.s_cat_cont div  {
	font-family: 'Cantarell', sans-serif;
	font-size:14px;
	color:#111;
	width:250px;
	margin-left:20px;
	line-height:20px;
	}
.s_cat_cont samp {
    font-family: 'Cantarell', sans-serif;
    cursor:pointer; 
    color:#004d71;
    padding:5px;
    border-radius:5px;
    transition:all 0.3s ease-in-out;
    font-weight: bold;
}
.s_cat_cont samp i{
    font-weight: normal
}
.s_cat_cont samp:hover {
    background-color:#004d71;
    color:#FFF;
}
.s_cat_cont div a{
	text-decoration:none !important;}
/*pdf's --------------------------------------------------------------------------------------*/
#s_nav{
	float:right;
	margin:10px auto 10px auto;
	font-family: 'Cantarell', sans-serif;
	font-weight:bold;
	}
#s_nav samp{font-family: 'Cantarell', sans-serif; color:#004d71;}
#s_nav a{color:#949494;}
#header_ss{
	widows:100%;
	background-color:#004d71;
	margin-top:50px;
	overflow:hidden;
	color:#ffffff;
	padding-bottom:20px;
	}
#header_ss p{
	font-family: 'Cantarell', sans-serif;
	font-weight:bold;
	font-size:22px;
	margin-bottom:0px;
	margin-left:20px;
	}
#header_ss samp{
	font-family: 'Cantarell', sans-serif;
	font-style:italic;
	margin-left:20px;
	}
#s_text{
	font-family: 'Cantarell', sans-serif;
	color:#004d71;
	margin-top:20px;
	}
#legal{
	margin-top:60px;
	margin-bottom:30px;
	font-family: 'Cantarell', sans-serif;
	color:#004d71;
	font-size:10px;
	}

/*rodape -------------------------------------------------------------------------------------*/
#footer{
    width: 100%;
    overflow: hidden;
    background: #333;
}
#footer .f-cont{
    width: 100%;
    margin: 0 auto;
}
#footer .section{
    width: calc(25% - 41px);
    float: left;
    padding: 0 20px;
    margin: 30px auto;
    border-right: solid 1px #555;
}
#footer .section h3{
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-family: 'Cantarell', sans-serif;
    font-size: 14px;
    color: #5298cd;
}
#footer .section address{
    color: #fff !important;
    font-style: normal;
    font-family: 'Cantarell', sans-serif;
    font-size: 12px;
    
    -webkit-appearance: none;
}
#footer .section address i{
    margin: auto 5px auto auto;
    color: #5298cd;
}
#footer .section nav ul{
    padding: 0;
}
#footer .section nav ul li{
    list-style:none;
    line-height: 10px;
    padding: 5px;
}
#footer .section nav ul a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Cantarell', sans-serif;
    float: left;
}
#footer .section nav ul li i{
    margin-right: 5px;
    color: #5298cd;
}
#footer .section nav ul li:hover{
    background: #222;
    border-radius: 5px;
}
#footer .section form input[type='email']{
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
    width: calc(100% - 122px);
    border: solid 2px #666;
    border-right: none;
    float: left;
}
#footer .section form input[type='email']:focus{
    outline: none;
}
#footer .section form input[type='submit']{
    width: 100px;
    color: #fff;
    background: #5298cd;
    border: none;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0 ;
    float: right;
    cursor: pointer;
    float: left;
    border: solid 2px #666;
    border-left: none;
    -webkit-appearance: none;
}
#footer .section p{
    color: #999;
    font-family: 'Cantarell', sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: lefT; margin: 0 10px 5px 10px;
    -webkit-appearance: none;
}
#footer .section a{
    text-decoration: none;
}
#footer .section p i{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
#footer div.f-sep{
    border-top: solid 1px #666;
    width: calc(100% - 40px);
    margin: 10px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #fff;
}
#footer div.f-sep samp{
    float: left;
    font-size: 12px;
    font-family: 'Cantarell', sans-serif;
    line-height: 30px;
}
#footer div.f-sep .badge{
    float: right;
}
#footer div.f-sep .badge img{
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0;
}
/*parceiros---------------------------------------------------------------------------------*/

/*contactos---------------------------------------------------------------------------------*/
#contacto h1{
	font-family: 'Cantarell', sans-serif;
	margin-left:20px;
	color:#004d71;
	}
#contacto form{
	width:1024px;
	background-color:#e6e6e6;
	overflow:hidden;
	padding-top:20px;
	}
#contacto form div{
	width:512px;
	float:left;
	}
#contacto form div input{width:452px; margin:10px 20px; line-height:10px; border:none; padding:10px; color:#999;}
#contacto form div select{
	width:472px;
	margin:10px 20px;
	padding:10px;
	border:none;
	line-height:10px;
	color:#999;
	}
#contacto form div select option{
	}
#contacto form div textarea{
	width:452px;
	margin:10px 20px;
	padding:10px;
	border:none;
	height:240px;
	resize:none;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	}
#contacto form input[type='submit']{
	width:100px;
	height:30px;
	border-radius:0px;
	border:none;
	background-color:#004d71;
	color:#ffffff;
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	}
#address{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#address div{
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
	}
#address samp{
	float:left;
	margin:0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004d71;
	width:80px;
	text-align:right;
	margin-right:5px;
	}
#address p{
	float:left;
	margin:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
/*medida do browser*/
#count_width{
	display:inline-block;
	position:fixed;
	right:0;
	top:0;
	background-color:#FFF;
	}
#s_text div{
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	}
/*novidades*/
a.tag{
    background: #3e91ac;
    font-size: 9px;
    color: #fff;
    padding: 3px;
    margin:0 5px 0 0;
    display: inline-block;
    border-radius: 3px;
    font-family: 'Cantarell', sans-serif;
    text-decoration: none;
}
div.news_container{
    float:left;
    width: calc(75% - 40px);
    padding: 20px;
}
div.last_new .img{
    width: calc(100% - 10px);
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    margin: 0 5px;
}
div.last_new .img .info{
    position: absolute;
    bottom: 0;
    background: rgba(30, 130, 160, 0.8);
    width: calc(100% - 20px);
    padding: 10px;
}
div.last_new .img .info h3{
    margin: 5px 0;
    font-family: 'Cantarell', sans-serif;
    color: #fff;
    font-weight: normal;
}
div.news_container a{
    text-decoration: none;
    color: #999;
}
div.news_container div.new{
    width: calc(50% - 30px);
    background: #e1e1e1;
    float:left;
    margin: 10px 5px;
    padding: 10px;
}
div.news_container div.new .img{
    width: 110px;
    height: 110px;
    margin: 0 10px 0 0;
    background: black;
    float: left;
    background-position: center;
    background-size: cover;
}
div.news_container div.new h3, h3.title{
    margin: 0;
    color: #575757;
    font-family: 'Cantarell', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
h3.title{
    padding: 10px 10px 10px 20px;
    color: #fff;
    background: #3e91ac;
}
div.news_container div.new .tag{
    float: right;
    color: #fff;
}
div.news_container div.new p{
    color: #666;
    height: 55px;
    margin: 10px 0 0 0;
    overflow: hidden;
}
div.news_container nav.navigation{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
div.news_container nav.navigation ul{
    display: inline-block;
    padding: 0;
}
div.news_container nav.navigation ul li{
    list-style: none;
    margin: 3px;
    float: left;
    background: #666;
    color: #fff;
    border-radius: 5px;
}
div.news_container nav.navigation ul li.active, div.news_container nav.navigation ul li:hover{
    background: #333;
}
li.active{
    cursor: pointer !important;
}
div.news_container nav.navigation ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: 15px;
    padding: 5px;
    width: 25px !important;
    text-align: center;
    cursor: pointer !important;
}
div.news_side_bar{
    float: left;
    width: calc(25% - 20px);
    margin: 20px 20px 0 0;
    background: #f5f5f5;
}
div.news_side_bar div form{
    padding: 5px;
}
div.news_side_bar div form input{
    padding: 3px;
    border-radius: 3px;
    border: solid 1px #999;
}
div.news_side_bar div form input[type='submit']{
    background: #3e91ac;
    color: #fff;
}
div.news_side_bar div h3.title{
    background: #3e91ac;
    color: #fff;
    margin: 5px 2px;
    padding: 5px;
    font-family: 'Cantarell', sans-serif;
    font-size: 14px;
}

/*simulador automovel*/
.simulator-car .image{
    width: 100%;
    background-image: url(../img/car.jpg);
    background-position: center;
    background-size: cover;
    height: 150px;
    position: relative;
}
.simulator-car .image samp{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
}
.form_container{
    background: #e9edf0;
    overflow: hidden;
    padding-bottom: 20px; 
}
h3.form-title{
    margin: 20px 20px 0 20px;
    font-family: 'Cantarell', sans-serif;   
    color: #014d70;
}
h3.form-subtitle{
    margin: 20px 20px 0 20px;
    font-family: 'Cantarell', sans-serif;   
    color: #014d70;
    font-size: 16px;
}
.form_container label{
    margin: 20px 0 0 0;
    font-family: 'Cantarell', sans-serif; 
    display: block;
    font-size: 12px;
    color: #333;
}
.form_container form{
    margin: 0;
}
.form_container ul li{
    font-family: 'Cantarell', sans-serif;
    color: #333;
    font-size: 12px;
}
.coberturas-options:hover{
    background: #fff;
    border-radius: 3px;
}
.coberturas-options p{
    font-family: 'Cantarell', sans-serif;
    color: #333;
    font-size: 12px;
}
.coberturas-options ul{
    padding-left: 20px;
    margin: 10px 0;
}
.form_container input[type="text"], .form_container select, .form_container input[type="password"]{
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
    border: solid 1px #b2b6c0;
    color: #333;
}
.form_container button{
    margin: 5px 0px;
    display: block;
    float: left;
    padding: 10px;
    width: 100px;
    border: solid 1px #dddddd;
    background: #fff;
    color: #999;
    cursor: pointer;
}
.form_container button:focus{
    outline:0;
}
.form_container button.selected, .form_container button:hover{
    border-top:none;
    border: solid 1px #dddddd;
    background: #31629b;
    color: #fff;
}
.form_container .rowx16{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(16.66% - 22px);
    float: left;
}
.rowx16cars{
    margin: 0 1px 0 0;
    width: calc(16.66% - 1px);
    float: left;
}
.form_container .rowx25{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(25% - 42px);
    float: left;
}
.form_container .rowx33{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(33.33% - 42px);
    float: left;
}
.form_container .rowx50{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(50% - 42px);
    float: left;
}
.form_container .rowx75{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(75% - 42px);
    float: left;
}
.form_container .rowx100{
    margin: 0 10px;
    padding: 0 10px;
    width: calc(100% - 42px);
    float: left;
}
div.options{
    display: none;
}
div.options article{
    border-bottom: solid 1px #b3cfd3;
    overflow: hidden;
    margin: 0 10px;
}
div.options article samp{
    line-height: 60px;
    margin: 0 10px;
    font-family: 'Cantarell', sans-serif;
    font-size: 12px;
    color: #333;
}
div.options article button, div.options article select{
    width: auto;
    margin: 0 auto;
    display: block;
    float: right;
    margin:10px;
}
/*breakcum*/
    #breadcrumbs-one{
  background: #e3e3e3;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #666;
  position: relative;
  background-color: #ddd;
  background-image: #999;
    font-size: 12px;
    font-family: 'Cantarell', sans-serif;
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
    ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

h1.title{
    font-family: 'Cantarell', sans-serif;
    color: #014d70;
}
/*fim breadcum*/
/*outros*/
input.empty_value, textarea.empty_value, div.empty_value{
	box-shadow: 0 0 10px #ff0000 !important;
    transition: all 0.3s ease-in-out;
    border-color: #ff0000 !important;
}
/*foutros*/
/*responsive ---------------------------------------------------------------------------------*/
@media (max-width: 1500px){
    
}
@media (max-width: 1300px){
    #menu .main-word{
        display: none;
    }	
}
@media (max-width: 1100px){
	#top_word{
		background-size:cover;
		}
	#top_word p{
		width:100%;
		font-size:20px;
	}
	#topicos{
		width:100%;
	}
	.topico{
		float:inherit;
		width:80% !important;
		margin:0 auto;
		overflow:hidden
	}
	.topico img{
		height:70px;
		float:left;
		margin-right:20px;
		margin-right:5px
	}
	.topico p{
		text-align:left;
		margin:0;
		margin-bottom:-20px;
		margin-top:20px;
	}
	.topico div{
		margin-top:10px;
		width:auto;
	}
    /*novidades*/
    div.news_container{
        width: calc(100% - 40px);
    }
    div.news_side_bar{
        width: 100%;    
    }
}
@media (max-width: 1024px){
    #menu{
    }
    #menu #logo{
        display: block;
        margin: 30px auto 15px auto;
        float: none;
    }
    div.drop-mail{
        width: 100%;
    }
    #menu div.right-cont{
        width: 100% !important;
        margin: 0px !important;
    }
    #menu h3.phone{
        display: none;
    }
    #menu nav.secundary-nav{
        position: fixed;
        bottom: 0;
        width: calc(100% - 20px);
        height: 20px;
        background: #014d70;
        padding: 10px;
        z-index: 999;
    }
    #menu nav.secundary-nav ul{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #menu nav.secundary-nav ul li{
        width: calc(50% - 1px);
        padding: 0;
        margin: 0;
        text-align: center;
        color:#fff;
        border-color: #fff;
    }
    #menu nav.secundary-nav ul li.hideres{
        display: none;
    }
    #menu nav.secundary-nav ul li:nth-last-child(3){
        border: none;
    }
    #menu nav.secundary-nav ul li a{
        color: #fff;
    }
    #menu nav.secundary-nav ul li a:hover{
        text-decoration: none;
    }
    #menu nav.secundary-nav ul li i{
        display: block;
    }
    #menu nav.main-nav, #menu nav.main-nav{
        margin:  0 auto !imoprtant;
        display: block;
        float: none;
        text-align: center;
    }
    #menu nav.main-nav, #menu nav.main-nav ul{
        width: calc(100% - 10px);
        text-align: center;
        margin: 10px 0 10px 0;
        border-radius: 5px !important;
        overflow: hidden;
    }
    #menu nav.main-nav, #menu nav.main-nav ul li{
        display: inline-block;
        float: none;
        padding: 10px;
        border-right: none;
    }
    #menu nav.main-nav{
        padding: 0;
        margin: 0;
    }
    #menu nav.main-nav ul a:last-child li{
        padding: 10px;
    }
	.container_s, .category_container{
		width:100%;
	}
	.s_cat_cont{
		width:100%;
		float:inherit;
		margin:0 auto;
		margin-top:50px;
	}
	.s_cat_cont div{
		width:90%;
		margin:0 auto;
	}
	#sub_category{
		float:left;
		width:100%;
	}
	#sub_category .btn{
		display:block;
		padding:20px;
		margin:0px;
		width:100%;
		border-bottom:1px solid #004d71;
	}
	#sub_category .active{
		background-color:#004d71;
		color:#ffffff;
		padding-left:30px;
	}
	#header_s .container_s p{
		font-size:25px;
		margin-top:10px;
	}
	#contacto form{
		width:100%;
	}
	#contacto form div{
		margin:0 auto;
		float:inherit;
	}
	#contacto form div input{
		margin:0 auto;
		display:block;
		margin:10px auto;
	}
	#contacto form input[type='submit']{
		width:470px;
		margin:0 auto;
		float:inherit;
		display:block;
		margin-bottom:30px;
	}
	#map{
		width:1024px;
	}
	#contacto h1{
		font-size:18px;
	}
    #footer{
        margin-bottom: 40px;
    }
    #footer .section{
        width: calc(50% - 41px);
        height: 120px;
    }
    div.news_container div.new{
        width: calc(100% - 30px);
    }
}
@media (max-width:680px){
    #menu{
        background: #fff;
        box-shadow: none;
    }
    #menu nav.main-nav ul, #menu nav.main-nav{
        margin-left: 0px;
        padding: 0px;
    }
    #menu nav.main-nav ul li{
        width: 100%;
        background: #52a8cd;
        color: #fff;
        margin-left: 0px;
        text-align: left;
        border-top: solid 1px #014d70;
        padding: 10px !important;
        font-size: 12px;
    }
    #menu nav.main-nav ul a:first-child li{
        border-top: none;
    }
	#footer_nav{ width:100%; }
	#footer_nav .btn{
		width:95%;
		display:block;
		padding-left:5%;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:thin;
		border-bottom-color:#333333;
		border-bottom-style:solid;
		}
	#footer_nav .btn:first-child{
		border-top:thin;
		border-top-color:#333333;
		border-top-style:solid;
		margin-top:20px;
		}
	#footer_address{
		width:100%;
		text-align:center;
		}
	#footer_address samp{
		display:block;
		margin:20px;
		text-align:left;
		border-bottom:medium;
		border-bottom-color:#004d71;
		border-bottom-style:solid;
		}
	#contacto form div{
		width:100%;
		}
	#contacto form div input{
		width:80%;
		}
	#contacto form div textarea{
		width:80%;
		margin:0 auto;
		display:block;
		height:100px;
		}
	#contacto form div select{
		width:83%;
		margin:0 auto;
		display:block;
		margin-bottom:10px;
		}
	#contacto form input[type='submit']{
		width:83%;
		margin-top:10px;
		}
    #footer .section{
        width: calc(100% - 41px);
        height: auto;
    }
}
