/* var text-decoration */
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/CenturyGothic.woff') format('woff'), 
  url('../fonts/CenturyGothic.ttf')  format('truetype'), 
  url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--
    Common Css
--*/
body {
  font-family: 'CenturyGothic';
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'CenturyGothic';
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: 'CenturyGothic';
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading-bg-red {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #CB140E;
  padding: 0px 0px;
  position: relative;
  font-size: 30px;
}
.heading-bg-red-big {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #CB140E;
  padding: 0px 0px;
  position: relative;
  font-size: 40px;
  margin-top: 40px;
}
.heading-bg-black {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 0px 0px;
  position: relative;
  font-size: 100px;
}
.heading span {
  font-size: 45px;
  color: #CB140E;
  font-weight: 600;
}
/*.heading:before , .heading-bg-black:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 5px;
  background: #CB140E;
  margin-left: -70px;
}*/
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #CB140E;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
  position: relative;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 999;
  width: 100%;
}
nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #CB140E;
}
/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #CB140E;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: #F6F6F6;
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}
/*--
    NOTICIAS
--*/
#noticias {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/blog/Fondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#noticias:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#noticias .block .heading {
  color: #fff;
  padding-right: 35px;
}
#noticias .block .container {
	padding-left: 0px;
	padding-right: 15px;
}
#noticias .block .paso {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 40px;
}
#noticias .block .pasos {
	display: table-cell;
    height: 100%;
    vertical-align:middle;
}
#noticias .block .paso img {
	margin-bottom: 10px;
	float: left;
	background: #fff;
	width: 100%;
	  transform: 1s;
	  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#noticias .block .paso img:hover {
  /*transform: scale(1.2) rotate(10deg);*/
}

#noticias .block .pasos .texto-abajo {
	padding: 0px 0px 23px;
	font-size: 16px;
	line-height: 26px;
	height: 100%;
	position: relative;
	max-height: 220px;
	margin-top: -10px;
	float: left;
	width: 100%;
	background: #fff;
	z-index: 999;
}
#noticias .block .pasos .texto-abajo:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: #fff;
	transform: rotate(45deg);
	margin-top: -15px;
	margin-left: 15%;
}

#noticias .block .pasos .texto-abajo h3 {
  padding-top: 30px;
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 20px;
  float:left;
  color: #CB140E;
}

#noticias .block .pasos .texto-abajo p {
  padding-top: 0px;
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
  float:left;
  color: #CB140E;
}

/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #CB140E;
  color: #fff;
}

#price h1 {
	color: #CB140E;
}

.myrow {
    font-size: 0;
	margin-bottom: 25px;
}

.myrow img {
	padding-left: 0px;
	padding-right: 0px;
}

.myrow > * {
    float: none;
    display: inline-block;
    font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}
.myrow .col-md-2 {
    width: 10.66666667%;
}	
.myrow > *:last-child {
    vertical-align: bottom;
}
.myrow p:last-child {
    margin-bottom: 0px; /* optional */
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 10px 0px;
  text-align: center;
  background: url("../images/BannerPrincipal.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
#subscribe .block .owl-carousel, 
#owl-noticias.owl-carousel {
  padding-top: 0px;
  position: relative;
  text-align: center;
}
#subscribe .block .owl-carousel img, 
#owl-noticias.owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#subscribe .block .owl-carousel .owl-pagination .active, 
#owl-noticias.owl-carousel .owl-pagination .active {
  background: #CB140E;
}
#subscribe .block .owl-carousel .owl-pagination div,
#owl-noticias.owl-carousel .owl-pagination div{
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#subscribe .block .owl-carousel .owl-buttons,
#owl-noticias.owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block a {
  background: #FF4F02;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 0px;
}
#footer .block h3 span {
  color: #CB140E;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .gallary ul li a img{
	max-width: 80px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #CB140E;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 18px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: #CB140E;
}
#footer .block .social-media-link ul li {
    display: inline;
    margin: 0 5px;
}

#footer .block .social-media-link ul li a img {
  display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
#footer .block .social-media-link ul li a img:hover {
  -moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #CB140E;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #FFF;
}



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	 margin: 0;
    list-style: none;
    position: absolute;
    right:10px;
    top:10px;
}
ul.social-network li {
	display: inline;
	margin: 0 0px;
}

ul.social-network li img {
	width: 50px;
	height: 50px;
}


/* footer social icons */
.social-circle li a img {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	/*-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;*/
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li img{
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover img, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle img{
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.sobre {
 position:absolute;
 top:0px;
 left:0px;
 border:none;
}   

#owl-mapas .item, #owl-noticias .item {
    margin: 3px;
}
#owl-mapas .item img, #owl-noticias .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.modal-content {
  /*background-image: url('../images/Modal/Fondo.png');*/
}

.modal-content h2 {
	color: #CB140E;
}
.modal-content img, 
.modal-content h2 {
	margin: 0 auto;
	text-align: center;
}
.modal-content p {
	margin: 0 auto;
	text-align: justify;
}


#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    /*background: #000000;*/
}
#myCarousel .nav-justified
{
    width: 35%;
	margin-bottom: 10px;
}

#myCarousel .nav>li>a:hover, #myCarousel .nav>li>a:focus {
    text-decoration: none;
    background-color: #000000;
}
.nav-justified > li > a
{
    border-radius: 0px;
	color: #FFFFFF;
	background: #000000;
	margin-bottom: 5px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #000000; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #000000; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #000000; }

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    width: 100%;
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #CB140E;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #CB140E;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.card .front {
	position: relative;
}
.card .back {
	position: absolute;
	font-weight: 200;
	background-color: #eee;
	padding: 0px;
	color: #CB140E;
}
#inicio .img-responsive{
	width: 100%;
}
.modal-dialog {width:600px;}