@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;600;700&display=swap');

/* Colores */
:root {
    --bs-primary: #2c62ae !important;
    --bs-primary-bg: #2c62ae !important;
    --bs-secondary: #29316d !important;
    --bs-secondary-bg: #29316d !important;
    --color-primary: #2c62ae;
    --color-secondary: #29316d;
    --color-resaltado: #1ed7f0;
    --color-verde: #18d26e;
    --color-celeste: #1ed7f0;
    --color-default: #47505f;
    --color-gris: #666666;
}

body {
    background: url(../img/fondo-logo.jpg) fixed left center;
    background-size: cover;
}
h1, h2, h3, h4, h4, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--color-secondary);
}
a:link, a:active, a:visited {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
a:hover {
    color: var(--color-celeste);
}

/* ************************** Estilos comunes ************************** */

.text-bg-dark {
    background-color: var(--color-primary) !important;
}

/* Accordion */
.accordion-button {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--color-primary);
}

.subtitulo {
    position: relative;
    margin-bottom: 1.1rem;
    margin-top: 1.5rem;
}
.subtitulo::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: -7px; 
}

/* ************************** Navegacion ************************** */

.navbar {
    /* background-color: transparent !important; */
    transition: all 0.5s ease 0s;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    padding-top: 1.5rem;
    /* background-color: rgba(15, 53, 109, 0.3); */
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    /* border-bottom: solid 1px var(--color-primary); */
}
@media (max-width: 768px) {
    .navbar {
        margin-top: 0px;
    }
 }
.navbar * {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    /* background: none;
    border: none; */
}
.nav-link button {
    background: none;
    border: none;
}
.nav-link:link button, .nav-link:active button, .nav-link:visited button {
    background-color: none !important;
    color: white !important;
    transition: 0.3s ease-in-out;
}
.nav-link:hover button {
    color: var(--color-celeste) !important;
}
.nav-link.active, .nav-link.active button {
    color: var(--color-celeste) !important;
}

.navbar-brand  {
    margin-top: 10px;
}
.navbar-brand::before  {
    content: "";
    display:inline-block;
    width:180px;
    height:35px;
    /*margin-right: 5px;*/
    background: url("../img/logo-Naifur-SA-Blanco.png") no-repeat 0 0;
    background-size: 180px;
    transition: 0.5s ease-in-out;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu hr {
    margin: 5px 10px;
    color: #666666 !important;
    opacity: .20;
  }
.dropdown-item {
    font-size: 0.82rem;
    /* text-transform: initial; */
    /* font-weight: normal !important; */
}
.dropdown-item.active {
    color: var(--color-primary) !important;
    background-color: transparent;
}
.scroll-pagina {
    padding: 0.3rem 0 0.3rem 0;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.scroll-pagina .navbar-brand::before {
    background: url("../img/logo-Naifur-SA.png") no-repeat 0 0;
    background-size: 180px;
}
.offcanvas {
    text-align: center;
}

@media all and (min-width: 992px) {    
    .scroll-pagina .nav-link:link button, .scroll-pagina .nav-link:active button, .scroll-pagina .nav-link:visited button {
        color: var(--color-gris) !important;
    }
    .scroll-pagina .nav-link:hover button {
        color: var(--color-celeste) !important;
    }
    .scroll-pagina .nav-link.active button {
        color: var(--color-celeste) !important;
    }
}
@media all and (max-width: 992px) {    
    .offcanvas a.nav-link button {
        font-size: 1.5rem !important;
        margin-bottom: 0.8rem;
    }
}

.navbar-toggler {
    /* color: white !important; */
    /* background-color: var(--color-default); */
    border: 1px solid !important;
  }

.offcanvas {
    text-align: center;
}
/* .scroll-pagina .navbar-toggler {
  color: var(--color-default) !important;
  background-color: var(--color-default);
  border: var(--bs-border-width) solid var(--color-defaultr) !important;
} */
/* .navbar.scroll {
    padding: 0.7rem 0 1rem 0;
    background-color: var(--color-secondary);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
} */


/* ************************** Slider ************************** */

#carouselInicio {
    /* height: 100vh; */
    width: 100%;
}
#carouselInicio .carousel-item {
    background-size: cover;
    background-position: center top;
    /* box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8); */
    height: 100vh;
}
#carouselInicio .carousel-content {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.2);
}
#carouselInicio .carousel-content h1 {
    font-size: 2.5rem;
    /* color: white;
    padding-left: 1rem;
    border-left: solid 3px var(--color-primary); */
}
#carouselInicio .caja {
    margin-top: -80px;
    /* background-color: rgba(255, 255, 255, 0.85); */
    /* padding: 2.1rem; */
    /* margin-bottom: 9rem; */
    /* border-left: solid 3px var(--color-primary); */
}
#carouselInicio .caja h1 {
    color: white;
}
@media all and (max-width: 768px) {    
    #carouselInicio .caja {
        padding: 0 2rem;
        margin-bottom: 5rem;
    }
    #carouselInicio .caja h1 {
        font-size: 1.8rem;
    }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

/* ************************** Secciones ************************** */

.seccion {
    padding: 6.7rem 0 7.5rem 0;
    border-top: solid 3px var(--color-celeste);
}
.seccion-clara {
    color: var(--color-default);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.5), white), url(../img/fondo-logo.jpg) fixed left center;
    background-size: cover;
}
.seccion-oscura {
    background: linear-gradient(150deg, var(--color-secondary), rgba(41, 49, 109, 0.7), #2c62ae), url(../img/fondo-logo.jpg) fixed left center;
    background-size: cover;
}
.seccion-oscura .encabezado-seccion * {
    color: white !important;
}

/* Encabezado seccion
--------------------------------*/
.encabezado-seccion {
    margin-bottom: 2rem;
}
.encabezado-seccion h3 {
    font-size: 32px;
    /* color: #111; */
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
}

.encabezado-seccion h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #b1b1b1;
    bottom: 1px;
    left: calc(50% - 100px);
}

.encabezado-seccion h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: calc(50% - 25px);
}
.seccion-oscura .encabezado-seccion h3::after {
    background: white;
}


.encabezado-seccion p {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    color: var(--color-default);
}

/* ***** Introduccion ***** */
#introduccion {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

/* ***** La empresa ***** */
#la-empresa {
    /* border-top: solid 3px var(--color-celeste); */
}
#la-empresa .caja {
    padding: 2rem;
}
#la-empresa i {
    color: var(--color-primary);
    margin-right: 0.5rem;
}
/* ***** Servicios ***** */
#servicios {
    
}
#servicios .card {
    border-radius: 0;
    border: none;
}
#servicios .card-img-overlay {
    background: linear-gradient(rgba(41, 49, 109, 1), rgba(41, 49, 109, 0));
    padding: 0 3rem;
}
#servicios .card-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3rem 0 1.5rem 0;
    /* height: 80px; */
}
@media all and (max-width: 768px) {
    #servicios .card-img-overlay {
        padding: 1rem;
    }
    #servicios .card-title {
        font-size: 1.7rem;
        margin: 2rem 0 1.5rem 0;
    }
}

/* ***** Politica de sistema de gestion ***** */
#politica-de-sistema-de-gestion {
}
#politica-de-sistema-de-gestion .accordion .accordion-item {
    /* background-color: var(--color-secondary); */
    /* background-color: transparent; */
    /* border-bottom: solid 1px white; */
}
#politica-de-sistema-de-gestion .accordion .accordion-button {
    /* background-color: transparent; */
    /* border-bottom: white !important; */
}
#politica-de-sistema-de-gestion .accordion .accordion-button i {
    color: var(--color-primary);
    margin-right: 10px;
}
.politica .icono {
    float: left;
    margin-right: 15px;
}
.politica .icono i {
    color: var(--color-celeste);
    font-size: 3rem;
    line-height: 0;
    transition: 0.5s;
}
.politica .titulo {
    font-size: 1.6rem;
    color: white;
}
.politica p {
    color: white;
    /* font-size: 14px; */
    /* margin-left: 60px; */
    line-height: 24px;
    /* margin-bottom: 0; */
}
  

/* ***** Clientes ***** */
#clientes {
    
}

#clientes .swiper-slide {
    padding: 20px 0;
}
#clientes img {
    /* opacity: 0.5; */
    transition: 0.3s;
    border-radius: 5px;
}
#clientes img:hover {
    /* opacity: 1; */
    box-shadow: 0px 0px 20px rgba(100, 100, 100, 0.3);
}
#clientes .swiper-pagination {
    margin-top: 30px;
    position: relative;
}
#clientes .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--color-primary);
}
#clientes .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-celeste);
}

/* ***** Contacto ***** */
#contacto {
    
}
#contacto .datos i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-primary);
}
#contacto .datos h3 {
    color: var(--color-gris);
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
#contacto .datos p {
    font-size: 1.2rem;
}
#contacto .datos a {
    font-size: 1.3rem;
    font-weight: 600;
}
#contacto .columna-centro {
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;
}
@media all and (max-width: 768px) {    
    #contacto .columna-centro {
        border: none;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #contacto .datos h3 {
        margin-bottom: 0.5rem;
    }
}

/* ************************** Footer ************************** */
footer {
    color: white;
    background-color: var(--color-secondary);
    padding-top: 4.5rem;
}
footer .frase {
    border-left: solid 1px white;
}
footer .frase p {
    font-weight: bold;
    padding: 10px 0 0 10px;
}
@media all and (max-width: 768px) {    
    footer .frase {
        margin-top: 1.3rem;
        border: none;
    }
    footer .frase p {
        font-weight: normal;
        font-size: 0.9rem;
    }
}

footer .pie {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    padding: 1rem 0;
    margin-top: 3.5rem;
}
footer .pie a:link, footer .pie a:active, footer .pie a:visited {
    color: rgba(255, 255, 255, 0.5);
}
footer .pie a:hover {
    color: var(--color-resaltado);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.icono-subir {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .icono-subir i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .icono-subir:hover {
    background: var(--color-resaltado);
    color: #fff;
  }
  
  .icono-subir.active {
    visibility: visible;
    opacity: 1;
  }


/* Animacion */
.animar {
    margin-top: -50px;
    transition: all 0.5s ease 0s;
}

/* .slide-bottom {
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */
.slide-bottom {
	-webkit-animation: slide-bottom 1s ease-out both;
	        animation: slide-bottom 1s ease-out both;
}
.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-6 12:38:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 1;
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 1;
    }
  }


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  