@font-face {
  font-family: "gothambook";
  src: url("../fonts/gothambook-webfont.eot");
  src: url("../fonts/gothambook-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothambook-webfont.woff2") format("woff2"),
    url("../fonts/gothambook-webfont.woff") format("woff"),
    url("../fonts/gothambook-webfont.ttf") format("truetype"),
    url("../fonts/gothambook-webfont.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
html * {
  font-family: "gothambook", sans-serif;
}
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
main {
  background-image: url("../images/textura2.jpg");
  background-repeat: repeat-y;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  main {
    background-image: none;
    background-color: #fff;
  }
}
.btn4:not(.active) {
  padding-top: 11px;
  padding-bottom: 12px;
}
.btn4 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1115px) {
  .btn4 {
    font-size: 0.85rem;
  }
}
.btn4 span {
  transform: translateX(-101%);
  transition: transform 0.2s ease-in;
}

.btn4:not(.active):hover span {
  transform: translateX(0);
}
.active.dm {
  border-bottom: 4px solid #36a9e1;
  color: #36a9e1 !important;
}
.active.mm {
  background-color: #36a9e1;
}
.page-section:not(#topcontent) {
  min-height: 500px;
}
.carouselcontainer {
  margin-top: 104px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #002d4e;
}

.carouselcontainer .redes {
  position: absolute;
  right: 130px;
  top: 170px;
  z-index: 9;
  color: #36a9e1;
  font-size: 1.5rem;
}

@media only screen and (max-width: 780px) and (min-width: 501px) {
  .carouselcontainer .redes {
    right: 80px;
    top: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .carouselcontainer .redes {
    right: 40px;
    top: 120px;
  }
}
.carouselcontainer .redes a {
  margin-left: 10px;
}

.swiper-caption {
  position: absolute;
  left: 130px;
  bottom: 100px;
}
.swiper-slide .title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
  text-align: left !important;
}
@media only screen and (max-width: 1115px) and (min-width: 781px) {
  .swiper-slide .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) and (min-width: 501px) {
  .swiper-slide .title {
    font-size: 1.8rem;
  }
  .swiper-caption {
    left: 80px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-slide .title {
    font-size: 1.2rem;
  }
  .swiper-caption {
    left: 50px;
    bottom: 150px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
footer .divul {
  font-weight: 700 !important;
}
footer .divul i {
  font-size: 2rem;
}
@media only screen and (max-width: 1115px) and (min-width: 850px) {
  footer .divul {
    font-size: 0.8rem !important;
  }
  footer .divul i {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 850px) and (min-width: 650px) {
  footer .divul {
    font-size: 0.8rem !important;
  }
  footer .divul i {
    font-size: 1.5rem;
  }
}

.serparte {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  color: #4d4d4d;
}

.titulos {
  color: #878787;
  font-size: 1.8rem;
  font: 700;
}

.subtitulos {
  font-size: 1.6rem !important;
  color: #36a9e1 !important;
  font-weight: bold !important;
}

.subtitulos2 {
  font-size: 1.4rem !important;
  color: #36a9e1 !important;
  font-weight: bold !important;
}

.parrafos {
  font-size: 1rem;
  color: #2d2d2d; /*4d4d4d*/
}

.cards {
  border-radius: 30px;
  background-color: white;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.cards:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}
.cards p {
  font-size: 1rem;
  font-weight: 600;
  color: #4d4d4d;
}

.cards svg {
  width: 50px;
}

input[type="date"] {
  width: 100% Important !important;
}

label {
  font-weight: 600 !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #002d4e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #002d4e transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-unit .select2-container,
.form-unit .select2-selection {
  width: 100% !important;
}

.select2 .select2-selection {
  width: 100% !important;
  height: 2.5rem !important;
  padding: 4px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  color: #212529 !important;
  background-color: #f9fafb !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0.5rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-selection:focus-visible {
  outline: none !important;
}

.select2-selection__arrow {
  display: none !important;
}

.select2-selection__rendered:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
  border: none !important;
  outline: none !important;
}

.select2-selection__rendered:focus-visible,
.select2-search__field:focus-visible {
  border: 1px solid #ced4da !important;
  outline: none !important;
}

.select2-selection__placeholder {
  color: #212529 !important;
}

.imgPrev {
  width: 100%;
  height: 100px;
  margin: auto;
  cursor: pointer;
  margin-top: 10px;
}

.imgPrev img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px rgb(194, 194, 194);
  border-radius: 10px;
}

.imgPrevP {
  width: 130px;
  height: 130px;
  margin: auto;
  margin-top: 10px;
}

.imgPrevP img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 3px #002d4e;
  border-radius: 50%;
}

.menuAvatar {
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.menuAvatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.invalid-feedback {
  display: none;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
