@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700|Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,400,600,700');
@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Monoton);
 body,
html {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	color: #848484;
	line-height: 25px;
	letter-spacing: .5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}
a:focus,
a:hover {
	text-decoration: none
}
button:focus,
input:focus {
	outline: 0
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
h2 {
	font-size: 36px
}
h2,
h3 {
	font-weight: 500
}
h3 {
	color: #626262;
	font-size: 22px
}
p {
	line-height: 1.9
}
.ptb-100 {
	padding: 100px 0
}
.mrl-50 {
	margin-left: 50px
}
.diplay-table {
	display: table;
	width: 100%;
	height: 100%
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle
}
.section-title h2 {
	margin: 0 0 25px;
	font-weight: 600;
	text-transform: capitalize
}
.section-title {
	position: relative;
	z-index: 1
}
.section-title-bg {
	color: #f0f0f0;
	font-size: 100px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: .8;
	font-family: Monoton, cursive;
	text-transform: uppercase
}
.button,
.center-wrap button button {
	position: relative;
	display: block;
	background: none 50% no-repeat;
	background-size: cover;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 10px 4px;
	text-align: center;
	max-width: 180px;
	min-width: 170px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: border 1s cubic-bezier(.19, 1, .22, 1), color .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: border 1s cubic-bezier(.19, 1, .22, 1), color .6s cubic-bezier(.19, 1, .22, 1), background 5s cubic-bezier(.19, 1, .22, 1);
	transition: border 1s cubic-bezier(.19, 1, .22, 1), color .6s cubic-bezier(.19, 1, .22, 1), background 5s cubic-bezier(.19, 1, .22, 1)
}
.button a,
.center-wrap button {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	background: transparent;
	border: transparent
}
button {
	padding: 0
}
.button .mask {
	background: #fff;
	background: hsla(0, 0%, 100%, .5);
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	-webkit-transform: translate3d(-120%, -50px, 0) rotate(45deg);
	transform: translate3d(-120%, -50px, 0) rotate(45deg);
	-webkit-transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1.1s cubic-bezier(.19, 1, .22, 1)
}
.button:hover {
	border-color: #fff
}
.button:hover a {
	color: #fff
}
.button:hover .mask {
	background: #fff;
	-webkit-transform: translate3d(120%, -100px, 0) rotate(90deg);
	transform: translate3d(120%, -100px, 0) rotate(90deg)
}
.btn-a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	background: transparent;
	border: transparent
}
.btn-a,
.btn-a:hover {
	color: #fff
}
.plan .btn-a {
	color: #272727
}
.featured .btn-a {
	color: #fff!important
}
.plan .button {
	background-color: initial
}
.plan .button,
.plan.featured .button {
	margin: 40px auto auto
}
.plan.featured .button a {
	color: #fff
}
.all-post .button {
	margin: 50px auto 0
}
.all-post .button a,
.all-post .button a:hover {
	color: #fff
}
.site-preloader-wrap {
	background: #521c1c;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999999
}
.site-preloader-wrap .sk-cube-grid {
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%
}
.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 100px auto
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #fff;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s ease-in-out infinite;
	animation: sk-cubeGridScaleDelay 1.3s ease-in-out infinite
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-ms-transform: scaleX(1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%, 70%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
		-ms-transform: scale3D(0, 0, 1)
	}
}
.top-header {
	background-color: #eee;
	color: #a4a4a4;
	padding: 10px 0
}
.glyph i {
	font-size: 60px
}
.address-bar {
	background-color: #eee;
	margin-left: 104px
}
.address-bar ul li a {
	color: #9a9a9a;
	font-size: 14px
}
.social-icons {
	text-align: right
}
.social-icons ul li a {
	display: block;
	width: 25px;
	height: 25px;
	color: #9a9a9a;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	transition: .4s;
	-webkit-transition: .4s
}
.social-icons ul li a:hover {
	color: #fff
}
.home-video-area:before,
.owl-thumb-item.active .slide-service-item,
.owl-thumb-item:hover .slide-service-item,
.search-modal {
	color: #fff
}
.fixed-top {
	z-index: 99!important
}
.home-video-area:before,
.owl-thumb-item.active .slide-service-item,
.owl-thumb-item:hover .slide-service-item,
.search-modal {
	color: #fff!important
}
.modal-dialog {
	position: absolute;
	top: 50%;
	width: 45%;
	max-width: unset;
	right: 0;
	left: 0;
	margin-top: -100px
}
.modal-dialog .modal-content {
	background: transparent;
	border: none
}
.slide-bg-1 {
	xbackground-image: url(/GrupoRB/site/static/media/slide-bg-1.b825316f.jpg)
}
.slide-bg-2 {
	xbackground-image: url(/GrupoRB/site/static/media/slide-bg-2.b825316f.jpg)
}
.slide-bg-3 {
	xbackground-image: url(/GrupoRB/site/static/media/slide-bg-3.b825316f.jpg)
}
.hompage-slides-wrapper {
	position: relative
}
.single-slider-item {
	background-size: cover;
	background-position: 50%;
	background-color: #ddd;
	height: 700px;
	font-size: 15px;
	color: #fff
}
.single-slider-item .center-wrap {
	margin-top: 40px
}
.single-slider-item h1 {
	font-size: 51px;
	margin: 0 0 25px
}
.hero-text {
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 500;
	display: inline-block
}
.home-banner-area {
	xbackground-image: url(/GrupoRB/site/static/media/slide-bg-1.b825316f.jpg);
	background-size: cover;
	background-position: 50%;
	background-color: #ddd;
	height: 700px;
	font-size: 15px;
	color: #fff
}
.banner-text h1 {
	font-size: 51px;
	margin: 0 0 30px
}
.banner-text .center-wrap {
	margin-top: 40px
}
.home-video-area {
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative
}
.home-video-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: .7;
	left: 0;
	top: 0
}
.home-video-area h1 {
	font-size: 51px;
	margin: 0 0 30px
}
.home-video-area .center-wrap {
	margin-top: 40px
}
.home-video-area video {
	min-width: 100%;
	min-height: 100%
}
.video-text-area {
	position: absolute;
	top:50%;
	color:#fff;
	max-width:1170px;
	margin:auto;
	left:0;
	right:0;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	-ms-transform:translatey(-50%) 
}
 
.owl-thumbs{
    position:absolute;
    bottom:-100px;
    left:0;
    display:table;
    width:100%;
    text-align:center;
    z-index:9
}
.owl-thumb-item{
    display:inline-block;
    border:none;
    max-width:360px;
    margin:0 15px;
    cursor:pointer;
    background-color:#fdfdfd;
    padding:18px;
    border-radius:10px;
    position:relative;
    color:#848484;
    transform:translateX(0) rotate(-11deg) scale(.95);
    -webkit-transform:translateX(0) rotate(-11deg) scale(.95);
    -ms-transform:translateX(0) rotate(-11deg) scale(.95);
    -webkit-transition:-webkit-transform .4s ease-out;
    transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
    transition:transform .4s ease-out,-webkit-transform .4s ease-out
}
.owl-thumb-item i{
    font-size:60px;
    -webkit-transition:.4s;
    transition:.4s
}
.owl-thumb-item.active i,.owl-thumb-item:hover i{
    color:#fff
}
.owl-thumb-item.active,.owl-thumb-item:hover{
    -webkit-transform:translateX(0) rotate(0) scale(.9);
    transform:translateX(0) rotate(0) scale(.9)
}
.owl-thumb-item:before{
    display:block;
    content:"";
    height:100%;
    width:130%;
    position:absolute;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAASCAYAAABim40OAAACuElEQVRogc1XUZJjIQjEzN7/yMl8ucP0dkNjXrKh6pWAqERaICveR+vD96vo8cazOvoYX54NwOl6Z52ycc907E4C4a45DfKrwHH5vpPgd7aTYKNOyUvYKL7zRZG6WNRP5cne7pxrMwHLEbCqS3aDMglwpcvjMmTGVz4wejQ86lDfjZ0OeSY/az/VMaJ2XQZA/QQQChSKV99N8OpjvuHvUsGt+ErX2bI9q7Hy0dE580pnZ0R1uTi/eSVX2SLrbmKeAeQG34qIL2KDozo/kwosBv4Ouk5WOheMyrfK5t1Z8K++Ak9XVjK/ZRW8LnMgYDZQtpx5lBFoERxI//z40EFmQLgn2R27PZkP0fDVGmaj5thdoE7JEREPBR6nFJ1+CCAFgq9mVF91dhUcBRgGHMWjju0TZN7xi+nVGmaH8wG2IeaUHH+ibyqRTuxZCVGyAhgrZQi0KrtlYgHYAV1JXvET8IjfF7jnb4mPpMtg2TZbr0rpSnwQO9SzjLAauxV83Zj2j1FU9QtX0fQMfD1VM6zWn9D00agz3fOr866OwRF1mUe9EmaDL8d9HflF5jS/M8Yd1rHzsWzt87HMdr0D+sB6HixPXV/EyqH6QvCqBOE9qPXMTsmMqI3TMG9eNc7P9EJYYvK/KdUsZz0raZF06Hu+DCxBD+BZv1L1RKeAcXsZpnNtgtiEmEOeyRHx0zBvchtnHBWAUFa66q86ggltuj5HZU73pVdAcMHhAEX5xHys/Ge/j43IO/IvfZdxmM4FVDdOs1X1Twr3YWciTYPjZopXZILOxgWElVGIjs5V/Yw752QrxU/A1fGdL4yciz551U45qILa+fbsOmeutekud2I7BeJJhmPr3L07KlN0Y/eMzpmb2JzYntgfXfIr9nLWXgl0RuPLO1xzxdqPOPNK8FxJn+rXhP4HON5K31PHDhmjlm6fAAAAAElFTkSuQmCC);
    background-size:100% auto;
    background-repeat:no-repeat;
    top:90%;
    left:-20%;
    right:0;
    -webkit-transition:all .4s ease-out;
    transition:all .4s ease-out;
    -webkit-transform-origin:30% 50%;
    transform-origin:30% 50%;
    pointer-events:none;
    z-index:1;
    -webkit-transform:translateX(0) rotate(0) scale(.87);
    transform:translateX(0) rotate(0) scale(.87)
}
.owl-thumb-item.active:before,.owl-thumb-item:hover:before{
    opacity:0;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0)
}
.owl-thumb-item.active,.owl-thumb-item:hover{
    padding:18px;
    transition:.4s;
    -webkit-transition:.4s;
    border-radius:10px;
    color:#fff
}
.owl-thumb-item h3{
    color:#616161;
    margin-bottom:15px
}
.owl-thumb-item.active .glyph .glyph-icon:before,.owl-thumb-item.active h3,.owl-thumb-item:hover .glyph .glyph-icon:before,.owl-thumb-item:hover h3{
    color:#fff
}

.feature-area {
	padding: 70px 0 0
}
.single-feature {
	text-align: center;
	background-color: #f5f8f9;
	padding: 18px;
	margin-top: 30px;
	transition: .5s;
	-webkit-transition: .5s
}
.services {
	background-color: #fff;
	margin-top: 130px
}
.service-item {
	background-color: #f5f8f9;
	padding: 25px;
	margin-top: 30px;
	transition: .5s;
	-webkit-transition: .5s
}
.service-item:hover {
	background-color: #fff
}
.service-item p {
	margin: 0
}
.service-item h3 {
	margin-bottom: 15px
}
.section-title p {
	margin: 0 0 30px
}
.glyph {
	display: block
}
.glyph .glyph-icon:before {
	font-size: 64px;
	margin-left: 0;
	display: block;
	line-height: 1
}
.cta-area {
	background-color: #ddd;
	background-size: cover;
	background-position: 50%;
	padding: 60px 0
}
.cta-bg-img {
	xbackground-image: url(/GrupoRB/site/static/media/cta-bg-img.ba3d8c2a.jpg)
}
.cta-info {
	margin-top: 42px
}
.cta-info h2 {
	font-weight: 600;
	color: #272727;
	font-size: 32px;
	line-height: 36px
}
.cta-info p {
	margin: 12px 0 40px;
	font-size: 17px;
	color: #606060
}
.filtr-item {
	padding-top: 30px
}
.filter-menu {
	margin-top: 30px;
	position: relative;
	text-align: center;
	z-index: 5
}
.filter-menu button {
	display: inline-block;
	cursor: pointer;
	background-color: #eee;
	padding: 7px 15px;
	text-transform: uppercase;
	border: none;
	margin: 0 2px;
	transition: .4s;
	-webkit-transition: .4s
}
.filter-menu button.programs-filter-btn-active,
.filter-menu button:hover {
	color: #fff
}
.work-details {
	background: #fff;
	text-align: center;
	position: relative;
	margin-top: 30px
}
.work-details img {
	width: 100%;
	height: auto;
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s
}
.work-details:hover img {
	opacity: .5
}
.work-details .box-content {
	padding: 30px 10px 30px 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s
}
.work-details:hover .box-content {
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	opacity: .9
}
.work-details .title {
	font-weight: 700;
	color: #fff;
	line-height: 17px;
	margin: 5px 0;
	bottom: 55%
}
.work-details .icon,
.work-details .title {
	width: 100%;
	font-size: 22px;
	position: absolute
}
.work-details .icon {
	list-style: none;
	padding: 0;
	margin: 0;
	top: 50%
}
.work-details .icon li {
	display: inline-block;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s
}
.work-details:hover .icon li {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0)
}
.work-details:hover .icon li:first-child {
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}
.box:hover .icon li:nth-child(2) {
	transition-delay: .2s;
	-webkit-transition-delay: .2s
}
.work-details .icon li span {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	margin-right: 5px;
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s
}
.work-details .span:hover {
	background: #fff
}
#Container .mix {
	display: none
}
.about-us {
	background-color: #f5f8f9;
	padding: 100px 0 60px
}
.about-info {
	background-color: #fff;
	padding: 25px;
	margin-top: 30px;
	transition: .5s;
	-webkit-transition: .5s
}
.about-info i {
	font-size: 40px
}
.about-info h3 {
	margin-bottom: 15px
}
.about-info:hover h3,
.about-info:hover i,
.about-info:hover p {
	color: #f5f8f9
}
.team-box {
	overflow: hidden;
	position: relative;
	margin-top: 30px
}
.team-box:before {
	content: "";
	display: block;
	border: 30px solid hsla(0, 0%, 100%, .3);
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	z-index: 2;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s
}
.team-box:hover:before {
	border: 1px solid hsla(0, 0%, 100%, .18)
}
.team-box:after {
	content: "";
	display: block;
	border: 10px solid hsla(0, 0%, 100%, .7);
	position: absolute;
	top: 35px;
	left: 35px;
	bottom: 35px;
	right: 35px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transition: all 1s ease 0s
}
.team-box:hover:after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0
}
.team-box img {
	width: 100%;
	height: auto;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s
}
.team-box:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1)
}
.team-box .box-content {
	padding: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 45px;
	bottom: 45px;
	right: 45px;
	opacity: 1;
	z-index: 2;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s
}
.team-box:hover .box-content {
	top: 6px;
	left: 6px;
	bottom: 6px;
	right: 6px
}
.team-box .box-inner-content {
	width: 100%;
	padding-bottom: 20px;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s
}
.team-box:hover .box-inner-content {
	opacity: 1
}
.team-box .title {
	font-size: 26px;
	font-weight: 500;
	margin: 0
}
.team-box .post {
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px
}
.team-box .icon {
	padding: 0;
	margin: 0;
	list-style: none
}
.team-box .icon li {
	display: inline-block
}
.team-box .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin-right: 10px;
	font-size: 18px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s
}
.team-box .icon li a:hover {
	color: #fff!important;
	border-radius: 50%
}
.team-slides .owl-nav {
	position: relative
}
.team-slides .owl-nav div {
	font-size: 40px!important;
	opacity: .8;
	position: absolute;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s
}
.team-slides.owl-theme .owl-nav[class*=owl-] {
	left: 0;
	right: 0;
	position: relative;
	padding: 0;
	margin: 15px 0 0
}
.team-slides .owl-nav div:hover {
	opacity: 1;
	color: #848484
}
.team-slides .owl-nav .owl-prev {
	left: 0;
	background-color: initial!important;
	top: 0
}
.team-slides .owl-nav .owl-next {
	top: 0;
	background-color: initial!important;
	right: 0
}
.our-blog {
	background-color: #f5f8f9
}
.blog-item {
	margin-top: 30px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	overflow: hidden
}
.blog-item:hover {
	box-shadow: 0 0 8px 0 rgba(254, 86, 25, .3)
}
.blog-item .blog-img {
	display: block;
	overflow: hidden
}
.blog-item .blog-img img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s
}
.blog-item .blog-img:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1)
}
.blog-info {
	position: relative;
	padding-left: 135px
}
.date-box {
	position: absolute;
	left: 20px;
	top: -53px;
	color: #fff;
	padding: 30px 24px;
	font-size: 40px;
	font-weight: 500;
	text-align: center
}
.month {
	display: block;
	margin-top: 11px;
	font-size: 20px;
	font-weight: 400
}
.title-meta h2 {
	line-height: 25px
}
.title-meta h2 a {
	font-size: 24px;
	color: #626262;
	margin-top: 10px;
	transition: .4s;
	-webkit-transition: .4s
}
.post-meta {
	font-size: 12px
}
.post-meta ul li {
	display: inline-block;
	padding-right: 5px
}
.post-meta ul li a {
	color: #848484;
	font-weight: 600;
	font-size: 12px
}
.title-meta {
	vertical-align: bottom
}
.post-content {
	padding: 20px
}
.main-blog {
	padding: 70px 0 90px
}
.pagination-area .pagination {
	margin: 30px 0 0;
	display: inline-block
}
.pagination-area .pagination>li {
	display: inline
}
.pagination li a,
.pagination li span {
	min-width: 30px;
	font-family: Poppins;
	font-size: 13px;
	line-height: 30px;
	font-weight: 500;
	color: #666;
	text-align: center;
	background: #eaeaea;
	padding: 0 5px;
	margin: 0 4px;
	border-color: #eaeaea
}
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	text-decoration: none;
	border: 1px solid #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.side-widget {
	margin-top: 30px
}
.side-widget h3 {
	margin: 0 0 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px
}
.side-widget h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 40px
}
.search-form {
	position: relative
}
.search-form .btn-default,
.search-form .form-control {
	border-radius: 0;
	height: 42px
}
.search-form .btn-default {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px
}
.side-widget .list-group li {
	border-radius: 0;
	padding: 0
}
.side-widget .list-group li a {
	border-radius: 0;
	color: #333;
	padding: 8px 15px;
	display: block
}
.single-post {
	position: relative;
	padding: 0 0 0 90px;
	margin-top: 15px;
	min-height: 75px
}
.single-post img {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 3px
}
.single-post h4 {
	margin: 0 0 5px;
	font-size: 16px
}
.single-post h4 a {
	color: #626262
}
.list-tags li {
	display: inline-block;
	margin-bottom: 2px
}
.list-tags li a {
	background: #f5f5f5;
	color: #333;
	display: inline-block;
	padding: 3px 10px
}
.list-tags li a:hover {
	color: #fff
}
.post-img img {
	width: 100%
}
.blog-details {
	margin-top: 30px
}
.blog-details .date-box {
	padding: 23px 24px 20px
}
.blog-details .title-meta h2 {
	font-size: 24px;
	color: #626262;
	transition: .4s;
	-webkit-transition: .4s
}
.blog-details .post-content p {
	margin-bottom: 20px;
	line-height: 26px
}
.sharing-link {
	background: #fff;
	padding: 5px 15px;
	border: 1px solid #ddd
}
.sharing-link ul li {
	display: inline-block;
	margin: 0 5px 0 0
}
.sharing-link ul li i {
	background: #f1f1f1;
	color: #333;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	padding: 9px;
	font-size: 13px
}
.sharing-link ul li i:hover {
	color: #fff
}
.comments-area {
	padding: 20px;
	margin-top: 10px
}
.comments-title {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	position: relative
}
.comments-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 40px
}
.single-comment {
	position: relative;
	padding: 0 0 0 100px;
	margin-top: 30px
}
.single-comment img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px
}
.single-comment h4 {
	margin: 0 0 5px;
	color: #000
}
.single-comment .date {
	margin-bottom: 5px
}
.single-comment .reply {
	position: absolute;
	right: 0;
	top: 0;
	background: #f5f5f5;
	color: #333;
	padding: 4px 15px;
	display: block;
	border-radius: 3px
}
.single-comment .reply:hover {
	color: #fff
}
.comments-form {
	padding: 20px
}
.comments-form h3 {
	margin-bottom: 30px
}
.comments-form .form-control {
	height: 42px
}
.comments-form textarea.form-control {
	height: auto!important
}
.comments-form .button {
	max-width: 210px;
	margin: auto
}
.video-area {
	height: 480px;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #333;
	background-size: cover;
	background-position: 50%;
	z-index: 2
}
.video-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: .8;
	left: 0;
	top: 0
}
.video-bg {
	background-image: url(/GrupoRB/site/static/media/video-bg.63b34bfb.jpg)
}
.video-inner-content {
	color: #fff;
	position: relative;
	margin-top: 45px
}
.video-inner-content h1 {
	font-weight: 700;
	font-size: 51px;
	text-transform: capitalize;
	color: #fff;
	margin: 72px 0 22px
}
.video-inner-content p {
	max-width: 750px;
	font-size: 17px;
	margin: 0 auto
}
.button__holder {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.button__holder span {
	cursor: pointer
}
.button__holder:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.plus {
	position: relative;
	z-index: 1;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	border: none;
	-webkit-transition: box-shadow .4s cubic-bezier(.2, 0, .7, 1), -webkit-transform .2s cubic-bezier(.2, 0, .7, 1);
	transition: box-shadow .4s cubic-bezier(.2, 0, .7, 1), -webkit-transform .2s cubic-bezier(.2, 0, .7, 1);
	transition: box-shadow .4s cubic-bezier(.2, 0, .7, 1), transform .2s cubic-bezier(.2, 0, .7, 1);
	transition: box-shadow .4s cubic-bezier(.2, 0, .7, 1), transform .2s cubic-bezier(.2, 0, .7, 1), -webkit-transform .2s cubic-bezier(.2, 0, .7, 1);
	box-shadow: 0 0 1px 15px hsla(0, 0%, 100%, .4), 0 0 1px 30px hsla(0, 0%, 100%, .1), 0 0 1px 45px hsla(0, 0%, 100%, .1)
}
.plus:after {
	content: "\EC74";
	font-size: 40px;
	line-height: 81px;
	font-family: IcoFont;
	padding-left: 5px
}
.plus:hover {
	box-shadow: none
}
.tab-slider .nav-tabs a {
	background-color: initial;
	color: #848484;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 10px;
	border: none;
	margin-right: 15px;
	transition: .4s;
	display: inline-block;
	-webkit-transition: .4s
}
.tab-slider .nav-tabs {
	display: block;
	margin: auto auto 40px;
	border: none;
	text-align: center
}
.nav-tabs .nav-item.show .nav-link,
.tab-slider .nav-tabs .nav-link.active,
.tab-slider .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: #fe5f25;
	border-color: #fe6128 #dee2e6 #fff
}
.margin-top-60 {
	margin-top: 60px
}
.pricing-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative
}
.plan:first-child {
	border-radius: 3px 0 3px 3px
}
.plan {
	-webkit-flex: 1 1;
	flex: 1 1;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	text-align: center;
	position: relative;
	z-index: 9
}
.plan:first-child .plan-price {
	border-radius: 3px 0 0 0
}
.plan-price {
	width: 100%;
	background: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
	background: linear-gradient(180deg, #fafafa 0, #f6f6f6);
	padding: 48px 30px 45px
}
.plan-price h3 {
	margin: 0;
	color: #888;
	font-size: 22px
}
.plan-price .value {
	display: block;
	font-size: 37px;
	line-height: 35px;
	padding: 22px 0 0;
	color: #66676b
}
.plan-price .period {
	color: #909090;
	margin-top: 20px;
	padding: 0 10%;
	display: block
}
.plan-features {
	padding: 35px 30px;
	background: #fff
}
.plan-features ul {
	list-style: none;
	padding: 0
}
.plan-features ul li {
	padding: 3px 0
}
a.button.border {
	border: 1px solid #274abb
}
.plan.featured {
	margin-left: -1px;
	margin-right: -1px;
	-webkit-transform: translateY(-23px);
	transform: translateY(-23px);
	border-radius: 0 0 3px 3px;
	z-index: 11
}
.listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0;
	overflow: hidden;
	height: 100px
}
.plan.featured .listing-badges .featured {
	background: #fff
}
.listing-badges .featured {
	background-color: #66676b;
	float: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0
}
.listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	float: right;
	background-color: rgba(74, 74, 76, .7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute
}
.plan.featured .plan-price {
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .1), transparent);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .1) 0, transparent);
	border-radius: 3px 3px 0 0
}
.plan.featured .plan-price .value,
.plan.featured .plan-price h3 {
	color: #fff
}
.plan.featured .plan-price .period {
	color: hsla(0, 0%, 100%, .8);
	line-height: 23px
}
.fun-facts {
	background-color: #f5f8f9
}
.count-box {
	margin-top: 30px
}
.count-box p {
	font-size: 22px;
	font-weight: 500;
	color: #585454;
	margin: 25px 0;
	text-transform: capitalize
}
.count-box h2 {
	margin: 0;
	font-size: 45px;
	color: #222
}
.single-testimonial-item p {
	max-width: 750px;
	margin: 50px auto;
	font-size: 20px;
	font-weight: 500;
	color: #626262;
	line-height: 30px;
	font-style: italic
}
.single-testimonial-item i {
	font-size: 50px
}
.client-profile {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden
}
.client-profile img {
	width: 100%;
	height: auto
}
.client-info h3 {
	margin: 25px 0 2px
}
.client-info span {
	font-size: 16px;
	font-style: italic
}
.testimonial-slides .owl-nav div {
	top: 50%;
	font-size: 50px!important;
	margin-top: -20px!important;
	opacity: .8;
	position: absolute;
	background-color: initial!important;
	left: 0;
	text-align: center;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s
}
.testimonial-slides .owl-nav div:hover {
	opacity: 1;
	color: #848484
}
.testimonial-slides .owl-nav div.owl-next {
	left: auto;
	right: 0
}
.faq {
	background-color: #f5f8f9
}
.faq-content {
	margin-top: 30px
}
.content-box {
	padding: 70px 28px;
	margin: 0;
	text-align: center;
	cursor: pointer
}
.content-box h3 {
	line-height: 26px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: 600
}
.box-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 20px
}
.box-icon-effect-1 .box-icon i {
	background: hsla(0, 0%, 100%, .3);
	color: #fff;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s
}
.box-icon i {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin: 15px 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff
}
.box-icon i:before {
	speak: none;
	font-size: 40px;
	line-height: 90px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased
}
.box-icon-effect-1 .box-icon i:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-moz-transition: -moz-transform .2s, opacity .2s;
	-moz-transform: scale(.8);
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	opacity: 0
}
.box-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: initial
}
.content-box:hover .box-icon-effect-1a .box-icon i:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.content-box:hover .box-icon-effect-1a .box-icon i {
	background: #fff
}
.content-box p {
	margin: 0;
	color: #fff
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	margin: 0 0 12px;
	position: relative
}
.panel:before {
	content: "";
	width: 2px;
	height: 100%;
	background: -webkit-linear-gradient(top, #688e26, #ff816a);
	background: linear-gradient(180deg, #688e26 0, #ff816a);
	position: absolute;
	top: 0;
	left: -2px
}
.panel-heading {
	padding: 0;
	background: #fff;
	position: relative
}
.panel-heading:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #550527;
	position: absolute;
	top: 50%;
	left: -48px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}
.panel-title a {
	display: block;
	padding: 15px 55px 15px 30px;
	font-size: 17px;
	font-weight: 500;
	color: #626262;
	border: none;
	margin: 0;
	position: relative
}
.panel-title a:before {
	content: "\EFC2";
	font-family: Icofont;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}
.react-sanfona-item-expanded a:before {
	content: "\EF9A";
	font-weight: 700
}
.panel-body {
	padding: 15px 30px;
	border: none
}
.panel-body p {
	margin-bottom: 0
}
.panel a {
	background-color: #fff
}
.logo-preview img {
	display: block;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	opacity: .5;
	transition: .4s;
	-webkit-transition: .4s
}
.logo-preview img:hover {
	display: block;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1
}
.partners-slides .owl-nav {
	position: relative
}
.partners-slides.owl-theme .owl-nav[class*=owl-] {
	left: 0;
	right: 0;
	position: relative;
	padding: 0;
	margin: 15px 0 0
}
.partners-slides .owl-nav div {
	font-size: 40px!important;
	background-color: initial!important;
	opacity: .8;
	position: absolute;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s
}
.partners-slides .owl-nav div:hover {
	opacity: 1;
	color: #848484
}
.partners-slides .owl-nav .owl-prev {
	left: 0;
	top: 0
}
.partners-slides .owl-nav .owl-next {
	top: 0;
	right: -10
}
.partners-slides .owl-dots {
	display:none;
}
.contact-area {
	background-color: #f5f8f9
}
.contact-form {
	margin-top: 30px
}
.contact-form .form-control {
	height: 50px;
	border: 1px solid #ddd;
	background-color: #fff
}
.contact-form textarea.form-control {
	height: auto
}
.address-area {
	margin-top: 30px
}
.address-area div {
	position: relative;
	padding-left: 45px
}
.address-area h4 {
	font-size: 22px;
	color: #626262;
	margin: 0 0 10px
}
.address-area i {
	color: #521c1c;
	font-size: 35px;
	position: absolute;
	left: 0;
	top: 0
}
.email {
	margin: 50px 0
}
#rc-imageselect,
.g-recaptcha {
	transform: scale(.77);
	-webkit-transform: scale(.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0
}
#contact_send_status {
	color: red;
	margin: 0 0 10px
}
.footer {
	color: #fff;
	padding: 35px 0
}
.footer .copyright {
	margin: 6px 0 0
}
.social-icons.bottom ul li a {
	width: 35px;
	height: 35px;
	color: #eee;
	line-height: 38px;
	font-size: 18px
}
.social-icons.bottom ul li a:hover {
	background-color: #fff
}
.scrolltop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	filter: alpha(opacity=8000);
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	font-size: 0;
	background: #343331;
	z-index: 999999;
	text-align: center;
	color: #fff!important;
	border-radius: 1px;
	opacity: .5;
	transition: .4s;
	-webkit-transition: .4s
}
.scrolltop:hover {
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=9000)
}
.scrolltop:before {
	content: "\F106";
	font-family: FontAwesome;
	font-size: 30px;
	font-style: normal
}
.bread-cumbs-area {
	height: 400px;
	width: 100%;
	background-color: #ddd;
	color: #fff;
	background-size: cover;
	background-position: 50%
}
.bread-cumbs-bg {
	background-image: url(/GrupoRB/site/static/media/banner-bg.02674537.jpg)
}
.bread-cumbs-area h1 {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 25px
}
h2,
h3 {
	margin-top: 20px
}

.contactMsg {
     color: #2ba847;
    font-size:18px
}

@media only screen and (max-width: 767px) {
	.top-header {
		display: none
	}
	.modal-dialog {
		width: 95%;
		margin-top: -65px
	}
	.address-area div {
		padding-left: 0;
		text-align: center
	}
	.address-area i {
		position: relative;
		display: block;
		margin-bottom: 15px
	}
	.pagination li a,
	.pagination li span {
		min-width: 28px
	}
	.work-details {
		margin-top: 0
	}
	.list-inline li {
		padding-left: 3px
	}
	.logo img {
		width: 150px
	}
	.address-bar {
		margin-left: auto;
		text-align: right
	}
	.single-slider-item {
		height: 100%;
		padding: 70px 0;
		margin-bottom: 20px
	}
	.single-slider-item h1 {
		font-size: 32px;
		line-height: 45px;
		margin: -5px 0 15px
	}
	.owl-thumbs {
		position: static;
		transform: translateZ(0) rotateX(0deg) rotateY(0deg) rotate(0deg) scaleX(1) scaleY(1) scaleZ(1)!important;
		-webkit-transform: translateZ(0) rotateX(0deg) rotateY(0deg) rotate(0deg) scaleX(1) scaleY(1) scaleZ(1)!important;
		-ms-transform: translateZ(0) rotateX(0deg) rotateY(0deg) rotate(0deg) scaleX(1) scaleY(1) scaleZ(1)!important
	}
	.owl-thumb-item {
		-webkit-transform: translateX(0) rotate(0) scale(.9);
		transform: translateX(0) rotate(0) scale(.9)
	}
	.slide-service-item {
		background-color: #f7f7f7
	}
	.slide-service-item:before {
		display: none
	}
	.services {
		margin-top: 0
	}
	.section-title-bg {
		display: none
	}
	.ptb-100 {
		padding: 50px 0
	}
	.cta-info {
		margin-top: 0;
		margin-bottom: 30px
	}
	.cta-info h2 {
		font-size: 25px;
		margin-top: 0
	}
	.cta-info p {
		margin: 12px 0 20px
	}
	.date-box {
		padding: 20px 20px 10px;
		font-size: 30px
	}
	.blog-info {
		padding-left: 0;
		padding-top: 30px;
		padding-right: 0
	}
	.comments-area,
	.comments-form,
	.post-content {
		padding: 20px 0
	}
	.title-meta h2 a {
		font-size: 18px
	}
	.video-inner-content h1 {
		font-size: 35px;
		margin: 72px 0 15px
	}
	.video-inner-content p {
		max-width: 415px
	}
	.video-area {
		height: auto;
		padding: 80px 0 30px
	}
	.service-item h3 {
		font-size: 18px
	}
	.single-testimonial-item p {
		font-size: 16px
	}
	.count-box h2 {
		font-size: 30px
	}
	.content-box {
		padding: 30px;
		margin-bottom: 40px
	}
	.filter-menu {
		margin-top: 0
	}
	.filter-menu button {
		margin-top: 3px
	}
	.plan.featured {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		margin: 30px 0
	}
	.section-title h2 {
		font-size: 30px
	}
	.testimonial-slides .owl-nav div {
		top: 5%
	}
	.single-testimonial-item p {
		margin: 20px auto 30px
	}
	.faq-content {
		margin-top: 0
	}
	.content-box h3 {
		margin: 0
	}
	#accordion .panel-title a {
		padding: 15px 55px 15px 15px;
		font-size: 16px
	}
	#accordion .panel-body {
		padding: 0 15px 15px
	}
	.partners-slides {
		padding: 0 20px
	}
	.partners-slides .owl-item img {
		width: 150px;
		margin: auto
	}
	.footer {
		padding: 25px 0;
		text-align: center
	}
	.email {
		margin: 30px 0
	}
	.social-icons {
		text-align: center
	}
	.footer .copyright {
		margin: 0 0 15px
	}
	.scrolltop {
		bottom: 100px
	}
	.bread-cumbs-area {
		padding: 40px 0 30px;
		height: 100%
	}
	.bread-cumbs-area h1 {
		font-size: 25px;
		margin: 0 0 10px
	}
	.main-blog {
		padding: 20px 0 40px
	}
	.all-post .button {
		margin: 0 auto
	}
	.side-widget h3 {
		font-size: 20px
	}
	.plus {
		width: 50px;
		height: 50px
	}
	.video-inner-content {
		margin-top: 0
	}
	.plus:after {
		font-size: 25px;
		line-height: 53px
	}
	.panel-title a {
		padding: 13px 55px 13px 13px;
		font-size: 15px
	}
	.panel-body {
		padding: 15px 10px
	}
	.blog-item {
		margin-top: 0
	}
	.blog-details .title-meta h2 {
		font-size: 20px;
		margin-top: 35px
	}
	.comments-title {
		font-size: 20px
	}
	.mrl-50 {
		margin-left: 0
	}
	.home-banner-area {
		height: 100%;
		padding: 70px 0;
		margin-bottom: 20px
	}
	.home-banner-area h1 {
		font-size: 35px;
		line-height: 50px
	}
	.home-video-area {
		height: 600px
	}
	.video-text-area h1 {
		font-size: 35px;
		line-height: 50px
	}
	.feature-area {
		padding: 0
	}
	.single-feature h3 {
		font-size: 20px
	}
	.hero-text {
		font-size: 16px
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		width: 90%;
		margin-top: -60px
	}
	.address-bar ul li a {
		font-size: 13px
	}
	.logo>img {
		width: 150px
	}
	.owl-thumbs {
		position: static
	}
	.owl-thumb-item {
		max-width: 245px;
		margin: 0;
		-webkit-transform: translateX(0) rotate(0) scale(.9);
		transform: translateX(0) rotate(0) scale(.9)
	}
	.slide-service-item {
		background-color: #f7f7f7
	}
	.slide-service-item:before {
		display: none
	}
	.single-slider-item {
		height: 100%;
		padding: 110px 0;
		margin-bottom: 40px
	}
	.slide-service-item h3 {
		font-size: 20px
	}
	.slide-service-item i {
		font-size: 50px
	}
	.services {
		margin-top: 0
	}
	.section-title-bg {
		font-size: 75px;
		top: 10px
	}
	.service-item h3 {
		font-size: 20px
	}
	.ptb-100 {
		padding: 70px 0
	}
	.cta-info {
		margin-top: 0
	}
	.cta-info h2 {
		font-size: 25px;
		margin-top: 0
	}
	.cta-info p {
		margin: 15px 0 20px
	}
	.filter-menu {
		margin-top: 0
	}
	.team-box .title {
		font-size: 20px
	}
	.team-slides .owl-nav {
		margin: 15px auto 0;
		padding-bottom: 10px
	}
	.blog-info {
		padding-left: 15px;
		padding-top: 60px
	}
	.date-box {
		left: 15px;
		padding: 25px 25px 15px;
		font-size: 35px
	}
	.title-meta h2 a {
		font-size: 20px
	}
	.video-area {
		height: 100%;
		padding: 60px 0 40px
	}
	.video-inner-content h1 {
		font-size: 40px;
		margin: 75px 0 22px
	}
	.count-box p {
		font-size: 20px
	}
	.count-box h2 {
		font-size: 35px
	}
	.faq-content {
		margin-top: 0
	}
	.content-box h3 {
		margin: 0
	}
	.content-box.color-effect-1 {
		margin-bottom: 50px
	}
	.partners-slides .owl-nav {
		margin: 35px auto 0
	}
	.single-slider-item h1 {
		font-size: 40px
	}
	.email {
		margin: 40px 0
	}
	.footer {
		padding: 30px 0
	}
	.scrolltop {
		bottom: 95px
	}
	.bread-cumbs-area {
		height: 100%;
		padding: 60px 0 50px
	}
	.bread-cumbs-area h1 {
		font-size: 35px;
		margin: 0 0 12px
	}
	.main-blog {
		padding: 20px 0 60px
	}
	.home-banner-area {
		height: 100%;
		padding: 110px 0;
		margin-bottom: 40px
	}
	.home-banner-area h1 {
		font-size: 40px
	}
	.home-video-area {
		height: 600px
	}
	.home-video-area h1 {
		font-size: 40px
	}
	.feature-area {
		padding: 30px 0 0
	}
	.single-feature h3 {
		font-size: 17px
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-slider-item h1 {
		font-size: 45px
	}
	.owl-thumb-item {
		max-width: 300px
	}
	.service-item h3 {
		font-size: 20px
	}
	.cta-info h2 {
		font-size: 30px
	}
	.title-meta h2 a {
		font-size: 22px
	}
	.scrolltop {
		bottom: 90px
	}
	.email {
		margin: 40px 0
	}
	.bread-cumbs-area h1 {
		font-size: 35px;
		margin: 0 0 20px
	}
	.bread-cumbs-area {
		height: 100%;
		padding: 70px 0 50px
	}
	.main-blog {
		padding: 40px 0 60px
	}
	.home-banner-area h1,
	.home-video-area h1 {
		font-size: 45px
	}
	.feature-area {
		padding: 60px 0 0
	}
	.single-feature h3 {
		font-size: 18px
	}
	.modal-dialog {
		width: 90%;
		margin-top: -60px
	}
}
a:focus,
h2 {
	color: #dc4646
}
.button,
.center-wrap button button {
	border: 1px solid #dc4646;
	background-color: #dc4646
}
.plan .button:hover {
	border-color: #dc4646
}
.glyph i,
.plan .button a {
	color: #dc4646
}
.plan.featured .button,
.social-icons ul li a:hover {
	background-color: #dc4646
}
.owl-thumb-item i {
	color: #dc4646
}
.home-video-area:before,
.owl-thumb-item.active,
.owl-thumb-item:hover,
.search-modal {
	background-color: #dc4646
}
.filter-menu button.programs-filter-btn-active,
.filter-menu button:hover {
	background-color: #dc4646
}
.team-box .icon li a,
.team-box .title,
.team-slides .owl-nav div,
.work-details .icon li a {
	color: #521c1c!important
}
.team-box .icon li a:hover {
	background: #dc4646
}
.date-box {
	background-color: #dc4646
}
.blog-item:hover .title-meta h2 a,
.post-meta ul li a:hover {
	color: #dc4646
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #dc4646;
	border-color: #dc4646
}
.side-widget h3:before {
	background: #dc4646
}
.search-form .btn-default {
	border-color: #dc4646;
	background: #dc4646
}
.side-widget .list-group li a:hover,
.single-post h4 a:hover {
	color: #dc4646
}
.list-tags li a:hover,
.sharing-link ul li i:hover {
	background-color: #dc4646
}
.content-box:hover .box-icon-effect-1a .box-icon i {
	color: #dc4646
}
.comments-title:before,
.work-details .box-content {
	background: #dc4646
}
.single-comment .reply:hover {
	background-color: #dc4646
}
.video-area:before {
	background: #dc4646
}
.plus,
.plus:hover,
.post-meta ul li .fa {
	color: #dc4646
}
.tab-menu ul li.active a {
	background-color: #dc4646
}
.plan.featured .listing-badges .featured {
	color: #dc4646
}
.content-box.color-effect-1,
.footer,
.plan.featured .plan-price {
	background-color: #dc4646
}
.client-info h3,
.partners-slides .owl-nav div,
.single-testimonial-item i,
.testimonial-slides .owl-nav div {
	color: #521c1c!important
}
.panel-title a.collapsed:before,
.panel-title a:before {
	color: #dc4646;
	border: 1px solid #dc4646
}
.social-icons.bottom ul li a {
	background-color: #521c1c
}
.social-icons.bottom ul li a:hover {
	color: #9e3610
}
.about-info i {
	color: #dc4646
}
.about-info:hover {
	background-color: #dc4646
}
.plan .btn-a {
	color: #dc4646
}
/*------------------------------------------------
Buttons
------------------------------------------------*/
.btn-group-vertical>.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-left: 0px;
}
.btn-group-lg>.btn {
	font-size: 0.9rem;
	padding: 1rem 2.4rem;
}
.btn-group-sm>.btn {
	font-size: 0.6rem;
	padding: 0.5rem 1.6rem;
}
.btn-floating.btn.btn-sm,
.btn-floating.btn.btn-lg {
	padding: 0;
}
/*----------------------------------------------*/
/*------------------------------------------------
Breadcrumb
------------------------------------------------*/
.bc-icons.breadcrumb-item::before,
.bc-icons.breadcrumb-item::after {
	content: none;
}
.bc-icons.breadcrumb-item + .active.breadcrumb-item::before,
.bc-icons.breadcrumb-item + .active.breadcrumb-item::after {
	content: none;
}
.bc-icons.breadcrumb-item.active {
	color: #eeeeee;
}
/*----------------------------------------------*/
/*------------------------------------------------
Table Wrapper
------------------------------------------------*/
.table-wrapper-scroll-y {
	display: block;
	max-height: 200px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
/*----------------------------------------------*/
/*------------------------------------------------
Popover
------------------------------------------------*/
.popover-enter {
	opacity: 0.01;
	transform: scale(0.9) translateY(50%);
}
.popover-enter-active {
	opacity: 1;
	transform: scale(1);
	transition: scale 300ms ease-out, opacity 300ms ease;
}
.popover-enter-done {
	opacity: 1;
	transform: scale(1);
}
.popover-exit {
	opacity: 1;
	transform: scale(0.8);
	transition: all 300ms ease-out;
}
.popover-exit-active {
	opacity: 0;
	transform: scale(0.8);
	transition: all 300ms ease-out;
}
/*----------------------------------------------*/
/*------------------------------------------------
Slide From Side
------------------------------------------------*/
.side-slide-enter {
	opacity: 0.2;
	transform: translateX(-100%);
}
.side-slide-enter-active {
	opacity: 1;
	transform: translateX(0%);
	transition: transform 300ms ease-out, opacity 300ms ease;
}
.side-slide-enter-done {
	opacity: 1;
	transform: translateX(0);
}
.side-slide-exit {
	opacity: 1;
	transform: translateX(0%);
	transition: all 300ms ease-out;
}
.side-slide-exit-active {
	opacity: 0.2;
	transform: translateX(-100%);
	transition: all 300ms ease-out;
}
.right-side-slide-enter {
	opacity: 0.2;
	transform: translateX(100%);
}
.right-side-slide-enter-active {
	opacity: 1;
	transform: translateX(0%) !important;
	transition: transform 300ms ease-out, opacity 300ms ease;
}
.right-side-slide-enter-done {
	opacity: 1;
	transform: translateX(0%) !important;
}
.right-side-slide-exit {
	opacity: 1;
	transform: translateX(0%);
	transition: all 300ms ease-out;
}
.right-side-slide-exit-active {
	opacity: 0.2;
	transform: translateX(100%);
	transition: all 300ms ease-out;
}
/*----------------------------------------------*/
/*------------------------------------------------
Owl Carousel
------------------------------------------------*/
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.carousel-fade .carousel-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	opacity: 0;
	z-index: 0;
	transition: transform 0ms ease-in-out, opacity 0.8s ease-out;
}
.carousel-fade .carousel-item.active {
	position: relative;
	z-index: 1;
	opacity: 1;
}
.carousel-multi-item .carousel-item {
	display: inline-block !important;
}
.carousel .carousel-slide-item {
	transition: left 0.5s;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-item-prev,
.carousel-item-next {
	z-index: 2;
}
/*----------------------------------------------*/
/*
================================================
Logo
================================================
*/
header .logo:before {
	background: #cd2122;
}
/*
================================================
Navigation
================================================
*/
.header-top-area .navbar-nav > li.active > a::before {
	background: #e3e3e3;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #e3e3e3;
}
.menu-bg .navbar-default .navbar-nav li a:hover {
	color: #e3e3e3;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#btnBackToTop {
	display: inline-block;
	background-color: #ff9900;
	width: 50px;
	height: 50px;
	text-align: center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#btnBackToTop:hover {
	cursor: pointer;
	background-color: #333;
}
#btnBackToTop:active {
	background-color: #555;
}
#btnBackToTop.show {
	opacity: 1;
	visibility: visible;
}

/* 
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
	background: #fff;
}
.logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	color: #fff;
}
header .logo:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 68px;
	top: 0;
	transform: skewX(-45deg);
	width: 2000px;
	z-index: 999;
}
header .logo {
	height: 100%;
	margin: 0;
	padding: 5px 0;
	position: relative;
	left: -15px;
}
header .logo img {
	max-height: 50px;
}

/*
================================================
6. Top Bar 
================================================
*/
.top-bar {
	background: #212124;
	padding: 3px 0 6px 0;
	font-size: 14px;
}
.top-bar p {
	color: #a4a4a6;
	margin: 0px;
	padding: 0;
	font-size: 14px;
}
.top-bar a {
	color: #a4a4a6;
}
.top-bar a:hover .fa-envelope,
.top-bar a:hover {
	color: #fff;
}
.top-bar .fa {
	color: #a4a4a6;
	margin-right: 0px;
	font-size: 18px;
}
.top-bar ul {
	margin: 2px 0 0 -5px;
	padding: 0;
}
.top-bar ul li {
	margin-top: 2px;
	margin-right: 25px;
	padding: 0;
}
.top-header-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-header-wrapper ul li:first-child {
	margin: 0;
}
.top-header-wrapper ul li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}
.top-header-wrapper > a {
	color: #a4a4a6;
}
.top-header-wrapper i {
	margin-right: 5px;
}
.top-support > span {
	display: block;
}
span.separator {
	margin: 0 10px;
}
/*
================================================
7. Navigation
================================================
*/
.menu-bg .header-top-area {
	top: 0px;
	margin-top: 0px;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

.menu-bg .header-top-area + .banner-wrapper {
	margin-top: 60px;
}
.menu-bg .header-top-area {
	top: 0px;
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	position: fixed;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .logo {
	padding: 0px 0;
	transition: all 0.3s ease 0s;
	margin-bottom: -1px;
}
.menu-bg .logo img {
	max-height:50px;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
	z-index:1;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: 0px solid #000;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
	border: 0px solid #000;
}
.navbar-default .navbar-nav li a { /* menu topo */
	border:0px solid #fff;
	transition: all 0.3s ease 0s;
	text-align:center;
	vertical-align:middle;
	padding: 12px 10px;
	color: #444;
	font-size:14px;
	font-weight:600;
	line-height: 20px;
	text-transform:uppercase;
}
.menu-bg .navbar-default .navbar-nav li a { /* menu scroll */
	padding: 10px 13px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #C00;
}
.header-top-area .navbar-nav > li.active > a::before {
	content: "";
	height: 11px;
	left: 3px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 2px;
}
/*
================================================
17. Mapa
================================================
*/
.google-map {
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}
/*
================================================
17. Media Queries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
	/******* logo *******/
	header .logo {
		padding: 29px 20px;
	}
	header .logo:before {
		transform: skewX(0deg);
	}
	.menu-bg .logo {
		padding-top: 18px;
	}
	.logo {
		float: left;
		padding-top: 22px;
	}
	.navigation {
		padding: 0;
	}
	.navbar-toggle {
		margin-right: 0;
		margin-top: -34px;
	}
	.navbar-collapse {
		margin: 0;
	}
	.navigation .navbar-collapse {
		padding: 0;
	}
	.navbar-default .navbar-nav li a {
		padding: 5px 10px;
		font-size: 12px;
	}
	.menu-bg .navbar-default .navbar-nav li a {
		padding: 20px 8px;
	}
	.navbar {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	/******* logo *******/
	.logo {
		padding: 15px 0 13px;
	}
	/******* navigation *******/
	.menu-bg .top-bar {
		display:none;
	}
	.menu-bg .header-top-area {
		top:0px;
	}
	.menu-bg .navbar-toggle {
		margin-top: -43px;
	}
	.navbar {
		z-index: 9999;
	}
	header .logo {
		margin: 0 0 -2px;
	}
	header .logo:before {
		right: -200px;
		transform: skewX(0deg);
		width: 2200px;
		z-index: 999;
	}
	.navbar-toggle {
		margin-right: 0;
		margin-top: -56px;
		border: none;
		background: #fff;
		box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
	}
	.menu-bg .navbar-collapse,
	.navbar-collapse {
		background: #f7f7f7;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: #eee;
	}
	.navbar-default .navbar-nav li a,
	.menu-bg .navbar-default .navbar-nav li a {
		padding: 5px 15px;
	}
	.menu-bg .logo {
		padding: 4px 0 0px;
	}
	header .navbar-nav {
		margin: 7.5px 0;
	}
	.navbar {
		margin: 0;
	}
	.navbar-brand {
		display: block;
		padding: 0;
		height: auto;
	}
	.navbar-default .navbar-collapse {
		float: none;
		border: none;
		box-shadow: none;
	}
	#scrool-top {
		right: 15px;
	}
}

#conteudo ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}
#conteudo li {
}