html, 
body {
	height: 100%;
    min-height: 100%;
}

html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: black;
	overflow-x: hidden;
	background: white;
}

a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}

a:active,
a:hover,
a:focus {
	outline: 0;  
	color: #1c1c1c;
	text-decoration: none;
    box-shadow: none;
}

a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.button, .button:focus, .button:active {
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

h1 {
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 6px;
    margin: 0;
    padding: 0;
    color: #16b0b8;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 span {
    font-weight: 900;
}

h2 {
    font-family: 'Barlow Condensed', cursive;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: .2px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px!important;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p strong {
    font-weight: 700;
}





.SmallTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 19px!important;
    letter-spacing: .3px;
    margin: 0;
    padding: 0;
}

.MediumTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 23px!important;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.MediumTxt2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 18px!important;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.MediumTxtReal {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px!important;
    line-height: 23px!important;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.AlternativeTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px!important;
    letter-spacing: 1.0px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.TextoResponsivo {
    text-align: justify;
}
