@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* ROOT VARS */
:root {
 --font-primary: "Open Sans", sans-serif;

 /* --color-default-light: #e3e3e3;
--color-default: #494949;
--color-default-dark: #000024; */

 --color-primary-light: #ff94eb;
 --color-primary: #fc62d8;
 --color-primary-dark: #fc2dd5;

 --color-secondary-light: #9e83ff;
 --color-secondary: #855afd;
 --color-secondary-dark: #683eff;

 --color-green-dark: #096909;
 --color-green-light: #9db3a6;
 --color-brown: #8b4513;
 --color-yellow: #ffd700;
 --color-grey: #d3d3d3; /*usar para textos y detalles*/
 --color-grey-light: #f6f6f6; /*usar para textos y detalles*/

 --color-grey-dark: #333333;
 --color-white: #ffffff;
 --color-dark: #000000;

 --regular-shaodw: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

 scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: var(--font-primary);
 color: var(--color-default);
 /* font-weight: 600; */
}

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-primary);
 color: var(--color-default-dark);
}

p {
 font-size: 14px;
}

/*--------------------------------------------------------------
# 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-color: var(--color-green-light);
 color: var(--color-white);
}

#header.header-scrolled,
#header.header-inner-pages {
 background: var(--color-white);
 color: var(--color-dark);
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 box-shadow: var(--regular-shaodw);
}

#logo {
 max-height: 45px;
}

.btn-main {
 --bs-btn-color: #fff;
 --bs-btn-bg: var(--color-secondary-light);
 --bs-btn-border-color: var(--color-secondary-light);
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: var(--color-secondary-dark);
 --bs-btn-hover-border-color: var(--color-secondary-dark);
 --bs-btn-focus-shadow-rgb: 217, 164, 6;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: var(--color-secondary-dark);
 --bs-btn-active-border-color: var(--color-secondary-dark);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: var(--color-secondary-light);
 --bs-btn-disabled-border-color: var(--color-secondary-light);
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1pt;
 font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
 background: var(--color-grey);
 height: 40px;
 font-size: 14px;
 transition: all 0.5s;
 color: var(--color-green-dark);
 padding: 0;
}

#topbar .contact-info i {
 font-style: normal;
 color: var(--color-green-dark);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
 padding-left: 5px;
 color: var(--color-green-dark);
}

#topbar .contact-info i a {
 line-height: 0;
 transition: 0.3s;
 transition: 0.3s;
}

#topbar .contact-info i a:hover {
 color: var(--color-green-dark);
 text-decoration: underline;
}

#topbar .social-links a {
 color: var(--color-green-dark);
 line-height: 0;
 transition: 0.3s;
 margin-left: 20px;
}

#topbar .social-links a:hover {
 color: var(--color-green-dark);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 background: #fff;
 transition: all 0.5s;
 z-index: 997;
 height: 86px;
 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
 height: 70px;
}

#header .logo {
 font-size: 30px;
 margin: 0;
 padding: 0;
 line-height: 1;
 font-weight: 600;
 letter-spacing: 0.8px;
 font-family: "Poppins", sans-serif;
}

#header .logo a {
 color: #222222;
}

#header .logo img {
 max-height: 40px;
}

.scrolled-offset {
 margin-top: 70px;
}

/*--------------------------------------------------------------
# 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 > ul > li {
 white-space: nowrap;
 padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 3px;
 font-size: 15px;
 font-weight: 600;
 color: #222222;
 white-space: nowrap;
 transition: 0.3s;
 position: relative;
}

.navbar a i,
.navbar a:focus i {
 font-size: 12px;
 line-height: 0;
 margin-left: 5px;
}

.navbar > ul > li > a:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 2px;
 bottom: -6px;
 left: 0;
 background-color: var(--color-green-dark);
 visibility: hidden;
 width: 0px;
 transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
 visibility: visible;
 width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
 color: var(--color-green-dark);
}

.navbar .dropdown ul {
 display: block;
 position: absolute;
 left: 28px;
 top: calc(100% + 30px);
 margin: 0;
 padding: 10px 0;
 z-index: 99;
 opacity: 0;
 visibility: hidden;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
 transition: 0.3s;
}

.navbar .dropdown ul li {
 min-width: 200px;
}

.navbar .dropdown ul a {
 padding: 10px 20px;
 font-weight: 400;
}

.navbar .dropdown ul a i {
 font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
 color: var(--color-green-dark);
}

.navbar .dropdown:hover > ul {
 opacity: 1;
 top: 100%;
 visibility: visible;
}

.navbar .dropdown .dropdown ul {
 top: 0;
 left: calc(100% - 30px);
 visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
 opacity: 1;
 top: 0;
 left: 100%;
 visibility: visible;
}

@media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
  left: -90%;
 }

 .navbar .dropdown .dropdown:hover > ul {
  left: -100%;
 }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
 color: #222222;
 font-size: 28px;
 cursor: pointer;
 display: none;
 line-height: 0;
 transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
 color: #fff;
}

@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(9, 9, 9, 0.9);
 transition: 0.3s;
 z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
 position: absolute;
 top: 15px;
 right: 15px;
}

.navbar-mobile ul {
 display: block;
 position: absolute;
 top: 55px;
 right: 15px;
 bottom: 15px;
 left: 15px;
 padding: 10px 0;
 background-color: #fff;
 overflow-y: auto;
 transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
 padding: 10px 20px;
 font-size: 15px;
 color: #222222;
}

.navbar-mobile > ul > li {
 padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
 visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
 color: var(--color-green-dark);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
 margin: 15px;
}

.navbar-mobile .dropdown ul {
 position: static;
 display: none;
 margin: 10px 20px;
 padding: 10px 0;
 z-index: 99;
 opacity: 1;
 visibility: visible;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.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-green-dark);
}

.navbar-mobile .dropdown > .dropdown-active {
 display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
 padding: 90px 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;
}

.bg-verde-oscuro {
  background-color: var(--color-green-dark);
  color: var(--color-white);
}

.titulo-section-center{
  position: relative;
  color: var(--color-green-dark);
  font-weight: 800;
}
.titulo-section-center::before {
  position: absolute;
  content: '';
  top: 50px;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  height: 5px;
  width: 100px;
  background-color: var(--color-green-dark);
}

.titulo-section-itines-center{
  position: relative;
  color: var(--color-green-dark);
  font-weight: 800;
}
.titulo-section-itines-center::before {
  position: absolute;
  content: '';
  top: 50px;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  height: 5px;
  width: 100px;
  background-color: var(--color-green-dark);
}

.titulo-section-start{
  position: relative;
  color: var(--color-green-dark);
  font-weight: 800;
}
.titulo-section-start::before {
  position: absolute;
  content: '';
  top: 50px;
  bottom: 0%;
  height: 5px;
  width: 100px;
  background-color: var(--color-green-dark);
}

@media (max-width: 405px) {
  .titulo-section-itines-center::before {
    top: 70px;
  }
}




/*--------------------------------------------------------------
# Video Section Hero
--------------------------------------------------------------*/
#hero {
  height: 600px !important;
  position: relative !important;
  overflow: hidden !important;
}

#hero:before {
  content: "";
  background: rgba(0, 100, 0, 0.479);
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 50%;
}

#hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

#hero .container {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #hero:before {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(#0e7b0e5c, #0e7b0e56), url("../img/servicios/agricultura_extensiva.jpg") center center;
  background-size: cover;
  padding: 150px 0;
  background-attachment: fixed;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: var(--color-green-dark);
}




/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: var(--color-grey-light);
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--color-green-dark);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-dark);
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--color-dark);
}


.counts-contacto .count-box {
  padding: 30px 25px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: var(--color-grey-light);
}

.counts-contacto .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--color-green-dark);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts-contacto .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-dark);
}

.counts-contacto .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--color-dark);
}


/*--------------------------------------------------------------
# Slider Principal
--------------------------------------------------------------*/
.slider-header {
 height: 30vh;
}
.btn-productos {
 color: var(--color-green-dark);
 background-color: var(--color-white);
 border: 2px solid var(--color-white);
 transition: 0.3s ease;
 width: fit-content;
}
.btn-productos:hover {
 background-color: transparent;
 border: 2px solid var(--color-white);
 color: var(--color-white);
}
.slider-principal-1 {
  position: absolute;
  width: 40%;
  height: 100%;
  color: var(--color-white);
  
}
.slider-principal-1::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 100, 0, 0.6);
}
.slider-principal-1 img, .slider-principal-1 h1, .slider-principal-1 h4, .slider-principal-1 a{
  position: relative; /* Establece la posición a relativa para que pueda interactuar con z-index */
  
}
.slider-principal-1 h1 {
 font-size: 40px;
 font-weight: 800;
}

@media (max-width: 768px) {
 .slider-header {
  height: 60vh !important;
 }
 .img-slider-principal{
  padding-bottom: 100% !important;
 }
 .slider-principal-1 h1 {
  font-size: 30px;
  font-weight: 800;
 }
 .slider-principal-1 {
  width: 100%;
  
}
}


/*--------------------------------------------------------------
# Sliders
--------------------------------------------------------------*/
.mySwiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.produccrionSwiper {
  width: 65%;
  height: 100%;
}

.produccrionSwiper .swiper-slide .slide-content {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.produccrionSwiper .swiper-slide .slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 1;
}

.slide-text {
  position: absolute;
  bottom: 10px;
  /* left: 10px; */
  color: white;
  z-index: 2;
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 990px) {
  .produccrionSwiper .swiper-slide .slide-content {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%;
  }
}


.container-producto{
  height: 100%;
  border-radius: 3px;
}

.container-producto img{
  border-radius: 50px;
  width: 18%;
}

.container-producto h3{
  font-size: 18px;
}

@media (max-width: 440px) {
  .container-producto img {
    width: 22%;
  }
}

/* .container-producto:hover img{
  transform: scale(1.1);
}
.container-producto img{
  transition: transform 0.5s;
} */


/* .overlay{
  content: "";
  background: #00000080;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: .3s ease-in;
}

.overlay:hover{
  opacity: 1;
  transition: .3s ease-out;
  
}

.overlay h3{
  color: white;
  text-align: center;
} */




/*--------------------------------------------------------------
# AGRICULTURA EXTENSIVA
--------------------------------------------------------------*/
.departments {
  background-color: var(--color-grey-light);
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  width: 100%;
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #333333;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
  text-align: start;
}

.departments .nav-link:hover {
  color: var(--color-green-dark);
}

.departments .nav-link.active {
  color: var(--color-green-dark);
  border-color: var(--color-green-dark);
  background-color: var(--color-grey);
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}



.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: var(--color-green-dark);
  }
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 10px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-green-dark);
  border: 2px solid var(--color-green-dark);
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background-color: var(--color-green-dark);
  border: 2px solid var(--color-green-dark);
  border-radius: 3px;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #bdc6ca;
  border-left: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #bdc6ca;
  border-right: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: var(--color-default-dark);
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #0f394c;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #49b5e7;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8dd0f0;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #49b5e7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49b5e7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(15, 57, 76, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 font-size: 12px;
 background-color: var(--color-brown);
}

#footer .footer-top {
 padding: 60px 0 0px 0;
 background: var(--color-dark);
}

#footer .footer-bottom {
 padding-top: 30px;
 padding-bottom: 30px;
}

#footer .copyright {
 float: left;
 color: #fff;
}

#footer .credits {
 float: right;
 font-size: 13px;
 color: #fff;
}

#footer .credits a {
 transition: 0.3s;
 color: #fff;
}

/*--------------------------------------------------------------
# SOCIAL MEDIA MENU
--------------------------------------------------------------*/
.social-media-menu {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0;
}
.social-media-menu li {
 width: 30px;
 height: 30px;
 border-radius: 30px;
 background-color: var(--color-light);
 display: flex;
 justify-content: center;
 align-items: center;
}
.social-media-menu li a {
 color: var(--color-default);
 opacity: 0.5;
 transition: 0.3s;
}
.social-media-menu li a:hover {
 color: var(--color-yellow);
 opacity: 1;
 transition: 0.3s;
}

/*--------------------------------------------------------------
# CARD PRODUCT
--------------------------------------------------------------*/

.card {
  border-radius: 0px;
 transition: 0.3s ease;
}

.card .details{
  min-height: 140px !important;
  max-height: 140px !important;
  border-left: none !important;
}

.card .details h5{
  color: var(--color-green-dark);
}

.card .details p{
  color: var(--color-dark);
}

.card .image {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 60%;
}

.card:hover{
  background-color: var(--color-green-dark) !important;
  color: var(--color-white) !important;
}
.card:hover .details h5{
  color: var(--color-white) !important;
}
.card:hover .details p{
  color: var(--color-white) !important;
}

@media (max-width: 400px) {
  .card .image {
    padding-bottom: 37%;
   }
}


/*--------------------------------------------------------------
# CONTACTO
--------------------------------------------------------------*/

.php-email-form {
 padding: 30px;
}

.php-email-form .error-message {
 display: none;
 color: #fff;
 background: #ed3c0d;
 text-align: left;
 padding: 15px;
 font-weight: 600;
}

.php-email-form .error-message br + br {
 margin-top: 25px;
}

.php-email-form .sent-message {
 display: none;
 color: #fff;
 background: #18d26e;
 text-align: center;
 padding: 15px;
 font-weight: 600;
}

.php-email-form .loading {
 display: none;
 background: #fff;
 text-align: center;
 padding: 15px;
}

.php-email-form .loading:before {
 content: "";
 display: inline-block;
 border-radius: 50%;
 width: 24px;
 height: 24px;
 margin: 0 10px -6px 0;
 border: 3px solid #18d26e;
 border-top-color: #eee;
 animation: animate-loading 1s linear infinite;
}

.php-email-form .form-group {
 margin-bottom: 20px;
}

.php-email-form input,
.php-email-form textarea {
 border-radius: 0;
 box-shadow: none;
 font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
 border-color: none;
}

.php-email-form input {
 padding: 10px 15px;
}

.php-email-form textarea {
 padding: 12px 15px;
}

.php-email-form button[type="submit"] {
 border: 2px solid var(--color-green-dark);
 background-color: transparent;
 padding: 10px 30px;
 color: var(--color-green-dark);
 transition: 0.4s;
 border-radius: 4px;
}

.php-email-form button[type="submit"]:hover {
 background: var(--color-green-dark);
 color: #ffffff;
}

@media (max-width: 768px) {
  .php-email-form {
    margin-top: 30px;
    padding: 0px;
   }
}
