/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@media only screen and (max-width: 768px) {
  section#videos ul li a {
    color: #006729;
  }
	
  section#videos ul li:hover a {
    color: white !important;
  }
}

#modalIframe .modal-content {
	height: 60vh;
}

#modalIframe .modal-content iframe {
	height: 100%;
}


a {
  margin: 0;
}

.container-loader.loader {
	height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 50;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.container-loader.loader .carSvg {
	margin-top: -1rem;
	width: 100px;
	height: auto;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -1rem;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #006729;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.row-menu {
  height: 100%;
  z-index: 10;
  position: relative;
}
.row-menu.open .col-button {
  z-index: 20;
}
.row-menu.open .col-stuff {
  z-index: 20;
}
.row-menu.open .handle-remake-menu {
  opacity: 1;
  -webkit-transform: unset;
          -ms-transform: unset;
      transform: unset;
}
.row-menu .col-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 10
}
.row-menu .col-button .wrap-button {
  position: relative;
  width: 35px;
  height: 25px;
}
.row-menu .col-button .wrap-button span {
  width: 100%;
  background-color: #006729;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.row-menu .col-button .wrap-button span:first-child {
  top: 0;
}
.row-menu .col-button .wrap-button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.row-menu .col-button .wrap-button span:last-child {
  bottom: 0;
}
.row-menu .col-button .wrap-button.active span:first-child {
  -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 50%;
}
.row-menu .col-button .wrap-button.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 50%;
  bottom: unset;
}
.row-menu .col-button .wrap-button.active span:last-child {
  -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
      transform: translateY(5px);
  opacity: 0;
}
.row-menu .col-stuff {
  padding-left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-menu .col-stuff .wrap-logo {
  height: 65px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.row-menu .col-stuff .wrap-logo a img {
  height: 100%;
}
.row-menu .col-stuff .wrap-extra ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row-menu .col-stuff .wrap-extra ul li {
  list-style: none;
  margin-right: 1.5rem;
}
.row-menu .col-stuff .wrap-extra ul li a {
  font-size: 28px;
  color: #006729;
}
.row-menu .col-stuff .wrap-extra ul li:last-child {
  margin-right: 0;
}
.row-menu .handle-remake-menu {
  position: absolute;
  background-color: #0067294d;
  background-color: white;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
          -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.row-menu .handle-remake-menu .row-handle-menu {
  padding-top: 90px;
  background: white;
  padding-bottom: 2rem;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up {
  position: relative;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown {
  padding: 0;
  margin: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile {
  position: relative;
  list-style: none;
  color: #006729;
  cursor: pointer;
  letter-spacing: 0px;
  font-size: 20px;
  height: 45px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile a {
  color: inherit;
  text-decoration: none;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile a:hover {
  text-decoration: none;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile:last-child {
  margin-bottom: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile[aria-expanded="true"] {
  font-weight: 500;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile[aria-expanded="true"].chevron-item:before {
  -webkit-transform: translateY(-45%) rotate(135deg);
          -ms-transform: translateY(-45%) rotate(135deg);
      transform: translateY(-45%) rotate(135deg);
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile[aria-expanded="true"]:after {
  opacity: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile.chevron-item:before {
  content: "";
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  height: 0.45em;
  width: 0.45em;
  right: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .item-menu-mobile:after {
  content: "";
  background-color: #0067293b;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu {
  padding-left: 20px;
  position: relative;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu:before {
  content: "";
  background-color: #0067293b;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu.show {
  padding-bottom: 1rem;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu.show:before {
  opacity: 1;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile {
  position: relative;
  color: #006729;
  cursor: pointer;
  letter-spacing: 0px;
  font-size: 18px;
  height: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile[aria-expanded="true"] {
  font-weight: 500;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile[aria-expanded="true"].chevron-item:before {
  -webkit-transform: translateY(-45%) rotate(135deg);
          -ms-transform: translateY(-45%) rotate(135deg);
      transform: translateY(-45%) rotate(135deg);
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile[aria-expanded="true"]:after {
  opacity: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile.chevron-item:before {
  content: "";
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  height: 0.45em;
  width: 0.45em;
  right: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .item-submenu-mobile:after {
  content: "";
  background-color: #0067293b;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .collapse-submenu {
  position: relative;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .collapse-submenu ul {
  position: relative;
  padding-bottom: 0.75rem;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .collapse-submenu ul:before {
  content: "";
  background-color: #0067293b;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .collapse-submenu ul li a {
  color: #000;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-up .first-dropdown .wrap-submenu .accordion-submenu .collapse-submenu.show ul:before {
  opacity: 1;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot {
  margin-top: 4rem;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot .list-subMenu-remake {
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
          -moz-columns: 2;
       columns: 2;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot .list-subMenu-remake .item-subMenu-remake {
  list-style: none;
  text-align: center;
  color: #656667;
  margin-bottom: 1rem;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot .list-subMenu-remake .item-subMenu-remake a {
  font-size: 17px;
  font-weight: 300;
  color: #656667;
  text-decoration: none;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot .list-subMenu-remake .item-subMenu-remake a:hover {
  text-decoration: none;
}
.row-menu .handle-remake-menu .row-handle-menu .menu-remake-bot .list-subMenu-remake .item-subMenu-remake a i {
  margin-right: 6px;
}
.row-menu .handle-remake-menu .row-handle-menu .section-login {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-menu .handle-remake-menu .row-handle-menu .section-login .btn-login {
  background-color: #006729;
  color: white;
  padding: 1.25rem 1.25rem;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.row-menu .handle-remake-menu .row-handle-menu .section-login .btn-login i {
  margin-right: 10px;
}
.row-menu .handle-remake-menu .row-handle-menu .section-login .btn-login:hover {
  text-decoration: none;
}

.swiper-button-next, .swiper-button-prev {
    height: 100%;
    top: 0;
    width: 40px;
    margin: 0;
}


.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  color: transparent !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
	color: transparent !important;
}

.col-top footer a:hover {
	text-decoration: underline !important;
}


.sectionFichas{
	margin-top: 20px;
	text-align: center;
}

.sectionFichas h3{
	color: #006729;
	font-weight: 900;
	display: inline-block;
	position: relative;
}

.sectionFichas h3::before{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #006729;
	position: absolute;
	bottom: -15%;
	left: 50%;
	transform: translateX(-50%);
}

.sectionFichas h3::after{
	content: "";
}

.sectionFichas p{
	color: #000;
}

.tabs-plantilla{
	background-color: #ededed;
	width: 100%;
	display: flex;
	justify-content: center !important;
	
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #006729 !important;
    border-bottom: 4px solid #006729 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
	background-color: transparent !important;
}

.nav-pills .nav-link {
	color: #444;
}

.col-iconos{
	margin-top: 20px;
	text-align: center;
}

.col-iconos h5{
	color: #006729;
	font-weight: 900;
	margin-top: 10px;
	text-align: center;
}

.circulo-iconos{
    border-radius: 50px;
    border: 3px solid #006729;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    margin: auto;
}

.circulo-iconos img{
	height: 40px;
	width: auto;
}


.circulo-numeros{
    border-radius: 50px;
    border: 3px solid #006729;
    width: 50px;
    height: 50px;
    padding: 7px 15px;
    margin: 0 auto;
}

.circulo-numeros label{
	font-weight: 900;
	color: #006729;
	font-size: 20px;
}

.bg-gray{
	background-color: #ededed;
}