@charset "UTF-8";
/**
 * Core
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	image-rendering: -webkit-optimize-contrast;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	image-rendering: -webkit-optimize-contrast;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus,
a:active,
a:focus,
a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700 !important;
}

em {
	font-style: italic !important;
}

input,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

a {
	color: inherit;
	text-decoration: none; -webkit-transition: all 0.60;
    -moz-transition: all 0.60;
    -o-transition: all 0.60;
    transition: all 0.6s;
}

a:link {
	color: #f68c3d;
  }
  
  
  /* mouse over link */
  a:hover {
	color: #734608;
  }
  
  /* selected link */
  a:active {
	color: #734608;
  }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Misc
 */
/**
 * Cores
 */
/**
 * Fonts
 */
/**
 * Geral
 */

 
body {
    color: #647488;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    font-weight: 500;
    background: #eeeeee;
    padding-top: 160px;

}
  @media (max-width: 1024px) {
	body {
		padding-top: 100px;
	  }
  }
/**
 * Container
 */
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 100%;
	width: 1200px;
}

@media (min-width: 1200px) {
	.container {
		padding: 0 ;
	}
}



.content ul li {
	list-style: none; /* Remove default bullets */
	margin-left: 15px;
  }
  .content ul li::before {
	content: "\2022";
	color: #734608;
	font-weight: bold;
	display: inline-block;
	width: 25px;
	margin-left: -20px;
	font-size: 30px;
	top: 4px;
	position: relative;
  }



/**
 * Content
 */
 .content {
    padding: 70px 0;
    line-height: 25px;
}

.content.white{
    background:#FFF;
}

.content-grey {
    padding: 70px 0;
	background:#f9f9f9;
	text-align:center;
}
.content-blue {
    padding: 70px 70px;
    background: #002641;
    text-align: center;
    color: #FFF;
    margin-bottom: 60px;
    margin-top: 40px;
    border-radius: 5px;
    line-height: 22px;
}

.text {
	color: #636A72;
	font-size: 16px;
	text-align: left;
	padding: 0;
	line-height: 28px;
  }




.destaque {
    color: #f68c3d;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #f68c3d;
    border-radius: 25px;
    padding: 15px 23px;
    margin-left: 25px;
}
.destaque:hover {
    color: #fff;
    background: #f68c3d;
    border: 1px solid #f68c3d;
}

@media (max-width: 768px) {

	.destaque {
		display:none;
	}


}

.destaque_mobile {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 15px 23px!important;;    -webkit-transition: all 0.60;
    -moz-transition: all 0.60;
    -o-transition: all 0.60;
    transition: all 0.6s; margin-top:10px;
}
.destaque_mobile:hover {
    color: #f68c3d!important;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 19px;
    padding: 15px 23px!important;;
}



.destaque_small {
    color: #002642;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
}

.about_box {
    display: flex;
    text-align: center;
    justify-content: space-between;
	margin-bottom:40px;margin-top:40px;
	font-size:14px;
}
.about_box .boxs{
    padding:20px;
	width:33.3%;
}

/**
 * Conteúdo editável
 */


.bo-content {
	line-height: 1.5;
}

.bo-content ol li,
.bo-content ul li {
	position: relative;
	padding-left: 20px;
}

.bo-content ol li::before,
.bo-content ul li::before {
	position: absolute;
	left: 0;
	display: block;
}

.bo-content ol {
	counter-reset: contador;
}

.bo-content ol li {
	counter-increment: contador;
}

.bo-content ol li::before {
	top: 0;
	color: #724607;
	content: counter(contador) ". ";
}

.bo-content ul li::before {
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #724607;
	content: '';
}

.bo-content img {
	max-width: 100%;
	height: auto !important;
}

.bo-content a:not(.btn) {
	color: #724607;
	transition: color 0.3s;
}

.bo-content a:hover {
	color: #724607;
}

.bo-content table {
	max-width: 100% !important;
	width: 100% !important;
	border: 1px solid #eee;
	font-size: 13px;
}

.bo-content table tr:nth-child(n+2) {
	border-top: 1px solid #eee;
}

.bo-content table td {
	padding: 10px;
}

.bo-content table td:nth-child(n+2) {
	border-left: 1px solid #eee;
}

/**
 * Partials
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}

h1.upper,
h2.upper,
h3.upper,
h4.upper,
h5.upper,
h6.upper {
	text-transform: uppercase;
}

h1.mb,
h2.mb,
h3.mb,
h4.mb,
h5.mb,
h6.mb {
	margin-bottom: 50px;
}

h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
	position: relative;
	padding-bottom: 25px;
}



*:not(.bo-content) > h1:last-child,
*:not(.bo-content) > h2:last-child,
*:not(.bo-content) > h3:last-child,
*:not(.bo-content) > h4:last-child,
*:not(.bo-content) > h5:last-child,
*:not(.bo-content) > h6:last-child {
	margin-bottom: 0;
}

h1,
h2 {
	line-height: 1.1;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size:22px;
	font-weight: 600;
}


h4 {
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 15px;
}

h5 {
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
  }

h6 {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}

.grecaptcha-badge
{
	display:none;
}
.btn {
	cursor: pointer;
	border: 0;
	display: inline-block;
	padding: 20px 30px;
	background: #f68c3d;
	transition: background 0.3s;
	text-align: center;
	white-space: nowrap;
	color: #fff !important;
	border-radius: 0;
	font-weight: 500;
  }
.btn.invert {

    background: #f19134;

}


@media (max-width: 767.98px) {

.btn.invert {
	background: #f19134;
	margin-top: 20px !important;
  }

}

  

.btn.invert:hover {
	background: #734608;
}


.btn.other {

	background: #fff;
	color:#f68c3d!important;
}

.btn.other:hover {
	background: #f19134;
	color:#fff!important;
}


.btn i,
.btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	color: #fff!important;
	transition: color 0.3s;
	text-shadow: none;
}

.btn, .btn i, .btn span {
	font-size: 15px;
  }

.btn i:first-child {
	padding-right: 10px;
}

.btn i:last-child {
	padding-left: 10px;
}

.btn span {
}

.btn:hover {
	background: #724607;
}

@media (max-width: 767.98px) {






}

/**
 * Disabled
 */
.btn[disabled] {
	opacity: .7;
	cursor: wait;
}

/**
 * Largura total
 */
.btn.btn-full-width {
	width: 100%;
}

/**
 * Grande
 */
.btn.btn-lg {
	padding: 15px 35px;
}

/**
 * Pequeno
 */
.btn.btn-sm {
	padding: 5px 20px;
}

.btn.btn-sm i,
.btn.btn-sm span {
	font-size: 13px;
}

/**
 * Básico
 */
.btn.btn-basic {
	background: #dadada;
}

.btn.btn-basic:hover {
	background: #724607;
}

/**
 * Invertido
 */
.btn.btn-invertido {
	background: #fff;
}

.btn.btn-invertido i,
.btn.btn-invertido span {
	color: #724607;
}

.btn.btn-invertido:hover {
	background: #724607;
}

.btn.btn-invertido:hover i,
.btn.btn-invertido:hover span {
	color: #fff;
}

/**
 * Branco
 */
.btn.btn-white {
	background: #fff;
}

.btn.btn-white,
.btn.btn-white i,
.btn.btn-white span {
	color: #724607;
}

.btn.btn-white:hover {
	background: #313131;
}

.btn.btn-white:hover,
.btn.btn-white:hover i,
.btn.btn-white:hover span {
	color: #fff;
}

.top {
	margin-bottom: 0;
	background: #f68c3d;
	position: absolute;
	z-index: 4;
	top: 0;
	width: 100%;
	padding: 5px 0;
	color: #fff;
  }
.top .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

.top .top-contacts {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.top .top-contacts .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	font-weight: 500;
	color:#FFF;
  }

.top .top-contacts .item:nth-child(n+2) {
	margin-left: 15px;
}

.top .top-contacts .item:nth-child(3) {
	height: 50px;
	border-left: 1px solid #FFF;
	opacity: 0.3;
  }


  .top .top-contacts .item:nth-child(6) {
	height: 50px;
	border-left: 1px solid #FFF;
	opacity: 0.3;
	display:none;
	
  }

  .top .top-contacts .item:nth-child(7) {
	display:none;

	
  }
  .top .top-contacts .item:nth-child(8) {
	display:none;

	
  }



.top .top-contacts .item i,
.top .top-contacts .item span {
	transition: color 0.3s;
}

.top .top-contacts .item i {
	font-size: 17px;
}

.top .top-contacts .item i[class^="fa"] {
	font-size: 15px;
}

.top .top-contacts .item span {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
  }

.top .top-contacts .item[href]:hover i,
.top .top-contacts .item[href]:hover span {
	color: #734608;
}

@media (max-width: 767.98px) {

	.top .top-contacts .item:nth-child(6) {
		height: 50px;
		border-left: 1px solid #FFF;
		opacity: 0.3;
		display:inherit;
		
	  }
	
	  .top .top-contacts .item:nth-child(7) {
		display:inherit;
	  }
	  .top .top-contacts .item.active:nth-child(7) {
		color:#724607
	  }
	  .top .top-contacts .item.active:nth-child(8) {
		color:#724607
	  }

	  .top .top-contacts .item:nth-child(8) {
		display:inherit;
	
		
	  }




	.top .top-contacts:first-child .item:nth-child(n+2) {
		
	}
	.top .top-contacts:last-child .item span {
		display:none;
	}
}

header {
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    background: #FFF;
    top: 50px;
    -webkit-transition: all 0.60;
    -moz-transition: all 0.60;
    -o-transition: all 0.60;
    transition: all 0.6s;
}

  @media (max-width: 767.98px) {
	header {
		background: #FFF;
		z-index:4!important;
	  }

  }

header .logo .logo_noscroll
{
	display:block;
}
header .logo .logo_scroll
{
	display:none;
}



header.sticky {
	position: fixed;
	top: 0;
}

header > .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 120px;
	justify-content: space-between;
	padding: 0;
	align-items: center;
  }

@media (max-width: 767.98px) {
header .container {
	padding:0 20px!important
}
}

@media (max-width: 1200px) {
	header .container {
		padding:0 20px!important
	}
	}

header > .container .col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

header > .container .col:nth-child(1) {
	width:50%

}

header > .container .col:nth-child(2) {
	justify-content: flex-end;
    margin-left: auto;

}

header > .container .col:nth-child(3) {
    justify-content: flex-end;
    margin-left: 40px;
}

header .box_menu {
	background: #FFF;
	padding:  0;

  }

  @media (max-width: 1024px) {


	header .box_menu {
		display:none
	  }
  }



header .box_menu > .container {

    padding: 0;
}

header .container .menu {
	display: none;
}

header .container .menu > li {
	border-width: 3px 0;
	border-style: solid;
	border-color: transparent;
	  border-bottom-color: transparent;
	transition: border-color 0.3s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding-bottom: 5px;
	padding: 25px 0;
	
	white-space: nowrap;
  }
  header .container .menu > li > a span {
	color: #636A72;
	transition: color 0.3s;
	font-size: 16px;
	font-weight: 500;
  }
  header .container .menu > li i {
	color: #636A72;
	transition: color 0.3s;
	font-size: 10px;
  }

header .container .menu > li > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}


header .container .menu > li i {
	align-self: center;
	margin-left: 7px;
}
header .container .menu li a span.active {
	color: #f19134;
}


header .container .menu > li a span:hover {
	color: #f19134;
}

header .container .menu > li:hover > a span,
header .container .menu > li:hover i {
	color: #f19134;
}

header .container .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f9f9f9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 50px 0;
}

header .container .submenu.open {
	opacity: 1;
	pointer-events: all;
}

header .container .submenu .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 120px;
}

header .container .submenu .container .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
}

header .container .submenu .container .item img {
	width: 50px;
	height: auto;
	flex-shrink: 0;
	margin-right: 20px;
}

header .container .submenu .container .item .info {
	flex-grow: 1;
}

header .container .submenu .container .item .info .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  color: #f68c3d;
}

header .container .submenu .container .item .info ul li {
	display: block;
}

header .container .submenu .container .item .info ul li:nth-child(n+2) {
	margin-top: 5px;
}

header .container .submenu .container .item .info ul li a {
	font-size: 14px;
	color: #f68c3d;
	transition: color 0.3s;
	display: inline-block;
	line-height: 25px;
	font-weight: 300;
  }

header .container .submenu .container .item .info ul li a:hover {
	color: #6a8090;
}
header .mobile-menu-toggler {
	background: none;
	font-size: 40px;
	cursor: pointer;
	transition: color 0.3s;
	align-self: center;
	margin-right: 20px;
	color: #f68c3d;
	border-radius: 100%;
	padding: 11px;
  }

  @media (max-width: 767.98px) {
	.top .top-contacts .item i[class^="fa"] {
		font-size: 18px;
	  }
  header .mobile-menu-toggler {

	margin-right: 0;
  }

}
header .mobile-menu-toggler:hover {
	color: #000;
}

header .logo {
	opacity: 1;
	transition: opacity 0.3s;
	max-width: 100%;
	border-radius: 100%;
	position: relative;
	display: block;
	text-align: center;
  }
header .logo:hover {
    opacity: 1!important;

}

header .logo img {
	max-width: 100%;
	height: 100px;
  }

  @media (max-width: 767.98px) {
	
	header .logo img {
		max-width: 100%;
		height: 100px;
	  }
	}

header .logo:hover {
	opacity: .7;
}

header .header-icons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

header .header-icons .item {
	position: relative;
	cursor: pointer;
	color: #636A72;
	font-weight: 500;
  }

  header .header-icons .item.linevert {
	border-left: 1px solid #636A72;
	width: 1px;
	height: 30px;
	margin-right: 25px;
	margin-left: 10px!important;
  }


  header .header-icons .item.active {
	color: #f68c3d;
  }
  header .header-icons .item:hover {
	color: #f68c3d;
  }
header .header-icons .item:nth-child(n+2) {
	margin-left: 15px;
}

header .header-icons .item:nth-child(6) {
	border-left: 1px solid #FFF;
	padding-left: 10px;
	
	padding: 10px 0;
	opacity: 0.4;
  }
  
  header .header-icons .item:nth-child(8) {
	border-left: 1px solid #FFF;
	padding-left: 10px;
	
	padding: 10px 0;
	opacity: 0.5;
  }
  

  @media (max-width: 767.98px) {
	
	
	header .header-icons .item:nth-child(1),
	header .header-icons .item:nth-child(2),
	header .header-icons .item:nth-child(3),
	header .header-icons .item:nth-child(4),
	header .header-icons .item:nth-child(5) {
		display:none;
	  }

  }


  header .header-icons .item i {
    font-size: 20px;
    color: #f68c3d;
    transition: color 0.3s;
}

  header .header-icons .item i:hover {
	color:#f19134
  }


.search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	color: #FFF;
	padding-top: 220px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 700px;
	z-index:999;
  }
.search .container {
	
}

.search .fa-search {
	color: #313131;
	font-size: 30px;
}

.search input {
    flex-grow: 1;
    padding: 16px 20px;
    border: 0;
    background: none;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    border: 2px solid #FFF;
    font-size: 18px;
}
.search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search button {
	display: none;
}

.search .title {
    font-size: 30px;
    border-left: 1px solid #FFF;
    padding-left: 30px;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 80px;
}

.search .search-closer {
    color: #ffff;
    font-size: 29px;
    cursor: pointer;
    transition: color 0.3s;
    float: right;
}

.search .search-closer:hover {
	color: #724607;
}

.search.open {
	opacity: 1;
	pointer-events: all;
}

.submenu-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 11, 37, 0.9);
	z-index: 3;
	display: none;
  }

@media (min-width: 576px) {
	header > .container .col {
		width: auto;
	}


	header .logo {
		width: auto;
	  }
}

@media (min-width: 1024px) {

	header .mobile-menu-toggler {
		display: none;
	}
	header .container .menu {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	header .header-icons .item:nth-child(n+2) {
		margin-left: 18px;
	}
}
header .menu > li:nth-child(n+2) {
	margin-left: 40px;
}
@media (min-width: 1200px) {
	header .menu > li:nth-child(n+2) {
		margin-left: 40px;
	}
}

@media (max-width: 575.98px) {
	header .submenu .container .item {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 3%;
	}
	header .submenu .container .item:nth-child(2n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .submenu .container .item {
		width: 31.33333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	header .submenu .container .item:nth-child(3n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	header .submenu .container .item {
		width: 31.33333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	header .submenu .container .item:nth-child(3n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	header .submenu .container .item {
		width: 31.33333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	header .submenu .container .item:nth-child(3n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+3) {
		margin-top: 0;
	}
}


/**
 * Idiomas
 */

.idiomas {
	position: relative;
	z-index: 3;
}

.idiomas .idiomas-toggle {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.idiomas .idiomas-toggle span,
.idiomas .idiomas-toggle i {
	color: rgba(255, 255, 255, 0.8);
	font-size: 9px;
}

.idiomas .idiomas-toggle span {
	text-transform: uppercase;
}

.idiomas .idiomas-toggle i {
	margin-left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .3s;
}

.idiomas .idiomas-toggle:hover span,
.idiomas .idiomas-toggle:hover i {
	color: #ffffff;
}

.idiomas .idiomas-toggle.aberto i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.idiomas .menu-idiomas {
	position: absolute;
	top: 100%;
	right: -10px;
	display: none;
	background-color: #fff;
	padding: 0;
	  padding-top: 0px;
	  padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.34);
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
  }

  .idiomas .menu-idiomas:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 78%;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #FFF;
}



  .idiomas .menu-idiomas li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 6px 15px;
	  padding-right: 15px;
	padding-right: 40px;
  }

.idiomas .menu-idiomas li a img {
	margin-right: 10px;
	height: 15px;
}

.idiomas .menu-idiomas li a span {
	text-transform: uppercase;
	font-size: 11px;
	color: #002641;
  }

.idiomas .menu-idiomas li a:hover,
.idiomas .menu-idiomas li a.active {
	background:#dfdfdf
}






.cta {
    text-align: left;
    color: #FFF;
    background-color: #f68c3d;
    z-index: 1;
    overflow: hidden;
    height: 350px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.cta:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    opacity: 0.2;
    background-image: url(../img/bg-cta.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.cta .content_box {
	position:relative;
	z-index:2;
  }

  .cta .titulo {
	color:#FFF;
  }

  .cta .small_text
  {
	color:#FFF;
  }



#video_promo.active {
	background-color: white;
	border: 2px solid #eee;
  }
  .video_frame {
	height:650px
  }

 

@media (min-width: 768px) {
	.cta {
		
	}
	
}


/**
 * Slideshow
 */

 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  .slideshow {
	position: relative;
	z-index: 0;
}

.slideshow .slide {
	width: 100%;
	height: calc(100vh - 100px);
	background-position: center center!important;
	background-color: #333;
	background-repeat: no-repeat;
	overflow: hidden;background-size: cover !important;
  }

  .slideshow .slide.pages{
	width: 100%;
	height: 300px;
	background-position: center center!important;
	background-color: #333;
	background-repeat: no-repeat;
	overflow: hidden;background-size: cover !important;
  }

  .slideshow .slide .caption {
    width: 100%;
    text-align: left;
    position: relative;
    color: #FFF;
    font-weight: bold;
    font-size: 70px;
    max-width: 500px;
    font-family: 'Poppins', sans-serif;
}

.slideshow .slide .caption.pages {
	width: 100%;
	text-align: left;
	position: relative;
	color: #FFF;
	font-weight: 5600;
	font-size: 50px;
	max-width: 100%;
	font-family: 'Poppins', sans-serif;
  }

  .slideshow .slide .caption.pages .small {
	color: #fff;
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: 300;
	text-transform: none;
	padding-top: 12px;
  }


@media (max-width: 1200px) {
	.slideshow .slide .caption {
		margin-left: 0;
		font-size: 40px;
		width: 80%;
	  }

	  .slideshow .slide .caption.pages .small {
		font-size: 18px;

	  }

	  .slideshow .slide .caption.pages {

		font-size: 30px;
	
	  }

}

.slideshow .slide .caption .small {
	color: #f68c3d;
	font-size: 18px;
	padding-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
  }

.slideshow .slide img {
    width: 100%;
    position: relative;
}

.slideshow .slide.pages::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.slideshow .slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 0;
}

.slideshow .slide .container {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.slideshow .slide .container.pages {
	position: relative;
	z-index: 1;
	text-align: left;
	top: 200px;
	transform: translateY(0%);
  }

.slideshow .cycle-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 140px;
	display: none;
	justify-content: end;
	align-items: end;
	padding: 0 20px;
	z-index: 999;
	opacity: 1;
	transition: opacity 0.3s;
	flex-flow: 1;
	flex-flow: column;
	transform: translateY(-50%);
  }

  .slideshow .cycle-nav i {
	font-size: 16px;
	color: #fff;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 0;
	background: #f68c3d;
	cursor: pointer;
	transition: background 0.3s;
	margin-bottom: 6px;
  }
.slideshow .cycle-nav i:hover {
	background: #734608;
}

.slideshow:hover .cycle-nav {
	opacity: 1;
}

.slideshow .slide .caption .btn {
	margin-top: 30px;
  }

@media (min-width: 576px) and (max-width: 767.98px) {
	.slideshow .slide {
		height: calc(100vh - 130px);
	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: 30px;
	}
	.slideshow .slide .caption .btn {
		margin-top: 30px;
	}

	.slideshow .slide.pages {
		height: 350px;
	  }

}

@media (min-width: 768px) {
	.slideshow .cycle-nav {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.slideshow .slide {
		height: 650px;
	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: 30px;
	}
	.slideshow .slide .caption .btn {
		margin-top: 30px;
	}
	.slideshow .slide.pages {
		height: 350px;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.slideshow .slide {
		height: 650px;
	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: 30px;
	}
	.slideshow .slide .caption .btn {
		margin-top: 30px;
	}
	.slideshow .slide.pages {
		height: 350px;
	}

}

@media (min-width: 1200px) {
	.slideshow .cycle-nav i {
		font-size: 25px;
		width: 60px;
		line-height: 60px;
	  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.slideshow .slide {
		height: 650px;
	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: 30px;
	}
	.slideshow .slide .caption .btn {
		margin-top: 30px;
	}

	.slideshow .slide.pages {
		height: 350px;
	}
}

@media (min-width: 1600px) {
.slideshow .slide {
    height: 650px;
}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: 30px;
	}
	.slideshow .slide .caption .btn {
		margin-top: 0;
	}
	.slideshow .slide.pages {
		height: 350px;
	}

}



/**
 * Pagina central home
 */


 .titulo {
	color: #213444;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
  }
  

  .titulo_pages {
	color: #213444;
	font-size: 30px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 30px;
  }
  



  .small_text {
	color: #636A72;
	font-size: 16px;
	width: 100%;
	position: relative;
	text-align: left;
	line-height: 30px;
	margin-bottom: 50px;
  }


  @media (max-width: 767.98px) {
.titulo {
  font-size: 26px;
  
}
.small_text {
	padding: 0;
  }
  }


.line {

    border: 2px solid #f19134;
    width: 144px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	margin-bottom:50px;

}

.line_pages {

    border: 2px solid #f19134;
    width: 144px;
    position: relative;
	margin-bottom:50px;

}


.categories-carousel {
	padding-top: 50px;
	width: calc(100% - 100px) !important;
  }
.categories-carousel .item {
	display: block;
	background:#002642
}

.categories-carousel .item .image {
	display: block;
	max-width: 100%;
	padding-bottom: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: opacity 0.3s;
	border: 2px solid #FFF;
	border-radius: 5px;
	color: #FFF;
  }

  .categories-carousel .item .title {
	margin-top: 15px;
	transition: color 0.3s;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 2px;
  }

.categories-carousel .item:hover .image {
	opacity: .7;
}

.categories-carousel .item:hover .title {
	color: #724607;
}

.categories-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 100px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: -20px;
  }

.categories-carousel .owl-nav button {
	cursor: pointer;
}

.categories-carousel .owl-nav button i {
	display: block;
	font-size: 20px;
	color: #002642;
	transition: border 0.3s;
	background: #FFF;
	border-radius: 100%;
	padding: 15px 17px;
	font-weight: 900;
	border: 4px solid #002642;
	cursor:pointer;
  }
.categories-carousel .owl-nav button:hover i {
	border: 4px solid #71808f;
}

@media (max-width: 767.98px) {
	.categories-carousel {
		padding-right: 30px;
		padding-left: 30px;
	}
	.categories-carousel .item .title {
		font-size: 11px;
	}
}

/**
 * Menu de categorias
 */
.categories-menu {
	padding-bottom: 20px;
	margin-bottom: -20px;
	position: relative;
	overflow-x: auto;
}

.categories-menu .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.categories-menu .container .item {
	padding-bottom: 20px;
	border-bottom: 3px solid transparent;
	transition: border-color 0.3s;
	position: relative;
	overflow: hidden;
	width: 100px;
	flex-shrink: 0;
}

.categories-menu .container .item:nth-child(n+2) {
	margin-left: 30px;
}

.categories-menu .container .item::before {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 50%;
	-webkit-transform: rotate(45deg) translateX(50%);
	-moz-transform: rotate(45deg) translateX(50%);
	-ms-transform: rotate(45deg) translateX(50%);
	-o-transform: rotate(45deg) translateX(50%);
	transform: rotate(45deg) translateX(50%);
	display: none;
	width: 13px;
	height: 13px;
	background: #724607;
}

.categories-menu .container .item .image {
	display: block;
	width: 100%;
	padding-bottom: 95%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.categories-menu .container .item .title {
	text-align: center;
	transition: color 0.3s;
}

.categories-menu .container .item:hover .title {
	color: #724607;
}

.categories-menu .container .item.active {
	border-bottom-color: #724607;
}

.categories-menu .container .item.active::before {
	display: block;
}

@media (max-width: 767.98px) {
	.categories-menu .container {
		justify-content: flex-start;
	}
	.categories-menu .container .item:nth-child(n+2) {
		margin-left: 15px;
	}
	.categories-menu .container .item .title {
		font-size: 11px;
	}
}



/**
 * Item header
 */

 .double_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }





.double_text .subtitle {
	font-size: 16px;
	color: #f68c3d;
	margin-bottom: 15px;
  }
.double_text .title {
	font-size: 36px;
	color: #000000;
	width: 100%;
	max-width: 600px;
	font-weight: 600;
	line-height: 39px;
  }

.double_text .title span
{
	color:#f68c3d;
	font-style:italic;
}

.double_text .number {
	font-size: 70px;
	color: #f68c3d;
	font-weight: 500;
	text-align: right;
	margin-bottom: 20px;
	display: flex;
	justify-content: end;
  }
  .double_text .number .div_plus {
	font-size: 44px;
	color: #f68c3d;
	top: -12px;
	position: relative;
	margin-left: 10px;
  }

  .double_text .number_text {
	font-size: 28px;
	color: #000000;
	font-weight: 200;
  }


  @media (max-width: 767.98px) {

	.double_text {
		display: block;
		text-align:center
	  }
	  .double_text .number {
		text-align: center;
		justify-content: center;
		margin-top: 60px;
	  }
	}






  .listing-tabs   {
	  display:flex;
	  margin-top:60px;
  }

  
/* Style the tab */
nav {
	width: 30%;
	height: auto;
	margin-right:50px;
  }
  
  nav button {
	display: block;
	background-color: #f68c3d;
	color: black;
	padding: 18px 22px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
  }
  
  /* Change background color of buttons on hover */
  nav button:hover {
	color: #fff;
  }
  
  /* Create an active/current "tab button" class */
  nav button.active {
	color: #fff;
  }
  
  .box {
	width: 70%;
	height: auto;
  }
  
  /* Style the tab content */
  .box section {
	padding: 0px 12px;
	width: 100%;
	border-left: none;
	height: auto;
	line-height: 28px;
	font-size: 16px;
	display: none;
  }

 /* Style the tab content */
 section img {
	width: 100%;
	margin-bottom:20px
	
  }
  


  @media (max-width: 767.98px) {

	.box section {
		padding: 0px;
		
	  }


	.listing-tabs   {
		display:block;
		margin-top:60px;
	}
	.box {
		width: 100%;
		height: auto;
	  }
	  nav {
		width: 100%;
		height: auto;
		margin-bottom:30px;
	  }

  }



 /**
 * Item
 */

 .owl-dots{
	display: flex;
	justify-content: center;
	margin-top:20px;
 }
.owl-dot
{
	width:10px;
	height:10px;
	background:#fff!important;
	border:1px solid #002641!important;
	border-radius:100%;
	margin:4px;
}
.owl-dot.active 
{
	background:#002641!important;
	border:1px solid #002641!important;
}



.empresa_without {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
  }
 
.empresa_without .product-item {
	width: 31.3%;
	margin: 0;
	  margin-right: 0px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	margin-right: 2%;
  }

  .empresa_without .product-item:nth-child(3)
  {
	  margin-right:0;
  }

  .empresa_without .product-item .boxwhite{
	padding:10px;
	background:#FFF;
  }
  .empresa_without .product-item .boxwhite_first{
	padding:20px;
	background:#FFF;
  }

  .empresa_without .product-item .boxcolor {
	padding: 20px;
	background: #734608;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 29px;
	margin-top:15px;
  }

  .empresa_without .product-item .titulo {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 500;
	margin-top: 15px;
	line-height: normal;
  }

  .empresa_without .product-item .subtitulo {
	text-align: center;
	font-size: 15px;
	color: #000;
	margin-bottom: 25px;
	font-weight: 200;
	margin-top: 0;
	line-height: normal;
  }

  .empresa_without .product-item .subtitulo a {
	color: #000;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
  }

  .empresa_without .product-item .subtitulo a:hover{
	color: #f68c3d;
  }

  .empresa_without .product-item a.icon {
	font-size: 18px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	color: #000;
  }

  .empresa_without .product-item  a.icon:hover{
	color: #f68c3d;
  }


  @media (max-width: 767.98px) {

	.empresa_without .product-item {
		width: 100%;
		margin: 0%;
		margin-top: 0;
		margin-bottom: 20px;
	  }
  }






.hp-wc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
 
.hp-wc .product-item {
	width: 33.3%;
	margin: 0;
	  margin-top: 0px;
	  margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	display: flex;
	align-items: center;
  }
  @media (max-width: 767.98px) {

	.hp-wc .product-item {
		width: 100%;
		margin: 0%;
		margin-top: 0;
		margin-bottom: 20px;
	  }
  }










  .product-item .thumbnail-wrap {
	display: block;
	position: relative;
	z-index: 0;
	width: 60px;
	margin-right: 20px;
  }


  .product-item .thumbnail-wrap img {
	width:100%;
	transition: all 0.1s;
	filter: invert(0%) sepia(26%) saturate(11%) hue-rotate(221deg) brightness(96%) contrast(102%);
  }



.product-item .thumbnail-wrap .thumbnail {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	transition: opacity 0.3s;
	height: 133px;
  }

  .product-item .thumbnail-wrap .thumbnail-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	height: 133px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;transition: opacity 0.3s;
  }





  .product-item .title {
	text-align: left;
	transition: color 0.3s;
	font-size: 22px;
	color: #213444;
	transition: color 0.3s;
	margin: 0;
	  margin-bottom: 0px;
  }
  @media (max-width: 767.98px) {
	.product-item .title {
		font-size: 17px;
		width: calc(100% - 60px);
	  }
  }




.product-item:hover .title {
    color: #f19134;
}

.product-item:hover img {
	filter: invert(75%) sepia(72%) saturate(3333%) hue-rotate(334deg) brightness(102%) contrast(93%);
}


.contactos-withoutcarousel .product-item .thumbnail-wrap {
	display: block;
	position: relative;
	z-index: 0;
	width: 60px;
	margin-right: 20px;
	width: 100%;
  }
.contactos-withoutcarousel .product-item .thumbnail-wrap img {
	filter: invert(75%) sepia(72%) saturate(3333%) hue-rotate(334deg) brightness(102%) contrast(93%);
	width: 60px;
  }






.empresa_without .product-item .thumbnail-wrap {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	margin-right: 0;
  }
  .empresa_without .product-item .thumbnail-wrap img {
	width: 100%;
	transition: all 0.1s;
	filter: none;
  }









.product-item .text {
	color: #647387;
	font-size: 13px;
	text-align: center;
	padding: 0;
	line-height: 22px;
  }

.product-item .date {
	text-align: center;
	transition: color 0.3s;
	font-size: 14px;
	background: #002642;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	position: relative;
	top: -30px;
	z-index: 2;
	right: 10px;
	transition: color 0.3s;
	transition: background 0.3s;
	float: right;
  }

.product-item:hover .thumbnail {
    opacity:0;
}
.product-item:hover .thumbnail-hover {
    opacity:1;
}



@media (min-width: 576px) {

	.product-item .title {
		font-size: 18px;
	  }

}


/**
 * Corpo clinico
 */
.corpoclinico-withoutcarousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
 
.corpoclinico-withoutcarousel .product-item {
	width: 23.5%;
	margin: 2%;
	  margin-top: 2%;
	  margin-right: 2%;
	  margin-left: 2%;
	margin-top: 0;
	margin-right: 0;
	background: #FFF;
	border-radius: 5px;
	padding: 20px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	cursor:pointer
  }

.corpoclinico-withoutcarousel .product-item:nth-child(4n+1) {
	margin-left:0;
}
.corpoclinico-withoutcarousel .product-item:nth-child(-n+10) {
	margin-top:0;
}



  .corpoclinico-withoutcarousel .product-item .thumbnail-wrap .thumbnail {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.3s;
	height: 230px;
	border-radius: 100%;
	width: 230px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
  }
  .corpoclinico-withoutcarousel .product-item .title

  {
font-size:20px;

  }
 
  @media (max-width: 767.98px) {

	.corpoclinico-withoutcarousel .product-item {
		width: 100%;
		margin: 0%;
		margin-top: 0;
		margin-bottom: 20px;
	  }
  }

  .corpoclinico-withoutcarousel .product-item:hover .thumbnail {
    opacity:1;
}
.corpoclinico-withoutcarousel .product-item:hover .thumbnail-hover {
    opacity:0;
}


/**
 * Clinica
 */
 .box-content{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  }
  .box-content .text_left {
	width: 50%;
	margin-right: 50px;
	line-height: 30px;
  }

  .box-content .text_right {
	width: 50%;
	line-height: 30px;
	padding-left: 20px;
	border-radius: 10px;
	text-align: left;
  }


.box-content ul li {
	list-style: none; /* Remove default bullets */
	margin-left: 15px;
  }
  .box-content ul li::before {
	content: "\2022";
	color: #734608;
	font-weight: bold;
	display: inline-block;
	width: 25px;
	margin-left: -20px;
	font-size: 30px;
	top: 4px;
	position: relative;
  }

  .box-content h4.title {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
  }
  .box-content h3.title_oran {
	color: #f19134;
	font-size: 25px;
	margin-bottom: 15px;
  }
  .box-content .small {
	font-size:13px;
	font-weight: 600;
  }



  .box_gallery{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:50px;
  }

  .box_gallery .image {
	width: 32%;
	margin: 1%;
	  margin-right: 1%;
	  margin-left: 1%;
	margin-right: 0%;
	margin-right: 0;
	background-size: auto 110%;
	background-position: center center;
	height: 200px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	overflow: hidden;
  }

  .box_gallery .image img{
	height:200px;
  }

  .box_gallery .image:hover {
	background-size: auto 140%;
  }

  .box_gallery .image:nth-child(3n+1) {
	margin-left:0;
}


@media (max-width: 768px) {

	.box_gallery .image {
		width: 49%;
	
	  }
	  .box-content{
		display: block;
	  }
	  .box-content  .text_left {
		width: 100%;
		margin-right: 0;
		margin-bottom:40px;
	  }
	
	  .box-content .text_right {
		width: 100%;
		padding: 0;
	  }

	  .box_gallery .image:nth-child(2n+1) {
		margin-left:0;
	}


}



/**
 * Contactos
 */

.alert-success{
 padding: 10px;
background: #2e791e;
color: #FFF;
text-align: center;
border-radius: 5px;
margin-bottom: 20px;
}
 .contactos-withoutcarousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:50px;
}
 
.contactos-withoutcarousel .product-item {
	width: 32%;
	margin: 2%;
	  margin-top: 2%;
	  margin-right: 2%;
	  margin-bottom: 2%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	background: #eee;
	border-radius: 0;
	padding: 40px 20px;
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	cursor: default;
	text-align: center;
  }


  .contactos-withoutcarousel .product-item a{
	color: #647387;
  }

  .contactos-withoutcarousel .product-item a:hover{
	color: #f19134;
  }

  .contactos-withoutcarousel .product-item:hover .title {
	color:#213444;
  }



  .contactos-withoutcarousel .product-item:hover {
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0 0px;

  }

.contactos-withoutcarousel .product-item:nth-child(4n+1) {
	margin-left:0;
}
.contactos-withoutcarousel .product-item:nth-child(-n+10) {
	margin-top:0;
}



  .contactos-withoutcarousel .product-item .thumbnail-wrap .thumbnail {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	transition: opacity 0.3s;
	height: 60px;
	border-radius: 0%;
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
  }
  .contactos-withoutcarousel .product-item .title {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
  }

  .contactos-withoutcarousel .product-item  .text {
	color: #647387;
	font-size: 16px;
	text-align: center;
	padding: 0;
	line-height: 30px;
  }
 
  @media (max-width: 767.98px) {

	.contactos-withoutcarousel .product-item {
		width: 100%;
		margin: 0%;
		margin-top: 0;
		margin-bottom: 20px;
	  }
  }

  .contactos-withoutcarousel .product-item:hover .thumbnail {
    opacity:1;
}
.contactos-withoutcarousel .product-item:hover .thumbnail-hover {
    opacity:0;
}


 .box_contactos{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  }
  .box_contactos .text_left {
	width: 50%;
	margin-right: 50px;
	line-height: 26px;
  }
  .box_contactos .text_left .text {
	color: #647387;
	font-size: 13px;
	text-align: left;
	padding: 0;
	  padding-top: 0px;
  }

  .box_contactos .text_right {
	width: 50%;
	line-height: 26px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
  }
  .box_contactos h4.title {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
  }
  .box_contactos h3.title_oran {
	color: #f19134;
	font-size: 25px;
	margin-bottom: 15px;
  }
  .box_contactos .small {
	font-size:13px;
	font-weight: 600;
  }




@media (max-width: 768px) {

	
	  .box_contactos{
		display: block;
	  }
	  .box_contactos  .text_left {
		width: 100%;
		margin-right: 0;
		margin-bottom:40px;
	  }
	
	  .box_contactos .text_right {
		width: 100%;
	
	  }

}










/**
 * Especialidades
 */

 .box_especialidade .container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 35px;
	padding-bottom: 35px;
  }

  .box_especialidade .container.last{

	padding-bottom: 0;
  }

  .box_especialidade.withbg{
	background-color:#e9eff4;
  }

.box_especialidade .container .img_especialidade
{
	width:350px;
	height:auto;
}
.box_especialidade  .container .text_especialidade {
	width: auto;
	margin-left: 50px;
	line-height: 26px;
  }
  .box_especialidade  .container h2.title {
	margin-bottom:15px;
	font-size:20px;
  }

  .box_especialidade  .container span {
	font-size: 20px;
	color: #f19134;
	font-weight: 900;
    padding-right: 5px;
  }


  @media (max-width: 768px) {

	.box_especialidade .container{

		display: block;
		padding-top: 35px;
		padding-bottom: 35px;
	  }

	.box_especialidade .container .img_especialidade
	{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}
	.box_especialidade  .container .text_especialidade {
		width: 100%;
		margin-left: 0;
	  }

  }



/**
 * Grelha de produtos
 */



.products-grid {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.products-grid::before, .products-grid::after {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.products-grid::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.products-grid::after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	top: 100px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	font-size: 100px;
	color: #724607;
	animation: loading 1s infinite;
}

.products-grid.loading::before, .products-grid.loading::after {
	opacity: 1;
	pointer-events: all;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-moz-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-o-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@media (max-width: 374.98px) {
	.products-grid .product-item {
		width: 100%;
		margin-left: 10%;
		margin-top: 10%;
	}
	.products-grid .product-item:nth-child(1n+1) {
		margin-left: 0;
	}
	.products-grid .product-item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 375px) and (max-width: 767.98px) {
	.products-grid .product-item {
		width: 100%;
		margin-left: 10%;
		margin-top: 10%;
		text-align: right;

	}
	.products-grid .product-item:nth-child(1n+1) {
		margin-left: 0;
	}
	.products-grid .product-item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.products-grid:not(.products-grid-max-3) .product-item {
		width: 29.33333%;
		margin-left: 6%;
		margin-top: 6%;
		text-align: right;

	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(-n+3) {
		margin-top: 0;
	}
	.products-grid.products-grid-max-3 .product-item {
		width: 46.5%;
		margin-left: 7%;
		margin-top: 7%;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(2n+1) {
		margin-left: 0;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.products-grid:not(.products-grid-max-3) .product-item {
		width: 31.3%;
		margin-left: 3%;
		margin-top: 3%;
		text-align: right;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
	.products-grid.products-grid-max-3 .product-item {
		width: 29.33333%;
		margin-left: 6%;
		margin-top: 6%;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(-n+3) {
		margin-top: 0;
	}
}

/**
 * cofinaciamento
 */






.newsletter .input-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    color: #f8f8f8;
    font-size: 11px;
    line-height: 20px;
}

.newsletter .input-group input {
    height: 45px;
    border: 0;
    border-radius: 5px;
    padding: 0 12px;
    width: 100%;
    background: none;
    font-size: 12px;
    flex-shrink: 1;
    margin-bottom: 10px;
    border: 2px solid #FFF;
}

.newsletter .input-group .termos {
    margin:2px 0;
}

.newsletter .input-group button {
    font-size: 18px;
    color: #FFF;
    background: none;
    border: 0;
    position: absolute;
    margin-left: -36px;
    margin-top: 8px;
}



.contact-info .item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.contact-info .item:nth-child(n+2) {
	margin-top: 20px;
}

.contact-info .item i {
    font-size: 20px;
    color: #f68c3d;
    transition: color 0.3s;
    margin: 0 10px;
}

.contact-info .item i:hover {
    color: #f19134;
}

.contact-info .item .info {
	margin-left: 15px;
	line-height: 1.5;
	font-size: 12px;
	color: #313131;
	font-weight: 500;
}

.contact-info .item .info a {
	cursor: pointer;
	color: inherit;
	transition: color 0.3s;
}

.contact-info .item .info a:hover {
	color: #724607;
}

footer {
	padding: 70px 0;
	  padding-top: 70px;
	  padding-bottom: 70px;
	  padding-left: 0px;
	padding-left: 0px;
	background: #fff;
	position: relative;
	padding-bottom: 30px;
	padding-top: 0;
	border-top: 2px solid #724607;

  }

  footer .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	padding-top: 70px;
	padding-bottom: 50px;
	justify-content: space-between;
  }
  @media (max-width: 768px) {
	footer .container {
	
		padding-top: 70px;
		padding-right: 0;
		padding-left: 0;
	  }

	  footer .container .col:nth-child(2), footer .container .col:nth-child(4), footer .container .col:nth-child(6) {
		height: 1px;
		width: 50%;
		border-top: 1px solid #734608;
		margin-left: 0;
		padding: 0;
		left: 25%;
		position: relative;
	  }


  }

  footer .col-title {
	margin-bottom: 15px;
	color: #724607;
	font-size: 16px;
  }

@media (max-width: 575.98px) {




	footer .container .col {
		width: 100%;
		margin-left: 10%;
		margin-top: 10%;
		text-align: center;
		padding: 0 10%;
	}
	footer .container .col:nth-child(1n+1) {
		margin-left: 0;
	}
	footer .container .col:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	footer .container .col {
		width: 100%;
		margin-left: 10%;
		margin-top: 10%;
		text-align: center;
		padding: 0 10%;
	}
	footer .container .col:nth-child(1n+1) {
		margin-left: 0;
	}
	footer .container .col:nth-child(-n+1) {
		margin-top: 0;
	}



}

@media (min-width: 768px) {
	footer .container .col {
		margin-left: 30px;
		padding-right: 30px;
	  }
	footer .container .col:nth-child(2),
	footer .container .col:nth-child(4),
	footer .container .col:nth-child(6){
    width:1px;
	border-left:1px solid #734608;
	margin-left:0;
		padding:0;
	}

	footer .container .col:nth-child(1) {
		margin-left: 0;
	}


	footer .container .col:nth-child(-n+4) {
		margin-top: 0;
	}

}

/**
 * Logo
 */
 .footer-logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-bottom: 1px solid #f68c3d;
	padding-bottom: 20px;
	width: 91px;
  }

/**
 * Menu
 */
 .footer-menu li {
	color: #636A72;
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
  }

.footer-menu li:nth-child(n+2) {
    margin-top: 5px;
}

.footer-menu li a {
	color: inherit;
	cursor: pointer;
	transition: color 0.3s;
}

.footer-menu li a:hover {
	color: #734608;
}

.marcas {
	position: relative
}

.marcas a.item {
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;
	cursor:pointer;
}

.marcas a.item .img {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 70%;
	height: 200px;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s;cursor: pointer;
  }

.marcas a.item .img:hover {
	opacity: 1;
	filter: alpha(opacity=70);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);

}

.marcas .owl-nav {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.23;
	-moz-transition: all 0.23;
	-o-transition: all 0.23;
	transition: all 0.3s
}

.marcas .owl-nav button {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	cursor: pointer
}

.marcas .owl-nav button i {
	font-size: 30px
}

.marcas .owl-nav .owl-prev {
	left: 0
}

.marcas .owl-nav .owl-next {
	right: 0
}

.marcas .owl-nav button:hover i {
	color: #ca9a2b
}

.marcas:hover .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100)
}

/**
 * Copyright
 */
 .copyright {
	padding: 30px 0;
	  padding-bottom: 30px;
	  padding-left: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background: #f68c3d;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
  }
.copyright .payment-methods {
	margin-top: 15px;
}

.copyright a {
	color: inherit;
	cursor: pointer;
	transition: color 0.3s;
}

.copyright a:hover {
	color: #734608;
}

@media (min-width: 576px) {
	.copyright .container {
	
	}
	.copyright .container .payment-methods {
		margin-top: 0;
	}
}

/**
 * Imagem do rodapé
 */
.footer-image {
	position: absolute;
	top: -43px;
	left: -160px;
	height: auto;
	display: none;
}

@media (min-width: 1200px) {
	footer,
	.copyright {
		padding-left: 0%;
	}
	.footer-image {
		display: block;
	}
}

.footer-group {
	overflow: hidden;
}

.menu-mobile {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	background-color: #fff;
	transition: all .3s;
	z-index: 5;
  }

  .menu-mobile .menu-close {
	position: absolute;
	top: 50px;
	right: 100%;
	display: none;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f19134;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
.menu-mobile .menu-close:hover {
    background-color: #000
}

.menu-mobile .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 50px 30px;
}

.menu-mobile .inner .logo-mobile {
	display: block;
	opacity: 1;
	transition: opacity 0.3s;
	max-width: 200px;
	border-radius: 0;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0;
	width: 100%;
	margin-bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
  }

  .menu-mobile .inner .logo-mobile img {
	display: block;
	width: 100%;
  }

  .menu-mobile .inner .menu {
    text-align:center
}

.menu-mobile .inner .menu li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    align-items: center
}


.menu-mobile .inner .menu li.idiomas {
	margin-top: 60px!important;
	width: 100px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);

  }

  .menu-mobile .inner .menu li a {
	font-weight: 500;
	color: #636A72;
	padding: 15px 0;
	font-size: 18px;
	flex-grow: 1;
	text-align: center;
  }

  .menu-mobile .inner .menu li a.active:not(.destaque_mobile) {
	
	color: #f19134;

  }

.menu-mobile .inner .menu li i {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .3s;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.menu-mobile .inner .menu li i.rodar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-mobile .inner .menu li .submenu {
	display: none;
	background-color: rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 20px;
	text-align: center;
  }

  .menu-mobile .inner .menu li .submenu .title {
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#FFF;
  }

.menu-mobile .inner .menu li .submenu li a {
    font-size: 12px;
    text-transform: none
}

.menu-mobile .inner .menu li:nth-child(n+2) {
    margin-top: 5px
}

.menu-mobile .inner .menu li:hover>a,
.menu-mobile .inner .menu li:hover i {
    color: #d08f05
}



.menu-mobile.aberto {
    right: 0
}

.menu-mobile.aberto .menu-close {
    display: block
}


.menu-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 4;
  }
.breadcrumbs {
	padding: 15px 0;
	border-top: 2px solid #c4c3c5;
}

.breadcrumbs .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs .container a,
.breadcrumbs .container .divider,
.breadcrumbs .container .current {
	font-size: 12px;
	color: #313131;
	line-height: 20px;
}

.breadcrumbs .container a,
.breadcrumbs .container .divider {
	margin-right: 5px;
}

.breadcrumbs .container a,
.breadcrumbs .container .current {
	text-transform: uppercase;
	
}

.breadcrumbs .container a {
	transition: color 0.3s;
}

.breadcrumbs .container a:hover {
	color: #724607;
}

.breadcrumbs .container .current {
	font-weight: 900;
}

.breadcrumbs form {
	margin-left: auto;
	display: none;
	align-items: center;
}

.breadcrumbs form label {
	font-size: 16px;
	
	text-transform: uppercase;
	margin-right: 15px;
}

.breadcrumbs form select {
	width: 185px;
	border: 1px solid #000;
	line-height: 38px;
	height: 40px;
	padding: 0 20px;
	
	font-size: 16px;
}

.breadcrumbs.breadcrumbs-lg {
	border-top: 0;
	margin-bottom: 25px;
	padding: 0;
}

.breadcrumbs.breadcrumbs-lg .container {
	padding: 0;
	align-items: center;
}

.breadcrumbs.breadcrumbs-lg .container a,
.breadcrumbs.breadcrumbs-lg .container .current {
	font-size: 16px;
}

.breadcrumbs.breadcrumbs-lg .container a,
.breadcrumbs.breadcrumbs-lg .container .divider {
	margin-right: 10px;
}

@media (min-width: 992px) {
	.breadcrumbs form {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}


 /* The Modal (background) */
 .modal {
	display: none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(115,70,8,0.8);
	-webkit-transition: all 0.60;
	-moz-transition: all 0.60;
	-o-transition: all 0.60;
	transition: all 0.6s;
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	padding: 40px;
	  padding-top: 40px;
	padding-top: 40px;
	padding-top: 20px;
	width: 90%;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 600px;
	left: 50%;
	padding-top: 49px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
	-webkit-transition: all 0.60;
	-moz-transition: all 0.60;
	-o-transition: all 0.60;
	transition: all 0.6s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
  }
  
  @media (max-height: 800px) {

	.modal-content {

		top: 0%;
		transform: translate(-50%,-0%);
	
	  }

}

  @media (max-width: 992px) {

	.modal-content {
		background-color: #fefefe;
		width: 90%;
		position: relative;
		top: 0%;
		transform: translate(-0%,-0%);
		max-width: 100%;
		left: 0%;
		padding-top: 0;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
		-webkit-transition: all 0.60;
		-moz-transition: all 0.60;
		-o-transition: all 0.60;
		transition: all 0.6s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
		margin: 5%;
		padding: 40px;
	  }

}

.modalbg
{
	position:fixed;
	width:100%;
	height:100%;
}

  /* The Close Button */
  .close {
	color: #f19134;
	float: right;
	font-size: 35px;
	font-weight: 500;
	top: -36px;
	position: relative;
	right: -20px;-webkit-transition: all 0.60;
	-moz-transition: all 0.60;
	-o-transition: all 0.60;
	transition: all 0.6s;
  }
  
  .close:hover,
  .close:focus {
	color: #724607;
	text-decoration: none;
	cursor: pointer;
  } 

  .text_modal
  {
	  color: #647387;
	  font-size: 13px;
	  text-align: left;
	  padding: 0;
	  line-height: 20px;
  }

  
  .img_modal
{
		display: block;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.3s;
		height: 230px;
		border-radius: 100%;
		width: 230px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top:40px;
}



  /* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 50%; opacity: 1}
  }




  .smart-forms[id^="form-"] {
    z-index: 0;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;    line-height: 1.6;
    font-size: 14px;
    color: #9b9b9b;
}
.smart-forms[id^="form-"] {
    z-index: 0;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;    line-height: 1.6;
    font-size: 14px;
    color: #9b9b9b;
}
.smart-forms[id^="form-"] .form-body {
    padding: 0;
}
.smart-forms[id^="form-"] .tagline span,
.smart-forms[id^="form-"] .rating:hover .rating-star:hover,
.smart-forms[id^="form-"] .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms[id^="form-"] .rating-input:checked ~ .rating-star,
.smart-forms[id^="form-"] .gui-input:focus ~ .field-icon i,
.smart-forms[id^="form-"] .gui-textarea:focus ~ .field-icon i {
    color: #f68c3d;
}
.smart-forms[id^="form-"] .gui-input,
.smart-forms[id^="form-"] .checkbox,
.smart-forms[id^="form-"] .select > select,
.smart-forms[id^="form-"] .gui-textarea,
.smart-forms[id^="form-"] .file .button,
.smart-forms[id^="form-"] .input-hint {
    border-radius: 4px;
}
.smart-forms[id^="form-"] .gui-input,
.smart-forms[id^="form-"] .gui-textarea,
.smart-forms[id^="form-"] .checkbox,
.smart-forms[id^="form-"] input:checked + .checkbox,
.smart-forms[id^="form-"] .select > select,
.smart-forms[id^="form-"] .input-hint {
    border-width: 1px;
}
.smart-forms[id^="form-"] .gui-input, .smart-forms[id^="form-"] .gui-textarea, .smart-forms[id^="form-"] .select > select {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #647488;
	border-radius:0;
  }
.smart-forms[id^="form-"] .gui-input:hover,
.smart-forms[id^="form-"] .gui-input:focus,
.smart-forms[id^="form-"] .file .gui-file:hover + .gui-input,
.smart-forms[id^="form-"] .file .gui-file:focus + .gui-input,
.smart-forms[id^="form-"] .gui-textarea:hover,
.smart-forms[id^="form-"] .gui-textarea:focus,
.smart-forms[id^="form-"] .select > select:hover,
.smart-forms[id^="form-"] .select > select:focus,
.smart-forms[id^="form-"] input:hover + .checkbox,
.smart-forms[id^="form-"] input:hover + .radio,
.smart-forms[id^="form-"] input:focus + .checkbox::before,
.smart-forms[id^="form-"] input:focus + .radio::before,
.smart-forms[id^="form-"] input:checked + .checkbox,
.smart-forms[id^="form-"] input:checked + .radio,
.smart-forms[id^="form-"] .gui-input:hover ~ .input-hint,
.smart-forms[id^="form-"] .switch > input:checked + .switch-label,
.smart-forms[id^="form-"] .switch > input:checked:focus + .switch-label {
    border-color: #f68c3d;
}
.smart-forms[id^="form-"] .radio::before,
.smart-forms[id^="form-"] input:focus + .radio::before,
.smart-forms[id^="form-"] .switch > input:checked + .switch-label,
.smart-forms[id^="form-"] .switch > input:checked:focus + .switch-label {
    background: #f68c3d;
}
.smart-forms[id^="form-"] .checkbox::before {
    top: 5px;
    left: 5px;
    border-color: #f68c3d;
}
.smart-forms[id^="form-"] .form-footer {
    padding: 0;
    background: none;
    overflow: visible;
}
.smart-forms[id^="form-"] .option {
    color: #9b9b9b;
}
.smart-forms[id^="form-"] .option a {
    color: #f68c3d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.smart-forms[id^="form-"] .option a:hover {
    color: #142340;
}
.smart-forms[id^="form-"] .option-acceptance {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smart-forms[id^="form-"] .option-acceptance .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.smart-forms[id^="form-"] .option-acceptance .text {
    padding-top: 5px;
}
.smart-forms[id^="form-"] .option-acceptance .text small {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
.smart-forms[id^="form-"] .input-hint {
    border-color: #bdc3c7 !important;
    margin-top: 0;
    border-top: 0;
}
.smart-forms[id^="form-"] .input-hint.solo-hint {
    border: 1px solid #bdc3c7;
}
.smart-forms[id^="form-"] .clone-widget {
    padding-right: 0;
    padding-bottom: 40px;
}
.smart-forms[id^="form-"] .clone-widget .button {
    top: auto;
    right: auto;
    bottom: 10px;
    left: auto;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}
.smart-forms[id^="form-"] .clone-widget .button.clone {
    left: 0;
    background: #f68c3d;
}
.smart-forms[id^="form-"] .clone-widget .button.clone:hover {
    background: #f68c3d;
}
.smart-forms[id^="form-"] .clone-widget .button.delete {
    right: 0;
}
.smart-forms[id^="form-"] .rating-star {
    position: relative;
}
.smart-forms[id^="form-"] .rating-star span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.smart-forms[id^="form-"] .rating-star span::before {
    left: auto;
    right: 8px;
}
.smart-forms[id^="form-"] .rating label:hover span {
    left: 26px;
}
.select2-container .select2-dropdown {
    border-radius: 4px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background: #f68c3d;
}