/**
* Template Name: Amoeba - v4.9.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #777;
}

a {
  text-decoration: none;
  font-weight: bold;
  /*color: #43aea0;*/
  color: #424949;    
}

a:hover {
  /*color: #00d3b8;*/
  color: #CD5C5C;  
  text-decoration: none;
}

p a {
  text-transform: uppercase;
  color: #CD5C5C; 
}

p a:hover {
  text-decoration: underline;
  color: #424949; 
}


h1,
.font-primary {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;  
  /*font-family: "Lato", sans-serif;*/
}

img:hover {
  opacity: 0.4;
  transition: 0.5s;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  /*text-align: justify;*/
}

.section-bg {
  background-color: #f4f4f4;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
}

.section-links {
  display: flex;
  justify-content: center;
}

.section-bg-contact {
  background: #4779a8 url("../../images/bg-contact.png") center center no-repeat;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
}

.section-bg-videos {
  background-color: #464646;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
}
.section-title-video h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 40px;
  padding-bottom: 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  text-align: center;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
  font-family: "Anton", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}

.photo-left {
  background: #0000;
  overflow: hidden;
  float: left;
  width: 400px;
  margin: 0 30px 30px 0;
  position: relative;  
  clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
}
.photo-left img {
  transition: all 0.3s ease-in-out;
}
.photo-left:hover img {
  opacity: 0.4;
  transform: scale(1.2);
}

.photo-center {
  background: #0000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  margin: 30px 0 0 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
}
.photo-center img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.photo-center:hover img {
  opacity: 0.4;
  transform: scale(1.2);
}

.photo-taller {
  float: left;
  width: 340px;
  margin: 0 20px 20px 0;
  position: relative;
}

@media (max-width: 768px) {
  .photo-left {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .photo-taller {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .section-bg-contact {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
  }
  .section-bg-videos {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);
  }
 .section-bg {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
  } 
  p {
    margin: 16px; 
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3,h4,h5,h6 {
    font-size: 20px;
  }    
}
.linea {
  border-top: 1px solid #eee;
  height: 20px;
  padding: 0;
  margin: 20px auto 0 auto;
  clear: both;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f4f4f4;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 5px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 5px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #CD5C5C;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #000;
}

#header.header-scrolled {
  background: #4D5656;
  height: 60px;
}

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

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header .logo:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# 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-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  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: #CD5C5C;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  /*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;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.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: #CD5C5C;
}

.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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@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-color: #000;
  opacity: 0.95;
  transition: 0.3s;
}

.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: #000;
  opacity: 0.95;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #CD5C5C;
}

.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: #000;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
}

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

.navbar-mobile .dropdown ul a {
  color: #fff;
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A0A0A0;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #CD5C5C;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
  opacity: 0;
  animation: fade-in-animation 4s ease-in forwards;
}

@keyframes fade-in-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home{
  background: url("../../images/bg-emaland-2.jpg") top center;
}
.epilogo{
  background: url("../../images/bg-epilogo-main.jpg") top center;
}
.hijas{
  background: url("../../images/bg-hijas-main-2023.jpg") top center;
}
.hijas-gira{
  background: url("../../images/bg-hijas-gira-2023.jpg") top center;
}
.tarea{
  background: url("../../images/tarea-1.jpg") top center;
}
.emaland{
  background: url("../../images/bg-emaland-main.jpg") top center;
}
.los-que-estan-bien{
  background: url("../../images/bg-los-que-estan-bien-main.jpg") top center;
}
.companeras{
  background: url("../../images/bg-companeras-main.jpg") top center;
}
.iconos{
  background: url("../../images/bg-iconos-main.jpg") top center;
}
.probando{
  background: url("../../images/bg-123-probando-main.jpg") top center;
}
.drie{
  background: url("../../images/bg-drie-main.jpg") top center;
}
.videos{
  background: url("../../images/bg-videos-main.jpg") top center;
}
.meira{
  background: url("../../images/bg-meira.jpg") top center;
}
.cominguez{
  background: url("../../images/bg-cominguez.jpg") top center;
}
.trigos{
  background: url("../../images/bg-trigos.jpg") top center;
}
.fotos{
  background: url("../../images/bg-parallax-4b.jpg") top center;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 58px;
  line-height: 66px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px 20px;  
  text-shadow: 2px 2px #000;
  animation: slideRight 3s ease-in-out;  
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 26px;
  text-shadow: 1px 1px #000;
  animation: slideRightToLeft 3s ease-in-out;    
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

#hero h3 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  text-shadow: 1px 1px #999;    
}
#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 18px;
}

#hero .btn-get-started:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);  
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 38px;
    line-height: 36px;
    margin: 14px;
    line-height: 1.2em;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
    #hero h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home{
    background: url("../../images/emaland-v-main.jpg") top center;
  }
  .hijas{
    background: url("../../images/bg-hijas-main-2023-th.jpg") top center;
  }
  .emaland{
    background: url("../../images/bg-emaland-th.jpg") top center;
  }
  .los-que-estan-bien{
    background: url("../../images/portfolio-los-que-estan-bien-03.jpg") top center;
  }
  .tarea{
    background: url("../../images/bg-tarea-th.jpg") top center;
  }
  .iconos{
    background: url("../../images/bg-iconos-th.jpg") top center;
  }
  .probando{
  background: url("../../images/bg-123-probando-th.jpg") top center;
}

}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 22px;
  padding-right: 4px;
  /*color: #70b9b0;*/
  line-height: 0;
}

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #70b9b0;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  /*background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/carrousel-h-3.jpg") fixed center center;*/
  background: linear-gradient(rgba(128, 128, 128, 0.55), rgba(128, 128, 128, 0.55)), url("../../images/bg-epilogo-main.jpg") fixed center center;
  background-size: cover;
  padding: 190px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 46px;
  text-shadow: 2px 2px #000;
}
.call-to-action h4 {
  color: #fff;
  font-size: 22px;
  text-shadow: 2px 2px #000;
}
.call-to-action h5 {
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px #000;
}
.call-to-action p {
  color: #fff;
  text-shadow: 2px 2px #000;
}

.call-to-action p a {
  text-transform: uppercase;
  color: #fff;
}

.call-to-action p a:hover {
  color: #CD5C5C;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);  
  margin-top: 18px;
  box-shadow: 1px 1px #000;
}

.call-to-action .cta-btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .call-to-action{
    background: url("../../images/bg-novedades-hijas-th-2.jpg") top center;
  }
}


/*--------------------------------------------------------------
# Separadores
--------------------------------------------------------------*/
.separador-epilogo {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/bg-epilogo.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}

.separador-hijas {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/separador-hijas.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}
.separador-footer {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.75)), url("../../images/separador-home1.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}  
.separador-emaland {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/bg-emaland-2.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}
.separador-los-que-estan-bien {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/separador-los-que-estan-bien.jpg") fixed center center;
  height: 600px;
  background-size: cover
;}
.separador-tarea-cumplida {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/bg-parallax-tc.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}
.separador-companeras {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/separador-companeras.jpg") fixed center center;
  height: 480px;
  background-size: cover;
}
.separador-iconos {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/separador-iconos.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}
.separador-probando {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/separador-123-probando.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}
.separador-fotos {
  background: linear-gradient(rgba(128, 128, 128, 0.45), rgba(128, 128, 128, 0.45)), url("../../images/bg-parallax-s5.jpg") fixed center center;
  height: 600px;
  background-size: cover;
}


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #424949;
  color: #fff;
}

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

.portfolio .portfolio-wrap {
  background: #000;
  overflow: hidden;
  /*min-height: 200px;*/
  min-height: 215px;
  position: relative;
  border-radius: 8px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}

.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #70b9b0;
}

.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}


/*--------------------------------------------------------------
# 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 #4D5656;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 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;
  text-align: left; 
}

.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 h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.simple-button {
  border: 1px solid #eee;
  background-color: transparent;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0px 0 10px rgba(6, 55, 56, 0.08);  
}

.simple-button:hover {
  background-color: #F4F4F4;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #D0D3D4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #CD5C5C;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #CD5C5C;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  /*color: #92cac3;*/
  color: #979A9A;    
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #424949;
}

.team .member .social i {
  font-size: 22px;
  margin: 0 2px;
}

.btn-team {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  color: #424949;
  border: 1px solid #424949;
  margin-top: 20px;
}

.btn-team:hover {
  background: #979A9A;
  color: #fff;
  border: 1px solid #979A9A;
}

/*--------------------------------------------------------------
# Integrantes
--------------------------------------------------------------*/
.integrantes h2 {
  margin: 0 0 10px 0;
  line-height: 66px;
  border-bottom: 1px solid #000;
}

.integrantes .social {
  margin-top: 15px;
}

.integrantes .social a {
  color: #979A9A;
  transition: 0.4s;
}

.integrantes .social a:hover {
  color: #424949;
}

.integrantes .social i {
  font-size: 20px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 20px;
  margin: 30px 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  /*color: #70b9b0;*/
  color: #fff;
}
.contact .section-title {
  color: #fff;
  margin-top: 40px;
}
.contact h2 {
  color: #fff;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  /*color: #888;*/
  color: #fff;
}

.contact .contact-about p a {
  text-decoration: none;
  text-transform: none;
  color: #fff;
  /*color: #888;*/
}

.contact .contact-about ul i {
  text-decoration: none;
  color: #fff;
}

.contact .contact-about p a:hover {
  text-decoration: underline;
  /*color: #00d3b8;
  color: #CD5C5C;*/    
      
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #069DDE;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #069DDE;
}

.contact .social-links a:hover {
  background: #47E5F7;
  color: #fff;
}

.contact .info {
  color: #fff;
}

.contact .info h3 {
  font-size: 20px;
  margin: 30px 0 30px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  /*color: #70b9b0;*/
}

.contact .info i {
  font-size: 24px;
  /*color: #888;*/
  color: #fff;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 32px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}

.contact .info p a {
  text-decoration: none;
  text-transform: none;
  /*color: #888;*/
  color: #fff;
}

.contact .info p a:hover {
  text-decoration: underline;
  /*color: #00d3b8;
  color: #CD5C5C;*/  
}

/*.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}*/

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

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

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

/*.contact .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}*/

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

/*.contact .php-email-form button[type="submit"] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}*/

/*.contact .php-email-form button[type="submit"]:hover {
  background: #92cac3;
}*/

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
.video-responsive {
  overflow:hidden;
  padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
  position:relative;
  height:0;
}
.video-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.btn-videos {
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;  
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin-top: 18px;
  transition: all 0.3s ease-in-out;
 }
.btn-videos:hover {
  text-decoration: none;  
  background: #979A9A;
  color: #000;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}