html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ----- NAVBAR ACTIVE ----- */

header {
     /* background-color: #73b830;  */
     background-color: white;
     position: relative;
}

header .container-fluid {
    padding: 0 0 0 0;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #0166e9;
}

.navbar-light .navbar-nav .nav-link {
    /* color: #2D9B20;  */
    color: seagreen;
}
.navbar-light .navbar-nav .nav-item > a:hover, .navbar-light .navbar-nav .nav-item > a:focus {
    color: #0166e9;
}



.navbar-light ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.navbar-light > ul {
  display: flex;
}

.navbar-light > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 20px;
}

.navbar-light a {
    display: block;
    position: relative;
    color: rgba(0,0,0,.9);
    transition: 0.3s;
    /* font-size: 15px;*/
    font-weight: 500;
    padding: 0 3px; 
    /* font-family: "Open Sans", sans-serif; */
}

.navbar-light > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #de3133;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-light a:hover:before, .navbar-light li:hover > a:before, .navbar-light .active > a:before {
    visibility: visible;
    width: 100%;
}

.navbar-light a:hover, .navbar-light  .active > a, .navbar-light  li:hover > a {
  
    color: #86b337;
    font-weight: 500;
  }

  
.navbar-brand img {
    width: 50%;
}


.btn-dark {
    background-color: #86b337;
    border-color: #86b337;
}

.display-slogan {
    font-weight: 500;
}


.card {
    border:none;
}

.logo-image{
    width: 123px;
    height: 45px;
}
.info-box-green {
    box-shadow: 0px 2px 15px rgb(24 151 34 / 15%);
    border-radius: 4px;
}
.info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(73, 132, 190, 0.3);
    padding: 15px 2px;
    font-size: 18px
  }

.info-box i {
  font-size: 1.5rem;
  color: #3297DD;
  padding: 8px;
}

.info-box .initial-align {
    text-align: initial;
    font-size: 16px;
    color: #777777;
  }

.info-box p {
    margin-bottom: 0.5rem
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# FRASE
--------------------------------------------------------------*/
.frase {
    padding: 80px 0;
    background: url("../img/frase-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .frase::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .frase .section-header {
    margin-bottom: 40px;
  }
  
  .frase .frase-item {
    text-align: center;
    color: #fff;
  }
  
  .frase .frase-item .frase-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
  }
  
  .frase .frase-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
  }
  
  .frase .frase-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
  }
  
  .frase .frase-item .quote-icon-left, .frase .frase-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
  }
  
  .frase .frase-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  
  .frase .frase-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  
  .frase .frase-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
  }
  
  .frase .owl-nav, .frase .owl-dots {
    margin-top: 5px;
    text-align: center;
  }
  
  .frase .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  
  .frase .owl-dot.active {
    background-color: #106eea !important;
  }
  
  @media (min-width: 1024px) {
    .frase {
      background-attachment: fixed;
    }
  }
  
  @media (min-width: 992px) {
    .frase .frase-item p {
      width: 80%;
    }
  }

/*--------------------------------------------------------------
# Secciones
--------------------------------------------------------------*/

.seccion {
    height: 750px;
    font-size: 16px;
    font-weight: 300px;
    scroll-margin-top: 3em;
}

section .blue-line {
    width: 100%;
    height: 13px;
    background: #3297DD;
}
section .green-line {
    width: 100%;
    height: 13px;
    background: #2D9B20;
}
.bg-blue-ape {
    /* background-color: #3297DD; */
    background: linear-gradient(to bottom right, #3297DD 30%, #B2DCF8 70%, #3297DD 100%);
    color: white;
}
.bg-green-ape {
    background-color: #2D9B20;
    color: white;
}
.bg-gray {
    background-color: #f8f9fa;
}

.bg-green {
    background-color: #2D9B20;
}

.card-text{
    color: black;
}
@media (min-width: 1281px) {
  
	.logo_img{
		height: auto !important;
	}
  
}

/*--------------------------------------------------------------
# ANIMACION LINEAS
--------------------------------------------------------------*/
.line-animate {
    max-width: 10rem;
    border-top-width: 3px;     
    display: flex;
    /* flex-direction: column; */
}

.line-animate::after {
    content: "\A0";
    background: #E73515;
    border-radius: 2px;
    /* margin: 0 0 8px 26px; */
    transform: scaleX(0);
    height: 2px;
    width: 158px;
    
}

.loaded .line-animate::after{
    animation: AnimatedScale 0.5s ease-in-out .2s forwards;
}

@keyframes AnimatedScale { 
    100% {
        transform: scaleX(1);
      }
} 


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
}

footer .copyright {
  text-align: center;
  float: left;
}

footer .logo {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
  
}

footer .logo img{
  height: 70px !important;
}