/*
Theme Name: Quinterno theme
Template: twentytwenty
Author: FZ
Description: Theme personalizado para el sitios web
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

:root {
  --blue-color: #00284a;
  --gray-color: #9ca3af;
  --black-color: #000;
  --white-color: #fff;
}

.btn-dark {
  background-color: var(--blue-color);
}

p {
  font-family: 'Noto Sans', sans-serif;
  color: var(--black-color);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .4px;
}

.color-white {
  color: var(--white-color) !important;
}


.primary-menu a {
  background-color: white !important;
}

.scrolled {
  background-color: white !important;
}

.scrolled a {
  color: blue !important;
}
.scrolled-carrusel{
  padding-top: 21rem;
}

p {
  font-size: 14px;
}

.header-inner {
  width: 100%;
}

a.custom-logo-link {
  padding-top: 2rem;
}
body{
  overflow-x: hidden;
}
@media (max-width: 779px) {
  a.custom-logo-link {
    margin-top: 3rem;
  }

  .carousel-inner .active h2 {
    font-size: 18px !important;
  }
  img.custom-logo {
    max-height: 11rem !important;
  }
  .carousel-caption{
    top: 20% !important;
  }
  .title-about-us{
    font-size: 30px !important;
  }
  .fusion-separator{
    margin: 5px auto 25px auto !important;
  }
  .card-professional .card-img-overlay {
    top: 55% !important;
  }
}

@media (min-width: 780px) {
  .header-titles-wrapper {
    max-width: 100% !important;
    margin-right: 0rem !important;
  }

  ul.primary-menu.reset-list-style {
    justify-content: center;
  }

  .menu-item a {
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 900;
  }

  .primary-menu>li {
    margin: 0.8rem 0 12px 2.5rem !important;
  }
}

@media (min-width: 1920px) {

  /* Site header */
  .site-logo img {
    max-height: 15rem !important;
  }

  #site-header {
    background: transparent;
  }

  .header-inner.section-inner {
    max-width: 100%;
    width: 100%;
  }

  .header-navigation-wrapper {
    padding-right: 20rem;
  }

  .header-inner {
    padding: 0.8rem 0;
  }

  /* Carrusel - home */

  .text-sliders {
    top: -500px;
    position: relative;
  }

  .carousel-caption {
    padding-bottom: 12.25rem !important;
  }
}

@media (max-width: 1919px) and (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 32rem !important;
  }

  .site-logo img {
    max-height: 14rem !important;
  }

  #section-professionals .card-img-overlay {
    top: 65% !important;
  }
}
nav.mobile-menu a {
  color: #9ca3af;
  text-decoration: none !important;
  background: none !important;
  color: #00284b !important;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
}
nav.primary-menu-wrapper .primary-menu li a:hover {
  color: #6d7177 !important;
}

/* Site header */
nav.primary-menu-wrapper .primary-menu li a {
  background: none !important;
  color: #00284b !important;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
}
ul.primary-menu.reset-list-style {
  padding-top: 2rem;
}

.header-inner-custom {
  box-shadow: 15px 5px 10px #48529944;
}

/* Carrusel - home */
.text-sliders h2 {
  font-weight: 700;
  font-size: 26px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.carousel-inner h2 {
  display: none;
}

.carousel-inner .active h2 {
  font-size: 32px;
  font-family: 'Libre Baskerville', serif;
  display: block;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

/* About us */
.title-about-us {
  font-size: 35px;
  font-weight: 300;
  color: var(--blue-color);
  font-family: 'Libre Baskerville', serif;
}

.fusion-separator {
  border-top: 2px solid var(--blue-color);
  height: 2px;
  padding: 0;
  margin: 25px auto 25px auto;
  width: 20%;
}

.button-linkedIn {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 780px) {
  .carousel-inner {
    height: 735px !important;
  }
}

/* Professinals */
.modal-profesional-body .card-title {
  text-shadow: none !important;
}

#section-professionals {
  background-color: #f1f1f1;
}

.card-professional {
  padding: 4rem;
}

.card-professional .card {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.card-professional .card:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transition-delay: 100ms;
  cursor: pointer;
}

#section-professionals .card-img-overlay {
  top: 75%;
}

.card-img-overlay {
  display: none;
}

.card-professional .card:hover .card-img-overlay {
  display: block !important;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

div#section-professionals .card-title {
  font-size: 22px;
  font-family: 'Libre Baskerville', serif;
  color: var(--blue-color);
  text-shadow: 0.1em 0.1em #333;
}

div#section-professionals .card-text {
  font-size: 18px;
  color: var(--white-color) !important;
  text-shadow: 0.1em 0.1em #333;
}

.card-separator {
  border-top: 2px solid var(--white-color);
  height: 2px;
  padding: 0;
  margin: 7px auto 7px auto;
  width: 20%;
  text-shadow: 0.1em 0.1em #333;
}

#section-professionals .card {
  border: none;
}

.market-stall-modal {
  font-size: 16px;
  color: #cecece;
  font-style: normal;
  font-weight: 300;
}

.separator-modal {
  border-top: 1px solid #cecece;
  height: 2px;
  padding: 0;
  margin: 10px auto 5px 0px;
  width: 16%;
}

/* practical area */
div#section-practical-areas {
  padding: 3rem 0rem;
}

.card-practical-area .card {
  border-radius: 0;
  border: none;
}

#section-practical-areas .card-img-overlay {
  display: block;
}

.card-image-areas-home {
  height: 450px;
  object-fit: cover;
}

#section-practical-areas .card-extractor {
  display: none;
  font-family: 'Noto Sans', sans-serif;
}

.vertical-center {
  margin: 0;
  /* position: absolute; */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.separator-areas {
  border-top: 2px solid white;
  height: 2px;
  padding: 0;
  margin: 5px auto 0px 40%;
  width: 20%;
  text-align: center;
}

.card-area-filter {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.card-area-filter:hover {
  filter: none;
  -webkit-filter: grayscale(65%);
  transition-delay: 100ms;
}

.card-area-filter:hover .card-extractor {
  display: block !important;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

div#section-about-us p {
  font-size: 15px;
  line-height: 27px;
}

/* contact - home */
#section-contact-home {
  background-color: #f1f1f1;
}

#section-contact-home .wpcf7-select {
  width: 100%;
  font-size: 17px;
  margin-top: 1.5rem;
}

#section-contact-home .item-form {
  padding: 0.5rem 0px;
}

#section-contact-home input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: var(--blue-color);
}

#section-contact-home input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: var(--bs-btn-hover-color);
  background-color: #00274a93;
  border-color: #00274a93;
}

/* carrusel */
.image-slider-carrusel {
  height: 500px;
}

.title-practice-areas {
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
}

.work .card-extractor {
  display: none;
}

.card-extractor {
  color: var(--blue-color);
  padding: 4rem;
  margin-top: 16rem;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--blue-color) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #1089ff;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-nav {
  display: block !important;
}

.owl-item:hover {
  cursor: pointer;
}

.list-practical-area li {
  font-size: 16px;
  color: #cecece;
  font-style: italic;
  font-weight: 500;
}

h3.card-title.title-practice-areas,
.separator-areas {
  text-shadow: 0.1em 0.1em #333;
}

.padding-card-practical .card-title {
  font-size: 22px;
  font-family: 'Libre Baskerville', serif;
  color: var(--blue-color);
}

.padding-card-practical p {
    font-size: 14px;
     font-family: 'Noto Sans', sans-serif;
    color: var(--black-color);
    line-height: 20px;
    letter-spacing: .4px;
}

ul.list-practical-area li {
  font-size: 14px;
     font-family: 'Noto Sans', sans-serif;
    color: var(--black-color);
    line-height: 20px;
    letter-spacing: .4px;
    font-weight: 300;
    font-style: normal;
}

.modal-header.modal-header-close {
    border: none !important;
}
