@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
*{
  font-family: Montserrat, sans-serif;
}
.topbar {
  background-color: #2a2a2a;
  padding: 15px 0px;
}
.bg-dark{
  background-color:rgba(0,0,0,.6) !important;
}
.navbar{
  position: absolute;
  top:0;
  z-index: 99;
  left:0;
  right:0;
  margin:0 auto;
}
.datos_top {
  color: #ffffff;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  display: block;
  vertical-align: middle;
  line-height: 15px;
  text-align: right;
}

.datos_top li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  padding: 0px 12px 0px 0px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}

.datos_top li:first-child {
  border-right: 1px solid #ffffff;
}

.datos_top li .fa {
  margin-right: 12px;
  font-size: 15px;
}

.swiper-slide::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,.7);
}

.titulo_slide {
  z-index: 9999;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-top: 380px;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
}

.titulo_slide span {
  font-weight: 300;
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.titulo_linea {
  font-size: 40px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.titulo_linea:after {
  width: 200px;
  display: block;
  content: " ";
  position: relative;
  height: 4px;
  background-color: #97C833;
  margin: 15px auto;
}

.container-fluid.intro {
  padding: 110px 0px;
  background-image: url('../../assets/img/intro.png');
  background-color: #97C833;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.intro .titulo_linea {
  color: #212529;
  margin-bottom: 50px;
}

.intro .titulo_linea:after {
  background-color: #212529;
}

.intro p {
  color: #212529;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  
}

.info-nos {
  padding: 100px;
}

.btn-primary {
  background-color: #97C833 !important;
  border-color: #97C833 !important;
  padding: .6rem 2.5rem;
}

#servicios {
  background-color: #f3f3f3;
  padding: 100px 0px;
}

.box-color {
  text-align: center;
  border-radius: 10px;
}
.box-color i.fa,
.box-color .icono {
  font-size: 60px;
  color: #97C833;
  margin-bottom: 20px;
}

.box-color:hover {
  background-color: #97C833;
}
.box-color:hover h5, .box-color:hover i.fa,
.box-color:hover h5, .box-color:hover .icono {
  color: #ffffff;
}

.box-color a {
  text-decoration: none;
  color: #212529;
  padding: 3rem 2.5rem 2rem;
  display: block;
}

#footer {
  background-color: #000000;
  padding: 50px 0px 10px;
}

.copyright {
  text-align: center;
  color: #ffffff;
}

.titulo_footer {
  color: #ffffff;
}

.menu_footer {
  color: #ffffff;
  list-style: none;
  margin: 30px 0px 0px;
  padding: 0px 0px;
}

.menu_footer li a {
  color: #ffffff;
}

.menu_footer li .fa {
  margin-right: 10px;
}

.menu_footer li {
  margin: 3px 0px;
}

.divcopyright {
  border-top: 1px solid #444444;
  padding-top: 30px;
}

.modal-footer .btn-primary {
  text-align: center;
  margin: 0px auto;
}

.modal-body .titulo_linea {
  font-size: 30px;
  line-height: 35px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #506a1b !important;
  border-color: #506a1b !important;
}

.bg-title {
  height: 350px;
  background-color: #000000;
  background-image: url('../../assets/img/intro.png');
  background-size: cover;
  background-position: top center;
  position: relative;
}
.bg-title:after{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index: 1;
  content: " ";
  background-color: rgba(0,0,0,.7);
  
}
.bg-title h1 {
  color: #ffffff;
  text-align: center;
  margin-top: 230px;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  z-index: 10;
  position: relative;
  filter: blur(0px);
}

.box-nos {
  text-align: center;
  padding: 40px 30px;
}

.box-nos .icono {
  font-size: 80px;
  color: #97C833;
}

.filosofia {
  padding: 100px 0px;
}

.misionvision {
  background-color: #dedede;
}

.datos .icono {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.datos {
  padding: 15px 0px;
  text-align: center;
}
#footer .datos .icono {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  margin-right: 0px;
  color: #ffffff;
}

#footer .datos {
  padding: 0px 0px !important; 
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 20px;
}

.msg_ok {
  background-color: #97C833;
  color: #ffffff;
}

.msg_error {
  background-color: #FF0000;
  color: #ffffff;
}

.custom-file-label::after {
  content: " Elegir ";
  padding: .375rem 1.4rem;
  cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #97C833;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
@media (max-width:767px) {
  #footer{
    text-align: center;
  }
  .info-nos {
    padding: 30px;
  }
}