@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Kristi&display=swap');



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

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

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: 400;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 4px;
    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;
}

h1 big {
    font-weight: 900;
}

h2 {
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 4px;
    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;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
    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: 700;
    font-size: 20px;
    line-height: 25px;
    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;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    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: 400;
    font-size: 20px;
    line-height: 23px;
    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;
}


p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.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;
}

p strong {
    font-weight: 700;
}

.HeaderLabel_Verde {
	display: block;
    width: fit-content;
	background: #007270;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #abd159;
	letter-spacing: 6px;
    line-height: 18px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 20px 20px;
}

.HeaderLabel_Verde_Inline {
	display: inline-table;
    width: fit-content;
	background: #007270;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #abd159;
	letter-spacing: 3px;
    line-height: 18px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 20px 20px;
}



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

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






.top100 {
	margin-top:100px!important;
}
.bottom100 {
	margin-bottom:100px!important;
}
.top90 {
	margin-top:90px!important;
}
.bottom90 {
	margin-bottom:90px!important;
}
.top80 {
	margin-top:80px!important;
}
.bottom80 {
	margin-bottom:80px!important;
}
.top70 {
	margin-top:70px!important;
}
.bottom70 {
	margin-bottom:70px!important;
}
.top60 {
	margin-top:60px!important;
}
.bottom60 {
	margin-bottom:60px!important;
}
.top50 {
	margin-top:50px!important;
}
.bottom50 {
	margin-bottom:50px!important;
}
.top40 {
	margin-top:40px!important;
}
.bottom40 {
	margin-bottom:40px!important;
}
.top30 {
	margin-top:30px!important;
}
.bottom30 {
	margin-bottom:30px!important;
}
.top20 {
	margin-top:20px!important;
}
.bottom20 {
	margin-bottom:20px!important;
}
.top10 {
	margin-top:10px!important;
}
.bottom10 {
	margin-bottom:10px!important;
}
.top5 {
	margin-top:5px!important;
}
.bottom5 {
	margin-bottom:5px!important;
}
.NoPadding {
	padding:0!important;
}
.NoMargin {
	margin:0!important;
}
.PaddingMenor {
    padding-left: 5px;
    padding-right: 5px;
}
.PaddingOnlyRight {
    padding-left: 0;
    padding-right: 10px;
}
.NoMarginSide {
    margin-left: 0!important;
    margin-right: 0 !important;
}





.BorderRightColuna {
    border-right: 1px solid #cfcdcd;
}





.row {
	margin-right: 0!important;
    margin-left: 0!important;
}

.Borda {
	border: 1px solid red;
}





.btn-primary {
    background-color: #1e7775!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 13px!important;
    font-weight: 600!important;
    letter-spacing: 3px!important;
    padding: .85rem 1.2rem!important;
    border: none!important;
    color: white!important;
    border-radius: .45rem!important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #2d918f!important;
    box-shadow: none!important;
    outline: none!important;
    color: white!important;
}



.btn-sm {
    background-color: #1e7775;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: .45rem .8rem;
    border: none;
    color: white!important;
}

.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
    background-color: #2d918f!important;
    box-shadow: none!important;
    outline: none!important;
    color: white!important;
}

.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}