/*
Theme Name: Ahorro Amazing Banco Amazonas
Theme URI: https://nelsonendigital.com
Template: hello-elementor
Author: Nelson Merizalde
Author URI: https://nelsonendigital.com
Description: Tema para el sitio web Ahorro Amazing - Banco Amazonas.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1715269807
Updated: 2024-05-09 17:50:07

*/

/***** GLOBALES *****/

:root {
    --ba-main: #e32526;
    --ba-main-2: #ae0d0d;
    --ba-body-txt-color: #333333;
    --ba-footer-txt-color: #8f8f8f;
    --ba-body-line-height: 1.6;
    --ba-body-letter-spacing: 0.5px;
}

/**  {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: var(--ba-body-line-height);
    letter-spacing: var(--ba-body-letter-spacing);
}**/

.container a {
    text-decoration: none !important;
    color: unset;
}

.banco-color {
    color: var(--ba-main);
}

/***** CONTENIDO *****/

input.wpcf7-form-control.wpcf7-submit, .elementor-button {
    background-color: transparent;
    font-family: "TT Norms", Sans-serif !important;
    font-size: 22px;
    font-weight: 800 !important;
    fill: #FFFFFFFC;
    color: #FFFFFFFC !important;
    background-image: linear-gradient(53deg, #FF0081 35%, #FF395A 100%);
    box-shadow: 2px 2px 5px 1px rgba(255, 255, 255, 0.98) !important;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 40px 20px 40px;
    min-width: 150px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 40px 15px 40px;
}


header.page-header {
	display: none;
}

header {
	position: fixed;
	z-index: 99999;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .35rem 1rem;
}

span.wpcf7-spinner {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

/******* FOOTER *******/

footer {
    background-color: #ececec;
    font-size: 13px;
    z-index: 999999;
}

footer p, footer li, footer ul, footer a {
    color: var(--ba-footer-txt-color) !important;
}

footer p {
    text-align: justify;
}

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

footer .container .col {
    padding: 30px 40px;
    margin: 50px 0 40px
}

@media (max-width: 767px) {
    footer .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    footer .container .col {
        padding: 30px 40px;
        margin: 0px;
    }
}

footer .widget-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 0 20px;
    color: var(--ba-body-txt-color);
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbcbcb;
}

footer li a {
    color: #666666 !important;
}

footer li a:hover {
    color: var(--ba-main) !important;
}

footer .social a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

footer .social a:hover {
    background-color: var(--ba-main);
}

footer li:before {
    background-image: url('/wp-content/themes/ahorrobco/images/table-cells-large.svg');
    background-repeat: no-repeat;
    background-color: #a5a5a5;
    background-position: center center;
    background-size: cover;
    content: " ";
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
    height: 13px;
    display: inline-block;
}

.back-to-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #ffffff;
    border: 3px solid var(--ba-main-2);
    border-radius: 80px;
    text-align: center;
    padding: 5px;
    height: 50px;
    width: 50px;
    box-shadow: 0px 8px 15px -5px #333;
}