@charset "UTF-8";
    /**
* Proyecto: Ya Casi - Peru
* Link OnePage: http://yacasiperu.com/
* Desarrollado por: IDW Software
*/
    /*--------------------------------------------------------------
# Patrón de Colores
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
# Fonts para Proyecto
--------------------------------------------------------------*/
@font-face {
  font-family: Poppins;
  src: url(../vendor/fotns-poppins/Poppins-Light.ttf); }
@font-face {
  font-family: Carnas;
  src: url(../vendor/fonts-carnas/Carnas\ Extra\ Bold.otf); }
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Poppins", sans-serif; }

a {
  color: #FF8800;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #FF8800;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Carnas", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #FF8800;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }
/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #FF8800;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*WhatsApp*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100; }

.whatsapp:hover {
  background-color: #19b151;
  color: #FFF; }

.whatsapp-icon {
  margin-top: 13px; }

    /*--------------------------------------------------------------
# Header - ENCABEZADO DE YACASI
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 26px 0;
  background: rgba(0, 0, 0, 0); }

#header.header-transparent {
  background: transparent; }

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0; }

#header .logo {
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  padding-left: 10px;
  padding: 0px;
  margin: 0px; }

#header .logo a {
  color: #fff; }

#imagen.img-scrolled {
  max-width: 60px;
  max-height: 60px; }

@media (max-width: 992px) {
  #header .logo {
    margin: auto; }

  #imagen {
    max-width: 60px;
    max-height: 60px; } }
    /*--------------------------------------------------------------
# MENU DE NAVEGACION
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu > ul {
  display: flex; }

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px; }

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #FF8800; }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative; }

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #333333; }

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #FF8800; }

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px; }

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px; }

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px; }

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%; }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%; }

  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d"; } }
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  color: #fff; }

.mobile-nav {
  position: fixed;
  top: 85px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #FF8800;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

    /*--------------------------------------------------------------
# Sección de Banner YACASI
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative; }

@media (max-height: 500px) {
  #intro {
    height: 150vh; } }
#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7); }

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px; }

#intro .container {
  text-align: center; }

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700; }

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px; } }
#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px; }

@media (min-width: 1024px) {
  #intro p {
    width: 60%; } }
#intro .carousel-fade {
  overflow: hidden; }

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity; }

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0; }

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s; }

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0); }

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%; }

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%; } }
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1; }

#intro .carousel-indicators li {
  cursor: pointer; }

#intro .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #FF8800; }

#intro .btn-get-started:hover {
  background: #fff;
  color: #FF8800; }

  /*--------------------------------------------------------------
# Seccciones de la OnePage
--------------------------------------------------------------*/
section {
  overflow: hidden; }

  /* Encabezado de Secciones
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #FF8800;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px; }

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px); }

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FF8800;
  bottom: 0;
  left: calc(50% - 20px); }

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
  font-size: 18px; }

/*################################################################3*/
    /* Seccion de fondos
--------------------------------*/
.section-bg {
  background: #f7f7f7; }

.section-fondo1 {
  background-image: url("/assets/img/fondo-1.jpg"); }

.section-fondo2 {
  background-image: url("/assets/img/fondo-2.jpg"); }

    /* Sección nosotros 
--------------------------------*/
#nosotros {
  background-size: cover;
  padding: 60px 0 40px 0; }

#nosotros .box {
  margin-bottom: 30px; }

#nosotros .icon {
  float: left; }

#nosotros .icon i {
  color: #FF8800;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s; }

#nosotros .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#nosotros .title a {
  color: #111; }

#nosotros .box:hover .title a {
  color: #FF8800; }

#nosotros .description {
  font-size: 16px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0; }

    /* Sección servicios
--------------------------------*/
#servicios {
  background: url("/assets/img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative; }

#servicios::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9; }

#servicios .container {
  position: relative;
  z-index: 10; }

#servicios .servicios-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px; }

#servicios .servicios-col .img {
  position: relative; }

#servicios .servicios-col .img img {
  border-radius: 4px 4px 0 0; }

#servicios .servicios-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #FF8800;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s; }

#servicios .servicios-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s; }

#servicios .servicios-col:hover .icon {
  background-color: #fff; }

#servicios .servicios-col:hover i {
  color: #FF8800; }

#servicios .servicios-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0; }

#servicios .servicios-col h2 a {
  color: #000; }

#servicios .servicios-col h2 a:hover {
  color: #FF8800; }

#servicios .servicios-col p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px; }

    /* Sección únete 
--------------------------------*/
#unete {
  background-size: cover;
  padding: 60px 0 40px 0; }

#unete .box {
  margin-bottom: 30px; }

#unete .icon {
  float: left; }

#unete .icon i {
  color: #FF8800;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s; }

#unete .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#unete .title a {
  color: #111; }

#unete .box:hover .title a {
  color: #FF8800; }

#unete .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0; }

#unete h2 {
  font-size: 28px; }

.description-yacasi {
  font-size: 18px; }

#unete .btn-unirme {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #FF8800;
  border: 0px; }

#unete .btn-unirme:hover {
  background: #fff;
  color: #FF8800;
  border: 2px solid #FF8800; }

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

.text-modal {
  color: #FF8800; }

textarea:focus,
input:focus,
input[type]:focus {
  border-color: #FF8800;
  box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(255, 144, 0, 0.6);
  outline: 0 none; }

.form-control:focus {
  border-color: #FF8800;
  outline: 0 none;
  box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(255, 144, 0, 0.6); }

.btn-primary {
  color: #fff;
  background-color: #FF8800;
  border-color: #FF8800; }

.btn-primary:hover {
  color: #fff;
  background-color: #DF7D0D;
  border-color: #DF7D0D; }

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #FF8800;
  border-color: #FF8800;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 38, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #FF8800;
  border-color: #FF8800; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF8800;
  border-color: #FF8800; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 38, 0.5); }

.description {
  font-size: 10px; }

    /* Sección Socios
--------------------------------*/
#socios {
  padding: 60px 0; }

#socios img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0; }

#socios img:hover {
  opacity: 1; }

#socios .owl-nav,
#socios .owl-dots {
  margin-top: 5px;
  text-align: center; }

#socios .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd; }

#socios .owl-dot.active {
  background-color: #FF8800; }

    /*--------------------------------------------------------------
# Sección Contacto
--------------------------------------------------------------*/
.contact {
  padding: 60px 0px; }

.contact .info {
  border-top: 3px solid #FF8800;
  border-bottom: 3px solid #FF8800;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }

.contact .info i {
  font-size: 20px;
  color: #FF8800;
  float: left;
  width: 44px;
  height: 44px;
  background: #fffaf0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out; }

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #44484a; }

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #44484a; }

.contact .info .email p {
  padding-top: 5px; }

.contact .info .social-links {
  padding-left: 60px; }

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px; }

.contact .info .social-links a:hover {
  background: #FF8800;
  color: #fff; }

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #FF8800;
  color: #fff; }

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #FF8800;
  border-bottom: 3px solid #FF8800;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); }

.contact .php-email-form .form-group {
  padding-bottom: 8px; }

.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: left;
  padding: 15px;
  font-weight: 600; }

.contact .php-email-form .error-message br + br {
  margin-top: 25px; }

.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;
  border-radius: 4px; }

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #FF8800; }

.contact .php-email-form input {
  height: 44px; }

.contact .php-email-form select {
  height: 44px; }

.contact .php-email-form textarea {
  padding: 10px 12px; }

.contact .php-email-form button[type="submit"] {
  background: #FF8800;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px; }

.contact .php-email-form button[type="submit"]:hover {
  background: #DF7D0D; }

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px; }

#footer .logo-footer {
  margin-bottom: 1rem; }

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0; }

#footer .footer-top .footer-info {
  margin-bottom: 30px; }

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #FF8800; }

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #eee; }

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s; }

#footer .footer-top .social-links a:hover {
  background: #FF8800;
  color: #fff; }

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px; }

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; }

#footer .footer-top h4::before {
  right: 0;
  background: #555; }

#footer .footer-top h4::after {
  background: #FF8800;
  width: 60px; }

#footer .footer-top .footer-links {
  margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd; }

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0; }

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0; }

#footer .footer-top .footer-links ul a {
  color: #eee; }

#footer .footer-top .footer-links ul a:hover {
  color: #FF8800; }

#footer .footer-top .footer-contact {
  margin-bottom: 30px; }

#footer .footer-top .footer-contact p {
  line-height: 26px; }

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px; }

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%; }

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #FF8800;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer; }

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #FF8800; }

#footer .copyright {
  text-align: center;
  padding-top: 30px; }

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd; }

/**/

/*# sourceMappingURL=yacasi.css.map */
