@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
      url('../fonts/Calibri-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
      url('../fonts/Calibri-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
      url('../fonts/Calibri-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.woff2') format('woff2'),
      url('../fonts/Calibri-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
      url('../fonts/Calibri-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.woff2') format('woff2'),
      url('../fonts/Calibri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}








/* ROOT VARS */
:root {
--font-default: "Calibri";
--font-primary: "Lato";

--color-default-light: #e3e3e3;
--color-default: #666666;
--color-default-dark: #2e2d2c;

--color-primary-light: #ddf9b9;
--color-primary: #a2cf6d;
--color-primary-dark: #006738;


--color-white: #FFFFFF;
--color-light: #f3f5fa;
--color-dark: #000000;

--regular-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

scroll-behavior: smooth;
}










/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary-light);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-default);
  color: var(--color-default-dark);
}

p {
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
}
#preloader img {
  width: 200px;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #075e54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: transparent;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: var(--color-white);
}

#header.header-scrolled {
  box-shadow: var(--regular-shadow) !important;
}

#header .brand {
  max-height: 70px;
  transition: .3s;
}
#header.header-scrolled .brand{
  max-height: 45px;
  transition: .3s;
}






















/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .05em;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-primary);
  opacity: 1;
}



#header.header-scrolled .navbar a,
#header.header-inner-pages .navbar a,
#header.header-scrolled .navbar a:focus,
#header.header-inner-pages .navbar a:focus {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 0 10px 30px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: .05em !important;
  color: var(--color-default) !important;
  white-space: nowrap !important;
  transition: 0.3s !important;
}


#header.header-scrolled .navbar a i,
#header.header-inner-pages .navbar a:focus i,
#header.header-scrolled .navbar a i,
#header.header-inner-pages .navbar a:focus i{
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}




#header.header-scrolled .navbar a:hover,
#header.header-inner-pages .navbar a:hover,
#header.header-scrolled .navbar .active,
#header.header-inner-pages .navbar .active,
#header.header-scrolled .navbar .active:focus,
#header.header-inner-pages .navbar .active:focus,
#header.header-scrolled .navbar li:hover>a,
#header.header-inner-pages .navbar li:hover>a {
  color: var(--color-primary) !important;
  opacity: 1 !important;
}



















/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--color-primary);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--color-white);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    border-radius: 0;
    background-color: var(--color-primary-dark);
    overflow-y: auto;
    transition: 0.3s;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 24px;
  color: rgba(255,255,255,.5);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-white);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: var(--color-dark);
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--color-white);
  border: 1px solid var(--color-light);
  box-shadow: none;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.navbar-mobile .getstarted {
    display: flex;
    justify-content: center;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}
.bg-cover {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.bg-cover-cuadrado {
  background-position: center;
  background-size: cover;
  width: 100%;
  content: "";
  padding-bottom: 100%;
  border-radius: 0 3rem 3rem 3rem;
  height: 100px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background-color: var(--color-default-dark);
}

#footer .footer-top {
  padding: 60px 0 60px 0;
}


#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--color-white);
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}



/*--------------------------------------------------------------
# MY STYLES
--------------------------------------------------------------*/
#comming-soon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 720px;
}
#comming-soon::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#comming-soon .container, #comming-soon .row {
  height: 100%;
}
#comming-soon h1{
  font-weight: bolder;
  color: #fff;
  position: relative;
  text-align: center;
}
.section-title {
  font-weight: bolder;
}
.service-item {
  border: 2px solid var(--color-primary-dark);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*border-radius: 1rem;*/
  height: 100px;
  background-color: #FFF;
  transition: .3s;
  cursor: pointer;
}
.service-item:hover {
  background-color: var(--color-primary-dark);
  transition: .3s;
}
.service-item h5 {
  font-weight: bold;
  color: var(--color-primary-dark);
  transition: .3s;
}
.service-item:hover h5 {
  font-weight: bold;
  color: var(--color-white);
  transition: .3s;
}
#news {
  background-color: var(--color-primary-dark);
}
.form-control {
  background-color: #FFF;
  border-bottom: 1px solid #ced4da;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.principios-card {
  display: flex;
  align-items: center;
}
.principios-card .principios-icon{
  width: 80px;
  height: 80px;
}
.principios-card .principios-icon .circle{
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.principios-card .principios-body {
  width: calc(100% - 80px);
  padding: 0 15px;
}




.width-deco {
  width: 60%;
  height: auto;
}


@media (max-width: 768px) {
  #header .brand {
    max-height: 50px;
  }
  .width-deco {
    width: auto;
    height: 80px;
  }

  #header.header-scrolled .navbar a,
  #header.header-inner-pages .navbar a,
  #header.header-scrolled .navbar a:focus,
  #header.header-inner-pages .navbar a:focus {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 0 10px 0px !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-style: normal !important;
    letter-spacing: .05em !important;
    color: var(--color-white) !important;
    white-space: nowrap !important;
    transition: 0.3s !important;
  }


  #header.header-scrolled .navbar a i,
  #header.header-inner-pages .navbar a:focus i,
  #header.header-scrolled .navbar a i,
  #header.header-inner-pages .navbar a:focus i{
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }




  #header.header-scrolled .navbar a:hover,
  #header.header-inner-pages .navbar a:hover,
  #header.header-scrolled .navbar .active,
  #header.header-inner-pages .navbar .active,
  #header.header-scrolled .navbar .active:focus,
  #header.header-inner-pages .navbar .active:focus,
  #header.header-scrolled .navbar li:hover>a,
  #header.header-inner-pages .navbar li:hover>a {
    color: var(--color-primary) !important;
    opacity: 1 !important;
  }


}







