/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

.navbar body {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*-- navigation--*/
.navbar-nav {
    white-space: nowrap;
}

.nav-link {
    color: #ffffff !important;
    margin-right: 20px;
    font-size: 17px;
}

.navbar .navbar-collapse .nav-link:focus,
.navbar .navbar-collapse .nav-link:hover {
    color: #01033f !important;
}

.login {
    display: flex;
    justify-content: flex-end;
    gap: 10px; /* Ajusta este valor para cambiar el espacio entre los botones */
    width: 100%; /* Asegura que el contenedor ocupe todo el espacio disponible */
}

.dropdown-menu .dropdown-item:hover {
    color: #00a2dd;
}
.dropdown-item:hover {
    transform: scale(0.98);
}

.btn {
    background-color: #ffffff;
    color: #00a2dd;
    font-weight: 500;
    width: 130px;
    text-align: center;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    border-radius: 30px;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.btn:active {
    transform: scale(0.95); /* Reduce el tamaño del botón al presionarlo */
}

.btn:hover {
    background-color: #01033f;
    color: #fff;
}

/* ---------------------Toggler icon----------------------- */
.container-toggler-icon {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #020561;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
    transition: ease-in all 0.3s;
}

.change .bar2 {
    opacity: 0;
    transition: ease-in all 0.3s;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
    transition: ease-in all 0.3s;
}
/* ---------------------End Toggler icon----------------------- */
/*-----------------------------------------------Banner Section ---------------------------------------------------------------------*/

.relative {
    position: absolute;
    top: 56%;
    transform: translateY(-44%);
    padding: 0;
    bottom: auto;
}

.banner_main {
    position: relative;
}

.carousel-indicators .active {
    background: #00aeef;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    background: #fafcfd;
    border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.carousel-indicators {
    bottom: 90px;
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* margin-top: 76px; */
}

.carousel-caption h1 {
    /*color: #08091e;*/
    color: #01033f;
    font-size: 70px;
    line-height: 50px;
    font-weight: bold;
}

.carousel-caption span {
    /*color: #6dbcf1;*/
    color: #c5e8ff;
    font-size: 30px;
    line-height: 80px;
    font-weight: 230;
}

.carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 160px; /* Alinea el contenedor en la parte superior */
    left: 80px; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin: 0; /* Elimina cualquier margen */
}

.carousel-caption h1,
.carousel-caption span {
    text-align: left; /* Asegúrate de que el texto esté alineado a la izquierda */
    margin-left: 0; /* Asegúrate de que no haya margen izquierdo que esté empujando el texto hacia la derecha */
}
/*BOTON DEL BANNER QUIERO UN CREDITO*/
.carousel-caption a {
    font-size: 17px;
    background-color: #00aeef;
    color: #fff;
    font-weight: 500;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    margin-top: 55px;
    margin-left: 0;
    border-radius: 30px;
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 170px; /* Alinea el contenedor en la parte superior */
    left: 230px; /* Alinea el contenedor a la izquierda */
    overflow: hidden;
}
/*BOTON DEL BANNER QUIERO UN CREDITO*/
.carousel-caption a:hover {
    background-color: #01033f;
    color: #fff;
    transition: ease-in all 0.2s;
}

.carousel-caption a:active {
    transform: scale(0.95); /* Reduce el tamaño del botón al presionarlo */
}

/** banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 45px;
    color: #0b0503;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
}

.titlepage span {
    background: #00a8e7;
    display: block;
    height: 10px;
    width: 90px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/** products section **/
/* .swiper {
  width: 100%;
  display: flex;
}
.swiper-container {
  transform: scale(
    0.7
  ); 
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-products {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 2000px;
  align-items: center;
}

.text-title-products {
  margin-top: 50px;
  margin-left: 100px;
}
.text-title-products h3 {
  font-size: 17px;
  color: #01033f;
}
.text-title-products h1 {
  margin-top: 10px;
  line-height: 20px;
  font-size: 45px;
  font-weight: bold;
  color: #01033f;
}

.text-title-products p {
  line-height: 50px;
  font-size: 20px;
  color: #01033f;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  margin: 10px; 
  margin-bottom: 30px;
  transition: box-shadow 0.1s ease-in-out; 
  display: flex;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24),
    1px 4px 15px 5px rgba(0, 0, 0, 0.23);
}

.button-products-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}

#button-cards {
  background-color: #ffffff;
  color: #00a2dd;
  font-weight: 500;
  width: 160px; /* Ajusta este valor para cambiar el tamaño de los botones 
  text-align: center;
  transition: ease-in all 0.5s;
  border-radius: 30px;
  font-size: 13px;
  margin-top: 25px;
  align-items: center;
}

#button-cards:hover {
  background-color: #01033f;
  color: #fff;
  transition: ease-in all 0.5s;
}

.swiper-products .swiper-button-prev,
.swiper-products .swiper-button-next {
  background-color: #00aaea;
  color: white;
  opacity: 0;
  height: 100px;
  width: 60px;
  transition: opacity 0.3s;
}

.swiper-products .swiper-button-prev {
  position: absolute;
  border-radius: 0 65px 65px 0;
  margin-top: -60px;
  left: -275px; /* Ajusta este valor según sea necesario 
}

.swiper-products .swiper-button-next {
  position: absolute;
  border-radius: 65px 0 0 65px;
  margin-top: -60px;
  right: -275px; /* Ajusta este valor según sea necesario 
}

.swiper-products:hover .swiper-button-prev,
.swiper-products:hover .swiper-button-next {
  opacity: 1;
} */

.swiperproducts {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.swiper-slide {
    width: 250px;
    margin-bottom: 15px;
    max-width: 300px;
}
.card {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1),
        0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        to right,
        rgba(206, 209, 213, 0.5),
        rgba(222, 222, 223, 0.5)
    );
}

.card-body {
    text-align: left;
}

.card-body h5 {
    font-size: 15;
    margin-top: -10px;
    margin-bottom: -10px;
    font-weight: bold;
}

.card-body p {
    font-size: 15px;
    font-weight: 400;
}
.button-products-cards {
    text-align: center;
    margin-top: 10px;
}
.text-title-products {
    margin-top: 50px;
    margin-left: 100px;
}
.text-title-products h3 {
    font-size: 17px;
    color: #01033f;
}
.text-title-products h1 {
    margin-top: 10px;
    line-height: 20px;
    font-size: 45px;
    font-weight: bold;
    color: #01033f;
}
.text-title-products p {
    line-height: 50px;
    font-size: 20px;
    color: #01033f;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #00aaea;
    color: rgb(255, 255, 255);
    opacity: 0;
    height: 100px;
    width: 50px;
    transition: opacity 0.3s;
    z-index: 1000;
}

.swiperproducts .swiper-button-prev {
    border-radius: 0 65px 65px 0;
    left: -0px;
}
.swiperproducts .swiper-button-next {
    border-radius: 65px 0 0 65px;
    right: 0px;
}
.swiperproducts:hover .swiper-button-prev,
.swiperproducts:hover .swiper-button-next {
    opacity: 1;
}

.swiperproducts .swiper-pagination {
    --swiper-pagination-color: rgb(0, 0, 0);
    --swiper-pagination-bullet-size: 50px;
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-pagination-top: 8px;
    --swiper-pagination-bottom: 8px;
    z-index: 1500;
}

.swiperproducts .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 1px #fff;
}
.swiperproducts .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

/** credit section **/

.credits-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    flex-direction: column;
    background: url(../images/pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@keyframes showtext-title-credits {
    from {
        opacity: 0;
        scale: 25%;
    }
    to {
        opacity: 1;
        scale: 100%;
    }
}
.text-title-credits {
    view-timeline-name: --text-title-credits;
    view-timeline-axis: block;

    animation-timeline: --text-title-credits;
    animation-name: showtext-title-credits;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}
.text-title-credits {
    text-align: center;
}
.check-green {
    color: white;
    font-size: 25px;
}
.text-title-credits h3 {
    font-size: 17px;
    color: #01033f;
}

.text-title-credits h1 {
    line-height: 20px;
    font-size: 45px;
    font-weight: bold;
    color: #01033f;
}

.text-title-credits h2 {
    line-height: 50px;
    font-size: 20px;
    color: #01033f;
    margin-bottom: 40px;
}

.row.d_flex {
    display: flex; /* Aplica Flexbox al contenedor */
    /* justify-content: space-between; Asegura que haya espacio entre los elementos */
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    padding: 0; /* Elimina el padding para asegurar que el contenedor ocupe todo el ancho */
    margin: 0; /* Elimina el margin para asegurar que el contenedor ocupe todo el ancho */
    vertical-align: top;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.credicolchon_img,
.credimercado_img {
    flex: 1; /* Asegura que cada div ocupe el mismo espacio disponible */
    display: flex; /* Aplica Flexbox a los contenedores internos */
    align-items: center;
    height: 350px; /* Define una altura para el contenedor */
    width: 100%;
    flex-direction: column;
}

.credicolchon_img h2,
.credimercado_img h2 {
    text-align: justify;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    /* color: white; /* Hace que el texto sea blanco 
  text-shadow: -1px -1px 0 #01033f, 1px -1px 0 #01033f, -1px 1px 0 #01033f,
    1px 1px 0 #01033f; Crea un efecto de trazo alrededor del texto */
}

.credicolchon_img p,
.credimercado_img p {
    text-align: justify;
    color: #01033f;
}

/**credit-application section**/

.credit-application {
    display: flex;
    flex-direction: column; /* Asegura que los elementos hijos se apilen verticalmente */
    justify-content: center;
    align-items: center; /* Centra los elementos hijos verticalmente */
    position: relative;
    text-align: center;
}
@keyframes showtitlepageapplication {
    from {
        opacity: 0;
        scale: 25%;
    }
    to {
        opacity: 1;
        scale: 100%;
    }
}
.titlepage-application {
    view-timeline-name: --titlepageapplication;
    view-timeline-axis: block;

    animation-timeline: --titlepageapplication;
    animation-name: showimagen;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}
.titlepage-application {
    display: flex;
    flex-direction: column; /* Asegura que los elementos hijos se apilen verticalmente */
    justify-content: center;
    align-items: center; /* Centra los elementos hijos verticalmente */
    text-align: center;
}
.credit-application h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 25px;
}
.credit-application h3 {
    font-size: 22px;
    font-weight: 400;
}
.credit-application h1,
.credit-application h3 {
    display: flex;
    justify-content: center;
    align-items: center; /* Asegura que el texto dentro de h1 y h3 también esté centrado verticalmente */
    color: #01033f;
    z-index: 2;
}

#credit-application-btn {
    margin-top: 20px;
    font-size: 17px;
    background-image: linear-gradient(to right, #01033f, #00aaea);
    width: 100%;
    max-width: 190px;
    text-align: center;
    border-radius: 30px;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center; /* Asegura que el botón esté centrado verticalmente */
    margin-bottom: 70px;
    overflow: hidden;
}

#credit-application-btn:hover {
    background-image: linear-gradient(to right, #00aaea, #01033f);
    color: #fff !important;
    transition: ease-in all 0.3s;
}

#credit-application-btn:active {
    transform: scale(0.95);
}

/**------------------------end credit-application section----------------------------**/
.divider-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.full-width-divider {
    border: 0;
    border-top: 1px solid #01033f; /* Cambia el color según prefieras */
    width: 90%; /* Ajusta el ancho según prefieras */
    /* margin: 30px 0; /* Ajusta el margen superior e inferior según prefieras */
    margin-bottom: 60px;
}
.full-width-divider-2 {
    border: 0;
    border-top: 1px solid #01033f; /* Cambia el color según prefieras */
    width: 90%; /* Ajusta el ancho según prefieras */
    /* margin: 30px 0; /* Ajusta el margen superior e inferior según prefieras */
    margin-top: 60px;
}
/**--------------------------buynow section------------------------------**/
.buynow .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 15px;
}
.columna-izquierda {
    width: 60%;
    display: flex;
    flex-direction: column;
    background-color: #01033f; /* Blanco semi-transparente */
    padding: 20px; /* Espacio interno para mejorar la legibilidad */
    border-radius: 10px; /* Bordes redondeados para darle un aspecto de tarjeta */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); /* Sombra para dar profundidad */
    border-radius: 10px;
}
.titulo-y-texto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}
.titulo-y-texto h1 {
    margin-right: 25%;
    font-weight: bold;
    color: #00aaea;
    font-size: 26px;
}
.titulo-y-texto p {
    color: #ffffff;
}
.subtitulo-y-texto-container {
    display: flex; /* Añade esta línea para alinear los subtítulos y textos horizontalmente */
    justify-content: space-between;
    gap: 20px;
}
.subtitulo-y-texto-1 .subtitulo-y-texto-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%; /* Ajusta el ancho según sea necesario */
}
.subtitulo-y-texto-1 h2,
.subtitulo-y-texto-2 h2 {
    font-weight: 700;
    font-size: 20px;
    color: #00aaea;
}
.subtitulo-y-texto-1 p,
.subtitulo-y-texto-2 p {
    color: #ffffff;
    margin-right: 6px;
}

.columna-derecha {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes showimagen {
    from {
        opacity: 0;
        scale: 25%;
    }
    to {
        opacity: 1;
        scale: 100%;
    }
}
.imagen {
    view-timeline-name: --imagen;
    view-timeline-axis: block;

    animation-timeline: --imagen;
    animation-name: showimagen;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}
.imagen {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}
/**--------------------------end buynow section------------------------------**/

/**--------------------------faq section------------------------------**/
.faq-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.faq-container h1 {
    font-size: 30px;
    font-weight: bold;
    color: #01033f;
}
.faq-container h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 20px;
}
.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #000000;
}
.faq-question {
    cursor: pointer;
    font-weight: bold;
    position: relative; /* Establece el contexto de posicionamiento para la flecha */
    padding-right: 20px; /* Añade un poco de espacio a la derecha para la flecha */
}

.faq-question:hover {
    color: #01033f;
}

.faq-question::after {
    content: " ▾"; /* Este es el símbolo de la flecha. Puedes cambiarlo por otro símbolo si lo prefieres. */
    position: absolute; /* Posicionamiento absoluto en relación con el contenedor de la pregunta */
    right: 0; /* Alinea la flecha a la derecha */
    top: 50%; /* Centra verticalmente la flecha */
    transform: translateY(
        -50%
    ); /* Ajuste vertical para centrar perfectamente */
}
.faq-answer {
    display: none;
    padding-left: 20px;
    margin-top: 20px;
}
.centered {
    text-align: center;
}

/**------------------------end faq section----------------------------**/

/**------------------------testimonials section----------------------------**/
/* -------------------------------- 

File#: _2_testimonials
Title: Testimonials
Descr: A gallery of testimonial cards
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
*,
*::after,
*::before {
    box-sizing: border-box;
}

.ta0-container {
    margin-top: 100px;
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
    color: hsl(230, 13%, 9%);
    font-weight: 700;
}

h1 {
    font-size: 2.0736rem;
}

h2 {
    font-size: 1.728rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.2rem;
}

ol,
ul,
menu {
    list-style: none;
}

button,
input,
textarea,
select {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    appearance: none;
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
}

a {
    color: hsl(250, 84%, 54%);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
video,
svg {
    display: block;
    max-width: 100%;
}

@media (min-width: 64rem) {
    body {
        font-size: 1.25rem;
    }

    h1 {
        font-size: 3.051rem;
    }

    h2 {
        font-size: 2.44rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5625rem;
    }
}

/* variables */
:root {
    /* colors */
    --ta0-color-primary-hsl: 250, 84%, 54%;
    --ta0-color-bg-hsl: 0, 0%, 100%;
    --ta0-color-contrast-high-hsl: 230, 7%, 23%;
    --ta0-color-contrast-higher-hsl: 230, 13%, 9%;
    --ta0-color-contrast-lower-hsl: 240, 4%, 85%;
    --ta0-color-contrast-low-hsl: 240, 4%, 65%;
    --ta0-color-contrast-medium-hsl: 225, 4%, 47%;

    /* spacing */
    --ta0-space-4xs: 0.125rem;
    --ta0-space-3xs: 0.25rem;
    --ta0-space-2xs: 0.375rem;
    --ta0-space-sm: 0.75rem;
    --ta0-space-md: 1.25rem;
    --ta0-space-lg: 2rem;

    /* typography */
    --ta0-text-sm: 0.833rem;
}

@media (min-width: 64rem) {
    :root {
        /* spacing */
        --ta0-space-4xs: 0.1875rem;
        --ta0-space-3xs: 0.375rem;
        --ta0-space-2xs: 0.5625rem;
        --ta0-space-sm: 1.125rem;
        --ta0-space-md: 2rem;
        --ta0-space-lg: 3.125rem;

        /* typography */
        --ta0-text-sm: 1rem;
    }
}

/* icons */
.ta0-icon {
    height: var(--ta0-size, 1em);
    width: var(--ta0-size, 1em);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
}

.ta0-icon--xl {
    --ta0-size: 64px;
}

/* component */
.ta0-text-center {
    color: #01033f;
}

mark {
    background-color: #00a2dd; /* Cambia #00ced1 por el color que desees */
}

/* utility classes */
.ta0-margin-top-4xs {
    margin-top: var(--ta0-space-4xs);
}

.ta0-color-contrast-medium {
    color: #00a2dd;
}

.ta0-block {
    display: block;
}

.ta0-text-sm {
    font-size: var(--ta0-text-sm);
}

.ta0-border {
    --ta0-border-o: 1;
    border: var(--ta0-border-width, 1px) var(--ta0-border-style, solid)
        hsla(var(--ta0-color-contrast-lower-hsl), var(--ta0-border-o, 1));
}

.ta0-radius-50\% {
    border-radius: 50%;
}

.ta0-height-lg {
    height: 3rem;
}

.ta0-width-lg {
    width: 3rem;
}

.ta0-margin-bottom-3xs {
    margin-bottom: var(--ta0-space-3xs);
}

.ta0-flex-shrink-0 {
    flex-shrink: 0;
}

.ta0-items-center {
    align-items: center;
}

.ta0-flex-column {
    flex-direction: column;
}

.ta0-flex {
    display: flex;
}

.ta0-margin-bottom-md {
    margin-bottom: var(--ta0-space-md);
}

.ta0-line-height-md {
    line-height: 1.4;
}

.ta0-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.ta0-margin-bottom-sm {
    margin-bottom: var(--ta0-space-sm);
}

.ta0-text-center {
    text-align: center;
}

.ta0-padding-md {
    padding: var(--ta0-space-md);
}

.ta0-radius-md {
    border-radius: 0.25em;
}

.ta0-bg-contrast-lower {
    --ta0-bg-o: 1;
    background-color: hsla(
        var(--ta0-color-contrast-lower-hsl),
        var(--ta0-bg-o, 1)
    );
}

.ta0-gap-sm {
    gap: var(--ta0-space-sm);
}

.ta0-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.ta0-grid > * {
    min-width: 0;
    grid-column-end: span 12;
}

.ta0-margin-bottom-lg {
    margin-bottom: var(--ta0-space-lg);
}

.ta0-max-width-adaptive-lg {
    max-width: 32rem;
}

@media (min-width: 48rem) {
    .ta0-max-width-adaptive-lg {
        max-width: 48rem;
    }
}

@media (min-width: 64rem) {
    .ta0-max-width-adaptive-lg {
        max-width: 64rem;
    }
}

@media (min-width: 80rem) {
    .ta0-max-width-adaptive-lg {
        max-width: 80rem;
    }
}

.ta0-container {
    width: calc(100% - 2 * var(--ta0-space-md));
    margin-left: auto;
    margin-right: auto;
}

.ta0-margin-right-2xs {
    margin-right: var(--ta0-space-2xs);
}

.ta0-flex-wrap {
    flex-wrap: wrap;
}

.ta0-margin-bottom-2xs {
    margin-bottom: var(--ta0-space-2xs);
}

.ta0-color-contrast-low {
    --ta0-color-o: 1;
    color: hsla(var(--ta0-color-contrast-low-hsl), var(--ta0-color-o, 1));
}

.ta0-margin-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.ta0-border-2 {
    --ta0-border-width: 2px;
}

.ta0-border-bg {
    --ta0-border-o: 1;
    border-color: hsla(var(--ta0-color-bg-hsl), var(--ta0-border-o, 1));
}

.ta0-bg-opacity-30\% {
    --ta0-bg-o: 0.3;
}

.ta0-bg-opacity-50\% {
    --ta0-bg-o: 0.5;
}

@media (min-width: 64rem) {
    .ta0-margin-top-auto\@md {
        margin-top: auto;
    }

    .ta0-flex-column\@md {
        flex-direction: column;
    }

    .ta0-flex\@md {
        display: flex;
    }

    .ta0-col-4\@md {
        grid-column-end: span 4;
    }
}

/**------------------------end testimonials section----------------------------**/

/** mobile section **/
/* .mobile {
  background: url(../images/original_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 0;
}

.mobile .titlepage {
  text-align: right;
  padding: 0;
}

.mobile .titlepage h2 {
  color: #fff;
}

.mobile .titlepage span {
  margin-left: 58px;
}

.mobile .titlepage p {
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  padding: 20px 0px 35px 0px;
}

.mobile_img figure {
  margin: 0;
}

.mobile_img figure img {
  width: 100%;
}

.mobile .titlepage .read_more {
  border: #fff solid 3px;
  color: #fff;
} */
/** mobile section **/

/** clients section **/

/* .clients {
  margin-top: 40px;
  padding-top: 60px;
}

.clients .titlepage h2 {
  color: #202021;
}

.clients .titlepage span {
  margin-left: 56px;
}

.clients_box {
  text-align: center;
  background: #e2e3e3;
  padding: 50px 15px;
  border-radius: 15px;
  position: relative;
}

.clients_box p {
  font-size: 17px;
  line-height: 35px;
}

.clients_box::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 67px;
  bottom: -65px;
  background: url(../images/cli_cross.png);
  background-repeat: no-repeat;
}

.jonu {
  padding-top: 72px;
  text-align: center;
}

.jonu h3 {
  padding: 0px 0px 0px 0px;
  color: #0b0503;
  font-size: 25px;
}

.jonu strong {
  display: block;
  color: #00aeef;
  font-size: 17px;
  padding-bottom: 50px;
} */

/** end clients section **/

/** contact section **/

.contact {
    background: #042431;
    /* margin-top: 90px; */
    padding: 90px 0;
}

.contact .titlepage h2 {
    color: #fff;
    margin-top: -25px;
}

.main_form .contactus {
    border: inherit;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    background: transparent;
    color: #f9fcfd;
    font-size: 18px;
    font-weight: normal;
    border-bottom: #fff solid 1px;
}

.main_form .btn-send_btn {
    font-size: 17px;
    transition: ease-in all 0.2s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: #00aeef solid 3px;
    color: #f9fcfd;
    padding: 8px 0px;
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    display: block;
    border-radius: 30px;
    margin-top: 30px;
}

.btn-send_btn:active {
    transform: scale(0.95);
}

.main_form .btn-send_btn:hover {
    background-color: #00aeef;
    transition: ease-in all 0.2s;
    color: #fff;
}

#request *::placeholder {
    color: #f9fcfd;
    opacity: 1;
}

/** end contact section **/

/** footer **/

.footer {
    background: #042431;
    text-align: center;
}

.border-top {
    border-top: #fff solid 1px;
    padding-top: 90px;
}

.footer h3 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.footer_form {
    display: flex;
    border-bottom: #4d636c solid 1px;
    align-items: center;
    justify-content: center;
}

.enter {
    border: inherit;
    width: 71%;
    background: transparent;
    color: #4d636c;
    font-size: 18px;
    font-weight: normal;
    border-bottom: initial;
}

.btn-submit {
    font-size: 17px;
    transition: ease-in all 0.2s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: #00aeef solid 3px;
    color: white;
    padding: 5px 0px;
    margin-bottom: 5px;
    max-width: 150px;
    width: 100%;
    display: block;
    border-radius: 30px;
}

.btn-submit:active {
    transform: scale(0.95);
}

.btn-submit:hover {
    background-color: #00aeef;
    transition: ease-in all 0.2s;
    color: #fff;
}

ul.cont li {
    color: #8a9397;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
}
ul.cont li a {
    color: #8a9397; /* Color inicial del enlace */
    font-size: 17px;
    line-height: 32px;
    text-align: left;
}

ul.cont li a:hover {
    color: #00aeef; /* Color del enlace al pasar el cursor sobre él */
}

.copyright {
    margin-top: 90px;
    padding: 20px 0px;
    background-color: #00aeef;
}

.copyright p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #000;
}

/** end footer **/

/** inner page css **/

.margin_to90 .footer {
    margin-top: 90px;
}

.ourwork {
    margin: 90px 0 60px 0;
}

.our_box {
    margin-bottom: 30px;
}

.our_box figure {
    margin: 0;
}

.our_box figure img {
    width: 100%;
}

/**Terminos y Condiciones Section**/
.privacidad {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
}
.title-terms {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 25px;
}
.title-terms h1 {
    font-size: 35px;
    margin-top: 50px;
    color: #01033f;
    text-align: center;
    margin-bottom: 15px;
}
.title-terms p {
    margin-bottom: 10px;
}
.body-terms {
    text-align: justify;
    margin-bottom: 50px;
}
.body-terms details {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.body-terms summary {
    cursor: pointer;
    font-weight: bold;
    margin-left: 50px;
    margin-right: 50px;
    color: #01033f;
}
.body-terms p {
    margin-top: 10px;
}

/**Privacidad Section**/
.privacidad {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-privacidad {
    margin-left: 50px;
    margin-right: 50px;
}
.title-privacidad h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-privacidad p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-privacidad {
    text-align: justify;
}
.body-privacidad details {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.body-privacidad summary {
    cursor: pointer;
    font-weight: bold;
    margin-left: 50px;
    margin-right: 50px;
    color: #01033f;
}
.body-privacidad p {
    margin-top: 10px;
}
/**Cambios y devoluciones Section**/

.cambios {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-cambios {
    margin-left: 20px;
    margin-right: 20px;
}
.title-cambios h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-cambios p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-cambios {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

.body-cambios p {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
/**Coockies Section**/

.cookies {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-cookies {
    margin-left: 50px;
    margin-right: 50px;
}
.title-cookies h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-cookies p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-cookies {
    text-align: justify;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.body-cookies p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
/**Descargo de responsabilidad Section**/

.descargo {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-descargo {
    margin-left: 0px;
    margin-right: 0px;
}
.title-descargo h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-descargo p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-descargo {
    text-align: justify;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.body-descargo p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

/**Legislación aplicable Section**/

.legislacion {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-legislacion {
    margin-left: 50px;
    margin-right: 50px;
}
.title-legislacion h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-legislacion p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-legislacion {
    text-align: justify;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.body-legislacion p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

/**conducta Section**/

.conducta {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 50px;
}
.title-conducta {
    margin-left: 50px;
    margin-right: 50px;
}
.title-conducta h1 {
    font-size: 35px;
    margin-top: 50px;
    /* margin-right: 250px; */
    color: #01033f;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}
.title-conducta p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.body-conducta {
    text-align: justify;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.body-conducta p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

/*------------------------Credimercado Page--------------------------/*
/*----------------Carousel---------------------*/
#carousel-credimercado {
    position: relative;
}
.item-credimercado img {
    width: 100%;
    height: auto;
    /* margin-top: 76px; */
}
.text-credimercado-carousel {
    top: 200px;
    left: -150px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.text-credimercado-carousel span {
    /*color: #6dbcf1;*/
    color: #c5e8ff;
    font-size: 55px;
    line-height: 80px;
    font-weight: 200;
}
.text-credimercado-carousel h3 {
    /*color: #08091e;*/
    color: #01033f;
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    text-align: right;
    margin-bottom: -20px;
}

.text-credimercado-carousel h1 {
    /*color: #08091e;*/
    color: #df9a34;
    font-size: 65px;
    line-height: 50px;
    font-weight: bold;
    text-align: right;
}

/*BOTON DEL CAROUSEL CREDIMERCADO*/
.btn-carousel-credimercado {
    font-size: 17px;
    background-color: #01033f;
    color: #fff;
    font-weight: 500;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    border-radius: 30px;
    overflow: hidden;
    margin-left: 900px;
    margin-top: 50px;
    display: inline-block;
    position: absolute;
}

.btn-carousel-credimercado:hover {
    background-color: #00aeef;
    color: #fff;
    transition: ease-in all 0.2s;
}

.btn-carousel-credimercado:active {
    transform: scale(0.95);
}

.indicadors-credimercado .active {
    background: #00aeef;
}

.indicadors-credimercado li {
    width: 5px;
    height: 5px;
    background: #fafcfd;
    border-radius: 20px;
}
.indicadors-credimercado {
    bottom: 90px;
}

.prev-button-carousel-cc,
.next-button-carousel-cc {
    display: block;
}

/*------------------------Credicolchon Page--------------------------/*
/*----------------Carousel---------------------*/
#carousel-credicolchon {
    position: relative;
}
.item-credicolchon img {
    width: 100%;
    height: auto;
    /* margin-top: 76px; */
}
.text-credicolchon-carousel {
    top: 180px;
    left: 80px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.text-credicolchon-carousel span {
    /*color: #6dbcf1;*/
    color: #c5e8ff;
    font-size: 55px;
    line-height: 80px;
    font-weight: 200;
}
.text-credicolchon-carousel h3 {
    /*color: #08091e;*/
    color: #01033f;
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -20px;
}

.text-credicolchon-carousel h1 {
    /*color: #08091e;*/
    color: #df9a34;
    font-size: 65px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
}

/*BOTON DEL CAROUSEL CREDICOLCHON*/
.btn-carousel-credicolchon {
    font-size: 17px;
    background-color: #01033f;
    color: #fff;
    font-weight: 500;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    border-radius: 30px;
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 220px; /* Alinea el contenedor en la parte superior */
    left: 200px; /* Alinea el contenedor a la izquierda */
    overflow: hidden;
}

.btn-carousel-credicolchon:hover {
    background-color: #00aeef;
    color: #fff;
    transition: ease-in all 0.2s;
}

.btn-carousel-credicolchon:active {
    transform: scale(0.95);
}

.indicadors-credicolchon .active {
    background: #00aeef;
}

.indicadors-credicolchon li {
    width: 5px;
    height: 5px;
    background: #fafcfd;
    border-radius: 20px;
}
.indicadors-credicolchon {
    bottom: 90px;
}

.prev-button-carousel-cm,
.next-button-carousel-cm {
    display: block;
}