

p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px;
}

a { color: #3CC; }

a:hover { color: #FF0; }

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #537473;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #9DD3AF;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}


.primary-button a {
  display: inline-block;
  background-color: #ff7d27;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}


.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.baner-content {
  padding-top: 20vh;
  text-align: center;
  background-image: url(../img/1st-section.png);
}
.line{
  height: 100px;
  background-image: url(../img/line.png);
 background-size: contain;
  background-repeat: repeat-x;
}
.baner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.baner-content em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 15px;
}



.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/1st-section.png);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.text-title{
  color: #537473;
  font-size: 4em;
  text-align: right;
}
.sub-title{
  text-transform: uppercase;
  background: #9DD3AF;
  color:#537473;
  font-size: 2em;
  line-height: 2.5em;
  text-align: center;

}
.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #353535;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: justify;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 400;
  color: #353535;
  font-size: 1.5em;
}


.service-content .espacio{
  margin-top: 100px;
}


.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; 
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; 
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; 
}

.panel-heading a:after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f01b";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; 
}

.panel-heading a.collapsed:after {
  content: "\f01a"; 
}

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; 
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; 
}


.projects-content {
  padding-top: 20vh;
  background-image: url(../img/3rd-section.jpg);
}

.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px;
}

.projects-content .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #ff7d27;
}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-image: url(../img/4th-section.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.tabs-content .col-md-5 img{
  border-bottom: solid 10px #4A6E6F;
}
.tabs-content .text-center{
  background-color: rgba(0,0,0,.5);
  padding: 15px 25px;
}
.tabs-content h1{
  color: white;
  font-size: 4rem;
}
.tabs-content p{
  color: #909190;
  padding: 25px 0;
}
.tabs-content ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.tabs-content ul li {
  display: inline-block;
  margin: 0px 20px;
}

.tabs-content ul li a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #4A6E6F;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 40px;
}

.tabs-content ul li a:hover {
  color: white;
  background-color: #80B19C;
}
section {
  background-color: transparent;
  padding-bottom: 15px;
}



.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.gpm{
  border-bottom: solid 15px #2c2d6f;
  width: 100%;
  background-size: cover;
  background-color: white;
  padding: 25px 25px 0 55px;
  text-align: center;
}
.gpm div{
  display: inline-block;
}
.gpm h4, .gpm h1{
  color: #2c2d6f;
}
.gpm h4:hover, .gpm h1:hover{
  color: black;
}
.contact-content {
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  background-image: url(../img/5th-section.jpg);
}
.contact-content ul li{
  list-style: none;
  text-decoration: none;
  margin: 2em 0;
  font-weight: 400;
  font-size: 1.3em;
}
.contact-content a{
  text-decoration: none;
  color: inherit;
}
.contact-content ul li div{
  display: inline-block;
}
.contact-content .icon{
  margin-top: -20px;
}
.contact-content i{

  width: 40px;
  height: 100%;
  line-height: 140px;
  text-align: center;
  display: inline-block;
  background-color: #537473;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 25px;
}

.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #ff8e43;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
  
  .baner-content {
    padding-top: 30vh;
  }

  

  .baner-content .primary-button {
    margin-top: 15px;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  

  .service-content .left-text ul {
    text-align: left;
  }

 

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


