@import url("https://fonts.googleapis.com/css?family=Cookie|Montserrat:200,300,400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900");

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #040000;
}
.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.heading_container h2 {
  position: relative;
  margin: 0;
  padding: 10px 0;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #AF7FAB;
  background-repeat: no-repeat;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-box i {
  margin-right: 10px;
}

.btn-box p{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f7c621;
}

.custom_nav-container {
  z-index: 99999;
  padding: 10px 15px;
  background-color: #3E5461;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/* Moha */
.navbar-brand img{
  width: 150px;
  margin-left: 10px;
}

.language-dropdown {
  position: relative;
  right: -30px;
}

/*end header section*/

.hero-section {
  position: relative;
}

/*-- Hero Slider --*/
.hero-slider-one {
  /*-- Arrow --*/
  /*-- Dots --*/
}
.hero-slider-one .slick-arrow {
  display: none !important;
}
.hero-slider-one .slick-dots {
  display: none !important;
}

/*-- Hero Content --*/
.hero-content > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.sa-name {
  color: #A7D6D4;
}
.na-name {
  color: #AF7FAB;
}
.ja-name {
  color: #D8B6B6;
}

.bg-hero {
  background-image: url(../images/hero/hero.jpeg)
}

.salon-name {
  color: #3E5461;
}
@media only screen and (max-width: 767px) {
  .hero-content {
    margin-top: 0px;
  }
  .bg-hero {
    background-image: url(../images/hero/hero-logo-sanaja.jpeg)
  }

}
.hero-content h4 {
  color: #eb4e8f;
  font-family: "Cookie";
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-content h4 {
    font-size: 30px;
  }
}
.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .hero-content h1 br {
    display: none;
  }
}
.hero-content p {
  max-width: 530px;
  color: #407b96;
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px) {
  .hero-content p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.hero-content a {
  background-color: #3E5461;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  padding: 12px 20px;
  letter-spacing: 1px;
}
.hero-content a:hover {
  background-color: #1d2736;
  border-color: #1d2736;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-content a {
    margin-top: 10px;
  }
}


/* Hero Section */
.hero_area {
  height: 80%;
  position: relative;
  background-image: url(../images/background/hero-logo-sanaja.jpeg);
  background-size: cover;
  background-position: center;
  top: 15px;
}

.hero-content h4 {
  color: #c22a69;
  font-family: "Cookie", cursive;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content h1 {
    font-size: 50px;
  }
  .hero-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 54px;
  }
  .hero-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 45px;
  }
  .hero-content {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #A7D6D4;
    font-family: "Montserrat", sans-serif;
  }
  .hero-content h1 br {
    display: none;
  }
  .hero-content h4 {
    color: #faedf3;
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

.hero-content p {
  max-width: 530px;
  color: #28617c;
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px) {
  .hero-content p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.hero-content a {
  background-color: #3E5461;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  padding: 12px 20px;
  letter-spacing: 1px;
}
.hero-content a:hover {
  background-color: #1d2736;
  border-color: #1d2736;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-content a {
    margin-top: 10px;
  }
}


.btn {
  line-height: 24px;
  border: 1px solid #3E5461;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #3E5461;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 0px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #1d2736;
  transition: all 0.3s ease 0s;
  content: "";
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  opacity: 0;
  z-index: -1;
}
.btn:hover {
  color: #ffffff;
  border: 1px solid #1d2736;
}
.btn:hover::before {
  height: 400%;
  opacity: 1;
}
.btn.hover-theme::before {
  background-color: #3E5461;
}
.btn.hover-theme:hover {
  border-color: #3E5461;
  color: #1d2736;
}
.btn.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}
.btn.btn-circle {
  border-radius: 50px;
}
.btn.btn-radius {
  border-radius: 5px;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}
.btn.btn-text::before {
  display: none;
}
.btn.btn-text.hover-theme:hover {
  color: #3E5461;
}
.btn.btn-underline {
  text-decoration: underline;
}
.btn.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .btn.btn-large {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btn.btn-large {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}
.btn.btn-medium {
  padding: 7px 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .btn.btn-medium {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btn.btn-medium {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}
.btn.btn-small {
  padding: 4px 15px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btn {
    font-size: 11px;
    padding: 4px 15px;
  }
}





/* slider section */
.slider_section {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  color: #3b3a3a;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}


.section-ptb {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-service .thumb {
    margin-bottom: 30px;
  }
}

.bty-awesome .thumb img {
  max-width: 60px;
}

.service-2 .thumb a img {
  width: 100%;
}

.team .thumb {
  position: relative;
  overflow: hidden;
}

.team .thumb a {
  display: block;
}
.team .thumb img {
  width: 100%;
}

.team-6 .thumb a img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
}

.team-6:hover .thumb a img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md-mt-30 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-30 {
    margin-top: 30px;
  }
}


.res-resturant-welcome img{
  max-width: 100%;
}

.welcome-inner .content h2 {
  color: #242424;
  font-weight: 400;
  position: relative;
  font-weight: 600;
}
.welcome-inner .content h3 {
  color: #242424;
  font-size: 30px;
  color: #3E5461;
  font-family: "Cookie", cursive;
  position: relative;
}
.welcome-inner .content p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Cabin', sans-serif;
  margin-top: 20px;
}
.welcome-inner .content p.sub-title {
  color: #242424;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Cabin', sans-serif;
}

a.buty-btn {
  color: #3E5461;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #3E5461;
}

/* Services */
.service_section {
  margin: auto;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  background: linear-gradient(
    to right,
    #ecc6c6, #D8B6B6
  );
  opacity: 0.9;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title h4 {
  margin-top: 30px;
  font-family: "Cookie", cursive;
  color: #3E5461;
  font-size: 30px;
}

.section-title h2 {
  font-weight: 600;
  margin-top: -10px;
  position: relative;
  margin: 10px 0;
}


.section-title p {
  max-width: 530px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}


.service_section .box {
  border: 2px solid #AF7FAB;
  padding-bottom: 10px;
  border-radius: 10px;
  margin: 10px 0;
}

.service_section hr {
  border-top: 7px solid #AF7FAB;
  display: inline-block;
  width: 80%;
}

.service_section .box .img-box {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          margin-top: 10px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h3 {
  font-weight: bold;
  font-size: 20px;
}

.service_section .box .detail-box button {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
}

.service_section .box .detail-box button:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.team_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.team_img img {
  border-radius: 10px;
  height: 130px;
  object-fit: cover;
  object-position: center;
  width: 130px;
}


.gallery{
  width: 100%;
  position: relative;
}
.gallery::before{
  content: "";
  width: 100%;
  height: 60%;
  background-color: #f7e6df;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
}
.gallery__list__img{
  width: 100%;
  justify-content: center;
  margin: 0.5rem auto;
  position: relative;
}
.gallery__img img{
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(16px 16px 16px rgba(0,0,0,0.2));
}
.gallery__img img:hover{
  transform: scale(1.1);
}

.gallery__img img[src$=".webp"] {
  width: 270px; /* El ancho deseado para las imágenes webp */
  height: 270px; /* La altura deseada para las imágenes webp */
}

.gallery__content button{
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #AF7FAB;
  margin-bottom: 10px;
}

.gallery__content  {
  padding-bottom: 20px;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
  margin-bottom: 30px;
  margin-right: 40px;
  margin-left: 40px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  margin-bottom: 30px;
}

.visit-us h4{
font-family: "Cookie", cursive;
color: #3E5461;
font-size: 40px;
margin-top: 30px;
}

.bg-theme {
background-color: #D8B6B6;
}



.service-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.service-list img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.pricing {
  margin-right: 20px;
  margin-left: 20px;
}

.pricing_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.pricing_content h6 {
  margin-bottom: 0;
}

.pricing hr {
  border-top: 2px solid #AF7FAB;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.price {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: bold;
}

.item-1-contents {
  border: 1px solid #333;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 20px;
  margin-left: 0px !important;
}


.item-1-contents ul {
  margin-left: -30px;
}

.item-1-contents li {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-right: 10px;
}

.item-1-contents li span {
  text-align: left;
}

.massage_bonus img {
  width: 100%;
}

.copyright {
  background: #333;
  padding: 30px 0;
}
.copyright .content p {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}


.book_form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.btn-box .btn-form{
  margin-right: 10px;
  border-radius: 10px;
}


.availability_section {
  background-color: #3E5461;
  margin-top: 10px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.availability_section span {
  color: whitesmoke;
}

.footer-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-facebook {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 22px;
  margin-right: 10px;
  background-color: #3b5998;
}

.footer-instagram {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 22px;
  margin-right: 10px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.info_section {
  background-color: #343a40;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 10px;
}

.info_section .row > div {
  margin-bottom: 35px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #f7c621;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #f7c621;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #ff7070;
  border-color: #ff7070;
}

.footer-logo {
  width: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
  background-color: #343a40;
}

.footer_section p {
  color: #fefefe;
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer_section p a {
  color: inherit;
}


.bandera {
  width: 1.5rem !important;
    line-height: 1.25em !important;
}


.best_to_see {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imagenes {
  max-height: 500px !important;
  width: auto !important;
}

.btn-book {
  text-align: center;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #A7D6D4;
    border-radius: 10px;
    background-color: #343a40;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-book i {
  padding-right: 5px;
}

.description-service {
  margin-left: 10px;
  margin-right: 10px;
}

.nights-text {
  margin-top: 20px;
  color: #e27d1e;
}



.work_with_us {
  border: 1px solid #3E5461;
  padding-bottom: 10px;
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

.hiring h3 {
  color: #3E5461 !important;
  font-size: 3rem !important;
}

.hiring {
  margin-top: 20px;
}


.work_with_us h5 {
  color: #3E5461;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.work_with_us .requisitos{
  display: flex;
  flex-direction: column;

}

.work_with_us .requisitos i{
  color: #3E5461;
  font-size: 20px;
  padding: 10px 10px;
}

.work_with_us .requisitos h6{
  color: #3E5461;
  font-size: 1.2rem;
  font-weight: 500;
}

.hiring_button {
    border: 1px solid #A7D6D4;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #3E5461;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    padding: 12px 20px;
    letter-spacing: 2px;
    
}
.hiring_button i {
  padding-right: 10px;
}

.manicurist {
  margin-left: 30px;
}


.work_with_us p{
  font-size: 1.2rem !important;
  text-align: center;
}


.work_with_us_info {
  display: flex;
  flex-direction: column;
}

.nuevas_webp {
  width: 270px;
  height: 270px;
}