@charset "UTF-8";
/*------------------------------
1. TIPOGRAFIA DEL SITIO
--------------------------------*/
html {
  font-size: 13px; }

body {
  font-family: 'Rubik', sans-serif;
  color: #696969; }

/*-------------------------------------------
2. COLOR DE FONDO PRINCIPAL
---------------------------------------------*/
.bg-primary {
  background-color: #2b6149 !important; }

/*-------------------------------------------
3. COLOR DEL TEXTO PRINCIPAL
---------------------------------------------*/
.text-primary {
  color: #2b6149 !important; }

/*-------------------------------------------
TEXTO SOMBRA
---------------------------------------------*/
.texto-sombra {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); }

.nav-link {
  font-size: 1.3rem; }

.card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/*-------------------------------------------
PAGINACION
---------------------------------------------*/
.page-link {
  color: #2b6149 !important; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #2b6149 !important;
  border-color: #2b6149 !important; }

/*------------------------------------------
4. ESTILOS GENERALES DE BOTONES
-------------------------------------------*/
/*
.btn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	padding: 1rem 2rem;

}
.btn:hover{
	box-shadow:0 6px 10px rgba(0, 0, 0, 0.31);
}
.btn:after{
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: relative;
	left: .5rem;
	transition: all .2s ease;
}
.btn:hover:after{
	left: 1rem;
	transform: rotateZ(-360deg);
}
*/
/*--------------------------------------------
5. ESTILOS BOTON PRINCIPAL ".btn-primary"
--------------------------------------------*/
.btn-primary {
  background-color: #2b6149 !important;
  border-color: #1b3e2e !important; }

.btn-primary:hover, .btn-primary:focus {
  background-color: #1b3e2e !important; }

.btn-primary:active {
  background-color: #0c1a14 !important;
  border-color: black !important; }

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 97, 73, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(43, 97, 73, 0.5) !important; }

/*--------------------------------------------
5. ESTILOS BOTON otuline PRINCIPAL ".btn-primary"
--------------------------------------------*/
/*-----------------------------------------
6. SECCION BARRA DE NAVEGACIÓN ".navbar"
------------------------------------------*/
.btn-buscar {
  padding: .6rem 1rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

/*Estilo Dropdown*/
.dropdown-menu {
  border: 1px solid #2b6149;
  border-top-width: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); }

.dropdown-menu a i {
  font-size: .85rem;
  margin-right: .5rem; }

/*---------------------------------------------
8. ESTILOS PRESENTACIÓN "#presentacion"
----------------------------------------------*/
#presentacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.bienvenidos {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/*ESTILOS PARA INTERNET EXPLORER 11+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .navbar {
    min-height: 1px; } }
/*---------------------------------------------
9. ESTILOS BIENVENIDOS ".bienvenidos"
----------------------------------------------*/
.bienvenidos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center; }

.bienvenidos:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.41);*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.bienvenidos .btn {
  width: 70%;
  margin-bottom: .5rem;
  text-transform: uppercase; }

/*-----------------------------------------------
10. ESTILOS SEPARADOR ".separador-titulos"
-------------------------------------------------*/
.separador-titulos {
  display: inline-block;
  margin-top: 2rem;
  height: 4px;
  width: 80px;
  background: #2b6149; }

/*-----------------------------------------------
11. ESTILOS PROYECTOS "#proyectos"
-------------------------------------------------*/
.proyecto {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem; }

.proyecto .mascara {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(31, 29, 86, 0.73);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10; }

.proyecto .mascara h3,
.proyecto .mascara p {
  position: relative;
  top: -2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /*Correción para IE11+*/
  width: 100%; }

.proyecto .mascara .btn {
  position: relative;
  top: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.proyecto img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/*Estado HOVER de cada proyecto*/
.proyecto:hover .mascara {
  opacity: 1; }

.proyecto:hover .mascara h3,
.proyecto:hover .mascara p,
.proyecto:hover .mascara .btn {
  top: 0; }

.proyecto:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.card-title {
  height: 100px; }

/*--------------------------------------------
12. EMPIEZAN LAS MEDIAS QUERIES
----------------------------------------------*/
@media (min-width: 768px) {
  .btn-buscar {
    padding: 0;
    font-size: 1.4rem;
    border-color: transparent; }

  /*Estilos MegaMenu*/
  .navbar .container {
    position: relative; }

  .mega-menu {
    position: static; }

  .mega-menu .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto; }

/*  .bienvenidos {
    background: url("../images/fondo-bienvenidos-md.jpg") no-repeat center center/cover;
    text-align: left; }
    */

  .bienvenidos .btn {
    width: auto;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.5rem; } }
@media (min-width: 990px) {
  html {
    font-size: 16px; } }

