/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}
:root {
  --salmon: #fdecda;
  --blanco: #fff;
  --magenta: #8e0554;
  --amarillo: #c5a229;
  --rosa: #c277a3;
  --light: #ede6df;
  --grisC: #626263;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "HumanistK";
  src: url("../fonts/HUM531K.TTF") format("truetype");
  font-style: bold;
  font-weight: bold;
}

@font-face {
  font-family: "HumanistB";
  src: url("../fonts/HUM531B.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HumanistN";
  src: url("../fonts/HUM531N.TTF") format("truetype");
  font-style: inherit;
  font-weight: inherit;
}
body {
  background-color: var(--salmon);
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  font-family: "HumanistK";
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

.header {
  background-color: var(--magenta);
  height: 200px;
  margin-bottom: 70px;
}

.logo {
  text-align: center;
  width: 15rem;
  margin-top: -22%;
  position: relative;
}
.number {
  background-color: #daacc7;
  border-radius: 20px;
  width: 20%;
  font-size: 30px;
  text-align: center;
  color: var(--blanco);
  margin-left: -27px;
  margin-top: -7%;
  font-family: "HumanistB";
}

.banderin {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 83%, 0 100%);
  background-color: var(--blanco);
  width: 80px;
  height: 90px;
  float: right;
  margin-right: 100px;
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
  border: 2px, solid;
  border-color: var(--amarillo);
  color: var(--magenta);
  font-family: "HumanistB";
}
.tag {
  background-color: var(--amarillo);
  text-align: center;
  margin-top: 22px;
  color: var(--blanco);
  font-family: "HumanistN";
}

.gallery_uno_tranquilidad {
  text-align: center;
  /*   height: 300px;
     width: 300px; */
  width: 100%;
  height: 300px;
  display: flex;
  border-radius: 15px;
  border: solid;
  border-color: var(--amarillo);
  background-image: url(../../images/tranquilidad.avif);

  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}
.gallery {
  margin-top: 100px;
  padding-top: 50px;
  background-color: var(--light);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 200%);
}
.inter {
  color: var(--magenta);
  font-family: "HumanistN";
  font-size: xx-large;
}
.list {
  font-family: "HumanistN";
  font-size: x-large;
  color: var(--grisC);
}
.titleservices {
  padding-bottom: 0px;
  margin-top: 15%;
  margin-bottom: 5%;
  color: var(--grisC);
  font-family: "HumanistK";
}
.titleservices_one {
  padding-bottom: 0px;
  margin-top: 15%;
  color: var(--grisC);
  margin-left: 17px;
  font-family: "HumanistK";
}
.servicio1 {
  color: var(--grisC);
  font-size: xx-large;
  font-family: "HumanistN";
  margin-top: 15%;
}
.subservicio1 {
  margin-right: 35%;
  color: var(--magenta);
  font-family: "HumanistK";
  font-size: small;
}
.subservicio1 h1 {
  text-align: center;
}
.costo {
  color: var(--magenta);
  text-align: right;
  font-family: "HumanistB";
  margin-right: 42%;
}
.plazo {
  color: var(--amarillo);
  text-align: center;
  font-family: "HumanistN";
}
.text {
  font-family: "HumanistN";
  font-size: x-large;
  line-height: 50px;
  margin-left: 3px;
}
.read_more {
  font-size: 20px;
  background-color: var(--magenta);
  color: #fff;
  padding: 5px 0px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-family: "HumanistN";
  margin-top: 10%;
  margin-bottom: 5%;
}
.read_more:hover {
  color: var(--blanco);
}
.titulo {
  color: var(--magenta);
  font-style: italic;
  font-family: "HumanistB";
  text-align: center;
  margin-top: 15%;
  font-size: xx-large;
  margin-bottom: 5%;
}

.outside {
  height: 249px;
}

.contact {
  background-color: var(--rosa);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 90px;
  padding-top: 50px;
}

.contact p {
  padding: 20px;
  color: var(--blanco);
  font-family: "HumanistB";
  font-size: 20px;
}

/** end contact section **/

/** footer **/

.footer {
  background-color: var(--magenta);
  padding-top: 40px;
  text-align: center;
}

.footer h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  display: table;
  text-transform: uppercase;
}
.job_offer {
  font-family: "HumanistN";
  color: var(--blanco);
  text-align: left;
}
.variat {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  font-family: "HumanistN";
  margin-right: 10%;
  height: 5px;
  margin-top: 22px;
}

.pie {
  opacity: 0.5;
  display: grid;
  height: 150px;
  margin-left: 45%;
  padding-bottom: 15%;
}
.top {
  color: var(--blanco);
  font-size: medium;
}
.face {
  padding-bottom: 10%;
}
.copyright {
  padding-bottom: 20px;
  background-color: var(--amarillo);
  width: 100%;
}

.copyright p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 25px;
  font-weight: normal;
  font-family: "HumanistN";
}
.copyright a {
  color: #000;
}
