@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

:root {
    --color-firts: #0364ff;
    --color-second: #e6d816;
    --color-third: #2db6ff;
    --color-white: #ffff;
    --color-light: #f9f9f9;
    --color-dark: #333333;
    --color-gris: #d1d1d1;
    --color-black: #000;
    --color-title: #4b596b;
    --color-gris2: #f7f7f9;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    color: var(--color-dark);
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 22px;
}

h3{
    font-size: 21px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: var(--color-dark);
}

.p-custom {
    padding: 60px 0px;
}


hr {
    color: var(--color-rosa);
}

.sticky-top{
    top: 120px;
    z-index: 1;
}

.title-home{
    color: var(--color-title);
    text-align: center;
}

.title-contenido{
    font-size: 22px;
    font-weight: 600;
}

.category-toggle i{
    color: var(--color-firts);
    font-size: 14px;
    padding: 0px 5px;
}

/* section{
    overflow: hidden;
} */

.search-results{
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    width: 50%;
}

.search-form{
    width: 50%;
}

.section-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.font-number {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.btn-primary {
    color: var(--color-white);
    background-color: var(--color-firts);
    border-color: var(--color-firts);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:checked {
    color: var(--color-dark);
    background-color: var(--color-second);
    border-color: var(--color-second);
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--color-white) !important;
    background-color: var(--color-firts) !important;
    border-color: var(--color-firts) !important;
}


.header {
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: var(--color-white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-bar {
    background-color: var(--color-firts);
    color: var(--color-white);
}

.marquee-container {
    width: 100%;
}

.img-logo {
    max-width: 160px;
    transition: max-width 0.3s ease;
}

.navbar-scrolled .img-logo {
    max-width: 100px;
}

.nav-link {
    color: var(--color-dark);
}

.nav-link:hover {
    color: var(--color-firts);
}

.nav-title{
    font-size: 12px;
}

.btn-search-custom {
    border: 1px solid #dee2e6 !important;
    color: #000000A6 !important;
}

.icon-navbar {
    color: var(--color-dark);
}

.carousel-item {
    position: relative;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* negro con opacidad */
    z-index: 1;
}

.img-slider {
    max-height: calc(100vh - 120px);
    object-fit: cover;
    width: 100%;
    background-size:cover;
}

.carousel-caption-custom {
    position: absolute;
    top: 0;
    left: 90px;
    width: 50%;
    height: 100%;
    padding: 2rem;
    z-index: 10;
}

.carousel-caption-custom h1 {
    font-size: 2rem;
}

.carousel-caption-custom p {
    font-size: 1.1rem;
}

.section-text-principal {

    display: flex;
    align-items: center;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
}

.pagination-home {
    bottom: -25px !important;
}


.fondo-link {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--color-firts);
}

.text-parallax {
    position: relative;

}

.icon-home i {
    color: var(--color-firts);
    height: 70px;
    width: 70px;
    background-color: var(--color-gris2);
    display: inline-block;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    transition: 0.3s;
}

.card-category:hover .icon-home i {
    color: var(--color-white);
    background-color: var(--color-second);
}

.p-serv {
    font-size: 14px;
}

.title-footer {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: bold;
}

.p-derecho {
    font-size: 12px;
}

.footer ul li {
    font-size: 12px;
}

.footer-pie {
    background-color: var(--color-second);
}

.footer-pie img {
    width: 100px;
}


.col-navbar {
    background-color: var(--color-firts);
}

.navbar .navbar-collapse {
    flex-grow: 1;
}


.img-footer {
    width: 180px;
}


.container-img {
    float: right;
    width: 50%;
    margin: 5px auto 10px 10px;
}

.bg-contact {
    background-color: var(--color-second);
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .btn-tabs {
    border-bottom: none;
    border-bottom-color: rgb(54, 58, 63);
    border-left-color: rgba(233, 236, 239);
    border-right-color: rgba(233, 236, 239);
    color: rgb(44, 47, 53);
    border-top-color: rgba(233, 236, 239);
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .btn-tabs.active {
    background-color: #f8f9fa;
    border-bottom: none;
}

.section-preguntas{
    min-height: 50vh;
}

.icon-search{
    font-size: 12px;
    color: var(--color-firts);
}

.div-resultados > a:hover{
    color: var(--color-firts);
}


.card-category:hover{
    transform: translateY(-20px) !important;
}


.logo-home {
    position: absolute;
    top: 4%;
    left: 2%;
}

.logo-home img{
    width: 150px;
    height: auto;
}

.p-search{
    font-size: 12px;
}

.border-navcategory{
    border-right: 1px solid var(--color-gris);
}

.col-visto a:hover{
  color: var(--color-firts);
}

.note-body{
  font-size: 14px !important;
  font-family: "Poppins", serif !important;
}

.note-body p{
  font-size: 14px !important;
}

.note-body span{
  font-size: 14px !important;
}

.note-body span a{
  font-size: 14px !important;
}

.note-body img{
  max-width: 800px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* @media (min-width:1440px){
    .section-text-principal{
        height: 70vh;
    }
} */

@media (max-width: 991px) {
    .navbar-collapse .d-flex {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .img-logo {
        max-width: 180px;
    }

    .img-slider {
        max-height: 550px;
        object-fit: cover;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .fondo-link {
        clip-path: none;
    }

    .text-parallax {
        position: relative;
    }
    .section-text-principal{
        height: 100%;
    }

    .carousel-caption-custom {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 2rem;
        z-index: 10;
    }

    .carousel-caption-custom h1 {
        font-size: 1.5rem;
    }

    .carousel-caption-custom p {
        font-size: 0.95rem;
    }
    .navbar-scrolled .img-logo {
        max-width: 180px;
    }
    .search-results{
        width: 100%;
    }
    .search-form{
        width: 100%;
    }
}

@media (max-width: 425px) {
    .mg-testi-partners {
        height: 500px;
    }
}


/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/

.icon i {
    font-size: 20px;
    width: 30px;
}

.z-index {
    position: relative;
    z-index: 1;
}

.pb-20 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

.tp-footer-area {
    background: #647197;
  }
  
  .tp-footer-top-bdr-bottom {
    border-bottom: 1px solid #0b3f39;
    position: relative;
    z-index: 2;
  }
  
  .tp-footer-top-item {
    margin-bottom: 35px;
  }
  
  .tp-footer-top-info-icon i {
    font-size: 52px;
    height: 90px;
    width: 90px;
    display: inline-block;
    text-align: center;
    line-height: 103px;
    margin-right: 30px;
    color: var(--tp-theme-1);
    background-color: #01221e;
  }
  
  @media (max-width: 767px) {
    .tp-footer-top-info-icon i {
      margin-right: 30px;
      font-size: 38px;
      height: 70px;
      width: 70px;
      line-height: 73px;
    }
  }
  
  .tp-footer-top-info span {
    font-size: 16px;
    font-weight: 400;
    color: #a9b5b5;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-top-info span {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .tp-footer-top-info span {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .tp-footer-top-info span {
      font-size: 13px;
    }
  }
  
  .tp-footer-top-info-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-dmsans);
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
  }
  
  @media (max-width: 767px) {
    .tp-footer-top-info-title {
      font-size: 17px;
      margin-bottom: 5px;
    }
  }
  
  .tp-footer-top-space-2 {
    padding-left: 55px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-top-space-2 {
      padding-left: 0;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-top-space-2 {
      padding-left: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .tp-footer-top-space-2 {
      padding-left: 0px;
    }
  }
  
  .tp-footer-top-space-3 {
    padding-left: 60px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-top-space-3 {
      padding-left: 30px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .tp-footer-top-space-3 {
      padding-left: 0px;
    }
  }
  
  .tp-footer-shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -2;
    opacity: 0.2;
  }
  
  .tp-footer-shape img {
    max-height: 330px;
  }
  
  .tp-footer-mail-box {
    margin-bottom: 15px;
  }
  
  .tp-footer-mail-box button {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .tp-footer-mail-box input {
    height: 48px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #a9b5b5;
    background-color: #01221e;
    padding-right: 140px;
  }
  
  .tp-footer-mail-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
  }
  
  .tp-footer-mail-box input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
  }
  
  .tp-footer-mail-box input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
  }
  
  .tp-footer-mail-box input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
  }
  
  .tp-footer-mail-box input::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
  }
  
  .tp-footer-check-box .form-check-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #a9b5b5;
    cursor: pointer;
  }
  
  .tp-footer-check-box .form-check-input:checked {
    border-color: var(--tp-theme-1);
    background-color: transparent;
  }
  
  .tp-footer-check-box .form-check-input:focus {
    box-shadow: none;
  }
  
  .tp-footer-check-box .form-check-input.form-check-input[type=checkbox] {
    border-radius: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-color: var(--tp-theme-1);
    transform: translateY(5px);
  }
  
  .tp-footer-widget-logo {
    margin-bottom: 30px;
  }
  
  .tp-footer-widget-logo img {
    max-width: 200px;
  }
  
  .tp-footer-widget-content p {
    color: #fff;
    line-height: 20px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
    .tp-footer-widget-content p {
      font-size: 14px;
    }
  }
  
  .tp-footer-widget-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 25px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
    .tp-footer-widget-title {
      font-size: 20px;
    }
  }
  
  .tp-footer-widget-menu ul li {
    list-style-type: none;
    margin-bottom: 12px;
  }
  
  .tp-footer-widget-menu ul li:last-child {
    margin-bottom: 0;
  }
  
  .tp-footer-widget-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
    line-height: 18px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
    .tp-footer-widget-menu ul li a {
      font-size: 14px;
    }
  }
  
  .tp-footer-widget-menu ul li a:hover {
    color: var(--color-second);
  }
  
  .tp-footer-widget-instagram {
    margin-top: 15px;
    display: inline-block;
  }
  
  .tp-footer-widget-instagram ul {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .tp-footer-widget-instagram ul li {
    list-style-type: none;
  }
  
  .tp-footer-widget-instagram ul li a {
    display: block;
    position: relative;
  }
  
  .tp-footer-widget-instagram ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-color: rgba(227, 124, 87, 0.95);
  }
  
  .tp-footer-widget-instagram ul li a img {
    width: 100%;
  }
  
  .tp-footer-widget-instagram ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 22;
    font-size: 17px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    color: var(--tp-common-white);
  }
  
  .tp-footer-widget-instagram ul li:hover a::after {
    visibility: visible;
    opacity: 1;
  }
  
  .tp-footer-widget-instagram ul li:hover a i {
    opacity: 1;
    visibility: visible;
  }
  
  .footer-col-1 {
    margin-top: -10px;
  }
  
  @media (max-width: 767px) {
    .footer-col-1 {
      margin-top: 0;
    }
  }
  
  .footer-col-2 {
    padding-left: 25px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2 {
      padding-left: 75px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .footer-col-2 {
      padding-left: 0;
    }
  }
  
  .footer-col-3 {
    padding-left: 30px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .footer-col-3 {
      padding-left: 0;
    }
  }
  
  .footer-col-4 {
    padding-left: 28px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .footer-col-4 {
      padding-left: 0;
    }
  }
  
  .footer-col-2-1 {
    padding-right: 40px;
  }
  
  .footer-col-2-2 {
    padding-left: 10px;
  }
  
  @media (max-width: 767px) {
    .footer-col-2-2 {
      padding-left: 0px;
    }
  }
  
  .footer-col-2-3 {
    padding-left: 65px;
    padding-right: 65px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-3 {
      padding-right: 0;
      padding-left: 40px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-2-3 {
      padding-left: 0px;
    }
  }
  
  @media (max-width: 767px) {
    .footer-col-2-3 {
      padding-left: 0px;
      padding-right: 50px;
    }
  }
  
  .tp-copyright-left-text p {
    font-size: 16px;
    color: #a9b5b5;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .tp-copyright-left-text p {
      margin-bottom: 10px;
      font-size: 14px;
    }
  }
  
  .tp-copyright-left-text p a {
    color: var(--tp-theme-1);
  }
  
  .tp-copyright-right-social a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-2);
    display: inline-block;
    transition: 0.3s;
    margin-left: 10px;
  }
  
  .tp-copyright-right-social a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
  }