html,body{height:100%}

@font-face {
  font-family: 'UniversLTStd';
  src:url('fonts/UniversLTStd.eot');
  src:local('UniversLTStd'),
      local('UniversLTStd'),
      url('fonts/UniversLTStd.otf')
      format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTStd-Light';
  src:url('fonts/UniversLTStd-Light.eot');
  src:local('UniversLTStd-Light'),
      local('UniversLTStd-Light'),
      url('fonts/UniversLTStd-Light.otf')
      format('opentype');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4{font-family: 'UniversLTStd';
   font-variant: black;
   font-weight: 700;
   color: rgba(5,124,25,1)}

p {font-family: 'UniversLTStd';
  font-variant: bold;
  font-size: 1rem;
  font-weight: 400}

a {font-family: 'UniversLTStd';
   font-size: 1rem;
   font-variant: bold;
  font-weight: 500}


/**
.row img{margin-right: 20px;
		 margin-left: 20px;
		 margin-bottom: 20px}

**/

.prueba{height: 500px;
  margin-bottom: 40px;
  position: relative;
  top: 75px;
   background:linear-gradient(to bottom,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.45) );
  background-attachment: fixed;
  background-size: cover;}


.navbar {
   display: flex;
   background-color: rgba(255,255,255,1);
   background: rgba(255,255,255,1);
   border-color: rgba(255,255,255,1);
   z-index: 3;
   position: fixed;
 }

  @media screen and (max-width: 768px) {
  .navbar{display: flex;
          flex-direction: row-reverse;}  

  .navbar a{font-size: 0.6rem}
  a.navbar-brand > img.img-fluid{height: 50px}
  }


@media only screen and (max-width: 1024px) and (min-width: 768px){
  .navbar{display: flex;
        flex-direction: row;} 

  .navbar a{font-size: 1rem}
  a.navbar-brand > img.img-fluid{height: 50px}
}


.navbar-light .navbar-brand{color:white;}
.navbar-light .navbar-nav .nav-link {
    color: rgba(5,124,25,1);
    }


/*Carousel*/
.carousel{position:relative;
          top: 75px !important;}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.carousel-item img{position: relative;
                    height: 100%}

.carousel-item .animated.fadeInUp.text-right{position: absolute;
                   right: 3%;
                   top:15%}

@media only screen and (max-width: 1024px) and (min-width: 768px){
  .carousel{position:relative;
          top: 75px !important;}


.titulo{color: white;}

h2.titulo  {font-size: 42px;
            margin-top: 150px;
            margin-right: 50px;
            }

.titulop{color: white;
        font-family: 'UniversLTStd-Light';
         font-size: 27px;
         margin-right: 50px;
        line-height: 13px}

  .carousel-inner{height: 100%}

      }

.animated.fadeInUp{animation-delay: 0.7s}

@media screen and ( max-width: 1024px) {

      h2.titulo{margin-right: 15px}  

                                      }

@media screen and (max-width: 768px) {

      h2.titulo  {font-size: 25px;
                  margin-top: 150px;
                  margin-right: 0px
                  }
      .titulop{margin-right: 20px;
               font-size: 13px;
               padding: 0;
               margin: 3px;
               line-height: 13px
              }
      .animated.fadeInUp{animation-delay: 0.7s}
                                    }


.quienes{display: block;
		 width: 100%;
		 }
.left{color: black;
			  text-align: left}
.right{color: black;
			  text-align: right;
			}
.animated.fadeInLeft{animation-delay: 1s}
		

/*section*/
section {
	position: relative;
}

section.bg-grey {
	background-color: #f9f9f9;
}

section.bg-reverse {
	background-color: #000;
}

section.bg-overlay {
	background-color: rgba(0,0,0,0.85);
}

section.padding {
	padding: 100px 0;
}

section#blog {
	padding-bottom: 70px;
}

section .section-title {
	font-size: 60px;
  color: rgba(5,124,25,1);

}
.animated.fadeInRight{animation-delay: 0.7s}
}

section .section-lead {
	font-size: 18px;
	font-weight: 200;
	margin-top: 15px;
}

section .section-body {
	margin-top: 60px;
}

section.callout {
	padding: 50px 0;
}

section.callout .cta {
	text-align: right;
}


section.callout h3 {
	margin: 0;
}

/*Header Noticias*/

.fh5co-table,
.fh5co-table-cell,
.fh5co-parallax3 {
  height: 500px;
  margin-bottom: 40px
 }
.fh5co-parallax3 {
  background:linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  top: 75px
}


@media screen and (max-width: 768px) {
  .fh5co-parallax3 {
    height: inherit;
    padding: 4em 0;

  }
   .fh5co-parallax3 h2{
    font-size: 70px;
    margin-top: 120px
  }
}
.fh5co-parallax3 .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-parallax3 .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-parallax3 .fh5co-intro p {
  color: #fff;
}
.fh5co-parallax3 .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-parallax3 .fh5co-intro p a:hover {
  color: #fff;
}
.fh5co-parallax3 .fh5co-intro.box-area {
  padding: 40px;
  background: #222831;
}


/*article read*/
.article-read {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 20px;
	z-index: 99999;
	overflow: auto;
}

.article-read .article-read-inner {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	padding: 50px 0 100px 0;
	width: 70%;
}

.article-read .article-back {
	margin-bottom: 30px;
}

.article-read .article-back .btn {
	border-color: #999;
	color: #999;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 14px;
}

.article-read .article-back .btn i {
	margin-right: 5px;
}

.article-read .article-back .btn:hover {
	background-color: #000;
	color: #fff;
}

.article-read .article-title {
	font-size: 30px;
	font-weight: 800;
}

.article-read .article-metas {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.article-read .article-metas .meta {
	float: left;
	padding-right: 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
}

.article-read .article-picture {
	width: 100%;
	margin-bottom: 20px;
}

.article-read .article-picture img {
	width: 100%;
}

.article-read .article-content {
	line-height: 28px;
}


/*article*/
article.card {
	border: none;
	box-shadow: 0 0 40px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 40px rgba(0,0,0,.05);
	margin-bottom: 60px;}
	.animated.fadeIn{animation-delay: 0.5s}
	.animated.fadeInDown{animation-delay: 0.8s}
}

article.card .card-img-top {
	height: 100%;
}

article.card .card-title {
	font-size: 20px;
	line-height: 28px;
}

article.card .card-title a {
	color: #000;
	text-decoration: none;
}

article.card .card-title a:hover {
	opacity: .8;
}

article.card .card-text {
	color: #666;
	line-height: 26px;
  word-wrap: break-word;
}

article.card .card-subtitle {
	font-size: 14px;
	color: #666;
}

article.card .card-subtitle a {
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

article.card .card-more {
	text-transform: uppercase;
	font-weight: 800;
	text-transform: 2px;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}

article.card .card-more i {
	margin-left: 5px;
}


/*Contacto*/

.fh5co-table,
.fh5co-table-cell,
.fh5co-parallax {
  height: 500px;
 }

.contacth{color: white;}

h2.contacth{font-size: 70px;
            margin-top: 100px}



.fh5co-parallax {

  background:linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../img/Solart1.jpg');
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  top: 75px
}
.fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

i{margin-right: 5px}

@media screen and (max-width: 768px) {
  .fh5co-parallax {
    height: inherit;
    padding: 4em 0;

  }
   .fh5co-parallax h2{
    font-size: 70px
  }
}
.fh5co-parallax .fh5co-intro h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-parallax .fh5co-intro h2 {
    font-size: 30px;
  }
}
.fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-parallax .fh5co-intro.box-area {
  padding: 40px;
  background: #222831;
}

.fh5co-table {
  display: table;

}

.fh5co-table-cell {
  display: table-cell;

}

#fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-programs-section,
  #fh5co-schedule-section,
  #fh5co-team-section,
  #fh5co-blog-section,
  #fh5co-contact {
    padding: 4em 0;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

/*Footer*/

#footer {
  background: #222831;
  padding: 60px 0 40px;

}
#footer .section-title {
  color: rgba(255, 255, 255, 0.8);
}
#footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#footer .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#footer .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .contact-info li a {
  color: rgba(255, 255, 255, 0.6);
}

#footer .contact-info li a:hover {
  text-decoration: none;
}


#footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  margin-top: 50px;
}
#footer .copy-right p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#footer .copy-right p a {
  color: rgba(255, 255, 255, 0.5);
}	

.contactp{color: white;
         }

/*Quienes Somos*/

.fh5co-table,
.fh5co-table-cell,
.fh5co-parallax2 {
  height: 500px;
  margin-bottom: 40px
 }
.fh5co-parallax2 {

  background:linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../img/Solart3.jpg');
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  top: 75px
}



@media screen and (max-width: 768px) {
  .fh5co-parallax2 {
    height: inherit;
    padding: 4em 0;
  }
  .fh5co-parallax2 h2{
    font-size: 70px
  }
}
.fh5co-parallax2 .fh5co-intro h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-parallax2 .fh5co-intro h2 {
    font-size: 30px;
  }
}
.fh5co-parallax2 .fh5co-intro p {
  color: #fff;
}
.fh5co-parallax2 .fh5co-intro
  border-bottom: 2px  p a {
  color: #fff;solid rgba(255, 255, 255, 0.2);
}
.fh5co-parallax2 .fh5co-intro p a:hover {
  color: #fff;
}
.fh5co-parallax2 .fh5co-intro.box-area {
  padding: 40px;
  background: #222831;
}




/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
  margin-top: 65px
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon img {
  color: #444;;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon img:before {
  background: rgba(5,124,25,1);
  background: linear-gradient(45deg, rgba(5,124,25,0.5) 0%, rgba(5,124,25,1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}



@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}



/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}


/* Section Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  font-family: 'UniversLTStd';
   font-variant: black;
   font-weight: 700;
   color: rgba(5,124,25,1)
}


.section-header p {
  padding: 0;
  margin: 0;
}

/*Noticia ampliada*/

.imagennoti  {margin:  0 auto;
              margin-top: 150px}


/*Scroll to top*/

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }

/*Portfolio*/


.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }


.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem; }
  .portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .portfolio-item .caption .caption-content {
      color: #fff;
      margin: auto 2rem 2rem; }
      .portfolio-item .caption .caption-content h2 {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: white }
      .portfolio-item .caption .caption-content p {
        font-weight: 300;
        font-size: 0.8rem; }
  @media (min-width: 992px) {
    .portfolio-item {
      max-width: none;
      margin: 0; }
      .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px); }
        .portfolio-item .caption .caption-content {
          transition: opacity 0.25s;
          margin-left: 5rem;
          margin-right: 5rem;
          margin-bottom: 5rem; }
      .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px); }
      .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); }
      .portfolio-item:hover .caption {
        background-color: rgba(5,124,25, 0.9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); } 
                    }


/*Proyecto ampliado*/
.row-amp {
  margin-top: 150px;
}

@media (min-width: 992px) {
.row-amp {
    margin-top: 150px;
  }
}


.dropdown:hover>.dropdown-menu {
  display: block;
  -webkit-display:block;
}