/*
Theme Name: OnTour
Theme URI: http://underscores.me/
Author: rmmfs.web@gmail.com (based on Underscores.me)
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

oemready is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* fonts
----------------------------------*/

@font-face {
 font-family:SegoeUI;
 src:local("Segoe UI"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web) format("svg");
 font-weight:400
}
@font-face {
 font-family:SegoeUI;
 src:local("Segoe UI Light"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web) format("svg");
 font-weight:100
}
@font-face {
 font-family:SegoeUI;
 src:local("Segoe UI Semilight"),
 local("Segoe UI"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.svg#web) format("svg");
 font-weight:200
}
@font-face {
 font-family:SegoeUI;
 src:local("Segoe UI Semibold"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web) format("svg");
 font-weight:600
}
@font-face {
 font-family:SegoeUI;
 src:local("Segoe UI Bold"),
 local("Segoe UI"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype"),
 url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.svg#web) format("svg");
 font-weight:700
}





/* Clearfix: contain floats
----------------------------------*/

.header:before,
.header:after {
	content: '';
	display: table;
	/*for IE 6/7 only to trigger hasLayout and contain floats.*/
    *zoom: 1;
}

.header:after {
	clear: both;
}

/*	GLOBAL
---------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
	/*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;*/
}

body {
    font-family:SegoeUI;
    color: #000;
    /*background-color: #f7f7f7;*/
    }

img {
   max-width: 100%; /* Adhere to container width. */
   height: auto; /* Make sure images are scaled correctly. */
   page-break-inside: avoid;
   vertical-align: bottom;
   }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	}

/*sup {
	position: relative;
	bottom: 2px;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}*/


.note {
    font-family:SegoeUI;
    padding-top: 10px;
	font-size:12px !important;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    width: 90%;
    color: #666;
	}

.subnote {
    font-family:SegoeUI;
	font-size:10px;
    font-weight: 200;
    line-height: 12px;
    text-align: left;
    width: 90%;
	}

/*	Fonts and Typography
-------------------------*/

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 22px;
	}

h3 {
	font-size: 20px;
	}

h4 {
	font-size: 18px;
	}

p {
	font-size: 16px;
	}

b,
strong { font-family:SegoeUI;font-weight: 600;  }



a,
a:link,
a:hover,
a:visited {
    color: #000;
	text-decoration: none;
 }

a:hover,
a:active,
a:focus { outline: 0;color: #000; }

a img { border: 0; }





.main-heading {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    padding: 38px 0 6px;
    padding-top: 38px;
    font-weight: 100;
    outline-color: transparent !important;
    outline-style: none !important;
    }


.main-sub-heading {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    padding: 38px 0 6px;
    padding-top: 0px;
    font-weight: 100;
    outline-color: transparent !important;
    outline-style: none !important;
    }

.sub-heading {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    outline-color: transparent !important;
    outline-style: none !important;
    width: 100%;
    margin: 0 auto;
}






/*a:visited {color:#; }*/



::-webkit-selection,
::-moz-selection,
::selection {
background-color: #466EAB !important;
color: #fff;
}



/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar:horizontal { height: 10px; }
::-webkit-scrollbar-corner { background: #F2F2F2; }
::-webkit-scrollbar-track { background: #fff; border-right: 1px solid #EEE; }
::-webkit-scrollbar-thumb { background: #CCC; }
::-webkit-scrollbar-thumb:hover { background: #222; }
::-webkit-scrollbar-thumb:window-inactive { background: #444; }


/*	Reusable
-------------------------*/
.black { color: #000; }
.white { color: #fff; }
.orange { color: #f16521; }
.green { color: #8cc63e; }
.blue { color: #00adef; }
.yellow { color: #fec10d; }
.grey {color: #939598;}


/* display options*/
.align-center {
	text-align: center;
	}

.inline {
  display: inline;
}

.inlineb {
  display: inline-block;
}

.valign {
  vertical-align: middle;
}

.hidden {
  position: absolute;
  left: -9999px;
  text-indent: -9999px;
  overflow: hidden;
}

.no-display {
  display: none;
}







/* columns */
.form {
	width: 100%;
	height: auto;
}
	/* contact + reward form */
	.form-left {
		float: left;
		width: 45%;
		margin-right: 5%;
		}

	.form-right {
		float: right;
		width: 45%;
		margin-left: 5%;
		}

		.form-right div {
			margin: 13px 0;
			}

			.form-right input[type="submit"] {
				margin-top: 20px;
				}

			/*.req-field {
				position: relative;
				top: 15px;
				font-size: 14px;
				color: #767676;
				}*/

			.req-info {
				height: 10px;
				position: relative;
				top: 10px;
				margin-bottom: 30px !important;
				font-size: 12px;
				}

		    	.req-symbol {
			    	color: #FD3900;
			    	}






/* Componentes
-------------------------*/

/* slider (see remain, configuration, at _styles */
.slider {
	width: auto;
	max-height: 250px;
	}

	.left-info {
		float: left;
		margin-left: 12.5%;
		}

	.right-info {
		float: right;
		margin-right: 12.5%;
		}


/* LAYOUT
---------------------------------------------------------*/

/* sticky footer */
html,
body { height: 100%; }

	.site {
    	display: table;
		height: 100%;
		width: 100%;
		}

	footer {
		display: table-row;
		height: 1px;
		}


.wrapper-timelines {
    margin: 0 auto;
	}


.wrapper {
    width: 88%;
    margin: 0 auto;
	}

	.content-area {
		height: auto;
		}

		.title-area,
		.subtitle-area {
			margin: 20px 0 20px;
			 }

			.title-area h3 {
				font-size: 26px;
				margin-bottom: 15px;
				 }

			.title-area h4 {
				font-size: 21px;
				margin-bottom: 15px;
				font-weight: bold;
				 }

			.title-area p {
				line-height: 1.2;
				 }

				/*.title-area div {
					margin: 15px 0; }*/

			.subtitle-area h3 {
				font-size: 21px;
				 }

			.title-area button {
				position: relative;
				bottom: 20px;
				float: right;
				margin: 15px 0;
			}




/* column structure */

/*	2 columns
-------------------------*/
/* (home + how works pages) */
.col2 {


	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;

	align-items: center;
	height: auto;
	}

	.col2-1 {
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;

		margin-right: 2%;
		align-self: flex-start;

		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		}

	.col2-2 {
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
		margin-left: 2%;
		align-self: flex-start;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		}

		.cell {
			height: auto;
			margin: 5px 0 20px 0;
			}

			.cell h3 {
				font-size: 16px;
				margin: 10px 0;
				}

			.cell p {
				font-size: 15px;
				margin: 10px 0;
				line-height: 1.5;
				}




/*	3 columns
-------------------------*/
/* sitemap page */
.col3 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center; }

	.col3-1 {
		/*-webkit-flex: 1 1 33.3333333333%;
		-ms-flex: 1 1 33.3333333333%;
		flex: 1 1 33.3333333333%;*/
        -webkit-flex: 1 1 30%;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
		align-self: flex-start;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1; }

	.col3-2 {
		-webkit-flex: 1 1 30%;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
        margin-left:10%;
		align-self: flex-start;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2; }

	.col3-3 {
		-webkit-flex: 1 1 30%;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
		align-self: flex-start;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3; }

		.col3 p:first-child {
			font-size: 24px;
			margin-bottom: 15px;
			line-height: 1.2;
			}

			.col3 p:first-child a {
				color: #000; }





/*	4 columns
-------------------------*/
/* sitemap page */
.col4 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

	.col4-1 {
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		align-self: flex-start;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1; }

	.col4-2 {
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		align-self: flex-start;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2; }

	.col4-3 {
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		align-self: flex-start;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3; }


	.col4-4 {
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		align-self: flex-start;
		-webkit-order: 4;
		-ms-order: 4;
		order: 4; }




/*	5 columns
-------------------------*/
/* sitemap page */
.col5 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	}

	.col5-1 {
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		align-self: flex-start;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		}


	.col5-2 {
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		align-self: flex-start;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
		}

	.col5-3 {
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		align-self: flex-start;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
		}


	.col5-4 {
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		align-self: flex-start;
		-webkit-order: 4;
		-ms-order: 4;
		order: 4;
		}


	.col5-5 {
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		align-self: flex-start;
		-webkit-order: 5;
		-ms-order: 5;
		order: 5;
		}


/* 01. HEADER
---------------------------------------------------------*/
header {
	width: auto;
	height: auto;
	height: 50px;
	}

/* login*/

	.header {
        margin-top: 15px;
		}

	    .logo {
		    float: left;
			width: 20%;
			min-height: 25px;
	    }

			.logo img {
				width: auto;
				height: 22.5px; }


        /* desktop */
		.main-menu {
			float: left;
			width: 70%;
			min-height: 25px;
			 }

            .main-menu ul {
                min-height: 25px;
                margin-top: 5px;
                }

                .main-menu ul li {
                    display: inline;
                    margin-right: 10px;
                    padding: 0 15px 0 0;
                    list-style: none;
                    text-decoration: none;
                    cursor: pointer;
                    }

                    .main-menu ul li a {
                        color: #000;
                        font-size: 13px;
                        }





							/*.current-menu-item a {
								padding-bottom: 2px;
								border-bottom: 1px solid #000;
								}*/

							/* current page */
							/*

                            .main-menu > div > ul > li > ul > li.current-menu-item > a {
							}
							.main-menu > div > ul {
							}
							.main-menu ul li {
							}
							.main-menu ul li a {
							}
							.main-menu > div > ul > li > a {
							}
							.main-menu > div > ul > li a:hover {
							}
							nav.main-menu > div > ul > li.current-menu-item > a,
							nav.main-menu > div > ul > li.current_page_parent > a {
							}

                            */



		.login-area {
			float: right;
			width: 10%;
			min-height: 25px;
			 }

            .login-area p {
                min-height: 25px;
                margin-top: 5px;
                padding: 0 15px 0 0;
                    list-style: none;
                    text-decoration: none;
                    cursor: pointer;
                }

                    .login-area p a {
                        color: #000;
                        font-size: 13px;
                        }








/* mobile icon */
.nav-button {
    position: relative;
    left: 2%;
    top: -21.5px;
    width: 22px;
    height: 22px;
    background-image: url(menu.png);
    background-size: contain;
    background-repeat: no-repeat; }



/* mobile menu */

/*#menu_mobile a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
}
#menu-mobile a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
#menu-mobile a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width .35s ease;
}
#menu-mobile a:hover:before {
  width: 100%;
  background: #000;
  transition: width .35s ease;
}
#menu-mobile a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}*/




























@media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
}

#navigation {

}



.hide-nav {
    transform: translateY(-120% !important);
    -webkit-transform: translateY(-120%) !important;
}

#menu-mobile {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-width: 64px;
    border-bottom: 1px solid #000;
     bottom: 28.5px;
    bottom: 58.5px;
    position: relative;
    }

    #menu-mobile:before {
        content: '';
        display: table;
        clear: both;
        }

    #menu-mobile.collapse {
        max-height: 50em !important;
    }


    #menu-mobile li {
        height: 100% !important;
        max-width: 100%;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        font-size: 15px;
        font-family:SegoeUI;
        background-color: #f2f2f2;
    }

        #menu-mobile li a {
            display: block;
            color: #262626;
            padding: 14px 15px 15px;
        }












.nav-toggle {
    position: relative;
    bottom: 32.5px;
    bottom: 63.5px;
    left: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 9px 9px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4px, 4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4px, -4px);
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #393939;
  transition: all .25s;
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}













				#navigation ul {

					}

					#navigation ul li {
                        }

						#navigation ul li a {
                            }

















            /* mobile menu
		    .main-menu-mobile {
                
				}

				.main-menu-mobile ul {

					}

					.main-menu-mobile ul li {
                        }

						.main-menu-mobile ul li a {
                            }*/



















/* 02. SECTIONS
---------------------------------------------------------*/











/* meta*/

/* caption for box with description */

	.slider-info {
		position: relative;
		width: 28%;
		max-width: 31%;
		min-height: 75%;
		margin-top: 4%;
		/*border-radius: 0 20px 0 20px;*/
		}

	.left-info {
		float: left;
		margin-left: 5%;
		}
	.right-info {
		float: right;
		margin-right: 5%;
		}
	.bg-info {
       	/*border: 10px solid #00B388;*/
        border: none;
        background-color: #F14F21;
		}

	 	.wrap-info {
	 		position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 85%;
			height: 85%;
			margin: auto;
			overflow: visible;

			/* for centering content (not work in safari, column) */
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			flex-direction: column;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			resize: vertical;
			-webkit-align-content: center;
			-ms-flex-line-pack: center;
			align-content: center;
			}

			.slider-info .slider-intro {
				padding-bottom: 5px;
				font-size: 16px;
				line-height: 1.2;
				align-self: center;
				-webkit-order: 1;
				-ms-flex-order: 1;
				order: 1;
				color: #fff;
				}

			.slider-info .slider-title {
				padding-bottom: 5px;
				font-size: 26px;
				line-height: 1.1;
				/*align-self: center;*/
				-webkit-order: 2;
				-ms-flex-order: 2;
				order: 2;
				color: #fff;
				text-align: left;
				}

			.slider-info .slider-title-small {
				padding-bottom: 5px;
				font-size: 20px;
				line-height: 1.1;
				align-self: center;
				-webkit-order: 3;
				-ms-flex-order: 3;
				order: 3;
				color: #fff;
				text-align: left;
				}

			.slider-info .slider-desc {
				padding: 5px 0;
				font-size: 18px;
				line-height: 1.2;
				align-self: center;
				-webkit-order: 4;
				-ms-flex-order: 4;
				order: 4;
				color: #fff;
				text-align: left;
				}

				.slider-info span { font-size: 14px; }

			.slider-info .more {
				margin: 10px 0 0 0 !important;
				align-self: center;
				-webkit-order: 5;
				-ms-flex-order: 5;
				order: 5;
				text-align: left;
				}

			.slider-info .slider-ext {
				position: relative;
				top: 15px;
				font-size: 14px;
				margin-bottom: 10px;
				-webkit-order: 6;
				-ms-flex-order: 6;
				order: 6;
				text-align: left;
				}

			.slider-info .slider-title-2 {
				padding: 0 0 5px 0;
				font-size: 38px;
				line-height: 1;
				color: #fff;
				text-align: left;
				}

			.slider-info .title-2-black {
				color: #fff; }

			.slider-info .slider-desc-2 {
				font-size: 22px;
				text-align: left;
				line-height: 1.2;
				color: #fff;
				}

			.slider-info .desc-2-black {
				color: #fff; }


.site-content {
	min-height: 5px;
	}






/* g. 404 page
----------------------------------------------*/
.page-header {
	margin-top: 30px;
	height: 30px;
	background-color: #fff;
	width: 100%;
	}

.error-404 {
	width: 75%;
	margin: 0 auto;
	}

.error-404 p {
	font-weight: bold;
	}

.page-content {display: none; }






/* FOOTER
---------------------------------------------------------*/
footer {
	width: auto;
	height: 75px;
	background-color: #f2f2f2;
	}

	.footer-menu {
		position: relative;
		top: 35px;
		color: #393939;
		}

		.footer-menu ul {
			margin: 0 !important;
			padding: 0 !important;
			height: auto;
			}

			.footer-menu ul li {
				min-width: 5%;
				margin-right: 1.8%;
				min-height: 20px;
				display: inline-block;
                font-size: 11px;
                line-height: 16px;
                color: #616161;
				}

			.footer-menu ul .menu-break {
				min-width: 0.5%;
				margin: 0;
				}

				.footer-menu ul li a {
	                font-size: 14px;
	                color: #393939;
	                color: #1570a6;
	                transition: color 0.1s linear 0s; }

				.footer-menu ul li a:hover,
				.footer-menu ul li a:focus,
				.footer-menu ul li a:active {
					color: #767676;
					color: #083047;
					text-decoration: underline;
					cursor: pointer;
					}



            footer p {
                font-size: 11px;
                line-height: 16px;
                color: #616161;
            }
                
				.copyright {
                    position: relative;
		              top: 35px;
					
					}

                .media-partner {position: relative;
		              top: 18px;float:right; }




/* end */






















































/*@font-face {
    font-family: 'segoebold';
    src: url('../fonts/segoebd-webfont.eot');
    src: url('../fonts/segoebd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoebd-webfont.woff2') format('woff2'),
         url('../fonts/segoebd-webfont.woff') format('woff'),
         url('../fonts/segoebd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoe_lightregular';
    src: url('../fonts/segoel-webfont.eot');
    src: url('../fonts/segoel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoel-webfont.woff2') format('woff2'),
         url('../fonts/segoel-webfont.woff') format('woff'),
         url('../fonts/segoel-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoeregular';
    src: url('../fonts/segoerg-webfont.eot');
    src: url('../fonts/segoerg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoerg-webfont.woff2') format('woff2'),
         url('../fonts/segoerg-webfont.woff') format('woff'),
         url('../fonts/segoerg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}*/









/* button */

button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 270px;
  padding: 15px 30px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #c32935;
  /*-webkit-border-radius: 40px;
  border-radius: 40px;*/
   font-family: 'pangramregular';
   font-size: 18px;

  color: #c32935;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);

  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

button:hover {
    background: #c32935;
    color: #fff;
}

button:hover a {
  color: #fff !important;
  text-decoration: none !important;}

button:active{
  border: 2px solid #c32935;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


/* button */
.button {
	position: relative;
	/*top: 10px;*/
	padding: 15px 0;
	font-size: 14px;
	color: #1b2447;
	cursor: pointer;
	/*float: right;*/
	}

	.button img {
		margin-right: 8px; }

	.button span {
		position: relative;
		bottom: 7px; }

	/*.button:hover { color: #283a72; }*/

























/*	Forms
-------------------------*/
input,
button,
select {
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
	height: 40px;
	border: 1px solid #f2f2f2;
    background-color: #f2f2f2;

	font-size: 15px;
	line-height: 22px;
	color: #000;
    width: 90%;
    font-family:SegoeUI;
    font-weight: 400;
    margin-top:10px;
    margin-bottom:15px;
}



input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="search"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus
select:focus {
    outline-color: transparent;
    outline-style: none;
	/*border: 1px solid #466EAB;*/
    /*border: 1px solid #fff;*/
}

input[type="text"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
select:focus { outline: 0; }




input[type="submit"] {
	height: 35px;

    padding: 0 20px;
    padding-bottom: 3px;
	font-size: 16px;
	color: #fff;
	border: none;
	/*background-color: #466EAB;*/
	background-color: #292929;
	position: relative;
    top: 15px;
    font-family:SegoeUI;
    margin: 6px 0 16px 0;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	/*-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ }

input[type="submit"]:hover { background-color: ; }








textarea {
	/*outline: none;*/
	resize: none;
	overflow: hidden;
	 overflow: auto;
	vertical-align: top;
}







input,
select {
	font-family: sans-serif;
	line-height: 1.5;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */ }

select {
	width: 100%;
	border-radius: 0;
	background-color: #fff; }

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none; }

input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0; }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size:13px;
    font-family:SegoeUI;
    font-weight: 200;
}
::-moz-placeholder { /* Firefox 19+ */
font-size:13px;
    font-family:SegoeUI;
    font-weight: 200;
}
:-ms-input-placeholder { /* IE 10+ */
font-size:13px;
    font-family:SegoeUI;
    font-weight: 200;
}
:-moz-placeholder { /* Firefox 18- */
font-size:13px;
    font-family:SegoeUI;
    font-weight: 200;
}









.agenda {
    font-family:SegoeUI;
    font-weight: 400;
    color: #2969A5;
    margin-bottom: 10px;
    font-size: 18x;
    line-height: 22px;
}








#pg-1516-2 {position:relative;bottom:30px !important;}
.page-content, .entry-content, .entry-summary {margin-top: 0 !important;}

.page-id-1710 .banner-homepage,
.page-id-1684 .banner-homepage,
.page-id-1639 .banner-homepage,
.page-id-1516 .banner-homepage,
.page-id-1874 .banner-homepage {
    display:none !important;
}


/*.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    left: 2px !important;
}*/

.ms-skin-default .ms-nav-prev {
    left: 2px !important;
}

.ms-skin-default .ms-nav-next {
    right: 2px !important;
}










*.metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav, .metaslider.ms-theme-blend div.nivo-directionNav { bottom: 0 !important; right: 10px !important; }













/* banners */



.banner-homepage {
    min-height: 300px;
    max-height: 400px;
    /*background-color: #466EAB;*/
    background-color: #e8e8e8;
    /* on tour */
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_ontour.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* hydra */

.banner-hydra {
    min-height: 150px;
    max-height: 200px;
    background-color: #436A9E;
    /* on tour */
    background-image: url(https://www.msdbc.pt/wp-content/uploads/ontour-banner_hydra.png);
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
}



/* ESTES */

.banner {
    min-height: 150px;
    max-height: 200px;
    /*background-color: #466EAB;*/
    background-color: #e8e8e8;
    
    /* next to you */
    /*background-image: url(http://www.msdbc.pt/wp-content/uploads/banner_1a.png);*/
    /*background-image: url(http://www.msdbc.pt/wp-content/uploads/banner_2a.png);*/
    
    /* on tour */
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_ontour-2.png);
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
}









































/* atual */

.banner-homepage-2020-semestre1 {
    min-height: 300px;
    max-height: 400px;
    background-color: #eaeaea;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banners-web_normal-1-scaled.jpg);
    
    
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
}





.banner-homepage-2020-semestre1-semlogos {
    min-height: 300px;
    max-height: 400px;
    background-color: #eaeaea;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banners-web_sem-logos-2-scaled.jpg);
    
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
}



.banner-homepage-2020-semestre1-braga-hydra {
    min-height: 300px;
    max-height: 400px;
    background-color: #EE8124;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banners-web_hydra-4-scaled.jpg);
    
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
}

.banner-homepage-2020-semestre1-braga-openlimits {
    min-height: 300px;
    max-height: 400px;
    background-color: #EE8124;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banners-web_openlimits-2-scaled.jpg);
    
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
}







/* --*/

/* CLIENTES */
.banner-homepage-2019-h2-clientes {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e3dd;
    /* inserir aqui o link da imagem: */
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.banner-homepage-2020-h1-imagem-v2 {
        min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner-v2_distribuidores.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}







.banner-homepage-2020-h1-semlogos-imagem-v2 {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.go2event.pt/wp-content/uploads/2019/09/banner-novo-sem-logos_semlogos.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}







.banner-homepage-2020-h1 {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_distribuidores-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.banner-homepage-2020-h1-semlogos {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_sem-logos.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}









.banner-homepage-2019-h2-cpcdi {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_cpcdi.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-homepage-2019-h2-gti {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_gti.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-homepage-2019-h2-jpdi {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_jpdi.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-homepage-2019-h2-techdata {
    min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner_techdata.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}








.banner-homepage-2020-h1-clientes-madeira {
    min-height: 300px;
    max-height: 400px;
    background-color: #fc9535;
    background-image: url(https://www.msdbc.pt/wp-content/uploads/banner-site-mcc-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}




.banner-homepage-2019-h2-clientes-batalha {
    /*min-height: 300px;
    max-height: 400px;
    background-color: #e5e6e1;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
}



