.page-section {
    padding: 2rem 0;
}
.test {
    background-color: yellow;
}
.padding0 {
    padding: 0!important;
}
.page-section .page-section-heading {
  font-size: 1.25rem;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .page-section .page-section-heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
header {
  /*background-image: url(../assets/header.jpg);*/
    background-image: url(../assets/header-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 640px;
}
 header h1 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    letter-spacing: 0.06em;
    /*color: #FFFFFF;*/
    color: #000000;
    text-align: left;
}

header a {
    text-decoration: none;
    display: block;
    width: 212px;
    height: 56px;
    background: #C4850D;
    border-radius: 0px 20px 20px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    padding: 14px;
    margin: 30px 0 0 0;
}
header a:hover {
    color: #fff;
    text-decoration: underline;
}
header#descubre {
    background-image: url(../assets/eucalipto.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    height: 500px;
    background-color: #fff !important;
    background-position: 80% 0px;
}
header#descubre h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2em;
    color: #000000;
    text-align: left;
    margin: -60px 0 0 60px;
}

#contacto header {
    background-image: url(../assets/header-contacto.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 450px;
    background-color: #444444 !important;
}
#contacto #formulario {
    background: linear-gradient(0deg, #91AFAF, #91AFAF), #A9BFA8;
}

#formulario span {
    font-size: 50px;
    line-height: 10px;
    letter-spacing: -2px;
}
#formulario p, #formulario a {
    font-family: 'Jaldi';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
}
#formulario a:hover {
    text-decoration: none;
    color: #91afaf;
}
#formulario span img {
    display: block;
    height: 8px;
    margin: 10px auto;
}
#formulario input {
    height: 67.81208038330078px;
    width: 612.0953979492188px;
    border-radius: 2px;
    background-color: white;
}
#formulario textarea {
    width: 612.0953979492188px;
    border-radius: 2px;
    background-color: white;
}
#formulario input, #formulario textarea {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px; /* or 175% */
    color: #1E1B1B;
}
#formulario img.logo {
    margin: 50px auto;
    display: block;
}
#formulario img {
    margin: auto;
    display: block;
}
#formulario img.circulos {
    margin: 30px auto 20px;
    display: block;
}
#formulario h1 {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 44px;
color: #FFFFFF;
margin: 20px 0 40px;
}
#formulario button {
    background: #C4850D;
    border-radius: 0px 20px 20px 20px;
    border-color: #C4850D;
    width: 212px;
    height: 56px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.055em;
    color: #FFFFFF;
}
#formulario input::placeholder,
#formulario textarea::placeholder {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;/* or 175% */
    color: #1E1B1B;
    opacity: 0.5;
}
#servicios-interna img.float-r {
    float: right;
    margin: 0px 40px 80px;
}
#servicios-interna h1 {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 39px;
letter-spacing: 0.055em;
color: #C4850D;
text-align: left;
margin: 30px 0 40px;
text-transform: uppercase;
}
#servicios-interna p {
    font-family: 'Roboto';
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 164.19%;    /* or 33px */
    letter-spacing: 0.1em;
    color: #000000;
    text-align: left;
}
#servicios-interna .arrow-r {
position: absolute;
    top: 65vh;
    width: 50%;
    right: 0%;
    float: right;
    text-align: right;
}
#servicios-interna .arrow-l {
    position: absolute;
    top: 65vh;
    width: 50%;
    left: 0%;
    text-align: left;
}
#specialty h2 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 70px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 1rem;
}
#specialty ul {
    padding-left: 1rem;
}
#specialty li {
    list-style: none;
}
#specialty li p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 164.19%;
    /* or 39px */
    letter-spacing: 0.1em;
  /*text-transform: capitalize;*/
    text-transform: none;
    color: #000000;
}
#specialty .eucalipto-bg {
    background-image: url(../assets/eucalipsos.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#specialty .green-bg {
    background: #91AFAF;
    border-radius: 0px;
}
#sobremi header {
     background-image: url(../assets/header-sobre-mi.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position-x: right;
     background-position-y: center;
     height: 640px;
     background-color: #444444 !important;
}
#sobremi h1 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    /*color: #000000;*/
    color: #ffffff;
}
#sobremi h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: capitalize;
    color: #C4850D;
}
#mas-sobre-mi p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 164.19%;
    /* or 33px */
    letter-spacing: 0.1em;
    color: #000000;
    margin-right: 80px;
    text-align: left;
}
#mas-sobre-mi img {
    margin-left: -30px;
    max-width: 100%;
    height: auto;
}
#mas-sobre-mi h1 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #C4850D;
    text-align: left;
    padding: 0 0 10px
}
#valores {
    background-color: #91AFAF;
}
#valores h1 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}
#valores p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* or 175% */
    color: #000000;
}
#valores ul  {
    list-style-type: none;
    margin: 20px 0 10px 10px;
}
#valores ul li::before {
    content: "";
    background-image: url(../assets/food.svg);
    height: 35px;
    width: 35px;
    position: absolute;
    margin: -5px 0px 0px -45px;
}

.sticky {
  top: 0;
  width: 100%;
    height: 70px;
}
.sticky .navbar-brand img {
    height: 50px;
    width: auto
}

nav {
    background-color: white;
    height: 176px;
    z-index: 10;
    transition-duration: .5s;
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}
#mainNav .navbar-brand {
  color: #fff;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  transition-duration: .5s;
  font-size: 1.75em;
  transition: font-size 0.3s;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
/*color: #C4850E;*/
    opacity: .5;
    transition-duration: .5s;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
  transition-duration: .5s;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #C4850E;
  transition-duration: .5s;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
  transition-duration: .5s;
}

#mainNav img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    transition-duration: .5s;
}

@media (min-width: 769px) {
nav.navbar-shrink {
    position: fixed;
    width: 100%;
    height: 80px;
    opacity: 1;
}
#mainNav.navbar-shrink img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}
#mainNav.navbar-shrink li, #mainNav.navbar-shrink a {
    font-size: 15px !important;
    font-size: 1.75em;
    transition: font-size 0.3s;
}
#mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    transition-duration: .5s;
}
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
/*  transition: padding-top 0.3s, padding-bottom 0.3s;*/
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #fff;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #C4850E;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    font-family: 'Jaldi';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    /* identical to box height */
    letter-spacing: 0.055em;
    color: #000000;
    text-decoration: none;
    display: inline;
}
#mainNav .barra {
    color: #669390;
    font-size: 12px;
    vertical-align: text-top;
}
#mainNav .navbar-nav li.language a.nav-link {
    font-size: 20px;
    letter-spacing: 0;
    color: #669390;
    margin: 0px;
    padding: 0px 5px !important;
}
#servicios p {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 15px;
    text-transform: uppercase;
}
#servicios .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    max-width: 254px;
    width: 100%;
    height: auto;
}
#servicios .portfolio-item img {
    max-width: 254px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 95.5px;
}
#servicios .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
/*  background-color: rgba(26, 188, 156, 0.9);*/
    background-color: rgb(145, 175, 175, 0.9);
    border-radius: 95.5px;
}
#servicios .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}
#servicios .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #244848;
}
#servicios h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.055em;
    color: #B27003;
}
.portfolio-modal .btn-close {
    color: #1abc9c;
    font-size: 2rem;
    padding: 1rem;
}
.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}
 @media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

#instagram .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 284px;
    width: 100%;
    height: auto;
}
 #instagram .portfolio-item img {
    max-width: 284px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0;
}
 #instagram .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
/*  background-color: rgba(26, 188, 156, 0.9);*/
    background-color: rgb(145, 175, 175, 0.4);
    border-radius: 0;
}
 #instagram .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}
 #instagram .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
}
#instagram h2 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    /*font-size: 32px;*/
    font-size: 38px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.055em;
    color: #FFFFFF;
}
#instagram p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 121.19%;
    /* or 24px */

    text-align: center;
    letter-spacing: 0.055em;

    color: #FFFFFF;
}
#instagram {
    background-color: #91AFAF;
}
#testimonios h2 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    /* font-size: 32px; */
    font-size: 38px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.055em;
    /* color: #FFFFFF; */
}
.portfolio-modal .btn-close {
    color: #1abc9c;
    font-size: 2rem;
    padding: 1rem;
}
.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}
 @media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

 .slider {
     width: 100%;
     margin: 5px auto 40px;
}
 .slick-slide {
     margin: 0px 20px;
}
 .slick-slide img {
     width: 100%;
}
 .slick-prev:before, .slick-next:before {
     color: black;
}
 .slick-slide {
     transition: all ease-in-out .3s;
     opacity: .2;
     opacity: 0;
}
 .slick-active {
     opacity: .5;
}
 .slick-current {
     opacity: 1;
}

#testimonios p {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 137.19%;
    /* or 27px */

    text-align: center;
    letter-spacing: 0.055em;

    color: #000000;
}
footer {
     background-image: url(../assets/footer.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 246px;
     color: white;
}
footer span {
    font-size: 50px;
    line-height: 10px;
    letter-spacing: -2px;
}
footer p, footer a {
    font-family: 'Jaldi';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center !important;
    color: #ffffff !important;
}
footer a:hover {
    text-decoration: none;
    color: #91afaf;
}
footer .circulos {
    margin: 20px auto;
}
.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-verde {
     background-image: url(../assets/footer-verde.png) !important;
}
#formulario .error p {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ff0000;
    background-color: white;
    border-radius: 0px 20px 20px 20px;
    margin: 5px 0px;
}
#formulario .exito p {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: green;
    background-color: white;
    border-radius: 0px 20px 20px 20px;
    margin: 5px 0px;
}
@media (max-width: 768px) {
.desktop {
    display: none;
}
.mobile {
    display: block;
}
} /* Cierre */
@media (min-width: 769px) {
.desktop {
    display: block;
}
.mobile {
    display: none;
}
} /* Cierre */




