/*------------------------------------------------------------------

  * Template Name: Yiado Spa - Responsive Website Template for Developers
  * Version: 1.0
  * Author: Yiado
  * Website: https://yiado.cl/

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [TABLE OF CONTENTS]

    1. SKELETON
    2. HEADER
    3. HERO
    4. ABOUT
    5. FEATURES
    6. CLOUD
    7. DETAILS
    8. TEAM
    9. CONTACT
    10. FOOTERS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #f3d344;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

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

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
  color: #494d55;
}

.header.header-scrolled .logo {
  color: #f3d344;
}

.header.header-scrolled .logo .logo-icon-wrapper {
  /*background: #ffc107;*/
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.header.header-scrolled .logo .logo-icon {
  width: 100px;
  height: 40px;
  margin-right: 50px;
  margin-left: 130px;
}

.header.header-scrolled .main-nav .nav .nav-link {
  color: #a2a6af;
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #9499a3;
}

.header.header-scrolled .main-nav .nav .nav-link.active {
  color: #494d55;
  border-bottom: 4px solid #f3d344;
}

.header a {
  color: #494d55;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}

.header .logo .logo-icon {
  width: 100px;
  height: 40px;
  margin-right: 50px;
  margin-left: 130px;
}

.header .logo .highlight {
  font-weight: 800;
}

.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}

.main-nav .nav .nav-item .nav-link {
  color: #494d55;
  font-weight: 700;
}

.main-nav .nav .nav-item .nav-link.active {
  position: relative;
  background: none;
  color: #494d55;
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #a2a6af;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  padding: 15px;
}

/*------------------------------------------------------------------
    HERO
-------------------------------------------------------------------*/

.hero-section {
  padding-top: 150px;
  background: #f3d344;
}

/*------------------------------------------------------------------
    ABOUT
-------------------------------------------------------------------*/

.about-section {
  padding-top: 90px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper {
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  color: #f3d344;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.features-section {
  background: #f3d344 url("../images/map.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.features-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #494d55;
}

.features-section .intro {
  color: #494d55;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: justify;
  text-indent: 40px;
}
.sangria {
  text-align: justify;
  text-indent: 40px;
}

.features-section .intro a {
  color: #797f8b;
}

.features-section .intro a:hover {
  color: #494d55;
}

.features-section .items-wrapper .figure-holder {
  min-height: 140px;
  margin-bottom: 15px;
  vertical-align: bottom;
}

.technologies {
  margin-bottom: 50px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

#features i.feature_icon {
	font-size: 30px;
}

#process {
	background-color: #fff;
}

#process .process-block {
	text-align: center;
}

#process .process-icon {
	width: 90px;
	height: 90px;
	line-height: 100px;
	background-color: #ddd;
	border-radius: 100%;
	display: inline-block;
}

#process .process-border {
	position: absolute;
	top: 28%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 0;
	border-radius: 50%;
	border: 0 solid transparent;
	box-sizing: border-box;
	-webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

#process .process-icon i {
	color: rgb(255, 255, 255);
	font-size: 25px;
}

#process .process-icon-holder {
	width: 200px;
	height: 200px;
	background: #fff;
	text-align: center;
	line-height: 200px;
	border: 3px solid #ddd;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 auto 20px;
}

#process .process-icon-holder::after {
	content: "";
	width: 20%;
	position: absolute;
	border-bottom: 2px dashed #ddd;
	top: 30%;
	left: 100%;
	transform: translateX(-50%);
}

#process .lastchild .process-icon-holder::after {
	border-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  #process .process-border {
	top: 27%;
}
}

@media screen and (max-width: 980px) {
  #process .process-border {
	top: 30%;
}
}

@media screen and (max-width: 768px) {
  #process .process-icon-holder::after {
	border: 0px;
}

#process .process-border {
	top: 30%;
}
}

@media screen and (min-width: 641px) and (max-width: 767px) {
  #process .process-border {
	top: 34%;
}
}

@media screen and (min-width: 441px) and (max-width: 640px) {
  #process .process-border {
	top: 34%;
}
}

@media screen and (min-width: 375px) and (max-width: 440px) {
  #process .process-border {
	top: 31%;
}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  #process .process-border {
	top: 29%;
}
}

#process .process-block:hover .process-icon {
	background-color: #f3d344;
}

#process .process-block:hover .process-icon-holder {
	border-color: #f3d344;
}

#process .process-block:hover .process-border {
	border: 20px solid #f0e7d1;
}

/*------------------------------------------------------------------
    CLOUD
-------------------------------------------------------------------*/

.cloud-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cloud-section .section-title {
  margin: 0;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 300;
}

.cloud-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: justify;
  text-indent: 40px;
}

.cloud-img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.cloud-row {
margin-left: 6%;
margin-top: 5%;
min-height: 149px;
}

/*------------------------------------------------------------------
    DETAILS (SENDMAIL)
-------------------------------------------------------------------*/

.sendmail-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3d344;
}

.details-distributed .details-right {
  float: left;
}

.details-distributed form {
  position: relative;
}

.details-distributed form input {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
  font: inherit;
  font-size: 15px;
  font-weight: normal;
  color: #444;
  width: 320px;
  padding: 18px 50px 18px 18px;
}

.details-distributed form input:focus {
  outline: none;
}

.details-distributed form input::-webkit-input-placeholder {
  color: #444;
}

.details-distributed form input::-moz-placeholder {
  opacity: 1;
  color: #444;
}

.details-distributed form input:-ms-input-placeholder {
  color: #444;
}

.sendbutton {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 30px;
  color: rgb(240, 16, 16);
  font-size: 18px;
  margin-top: 6px;
}

/*------------------------------------------------------------------
    TEAM
-------------------------------------------------------------------*/

.team-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.team-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}

.over-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.over-image span {
font-size:13px;
position: absolute;
background-color: #f3d344;
left: 0%;
top: 0%;
padding: 15px 35px;
}

.item-bg {
  min-height: 450px;
  background-color: #f9f9f9;
}

.item-bg-1 {
  background-image: url('../images/team-Douglas-Ramirez.jpg');
  background-size: cover;
}

.item-bg-2 {
  background-image: url('../images/team-Liliana-Suarez.jpg');
  background-size: cover;
}

.item-bg-3 {
  background-image: url('../images/team-Ysrael-Mendez.jpg');
  background-size: cover;
}

.team-section .social {
  margin-bottom: 30px;
}

.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f3d344;
  padding-top: 3px;
  color: #fff;
}

.team-section .social a.icons {
  background: #444;
}

.team-section .social a.icons:hover {
  background: #f3d344;
  color:#444 !important;
}

.team-section .social a.github {
  background: #444;
}

.team-section .social a.github:hover {
  background: #373737;
}

/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.contact-section {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #494d55;
  color: rgb(255, 255, 255);
  height: 100%;
}

.widget-title {
  padding:0 0 1.2rem;
  margin:0;
  font-size: 21px;
  line-height: 1;
}
.contact-widget .widget-title  {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 10px;
  line-height: 1;
  padding-bottom: 1rem;
}
.contact-widget .widget-title i {
  font-size: 14px;
  padding-right: 4px;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(49, 52, 58, 0.9);
    z-index: 40;
  }
  .header.header-scrolled .main-nav .nav .nav-link.active {
    color: #f3d344;
    border: none;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
}

@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .hero-section .figure-holder .figure-image {
    width: 360px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 25px;
  }
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
}

/*------------------------------------------------------------------
    FOOTERS
-------------------------------------------------------------------*/

.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}

.footer a {
  color: #f3d344;
}

.footer .fa-heart {
  color: red;
}

.footer-logo {
  margin-bottom: 1rem;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.footer-logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.footer-social {
    display: block;
    padding-top: 1.2rem;
    margin-top: 1rem;
    border-top:1px solid #f3d344;
}

.footer-social .social-icon {
    height: 40px;
    display: inline-block;
    line-height: 42px;
    width: 40px;
    border-radius: 500px;
    color:#ffffff !important;
    margin:0 5px;
    background-color: rgba(255,255,255,0.1);
}

.footer-social .social-icon:hover {
    background-color: #f3d344;
    color:#444 !important;
}

.contact-widget .widget-title i,
.footer p {
    color: #f3d344;
}
