@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

body {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  padding: 0;
}
body .bold {
  font-size: 21px;
  font-weight: 600;
}
@media (min-width: 992px) {
  body .bold {
    font-size: 26px !important;
  }
}
body .paragraph {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  body .paragraph {
    font-size: 17px;
  }
}
body .here {
  color: #EC8305 !important;
}
body .call {
  right: 10px;
  bottom: 10px;
  position: fixed;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  body .call {
    right: 40px;
    bottom: 30px;
  }
}
body .call .call-text {
  margin: 0 10px;
  background-color: #A66E38;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #663902;
  font-size: 14px;
}
body .call .phone {
  display: block;
  background-color: #A66E38;
  padding: 13px 14px;
  border-radius: 50px;
  border: 1px solid #663902;
  cursor: pointer;
}
body .call .phone img {
  width: 30px;
}
body .subsol {
  background-color: black;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
body .subsol a {
  color: white;
  text-decoration: none;
  font-family: Pacifico;
  font-weight: 400;
  font-size: 15px;
}
body .menu-phone {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #93d6e7;
  height: 100vh;
  z-index: 20;
  padding: 20px;
  width: 100%;
  overflow-y: auto;
  display: none;
}
body .menu-phone .menu-center img {
  width: 35px;
  margin-left: auto;
  display: flex;
}
body .menu-phone .menu-center ul {
  list-style: none;
  width: fit-content;
}
body .menu-phone .menu-center ul li {
  margin: 4px 0;
}
body .menu-phone .menu-center ul li a {
  color: #133E87;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 10px;
  display: block;
  width: fit-content;
}
body .menu-phone .menu-center ul .ul-secondary {
  margin: 0 0 20px 10px;
}
body .menu {
  width: 100%;
  border-bottom: 4px solid #133E87;
  top: 0;
  position: sticky;
  z-index: 10;
  background-color: white;
  padding: 10px 0;
}
@media (min-width: 992px) {
  body .menu {
    padding: 0;
  }
}
body .menu .menu-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .menu .menu-center .ul-main {
  display: none;
  list-style: none;
}
@media (min-width: 992px) {
  body .menu .menu-center .ul-main {
    display: flex;
  }
}
body .menu .menu-center .ul-main li {
  position: relative;
  margin: 0 5px;
}
body .menu .menu-center .ul-main li a {
  display: block;
  padding: 25px 10px;
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 700;
  color: #133E87;
}
body .menu .menu-center .ul-main li .ul-secondary {
  position: absolute;
  list-style: none;
  width: 250px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  border-left: 4px solid #133E87;
  transition: all 0.4s;
  background-color: white;
}
body .menu .menu-center .ul-main li .ul-secondary li a {
  padding: 5px 10px;
  margin: 5px 0;
}
body .menu .menu-center .ul-main .li-active:hover .ul-secondary {
  opacity: 1;
  transform: scaleY(1);
}
body .menu .menu-center .ul-main .ul-secondary:hover {
  opacity: 1;
}
body .menu .menu-center .ul-main a:hover {
  color: #EC8305;
}
body .menu .menu-center .menu-btn {
  display: block;
  width: 30px;
}
@media (min-width: 992px) {
  body .menu .menu-center .menu-btn {
    display: none;
  }
}
body .center {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}
body .splide .splide__slide {
  position: relative;
  max-height: 600px;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 992px) {
  body .splide .splide__slide {
    max-height: 800px;
  }
}
body .splide .splide__slide img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body .splide .splide__slide .slide-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 90%;
}
@media (min-width: 992px) {
  body .splide .splide__slide .slide-text {
    width: unset;
  }
}
body .splide .splide__slide .slide-text .slide-bold {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  body .splide .splide__slide .slide-text .slide-bold {
    font-size: 26px;
  }
}
body .splide .splide__slide .slide-text .slide-paragraph {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  body .splide .splide__slide .slide-text .slide-paragraph {
    font-size: 17px;
  }
}
body .splide .splide__slide .slide-text .slide-button {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 15px;
  color: white;
  border: 2px solid #EC8305;
  border-radius: 5px;
  margin: 20px auto 0 auto;
  display: block;
  width: fit-content;
  text-decoration: none;
}
@media (min-width: 576px) {
  body .splide .splide__slide .slide-text .slide-button {
    padding: 10px 20px;
  }
}
body .splide .splide__slide .slide-background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
}
body .splide .splide {
  overflow: hidden;
}
body .details {
  display: block;
}
@media (min-width: 750px) {
  body .details {
    display: flex;
    justify-content: space-between;
  }
}
body .details .detail {
  background-color: #A66E38;
  width: 100%;
  margin: 20px 0px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  color: white;
  border-radius: 5px;
}
@media (min-width: 576px) {
  body .details .detail {
    padding: 30px 20px;
  }
}
@media (min-width: 750px) {
  body .details .detail {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  body .details .detail {
    padding: 35px 30px;
  }
}
body .details .detail .bold {
  text-align: center;
}
body .details .detail .paragraph {
  margin: 10px 0;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 576px) {
  body .details .detail .paragraph {
    font-size: 16px;
  }
}
body .details .detail .button {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 15px auto 0 auto;
  transition: all 0.5s;
  font-weight: 700;
}
body .details .detail .button:hover {
  scale: 1.1;
  background-color: #aa5f04;
}
body .urgent {
  text-align: center;
  margin: 50px 0;
}
@media (min-width: 576px) {
  body .urgent {
    margin: 100px 0;
  }
}
body .urgent h3 {
  font-size: 26px;
  color: #A66E38;
}
@media (min-width: 750px) {
  body .urgent h3 {
    font-size: 29px;
  }
}
body .urgent .paragraph {
  margin: 7px 0;
  color: rgb(44, 44, 44);
}
body .urgent .bold {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
@media (min-width: 576px) {
  body .urgent .bold {
    font-size: 22px;
  }
}
@media (min-width: 750px) {
  body .urgent .bold {
    font-size: 25px;
  }
}
body .urgent a {
  color: black;
  font-weight: 600;
}
body .urgent img {
  display: block;
  width: 90%;
  margin: 40px auto;
}
@media (min-width: 576px) {
  body .urgent img {
    width: 80%;
  }
}
@media (min-width: 750px) {
  body .urgent img {
    width: auto;
    max-width: 100%;
  }
}
body .urgent #phone {
  display: block;
}
body .services {
  display: block;
}
@media (min-width: 750px) {
  body .services {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body .services .image {
  display: none;
}
@media (min-width: 750px) {
  body .services .image {
    width: 45%;
    padding: 0 20px;
    display: block;
  }
}
body .services .image img {
  width: 100%;
}
body .services .services-type {
  width: 95%;
  border: 3px solid #133E87;
  padding: 25px 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  body .services .services-type {
    padding: 15px;
  }
}
@media (min-width: 750px) {
  body .services .services-type {
    width: 55%;
    margin: 50px 0 50px 40px;
  }
}
@media (min-width: 992px) {
  body .services .services-type {
    padding: 40px;
    margin: 50px 0 50px 0px;
  }
}
body .services .services-type .bold {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 576px) {
  body .services .services-type .bold {
    font-size: 21px;
  }
}
body .services .services-type .paragraph {
  text-align: center;
  margin: 10px 0;
}
body .services .services-type .service {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 20px 0;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 992px) {
  body .services .services-type .service {
    padding: 20px 0;
  }
}
body .services .services-type .number {
  color: #133E87;
  font-size: 25px;
  font-weight: 700;
}
body .us {
  margin-top: 50px;
}
body .us h2 {
  font-size: 22px;
}
@media (min-width: 576px) {
  body .us h2 {
    font-size: 26px;
  }
}
@media (min-width: 750px) {
  body .us h2 {
    font-size: 30px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  body .us h2 {
    font-size: 34px;
  }
}
body .us .all {
  display: block;
}
@media (min-width: 750px) {
  body .us .all {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding: 40px 0;
  }
}
body .us .all .type {
  width: 100%;
  padding: 20px 15px;
  margin: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 750px) {
  body .us .all .type {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body .us .all .type {
    padding: 40px 25px;
  }
}
body .us .all .type img {
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  body .us .all .type img {
    margin: 0 0 20px 0;
  }
}
body .us .all .type h4 {
  font-size: 21px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  body .us .all .type h4 {
    font-size: 24px;
    margin: 15px 0;
  }
}
body .us .all .type p {
  line-height: 25px;
  font-size: 15px;
}
@media (min-width: 992px) {
  body .us .all .type p {
    font-size: 16px;
  }
}
body .us .all .type:nth-child(1) {
  margin-top: 30px;
}
@media (min-width: 750px) {
  body .us .all .type:nth-child(1) {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  body .us .all .type:nth-child(1) {
    margin-top: 200px;
  }
}
body .us .all .type:nth-child(2) {
  margin-top: 0px;
  background-color: #138ba8;
  color: white;
}
@media (min-width: 750px) {
  body .us .all .type:nth-child(2) {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  body .us .all .type:nth-child(2) {
    margin-top: 150px;
  }
}
body .us .all .type:nth-child(3) {
  margin-top: 0px;
  background-color: #6EC1E4;
}
@media (min-width: 750px) {
  body .us .all .type:nth-child(3) {
    margin-top: 50px;
  }
}
body .us .all .type:nth-child(4) {
  background-color: black;
  color: white;
}
body .partner {
  margin: 40px 0;
}
@media (min-width: 576px) {
  body .partner {
    margin: 100px 0;
  }
}
body .partner p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 576px) {
  body .partner p {
    font-size: 28px;
  }
}
body .partner .splide__pagination__page {
  background-color: #133E87;
}
body .partner .splide__slide {
  min-height: unset;
}
body .partner li {
  padding: 0 10px;
}
body .partner li img {
  width: 100%;
  height: unset !important;
}

/*# sourceMappingURL=style.css.map */
