h2{
    font-family: 'Playfair Display', cursive;
    color: #41613C;
}
.n{
    color: #fff;
}
p{
    color: #6c9066;
}
body{
    background: #EDE7DB;
}
.navbar{
    padding: 2rem;
    background-color: #EDE7DB;
    font-size: 20px;
}
.navbar-collapse{
    align-items: center;
    justify-content: space-between;
}
.navbar-nav a{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 20px; 
    font-family: 'Playfair Display', cursive;
}
.color-letra{
    color: #E99849;
    transition: 0.3s ease;
}
.color-letra:hover{
    color: #842E04;
    transform: scale(1.2); 
}
.navbar-light .navbar-brand{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.w-100{
    height: 100vh;
}
.section-padding{
    padding: 100px 0;
}
.carousel-item{
    height: 100vh;
    min-height: 300px;
}
.carousel-caption{
    bottom: 220px;
    z-index: 2;
}
.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: 'Lobster', sans-serif;
}
.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    font-family: 'Crimson Text', serif;
}
.carousel-inner::before{ 
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.txt{
    font-family: 'Share Tech Mono', monospace;;
}           
.seccion-1{
    background-color: #fff;
}
.services .card-body i{
    font-size: 50px;
    color: #E99849;
}
.card-title{
    color: #41613C;
}
.lead{
    color: #6c9066;
}
.color-card{
    background-color: #EDE7DB;
}
.salt {
    animation-name: salt;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  
  @keyframes salt {
      0% {transform: translateY(0);}
      50% {transform: translateY(-10px);}
      100% {transform: translateY(0);}
  }            
.cora {
    animation-name: cora;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes cora {
    0% {transform: scale(1);}
    25% {transform: scale(1.3);}
    50% {transform: scale(1);}
    75% {transform: scale(0.7);}
    100% {transform: scale(1);}

}                        
.team .card-body{
    font-size: 20px;
    background-color: #1654dc;
    background: #bdbdbd;
}
.team .card{
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
} 
.img-area {
    overflow: hidden;
    position: relative;
}

.img-area img {
    transition: transform 0.3s ease-out;
}

.img-area:hover img {
    transform: scale(1.2);
}
.about-img {
    position: relative;
    overflow: hidden;
}
#about .about-img.img-1 img {
    animation: desplazar 7s ease-out infinite;
}

@keyframes desplazar {
    0% {
        transform: translateX(-100%); 
    }
    100% {
        transform: translateX(0); 
    }
}
.btn{
    text-transform: uppercase;
    background-color: #E99849;
    color: #41613C;
    border-radius: 20px;
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
	        animation: heartbeat 2s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
.btn:hover{
    background-color: #842E04;
    color: white;
    transform: scale(1.01); 
}
.text-fo{
    background-color: #fff;
}
.iconos-redes-sociales a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid #EDE7DB;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}
.iconos-redes-sociales i{
    color: #E99849;
    font-size: 1.5rem;
    transition: all 0.2s ease-in;
}
.iconos-redes-sociales a:hover{
    background-color: #842E04;
    border: 2px solid rgb(196, 165, 75);
}
.iconos-redes-sociales a:hover i{
    color: #E99849;
}
.derecho-autor{
    font-size: 15px;
    color: #E99849;
    padding: 20px;
}
@keyframes shake {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-5px);
    }
    50% {
      transform: translateX(5px);
    }
    75% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(3px);
    }
  }
  .shaking-icon {
    font-size: 30px;
    margin-right: 10px;
    display: inline-block;
    animation: shake 1s infinite; 
  }
  
.success-message {
    display: none;
    color: #41613C;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }

#arriba{
    color: #41613C;
    position: fixed;
    bottom: 20px;
    right: -100px;
    width: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .carousel-caption{
        bottom: 370px;
    }
    .carousel-caption p{
        width: 100%;
    }
    .card{
        margin-bottom: 30px;
    }
    .img-area img{
        width: 100%;
    }
} 

@media only screen and (max-width: 767px){
    .navbar-nav{
        text-align: center;
    }
    .navbar-brand{
        display: none;
    }
    .carousel-caption{
        bottom: 125px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption p{
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }
}