      body {
        padding-top: 0px;
        padding-bottom: 40px;
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 970px;
        font-family: 'Lato', sans-serif;
      }
      .container-narrow1 {
        margin: 0 auto;
        max-width: 700px;
        font-family: 'Lato', sans-serif;
      }
      .container-narrow2 {
        margin: 0 auto;
        max-width: 725px;
        padding-right: 30px;
        padding-left: 30px;
        position: inherit;
        font-family: 'Lato', sans-serif;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }
      
      .container-narrow h1 {
      	color: #ffffff;
      	padding-top: 30px;
      	padding-bottom: 20px;
      }      
      .masthead {
	        max-width: 970px;
	        background-color: #ffffff;
	        height: 100px;
	        margin:0 auto;
      }
      
      
      #image_bg {
	      width: 100%;
	      background-image: url('/img/header_bg_img.png');
	      background-position: center center;
	      height: 350px;
      }
      .text_wrap {
	      margin: 0 auto;
	      width: 700px;
	      padding-top: 75px;
	      padding-bottom: 30px;
      }
      #image_bg .title {
      		text-align: center;
      		font-size: 2em; 
      		letter-spacing: .05em;
      		color: #ffffff;
      		font-family: 'Lato', sans-serif;
      		font-weight: 300;
      }
      #image_bg h1 {
      		text-align: center;
      		font-size: 3.5em;
      		letter-spacing: .1em; 
      		color: #ffffff;
      		font-family: 'Lato', sans-serif;
      		font-weight: 700;
      }
      
      
      @media screen and (max-width: 720px){
     
    .text_wrap {
        height: auto;
        width: auto;
        display: block;
        text-align: center;
    }
    
    #image_bg {
	    width: 100%;
	    background-image: url('/img/header_bg_img.png');
	    background-position: top center;
	    height: 450px;
    } 
   
    #image_bg .title {
        font-size: 1.5em;
    }
    
    #image_bg h1 {
        font-size: 2.75em;
    } 
    
    #formulario {
	    width: 100%;
	    height: auto;
	    margin: 0px auto;
    }
    
    .form-control {
	    margin: 0px auto;
    }
    
    .form-control1 {
	    margin: 0px auto;
	}
    
    #name {
    	width: 80%;
    	margin: 0px 0px 10px -10px;
    }
    
    #name1 {
    	width: 80%;
    	margin: 0px 0px 10px 0px;
    }
    
    #email {
    	width: 80%;
    	margin: 0px 0px 10px 0px;
    }
    
    #email1 {
    	width: 80%;
    	margin: 0px 0px 10px 0px;
    }

    #phone1 {
    	width: 80%;
    	margin: 0px 0px 10px 0px;
    }

    #phone {
    	width: 80%;
    	margin: 0px 0px 10px 2px;
    }
    
    .cbp-mc-submit-wrap {
	    margin-bottom: 40px;
    }
    
    #fullwidth {
	    width: 100%;
    }
    
    .precos h1 {
	    font-size: 2em;
	    text-align: center;
    }

    .precos h4 {
	    font-size: 1.5em;
	    text-align: center;
    }
    
    .social_icons {
	    width: 100%;
    }
    
    .marketing .span8 {
	    width: 90%;
    }
    
    
	  .span5 .social_icons {
		  width: 100%;
		  text-align: right;
	  }
	  
	  .footer {
		  width: 100%;
		  margin: 0 auto;
	  }
     
}

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }


      .table {
        background-color: #f7f7f7;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
      }
      
      .table h1 {
	      color: #222;
	      font-size: 200%;
	      font-family: 'Lato', sans-serif;
      }
      
      .formulario {
	      background-color: #00a6c7;
	      border: 0px solid black;
	      border-radius: 5px;
	      height: 400px;
	      width: 100%;
      }
            
      .precos {
        background-color: #f9f9f9;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
      }
      
      .precos h1 {
      	color: #222222;
      	padding-top: 30px;
      	padding-bottom: 20px;
      }
      
      .table1 {

	      margin-bottom: 50px;
      }
      .table4 {
	      margin-top: 50px;

      }
      
      .coberturas {
        background-color: #fff;
        height: auto;
        margin-top: 180px;
        margin-bottom: 30px;
      }
      
      .coberturas2 {
        background-color: #fff;
        height: auto;
        margin-top: 20px;
        margin-bottom: 100px;
      }
      
      .coberturas3 {
        background-color: #fff;
        height: auto;
        margin-top: 50px;
        margin-bottom: 100px;
      }



/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  margin: 0 auto;
  width: 50%; 
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #f9f9f9;
}
th { 
  background: #ffffff; 
  color: #222; 
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
td, th { 
  padding: 6px; 
  border: 2px solid #ccc;
  text-align: left;
  padding: 10px; 
}
.table_data_bold {
  font-weight: bold;
  background-color: #fff;

}
.table_data_center {

  text-align: center;
}
.table_data_left {

  text-align: left;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table {
		width: 80%;
	}

	th {
		font-size: .6em;
	}
	
	td {
		font-size: .7em;
	}

}



/* Specific to example one */

	  #example-one { 
	  	text-align: center;
	    background: none;
	    padding: 10px;
	    margin: 50px 0px 90px 0px;
	  }
	  
	  #example-one hr {
	  	background-color: #333;
	  	height: 2px;
	  }

	  #example-one .nav {
	    overflow: hidden; 
	  }
	  
	  #example-one .nav li { 
	    width: 97px; 
	    float: left; 
	    margin: 0 10px 0 0;
	  }
	    
	  #example-one .nav li.last {
	    margin-right: 0; 
	  }
	  #example-one .nav li a {
	    display: block;
	    padding: 10px; 
	    background: none; 
	    color: #222; 
	    text-align: center; 
	    font-size: .8em;
	  }
	  
	  #example-one .nav li a:hover { 
	    background-color: #222;
	  }

	  #example-one ul {
	    list-style: none; 
	  }
	  
	  #example-one ul li a {
	    display: block;
	    padding: 4px;
	    color: #666;
	  
	  }
	  
	  #example-one ul li a:hover, #example-one ul li a:focus {
	    background: #e1ff02;
	    color: white;
	  }
	  #example-one ul li:last-child a { 
	    border: none;
	  }

	  #example-one li.nav-one a.current, ul.featured li a:hover { 
	    background-color: #cecece;
	    color: #222; }
	  #example-one li.nav-two a.current, ul.core li a:hover { background-color: #cecece; color: white; }
	  #example-one li.nav-three a.current, ul.jquerytuts li a:hover { background-color: #cecece; color: white; }
	  #example-one li.nav-four a.current, ul.classics li a:hover { background-color: #cecece; color: white; }


/* Generic Utility */
	  .hide { position: absolute; top: -9999px; left: -9999px; }
	  
	  





/* Vertical Tabs */
ul.resp-tabs-list, p {
	margin:0;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 700;
    color: #8f8f8f;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    text-align: right;
    margin-right: 30px !important;
}

.title_vertical {
	font-weight: 700;
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    text-align: right;
    margin-right: 30px !important;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #f3f3f3;
    border-left: 1px solid #c1c1c1;
    float: left;
    width: 69.6%;
    min-height: 250px;
    clear: none;
    height: auto;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border:none;
    border-right: none;
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
    margin-right: 30px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;

    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



/* Forms Style */
.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	margin: 0 auto;
	width: 70%;
	padding: 10px 30px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 30px 0px 0px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 10px 10px;
	color: #222;
	display: block;
	width: 100%;
	background: #ffffff;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 0px solid #fff;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #222;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #808080;
    font-size: 1em;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #808080;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #808080;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #808080;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 20px;
	clear: both;
	margin-bottom: -10px;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #2c3e50;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #10689a;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 100%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 50%;
		padding: 10px;
	}
}
@media screen and (max-width: 70em) {
	.formulario {
		width: 100%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.formulario {
		width: 90%;
		padding: 10px;
	}
}





.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: #e74c3c;
	min-height: 100%;
}

.md-modal1 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 920px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}






/* Content styles */
.md-content {
	color: #fff;
	background: #00a6c7;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 30px 0px 30px 0px;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
/*Animation Effect*/
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
button {
	border: none;
	padding: 0.6em 1.2em;
	background: #2c3e50;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #10689a;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}

	.md-content > div p {
		padding: 0px;
		padding-bottom: 10px;
		margin: 0;
		font-weight: 300;
		font-size: .5em;
		line-height:150%;
	}

	.md-content h3 {
		margin: 0;
		padding: 0.4em;
		text-align: center;
		font-size: 1em;
		font-weight: 300;
		opacity: 0.8;
		background: rgba(0,0,0,0.1);
		border-radius: 3px 3px 0 0;
	}
	
.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.4em;
}	

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}
	
	.md-content > div p {
		padding: 0px;
		padding-bottom: 10px;
		margin: 0;
		font-weight: 300;
		font-size: .5em;
		line-height:150%;
	}

	.md-content h3 {
		margin: 0;
		padding: 0.2em;
		text-align: center;
		font-size: .7em;
		font-weight: 400;
		opacity: 0.8;
		border-radius: 3px 3px 0px 0px;
	}
	
.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.4em;
}

}




	#formulario {
		width: auto;
		margin: 0 auto;
		margin-top: 45px;
		background-color: #00a6c7;
	    border: 0px solid black;
	    border-radius: 5px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
		vertical-align: middle;
	}
	
	.form-control {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.form-control1 {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.form-group {
		display: inline-block;
		vertical-align: middle;
		margin-top: 10px;
	}

.input.cbp-mc-submit {
	background: #2c3e50;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.5em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.input.cbp-mc-submit:hover {
	background: #10689a;
}
	
	/*
	.form-inline {
		margin: 0 auto;
		background-color: blue;
	}
	*/
	  
	  
	  
	.footer {
        margin-top: 20px;
        margin-bottom: 0px;
        background-color: #ffffff;
        vertical-align: bottom;
	}
	
	.social_icons {
		padding-top: 30px;
		text-align: right;
		background-color: #ffffff;	
	}
	#footer_txt {
		color: #222222;
		margin-right: 10px;
		margin-left: 10px;
		cursor: pointer;
	}