h1, h2, h3, h4, h5, h6 {
    color: #000000;
  
  }
p {
    color: #83868c;
    font-family: "Roboto", sans-serif;
    line-height: 1.929;
    font-size: 14px;
    margin-bottom: 0px;
    color: #888888;
  }
  
.main_menu {
    z-index: 3;
    position: relative;
}

/* IMAGEN BANNER */
.banner_part {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ejemplo.png);
  background-repeat: no-repeat;
  background-size: content;
  background-position: right top;
  }
  .banner_part .banner_text h1 span {
    color: #ffd700;
    
  }
 
@media (max-width: 991px) {
  .banner_part {
    height: 400px;
    background-image: none;
    background-color: #f7f7f7;
  }
}
@media (max-width: 1400px) {
  
  .banner_part {
    height: 400px;
    background-image: none;
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .banner_part {
    height: 450px;
    background-image: none;
    background-color: #f7f7f7;
  }
}
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 800px;
  
}
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 250px;
}
@media (max-width: 991px) {
 
  .banner_part .banner_text .banner_text_iner {
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .banner_part .banner_text {
    height: 650px;
  }
}
.banner_part .banner_text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #556172;
  margin-bottom: 35px;
}
.banner_part .banner_text h3 {
  font-weight: 500;
  color: #556172;
  margin-bottom: 14px;
}

.banner_part .banner_text h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 75px;
  color: #228b22;
}
@media (max-width: 991px) {
  
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

}
.banner_part .banner_text p {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
.banner_part .banner_text .btn_1 {
  margin-top: 44px;
}
/* IMAGEN BANNER */


/* MISION Y VISION */
.about_part {
  position: relative;
  z-index: 99;
  background-image: url(../img/about_overlay.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 20px;
}
@media (max-width: 991px) {
  
  .about_part {
    margin-top: 0;
    background-image: none;
    padding: 70px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .about_part {
    margin-top: 80px;
    background-image: none;
  }
}
@media (max-width: 991px) {
  
  .about_part .about_part_text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .about_part .about_part_text {
    padding-left: 0;
  }
}
.about_part .about_part_text h4 {
  font-family: "Roboto", sans-serif;
  color: #556172;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  
}

.about_part .about_part_text h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  
  .about_part .about_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .about_part .about_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.about_part .about_part_text p {
  line-height: 1.929;
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  
  .about_part .about_part_text p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .about_part .about_part_text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .about_part .about_part_text p {
    margin-bottom: 20px;
  }
}
.about_part .about_part_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 42px;
}
@media (max-width: 576px) {
  
  .about_part .about_part_text ul {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .about_part .about_part_text ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .about_part .about_part_text ul {
    margin-bottom: 20px;
  }
}
.about_part .about_part_text ul li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 80px;
  padding-top: 30px;
  color: #888888;
  position: relative;
}
@media (max-width: 991px) {
  
  .about_part .about_part_text ul li {
    padding-left: 41px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .about_part .about_part_text ul li {
    padding-left: 41px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
.about_part .about_part_text ul li span {
  margin-right: 17px;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 20px;
  color: #ff5e13;
}
@media (max-width: 991px) { 
  .about_part .about_part_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
  }
  .about_part_img{
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_part_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
  }
}
.about_part .about_part_text .btn_1 {
  margin-top: 6px;
}
.section_padding {
  padding: 140px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}
/* MISION Y VISION */


/* CARROUSEL */
.section_carrousel{
  margin-top: -250px;
  margin-bottom: 70px;
  z-index: 1;
  position: relative;
  width: 100%;
  
}

.section_carrousel .container{
    width: 100%;
    max-width: 100%;
}
.carousel-inner img {
  width: 100%;
  
  /*max-height: 460px;*/
}
@media (max-width: 991px) {
  .section_carrousel{
    margin-top: 20px;
    padding-bottom: 10%;
  }
}
@media (max-width: 1400px) {
  .section_carrousel{
    margin-top: 40px;
    padding-bottom: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .section_carrousel{
    margin-top: 40px;
    padding-bottom: 10%;
  }
}
/* CARROUSEL */

/*R*/
.section_r{
  margin-top: 70px;
  background-color: #eeeeee;
  padding: 15%;
}
.section_r h2{
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
}
.section_r h4{
  font-family: "Roboto", sans-serif;
  color: #556172;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}
@media (max-width: 991px) {
  
  .section_r {
    margin-top: 0;
    background-color: white;
    padding: 70px 0 0;
  }
  .section_r .r{
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .section_r h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
  .section_r h4 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1400px) {
  
  .section_r {
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 70px 0 0;
  }
  .section_r .r{
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .section_r h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
  .section_r h4 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .section_r {
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 70px 0 0;
  }
  .section_r .r{
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .section_r h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
  .section_r h4 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

/*R*/


/*FOOTER*/

.bg-dark{
  color: white;
}
.pie{
  color: white;
}
.pie-p{
  font-size: 110%;
  color: white;
}
/*FOOTER*/

.servicios-text{
  margin-top:10%;
}
.servicios-text h4{
  color: black;
  font-weight: bold;
  font-size: 35px;
  margin-left: 5mm;
  margin: 5%;
}
.servicios-text p{
  font-size: 20px;
  margin-left: 5mm;
  color: black;
  margin: 5%;
}
.title-services{
  margin-top: 5%;
  font-weight: bold;
}

.jumbotron-heading{
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 30px;
}

.bg-1{
  background-color: #E8E8E8;
  margin-top: 40px;
  padding-top: 20px;
}
.bg-3{
  background-color: white;
}
.bg-2{
  background-color: white;
  margin-bottom: 20px;
}
.servicios {
  line-height: 25px;
  margin-top: 50px;
}
.same_alt{
  margin-top: 50px;
  height: 500px;
}
@media (max-width: 575.98px) { 
  .same_alt{
    height: 500px;;
  }
 }
 .row2{
   margin-bottom: 50px;
 }

 
 