/*!
Theme Name: Chapacash
Theme URI: http://underscores.me/
Author: Klever Aguilar
Author URI: https://kleveraguilar.dev/
Description: Template para Landings de chapacash
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chapacash
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Chapacash is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	 font-family: 'Montserrat';
	font-size: 14px;
	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    line-height: 1.35em;
}

p {
	margin-bottom: 1em;
    line-height: 100%;
    font-size: 15px;
    color: var(--color-texto);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
    color: var(--color-texto2);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    gap: 20px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;

      
    font-weight: 700;
    font-size: 14px;
    color: var(--color-texto2);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



@media screen and (max-width: 37.49em) {

    .main-navigation li {
    padding: 5px 20px;
    border-radius: 25px;
}

.menu-menu-principal-container ul{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
   padding: 0 30px;
   height: calc(100dvh - 77px);
    top: 77px;
}

}

.cf7mls_next.action-button img {
    position: absolute;
        bottom: 10px;
}

   a#veragencias3 {
    color: #244595;
    text-decoration: none;
    
}

@media screen and (min-width: 37.5em) {

 .footer_medium ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .popproductos{
        cursor: pointer;
    }

    .popproductos a {
    pointer-events: none;
}

.wpcf7-response-output{
        margin: 0 !important;
        font-size: 10px !important;
        position: absolute;
        bottom: 0px;
        border: none !important;
        padding: 0px !important;
}

 .cf7mls_next.action-button {
    margin: 0px !important;
    width: 100%;
    background: var(--fondo-azul);
}

.box-form-inner .enviar{
    width: 49% !important;
}

.cf7mls-btns-last-step button {
    margin: 0px !important;
    width: 49%;
    background: var(--fondo-azul) !important;
    color: white !important;
}

 .site-branding img {
    max-width: 220px; 
}

.custom-logo-link {
    display: flex !important
;
}


.main-navigation li:not(.btnazul, .btnverde):hover, .main-navigation li.focus:not(.btnazul, .btnverde) {
    background: var(--bg-2);
}

 .main-navigation li {
   
    display: flex;
    align-items: center;
            transition: color .3s linear, background .2s linear;
}


	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	 margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

::-webkit-scrollbar {
    width: 8px; /* Ancho de la barra de desplazamiento */
}
::-webkit-scrollbar-track {
    background:#fff; /* Color de fondo de la "pista" por donde se mueve la barra */
}
::-webkit-scrollbar-thumb{
    background: var(--main-color); /* Color del "pulgar" o la parte arrastrable de la barra */
    border-radius:10px; /* Bordes redondeados para el pulgar */
    transition:all .2s linear; /* Transición suave para los cambios de estilo */
}
::-webkit-scrollbar-thumb:hover{
    background:#244595; /* Color del pulgar al pasar el ratón por encima */
}

/*Codigo Header*/

:root {
    --color-amarillo: #FFF000;
  --fondo-azul: #244595;
  --fondo-verde: #71D84C;
  --color-texto : #5D5D5D;
  --color-texto2 : #909090;
  --main-color: #4CAD36;
  --link-color: #4CAD36;
  --bg-1: #F0F7EE;
  --bg-2: #EAEAEA;
  --content-width: 1400px;
  --gap: 40px;
  --fondo-claroverde: #E0FFD9;
  interpolate-size: allow-keywords;
}



 .container-flex{
      display: flex ;
 }
 
 .container-flex.gap-20{
    gap: 20px;
 }
 .container-flex.gap-30{
    gap: 30px;
 }

 .gap-30{
    gap: 30px;
 }

 .container-flex.gap-40{
    gap: 40px;
 }

 .container-flex.aligncenter{
    align-items: center;
 }
 
 .flex-space{
        justify-content: space-between;
 }

 .flex-center{
    justify-content: center;
 }

.footer_bottom{
    background-color: var(--fondo-azul);
    padding: 20px 0;
    line-height: 1.2em;
    font-size: clamp(0.625rem, 0.4637rem + 0.3817vw, 0.75rem);
}

.color-white{
    color: white;
}



.section {
    padding-top: clamp(2.5rem, 1.125rem + 5vw, 5rem);
    padding-bottom: clamp(2.5rem, 1.125rem + 5vw, 5rem);
}



.btnazul a {
    padding: 8px 30px;
    display: inline;
    border: 1px solid var(--fondo-azul);
    border-radius: 70px;
    color: var(--fondo-azul);
    font-weight: 600;
}

section.header-top {
    height: 77px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.header-top.sombratop
{

box-shadow: 0px 4px 8px 0px #00000040;

}

.btnverde a:before {
    content: url(https://prestamogarantia.chapacash.com.pe/wp-content/uploads/2025/08/cardico.svg);
    position: absolute;
    left: 20px;
}

.btnverde a {
    display: inline;
    padding: 8px 25px 8px 50px;;
    background: var(--main-color);
    border-radius: 50px;
    border: 1px solid var(--main-color);
    color: white;
    font-weight: 600;
   
}


button.slick-next-custom , button.slick-next-custom-op {
    right: 0;
}

section#home-slider {
    position: relative;
    overflow: hidden;
    
}

#home-slider .slick-slider {
   
    overflow: hidden;
}

#home-slider .sticky-slider img {
    width: 100%;
    height: auto;
    display: block;
    
}

.slick-custom-nav button {
    position: absolute;
    z-index: 99;
    top: calc(50% - 31px);
    background: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
}

.homeslick img {
    width: 100%;
    border-radius: 16px;
}

.homeslick .slide-item {
    padding: 0px 20px;
}


.footer_social-links i {
    color: var(--fondo-azul);
    font-size: 20px;
    padding: 5px;
    background: white;
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 5px;
    margin-top: 10px;
}

.footer_social-text{ 
    font-weight: 600;
    font-size: 1.1em;
    line-height: 18px;
    vertical-align: middle;
}


ul.star-box {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0px;
    
}

 

ul.star-box i {
    color: var(--color-amarillo);
    font-size: 24px;
}


.opiniones-content {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 272px;
   
    background: linear-gradient(180deg, #375AB0 0%, #244595 100%);
    color: white;
    margin: 20px;
    padding: 20px 40px;
    border-radius: 20px 20px 0px 20px;
}

.section h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: var(--fondo-azul);
}



.footer_medium ul {
    padding: 0;
    list-style: none;
    margin: 0;
}


.footer_medium h6 {
    margin: 0 0px 20px 0px;
    font-size: 14px;
}

span.footer-numero {
    font-size: 32px;
    display: block;
    margin: 10px 0px;
}

.opiniones-box {
    border-radius: 25px;
    box-shadow: 0px 0px 8px 0px #00000059;
}

.form_box {
   
    background: white;
    border-radius: 25px;
    box-shadow: 0px 0px 8px 0px #00000059;
    
}

@media (min-width: 769px) and (max-width:1024px) {

    img.hero_imagen {
    max-width: 250px;
}

    .header-top .container {
    width: 100%;
}

img.custom-logo {
    max-width: 200px;
}

.btnverde a:before{ 
    left: 15px;
}


    .btnverde a{
        padding: 5px 15px 5px 40px !important;
    }

    .btnazul a{
         padding: 5px 15px !important;
    }


.container {
    padding: 0 20px;
}

.main-navigation ul {
       gap: 10px !important;
}

.main-navigation a{
    font-size: 12px !important;
}

.footer_medium .container {
    width: calc(100dvw - 60px) !important;
    justify-content: space-between;
}


}





.footer_medium .scrolltop:hover::after {
    filter: brightness(0) saturate(100%) invert();
}

.footer_medium .scrolltop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("https://prestamogarantia.chapacash.com.pe/wp-content/uploads/2025/08/chevron-up.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    height: 100%;
    width: 100%;
    transition: all .25s linear;
}

.footer_medium .scrolltop:hover {
    background-color: var(--fondo-azul);
}

.footer_medium .scrolltop:hover::after {
    filter: brightness(0) saturate(100%) invert();
}

.footer_medium .scrolltop {
    background: #fff;
    width: 42px;
    height: 42px;
    display: inline-flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .19);
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    transition: all .25s linear;
}

.footer_medium .container{
    position: relative;
    border-top: 1px solid #909090;
    padding-top: clamp(1.875rem, 1.0156rem + 3.125vw, 3.75rem);
    justify-content: space-between;
}


@media (min-width: 1025px) and (min-width: 1123px) {

.footer_medium .container {
    width: calc(100dvw - 60px) !important;
    justify-content: space-between;
}

}

@media only screen and (min-width: 1124px) {

    .footer_medium .container{
        width: 1100px !important;
        justify-content: space-between;
      
    }

}

@media only screen and (min-width: 1024px) {

    


    .footer_medium.section .col-4{
    display: flex;
    flex-direction: column;
   
}

.popup-metodos-box{
    width: 1000px;
}


.container {
    width: calc(100dvw - 60px);
}

}


@media only screen and (min-width: 1300px) {

.tenemos-box a {
      width: 600px;
}
}

@media only screen and (min-width: 769px) {



.footer_bottom img {
    display: block;
}

 .main-navigation li:not(.btnazul, .btnverde) {
    padding: 8px 20px;
    border-radius: 70px;
}   


.container {
   
    max-width: var(--content-width);
    margin: 0 auto;
}

.footer_bottom > .container > div:nth-child(1){
    width: 15%;
}

.footer_bottom > .container > div:nth-child(2){
    width: 50%;
}

 .footer_bottom > .container > div:nth-child(3){
    width: 15%;
}


 .footer_bottom > .container > div:nth-child(4){
    width: 20%;
}


    .form_box {
    
    min-width: 500px;
}


    .cambios_box-inner {
    width: 308px;
}

 img.hero_imagen {
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 500px;
    
}

section#tienesdudas .container-flex {
    padding: 0 40px;
}    

section.header-top .container-flex {
    position: relative;
}

main#home {
    padding-top: 77px;
}

.tenemos-box-inner h4 {
    margin: 10px 0px;
}

  .megamenutop:before {
    content: url(https://prestamogarantia.chapacash.com.pe/wp-content/uploads/2025/08/Polygon-1.svg);
    width: 32px;
    height: 32px;
    top: -15px;
    position: absolute;
    left: calc(50% - 16px);
}  

.megabox {
    display: flex;
    max-width: 700px;
    padding: 20px 60px;
    align-items: center;
}

.megamenutop {
    position: absolute;
    z-index: 999;
    background: white;
    top: 95px;
    right: 26.5rem;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px #00000040;
    display: none;

}

.megabox h2 {
    margin: 5px 0px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
    vertical-align: middle;
    padding: 0 20px;
}

.popproductos {
    gap: 5px;
    display: inline-flex
;
}

.popproductos:after {
    content: url(https://prestamogarantia.chapacash.com.pe/wp-content/uploads/2025/08/arrow.svg);
    right: -5px;
    position: relative;
    cursor: pointer;
}


.col-1{
    width: 10%;
}
.col-2{
    width: 20%;
}
.col-3{
    width: 30%;
}
.col-4{
    width: 40%;
}
.col-5{
    width: 50%;
}
.col-6{
    width: 60%;
}
.col-7{
    width: 70%;
}
.col-8{
    width: 80%;
}
.col-9{
    width: 90%;
}

.opiniones-box {
    display: flex;
}

img.porque_img {
    position: absolute;
    bottom: 0;
}

}


.opiniones-box-left {
    background: var(--fondo-claroverde);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0px 0px 25px;
}


.opiniones-box-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 480px;
    
    align-items: center;
}

.opinionesslik{
    padding: 0 60px;
}

.opiniones-box-inner {
    max-width: 1024px;
        position: relative;
            width: 100%;
}

.opiniones-box-inner .slick-custom-nav button{
    top: 13rem;
}

.opiniones-content p {
    font-size: 17px;
    text-align: justify;
}

.footer_medium.section strong {
    display: block;
}

.footer_top {
    min-height: 100px;
    display: flex;
    align-items: center;
    background: var(--bg-2);
}

.footer_top_box a {
        
        text-align: left;
        gap: 0px;
}

.footer_top_box a {
    display: flex;
    color: var(--color-texto);
    gap: 0px;
    align-items: center;
    text-decoration: none;

   /* 
    background: white;
    padding: 5px 20px 5px 5px;
    border-radius: 10px;
    
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 0px 8px 0px #00000059;*/
}

.footer_top_box img {
    width: 50px;
}

.footer_top .container {
    max-width: 1200px;
}


.footer_top_box a span {
    padding: 6px 18px;
    background: white;
    border-radius: 0px 16px 16px 0px;
    box-shadow: 0px 0px 8px 0px #00000059;
}

.prefooter-box {
    box-shadow: 0px 0px 8px 0px #00000059;
    padding: 40px;
    border-radius: 20px;
}

section#tienesdudas {
    background: linear-gradient(90deg, #71D84C 0%, #50BF36 100%);
    min-height: 500px;
    margin: 0 20px;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

 section#tienesdudas h2 {
    text-align: left;
    color: white;
    font-size: 32px;
}

.porque_box {
    display: flex;
    margin-bottom: 20px;
}



.porque_box-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    vertical-align: middle;
    color: white;
    margin: 5px 0px;
}

.porque_box-content h4 {
   
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
    font-size: 20px;
    color: var(--fondo-azul);
    margin: 0px 0px 5px 0px;
}


.tenemos-box a {
    text-align: center;
    max-width: 600px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px 0px #0000004D;
    border-radius: 20px;
    flex-direction: column;
    text-decoration: none;
    color: var(--fondo-azul);
    font-size: 25px;
    padding: 0 80px;
}

.footer_box-libro {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: white;
}

.footer_box-libro:hover, .footer_box-libro:visited ,.footer_box-libro:focus {
    color: white;
    outline: none;
}

.main-navigation a:hover {
    color: var(--main-color);
}

.main-navigation a:focus {
    color: var(--main-color);
    outline: none;
}

.btnazul a:focus {
    color: white;
    background: var(--fondo-azul);
}

.btnverde a:focus, .btnverde a:hover {
    color: white;
    outline: none;
}


@media (min-width: 480px) { 

   

    .slidermovil{
        display: none !important;
    }

}

span.wpcf7-list-item {
    margin: 0;
}

@media (max-width: 479px) { 

.popproductos.focus a:after {
     
    transform: rotate(180deg);
    top: 5px;
}

    .popproductos a:after {
    width: 16px;
    height: 16px;
    left: 30%;
    position: absolute;
    font-size: 32px;
    display: inline-block;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    top: 12px;

}

 section#componente-detalles .tab {
    display: flex;
    align-items: center;
    justify-content: center;
}   

section.componente-hero {
    padding-bottom: 40px !important;
}

.prefooter-box {
    text-align: justify;
}

.section .container {
    padding-left: 10px;
    padding-right: 10px;
}


.btnverde a:before {
   left: 40px !important;
}

    .menu-menu-principal-container ul{
        padding: 0px !important;
    }

.listado {
    grid-template-columns: 1fr !important;
}

.hipotacaria-hero .container {
     
    flex-direction: column;
    padding-right: 10px;
        padding-left: 10px;
}

.cambios_box {
      gap: 50px;
}


.col-4.megabox_rigth h2 {
    display: none;
}

fieldset  {
    padding: 2px !important;
}


.box-fiel-aceptar label {
    padding: 0px !important;
}


    .enviar {
    width: 100% !important;
}
    .popup-metodos-inner img{
        margin: 15px;
    }

    .popup-metodos-inner .container-flex {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    height: 500px;
    justify-content: flex-start !important;
}


.footer_medium h6 {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(144 144 144 / 25%);
    padding-bottom: 5px;
}

.footer_medium h6 {
    margin: 0 0px 10px 0px !important;
    font-size: 16px !important;
}

.footer_medium.section .gap-40 {
    gap: 20px !important;
}

.contenthorarios, .contentinteres, .contentcontacto{
         display: none;
}

.contenthorarios.show , .contentinteres.show, .contentcontacto.show {
            display: block;
            height: auto;
            animation: fadeIn 0.3s ease-in;
            opacity: 1;
}

.openhorarios::after , .openinteres:after, .opencontacto:after {
            content: " ▼";
            font-size: 12px;
            transition: transform 0.3s ease;
}

.faq-question h3, .faq-answer p {
    font-size: 14px;
}

.faq-question {
    gap: 20px;
}

 .requirements-icon-x {
    width: 45%;
}   

.requirements-icon-x img {
    width: 64px;
    margin: auto 0 auto auto;
}

ul.requirements-list {
    padding-left: 20px;
}

.componente-hero .col-izq {
    text-align: center;
}

.tenemos-box-inner h4 {
    text-align: left;
}

    .footer_top_box a {
    font-size: 12px !important;
    text-align: left;
    gap: 0px;
}

  .footer_top .container-flex {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
}  

.footer_top_box a span {
    padding: 0px 18px !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    line-height: 1.5em;
}


#agencias .container-flex {
    flex-direction: column;
}

.sliderpc {
    display: none !important;
}

img.porque_img {
    max-height: 300px;
    text-align: center;
    margin: auto;
}

.tenemos-box a{
 min-height: 130px !important;
}

.tenemos {
    display: flex;
    gap: 20px;
}

.homeslick .slide-item {
    padding: 0px 15px !important;
}

.homeslick img {
    min-height: 50vh !important;
    object-fit: cover;
}


.tenemos-box {
    flex-direction: column !important;
    gap: 20px !important;
}


.megamenutop {
    background: white;
    width: 90%;
    left: 5%;
    position: absolute;
    top: 135px;
    z-index: 9999;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 1px 2px 10px #0000003d;
}
}

@media (min-width: 480px) and (max-width: 768px) {

.main-navigation a {
    
    font-size: 12px !important;
}


    img.hero_imagen {
    max-width: 250px;
}

.tenemos-box {
     
    flex-direction: row !important;
}

   .main-navigation a{
        font-size: 13px !important;
    }

    .btnverde a:before{
        left: 15px;
    }

.btnverde a {
    padding: 5px 10px 5px 30px !important;
}

.btnazul a {
    padding: 5px 10px !important;
}

.main-navigation ul{
        gap: 10px !important;
}

}

img.icolibro {
    max-width: 120px;
}

@media only screen and (max-width: 768px) {

.btn-pretamos-box {
     margin-bottom: 40px;
}

img.porque_img {
    margin: auto;
    max-height: 350px;
}


.cf7mls_back.action-button {
    width: 100%;
    background: var(--fondo-azul);
    color: white;
}

.cf7mls_next.action-button {
    margin: 0px !important;
    width: 100%;
    background: var(--fondo-azul);
}

.opiniones-box-inner h2 {
    padding: 0 20px;
}


 
.prefooter-box {
    
    padding: 30px !important;
}

    .col-izq p {
    font-size: 16px !important;
    line-height: 18px !important;
}

section.componente-hero h2 {
    font-size: 24px !important;
    line-height: 26px !important;
}


.popup-agencias-box {
    margin-top: 0px !important;
}

   .popup-agencias-box {
     width: 90% !important;
} 

 .faq-question {
   
    display: grid !important;
   
    grid-template-columns: 11fr 1fr;
}


.container {
    width: calc(100vw - 30px);
    max-width: var(--content-width);
    margin: 0 auto;
}

    .box-form-inner {
    padding: 30px !important;
}

    section.componente-hero{
        border-radius: 0px !important;
    }

section#componente-requisitosypreguntas .container {
    width: calc(100vw - 30px) !important;
}

.tab {    
    padding: 6px 10px !important;
    font-size: 13px !important;
}  

    img.cambio_img {
       width: 100% !important;
    margin: auto;
}

 section#componente-cambio .container-flex {
       flex-direction: column;
}

    section.componente-hero {
    padding: 20px 20px;
    margin: 0px !important;
}

 .cambios_box {
    flex-direction: column;
}   

section.componente-hero .container-flex {
    flex-direction: column;
            gap: 0px;
}



 main#home {
    padding-top: 77px;
}

.porque_box {
    gap: 20px;
}

.porque_box-content h4 {
    font-size: 19px;
}

.porque_box-content p {
    font-size: 14px;
}

section#tienesdudas {
    border-radius: 0;
    margin: 0px;
}

section#tienesdudas h2 {
    font-size: 26px;
    text-align: center;
}

.btnazul a, .btnverde a {
    width: 100%;
    display: block;
    text-align: center;
}


    nav span.linespan:nth-child(3) {
    top: 7px;
    position: absolute;
    left: 10px;
}

    .megamenutop {
    display: none;
}

 nav span.linespan:nth-child(3) {
    opacity: 0;
    
}    


 nav.toggled span.linespan:nth-child(1) {
    opacity: 0;
    transform: translateX(100%);
}
 nav.toggled span.linespan:nth-child(2) {
     transform: translate(-50%, -50%) rotate(45deg);
     left: 10px;
        position: relative;
}

 nav.toggled span.linespan:nth-child(3) {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
}

nav.toggled span.linespan:nth-child(4) {
    opacity: 0;
    transform: translateX(-100%);
}

.opinionesslik {
    padding: 0 30px;
}

.opiniones-content {
    margin: 0px 5px;
    padding: 10px 20px;
}

.opiniones-box-left {
    border-radius: 25px 25px 0px 0px;
}

.opiniones-box-left img {
    padding: 32px;
    height: 150px;
}

.tenemos-box-inner h4 {
    font-size: 0.7em !important;
}

.section h2 {
    font-size: 26px;
}

.slick-custom-nav button {
    width: 32px;
    top: calc(50% - 16px);
}

section#tienesdudas .container-flex {
    padding: 20px 0px 0px;
}

img.porque_img {
    display: block;
}

.tenemos-box a {
        padding: 20px 40px;
}

 .main-navigation li {
    position: relative;
    margin: 15px 0px;
   
}

    .site-branding img {
    height: 40px;
    object-fit: cover;
}

.site-branding a {
    display: flex;
}



section.header-top {
    height: 77px;
}

section#tienesdudas .container-flex {
    
    flex-direction: column;
}

    .footer_bottom .container-flex {
    text-align: center;
}
    


.footer_top {
    padding: 40px 0px;
}

.footer_top .container-flex, .footer_medium .container-flex, .footer_bottom .container-flex {
    display: flex;
    flex-direction: column;
}

}


button.menu-toggle span {
    height: 2px;
    background: var(--fondo-azul);
    width: 26px;
    display: block;
    margin: 5px 0px;
    transition: all .25s linear;
}

button.menu-toggle {
    padding: 0px;
    background: transparent;
    border: none;
    position: relative;
}

a.btnverde {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
    background: var(--main-color);
    padding: 12px;
    color: white;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 50px;
    text-decoration: none;
}

a.btnverde:hover {
    background: var(--fondo-azul);
}



.megaboxico {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}


.agencia_box {
    box-shadow: 0px 0px 8px 0px #00000059;
    border-radius: 20px;
    text-align: center;
}

.agencia_box-inner h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 27px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    color: var(--main-color);
    margin: 0px 0px 10px 0px;
}

.agencia_box-inner p {
    margin: 5px 0px 15px 0px;
    font-size: 16px;
    max-width: 320px;
}

.agencia_box-inner {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agencia_box img {
    width: 100%;
    display: block;
}

.agencia_box-inner a{
   
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 6%;
    color: var(--fondo-azul);
}

.btnazul:hover a {
    background: var(--fondo-azul);
    color: white;
}

header#masthead {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: white;
}

.tenemos-box a:hover {
    box-shadow: 0px 0px 12px 0px #507ADF !important;
    transition: all;
}

.tenemos-box a:hover img {
    scale: none;
}
.tenemos-box a:hover h4 {
  scale: none;
}

.prefooter-box h3 {
    font-size: 18px;
    color: var(--fondo-azul);
}

.prefooter-box p {
    line-height: 1.2em;
}


.separadores {
    width: 90%;
    text-align: center;
    margin: auto;
    height: 1px;
    background:  var(--color-texto);
}

section.componente-hero {
    min-height: calc(100vh - 77px);
    height: 100%;
    color: white;
    display: flex;
    position: relative;
    margin: 0 20px;
    border-radius: 20px;
}


img.hero_fondo {
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(90vh - 77px);
    object-fit: cover;
    z-index: -1;
}

section.componente-hero {
    padding: 60px 0px;
}

.cambios_box {
    display: flex;
    gap: 30px;
    text-align: center;
    margin-top: 60px;
}

.cambios_box-inner {
    padding: 20px 40px;
    box-shadow: 0px 0px 8px 0px #00000059;
    border-radius: 20px;
    position: relative;
}

.cambios_box-inner span {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    left: calc(50% - 25px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
}

img.cambio_img {
    display: block;
    width: 80%;
}


.cambios_box-inner h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: var(--fondo-azul);
}

.cambios_box-inner a {
    color: var(--fondo-azul);
    font-weight: 600;
    font-size: 12px;
}

.msjfsalida a {
    display: block;
}

.msjfsalida {
    text-align: center;
}

/*TABS Y FAQS*/

 .tabs {
            display: flex;
            margin-bottom: 30px;
            background: white;
            border-radius: 25px;
            padding: 5px;
            box-shadow: 0px 0px 10px 0px #00000059;
            gap: 10px;
        }


        .tab:hover {
            background: var(--fondo-claroverde);
        }

        .tab {
            flex: 1;
            text-align: center;
            padding: 12px 20px;
            cursor: pointer;
            border-radius: 20px;
            transition: all 0.3s ease;
            font-weight: 500;
            color: var(--color-texto);
            font-size: 14px;

        }

        .tab.active {
            background: var(--main-color);
            color: white;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        .requirements {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
                justify-content: center;
        }

        .requirements ul {
            margin: 0;
        }

       
        ul.requirements-list {
                margin: 0px;
        }

        .requirements-icon-x img {
            display: block;
            height: 100px;
        }

        .requirements-list {
            list-style: none;
        }

        

        .requirements-list li {
            margin-bottom: 0px;
            color: var(--color-texto);
            font-size: 17px;
              line-height: 22px;
        }

        .requirements-list li::before {
            content: "• ";
            color: var(--color-texto);
            
        }

        .faq-item {
            background: white;
            
            border-radius: 20px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0px 0px 8px 0px #00000059;
        }

        .faq-question {
            padding: 15px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #f8f8f8;
        }

        .faq-item.active .faq-answer {
    padding-top: 5px !important;
}

.faq-item.active .faq-question {
    padding-bottom: 5px !important;
}

        .faq-question h3 {
            font-weight: 500;
            color: var(--color-texto);
            margin: 0;
            font-size: 16px;
        }

        .faq-arrow {
            width: 30px;
            height: 30px;
            background: #2c5aa0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
            transition: transform 0.3s ease;
        }

       

        .faq-item.active .faq-arrow {
            transform: rotate(180deg);
        }

        .faq-answer {
            
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            background-color: white;
             margin: 0 20px;
        }

        .faq-item.active .faq-answer {
            padding: 15px 0px;
            max-height: max-content;
             border-top: 1px solid var(--color-texto);
           
        }

        .faq-answer p {
            color: var(--color-texto);
            line-height: 1.5;
            margin: 0;
        }


.container-min {
    max-width: 950px;
}

.faq-answer p {
    margin-bottom: 10px;
}

.col-izq p span {
    color: var(--color-amarillo);
}

.col-der{
 justify-content: center;
}

.col-izq p {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    vertical-align: middle;
    color: white;
    max-width: 550px;
}


section.componente-hero span {
    color: var(--color-amarillo);
   
}

section.componente-hero h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    vertical-align: middle;
    max-width: 550px;
    margin-bottom: 0px;
}

 


.col-flex-v{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.box-form-inner label {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: var(--color-texto);
    margin: 10px 0px;
    display: inline-block;
}

select {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.box-field p {
    margin: 5px 0px !important;
}

.box-field.flex-field {
    display: flex;
    margin: 7px 0px;
    gap: 14px;
}

.box-field.flex-field div p {
    margin: 0;
}

.box-field.fullw p {
    margin: 0;
}

.box-field.fullw input {
    width: 100% !important;
    display: block;
    height: 44px;
    padding: 5px 15px;
    border-radius: 5px;
}

.box-form-inner {
    max-width: 550px;
    padding: 25px;
}

.box-field input {
    width: 100%;
    display: block;
    padding: 5px 15px;
    height: 44px;
    border-radius: 5px;
}

span.wpcf7-form-control.wpcf7-acceptance a {
    color: var(--main-color);
    font-weight: 600;
}

span.wpcf7-form-control.wpcf7-acceptance span {
    color: var(--color-text);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.box-fiel-aceptar label {
    margin: 0;
    display: flex;
    gap: 10px;
    padding: 0 25px;
}

.box-form-inner .enviar{
    padding: 15px 30px !important;
    height: max-content;
    border-radius: 26px;
    border: 0px;
    background: var(--main-color);
    color: white;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: auto !important;
    display: block;
}


.enviar:not(disabled) {
    cursor: pointer;
}

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    color: #4dac36 !important;
    font-size: 10px !important;
    font-weight: 500;
    left: 16px;
    position: absolute;
    bottom: -16px;
    width: max-content !important;
}

.box-field input:focus-visible,.box-field select:focus-visible {
    outline-color: var(--main-color);
}


.box-gracias {
    width: 665px;
    height: 482px;
    border-radius: 25px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    background: #F6F6F6;
    box-shadow: 0px 4px 8px 0px #00000059;
}


.box-gracias {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.box-gracias-text h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color:  var(--color-texto);
}

.box-gracias h2{
    color: var(--main-color);
}

.btnazulgracias {
    text-decoration: none;
    color: white !important;
    background: #244595;
    padding: 15px 60px;
    border-radius: 26px;
    width: 300px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}


#popup-agencias, #popup-metodos {
    z-index: 9999;
    display: flex;
    align-content: center;
}

.popup-agencias-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.agencias-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

button#cerrar-popup, button#cerrar-popup-2{
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.popup-metodos-box {
    padding-bottom: 60px !important;
}

.popup-agencias-inner h2 {
    font-size: 22px;
    color: var(--main-color);
    margin-bottom: 0px;
}

span.line-divisor {
    width: 100%;
    height: 1px;
    background: var(--color-texto2);
    margin-top: 10px;
}


.popup-metodos-box{
    background: #fff;
    margin: 50px auto;
    padding: 20px;
    border-radius: 26px;
    position: relative;

}

.popup-agencias-box{
    background: #fff;
    width: 600px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 26px;
    position: relative;

}

.popup-agencias-inner a {
    color: #244595;
    font-weight: 600;
}

.faq-answer ul {
    margin: 0;
    padding-left: 13px;
    color: var(--color-texto);
}

.opiniones-content p {
    color: white;
}

.tenemos-box a:hover .tenemos{
    scale: 105%;
}

.footer_medium ul a {
    text-decoration: none;
    color: var(--color-texto2);
}

.popup-metodos-inner img {
    box-shadow: 0px 0px 8px 0px #00000059;
    border-radius: 26px;
}


h3.titulometodos {
    color: var(--fondo-azul);
    text-align: center;
    font-size: 30px;
}


@media (max-height: 800px) {


img.hero_imagen{
  
    height: 55vh;
}
 
}


section#agencias h2 {
    margin-top: 0px;
}



section.hipotacaria-hero {
    align-items: center;
    background: linear-gradient(281.54deg, #00A24F 0%, #69D850 125.16%);
    color: #fff;
    padding-top: clamp(3.75rem, 3.1771rem + 2.0833vw, 5rem);
    padding-bottom: clamp(3.75rem, 3.1771rem + 2.0833vw, 5rem);
    --content-width: 1100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cantidad {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

span.wpcf7-list-item {
    width: 100%;
}
.radioajuste span.wpcf7-list-item label {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    color: var(--color-texto2);
    border: 1px solid  var(--color-texto2);
    border-radius: 60px;
    -webkit-user-select: none;
    cursor: pointer;
    padding: 0px !important;
    font-weight: 400;
}


.hipotacaria-hero:before {
    background-image: url("https://prestamogarantia.chapacash.com.pe/wp-content/uploads/2025/08/fondo-hipotecario.svg");
    aspect-ratio: 520 / 500;
    max-width: 520px;
    content: '';
    width: 30vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}


.hipotacaria-hero h2 span {
    color: var(--color-amarillo);
}
.hipotacaria-hero h2 {
    font-size: clamp(1.625rem, 1.1412rem + 1.145vw, 2rem);
    line-height: 1.35em;
    margin: 0;
}


.box-form-inner h3 {
    color: var(--fondo-azul);
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

span.wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0.1;
    left: 25px;
}

.ajusteradioplus {
    padding: 0 1px;
}


.text-white{
    color:white;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 0px !important;
}


.componente-agencias {
    --content-width: 1100px;
}


.componente-agencias .agencia_box img {
    height: 170px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.componente-agencias .agencia_box-inner {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: white;
    border-radius: 0px 0px 20px 20px;
}

.componente-agencias .agencia_box-inner h4 {
    font-size: clamp(1.1875rem, 1.1589rem + 0.1042vw, 1.25rem);
    line-height: 1.35em;
    margin: 0px;
}

.componente-agencias .agencia_box-inner p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.2em;
    color: var(--color-texto2);
}

.componente-agencias{
    background: #F0F0F0;
}


.cf7mls-btns button {
    padding: 16px !important;
    height: max-content;
    margin: 0px !important;
}

.cf7mls-btns {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

 

.preguntasiono {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

h3.tituloform {
    font-size: clamp(1.1875rem, 1.1589rem + 0.1042vw, 1.25rem);
    line-height: 1.35em;
}

.hipoformizq {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.listado {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
}

.listado > li:first-child {
    border-radius: 20px 0 0 0;
}
.listado > li {
    background-color: #EFFFEB;
    color: #4CAD36;
    display: grid;
    grid-template-columns: 80px auto;
    padding: 25px 40px;
    gap: 20px;
    align-items: center;
}

.listado > li:is(:nth-child(4n+1), :nth-child(4n+4)) > figure > img {
    filter: invert(59%) sepia(21%) saturate(1575%) hue-rotate(63deg) brightness(94%) contrast(79%);
}

.listado > li:nth-child(2) {
    border-radius: 0 20px 0 0;
}

.listado > li:is(:nth-child(4n+2), :nth-child(4n+3)) {
    background-color: rgba(36, 69, 149, .1);
    color: #244595;
}

.listado > li:nth-last-child(2) {
    border-radius: 0 0 0 20px;
}

.listado > li:last-child {
    border-radius: 0 0 20px 0;
}


.listado > li:is(:nth-child(4n+2), :nth-child(4n+3)) > figure > img {
    filter: invert(18%) sepia(72%) saturate(2049%) hue-rotate(211deg) brightness(97%) contrast(88%);
}



.section-title {
    
    line-height: 1.35em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
}


.btn-pretamos-box {
    text-align: center;
    margin-top: 40px;
}

.btn-pretamos-box a {
    text-decoration: none;
    color: var(--fondo-azul);
    padding: 15px 30px;
    border-radius: 30px;
    border: 2px solid var(--fondo-azul);
    font-weight: 600;
}


.btn-pretamos-box a:hover {
    
    color:white;
    background-color: var(--fondo-azul);
}

.ajustesalto div {
    margin: 10px 0px;
}


.formfix10 .wpcf7-text {
    margin-bottom: 10px;
}

.enviar {
    border-radius: 60px !important;
}

.home-joyas .cf7mls-btns button , .home-garantiahipotecaria .cf7mls-btns button,.home-electro .cf7mls-btns button {
    border-radius: 60px !important;
    width: 100%;
}

.home-joyas .cf7mls-btns,.home-garantiahipotecaria .cf7mls-btns ,.home-electro .cf7mls-btns   {
    display: flex;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    margin: auto; 
}

.home-garantiahipotecaria .cf7mls_back {
    min-width: 48% !important;
}


img.icoboton {
    max-width: 24px;
}
 

.btn-pretamos-box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-pretamos-box a:hover img {
    filter: grayscale(100%) invert(100%) brightness(200%);
}


.ajusteradioplus .wpcf7-list-item input[type="radio"]:checked ~ * {
            color: #007cba;
        }

.ajusteradioplus .wpcf7-list-item:has(input[type="radio"]:checked) label {
            border-color: #007cba;
            background-color: #f0f8ff;
            box-shadow: 0 0 0 1px #007cba;
}

.tenemos img {
    max-width: 50px;
    object-fit: contain;
}


a.megaboxico {
    text-decoration: none;
    color: #909090;
}


#agencias .container-flex{ 
flex-wrap: wrap;
}



@media screen and (min-width: 1280px) {

        .agencia_box {
            width: 30%;
            flex-basis: 30%;
        }


}


