* {
    font-family: 'Myriad Pro Regular' !important;
}

p {
    font-size: 1.1rem !important;
}

#topbar {
  background-color: #195fad;
}

.back-to-top {
  background-color: #195fad;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #195fad;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #195fad;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.counts .count-box i {
  background-color: #195fad;
}

.counts .count-box {
  background-color: #d9e0ea;
}

#hero:before {
  background: rgba(255, 255, 255, 0);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: initial;
  }
}

@font-face {
  font-family: "Giros";
  font-style: normal;
  font-weight: normal;
  src: local("Ramirezpalos-Regular"),
    url("../fonts/Giros-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RamirezPalos";
  font-style: normal;
  font-weight: normal;
  src: local("Ramirezpalos-Regular"),
    url("../fonts/Ramirezpalos-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Kannada MN Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Kannada MN Regular"),
    url("../fonts/KannadaMN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Kannada MN";
  font-style: normal;
  font-weight: normal;
  src: local("Kannada MN"), url("../fonts/KannadaMN.ttf") format("truetype");
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"),
    url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"), url("../fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"),
    url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),
    url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"),
    url("../fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"),
    url("../fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}

.navbar {
  font-family: "Kannada MN";
}

a#intranet {
  background: #83171a;
  color: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar > ul > li > #intranet:before {
  visibility: hidden;
}

.text-justify {
  text-align: justify;
}

#header .logo img {
  max-height: 70px;
}

@media (max-width: 768px) {
  #hero {
    height: 25vh;
  }
}

.team-grid {
  overflow-y: scroll;
  max-height: 400px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #195fad;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3b8af2;
}

.testimonials::before {
  background: rgba(25, 95, 173, 0.6)
}

.testimonials {
  background-position: top;
  background-attachment: fixed;
}

.featured-services .title a {
  color: #00375e;
}

.featured-services .description {
  color: #00375e;
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}

/* ICONOS DE ESTADISTICAS */
.celine {
  font-family: 'RamirezPalos' !important;
  font-weight: normal;
  font-size: 36px !important;
  font-style: normal;
  text-align: center !important;
}

.giros {
  font-family: 'Giros' !important;
  font-size:48px;
  color:#3b8af2;
}

.contact .info-box {
  box-shadow: none;
}

.branchAddress {
  cursor: pointer;
  margin-bottom: 40px;
}

.branchAddress:hover {
  background-color: #195fad;
  margin-bottom: 40px;
}

.branchAddress:hover p, .branchAddress:hover h3, .branchAddress:hover i {
  color: white;
  box-shadow: none;
}

@media (min-width: 1200px) { 
  .rp-perfiles {
    background-image: url('../img/RP_Perfiles.png') !important;
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 1000px;
  }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media(max-width: 575.98px) {
  .testimonial-group .col-3 {
    width: 100%;
  }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media(min-width: 767.98px) {
  .testimonial-group .col-3 {
    width: 50%;
  }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media(min-width: 991.98px) {
  .testimonial-group .col-3 {
    width: 35%;
  }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
  .testimonial-group .col-3 {
    width: 25%;
  }
}

.services .icon-box {
  min-width: 340px !important;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  main#main {
    margin-top: -40px;
  }
  
  #hero {
  width: 100%;
      height: 35vh;
      background: url('../img/2025/hero-bg-mobile.webp') center center no-repeat;
      background-size: cover;
      position: relative;
  }
}

.giros-movil img {
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 820px) {
  .giros-movil {
    display: none;
  }
}

@media (max-width: 820px) {
  .giros-desktop {
    display: none;
  }
}