/*
Theme Name: Candares
Theme URI: 
Author: Geek Advice
Author URI: https://geekadvice.pe/?utm_source=Wordpress-theme&utm_medium=wordpress&utm_campaign=client
Description: Tema desarrollado a medida para la empresa Candares, no distribuible públicamente.
Version: 1.0
Text Domain: geekadvice
License: Privado, uso interno
License URI: 
*/

.content-page-default {
    margin: 50px 0;
}

.content-page-default .description {
    font-size: 25px;
}


.content-page-default section {
    margin-bottom: 50px;
}

.content-page-default h1 {
    font-weight: bold;
    color: #112967;
    font-size: 50px;
    margin-bottom: 35px;

}


.btn-whatsapp {
    background: #00A851;
    color: #ffffff !important;
    padding: 10px 30px;
    border-radius: 50px; /* redondea mucho los bordes */


}

.btn-whatsapp:hover, .btn-whatsapp:focus {
    background: #00ca62 !important;
}

.btn-whatsapp i {
    margin-right: 15px;
    font-size: 18px;
}

.btn-pill {
    border-radius: 50px !important;
    padding: 8px 25px !important;
}

.btn-pill span {
    margin-right: 15px;
}

.mb-1 {
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.content-page-menu {
    margin-top: 75.87px;
}

#aa-footer h1 {
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}

#aa-footer .btn-primary {
    border: 1px solid #ffffff;
}

#aa-footer .btn-primary:hover, #aa-footer .btn-primary:active {
    background: #1d74e6;
}

#aa-footer h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

#footer .aa-footer-social {
    margin-bottom: 30px;
}

#footer .aa-footer-social a {
    margin-right: 5px;
}

#footer address {
    margin-bottom: 0;
}

#footer .col-md-3 {
    margin-bottom: 50px;
    height: 100%;

}

#footer ul {
    padding: 0;
    list-style: none;
}

.underlined-subtitle {
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.content-page-default .title-h2 {
    color: #112967;
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 15px;
}

#aa-footer h1 {
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}

#aa-footer .btn-primary {
    border: 1px solid #fff;
}

#aa-footer .btn-primary:active, #aa-footer .btn-primary:hover {
    background: #1d74e6;
}

#aa-footer h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}

#footer .aa-footer-social {
    margin-bottom: 30px;
}

#footer .aa-footer-social a {
    margin-right: 5px;
}

#footer address {
    margin-bottom: 0;
}

#footer .col-md-3 {
    height: 100%;
    margin-bottom: 50px;

}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#aa-header .aa-logo, #aa-header .aa-logo a, #aa-header .aa-logo a img {
    transition: all .3s ease;
}

@media (max-width: 991px) {
    #aa-header .aa-logo a {
        font-size: 22px;
    }

    #aa-header .aa-logo a img {
        height: 35px;
    }
}

@media (max-width: 767px) {
    #aa-header .aa-logo a {
        font-size: 20px;
    }

    #aa-header .aa-logo a img {
        height: 30px;
    }
}

@media (max-width: 480px) {
    #aa-header .aa-logo a span {
        display: none;
    }

    #aa-header .aa-logo a img {
        height: 28px;
        margin-right: 0;
    }
}

#header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    transition: all .5s ease;
    z-index: 999;
}

#aa-header.aa-scrolled {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

#aa-header .aa-header-area {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

#aa-header .aa-header-left {
    display: inline;
    float: left;
}

#aa-header .aa-header-right {
    align-items: center;
    display: flex;
    float: right;
}

#aa-header .aa-logo {
    display: inline-block;
}

#aa-header .aa-logo a {
    align-items: center;
    color: #0066e9;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

#aa-header .aa-logo a img {
    height: 40px;
    margin-right: 10px;
}

#aa-header .aa-main-nav {
    display: inline-block;
}

#aa-header .aa-nav-menu {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#aa-header .aa-nav-menu li {
    display: inline-block;
    margin: 0 10px;
}

#aa-header .aa-nav-menu li a {
    color: #555;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
}


#aa-header .aa-nav-menu li a:focus, #aa-header .aa-nav-menu li a:hover {
    color: #0066e9;
}

#aa-header .aa-nav-menu li a:after {
    background-color: #0066e9;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    width: 0;
}


#aa-header .aa-nav-menu li a:focus:after, #aa-header .aa-nav-menu li a:hover:after {
    width: 100%;
}


#aa-header .aa-nav-menu li.aa-login-nav a {
    color: #0066e9;
}


#aa-header .aa-nav-menu li.aa-login-nav a i {
    margin-right: 5px;
}

#aa-header .aa-nav-menu li.aa-login-nav a.aa-login-menu-btn {
    background-color: #0066e9;
    border-radius: 30px;
    color: #fff;
    padding: 8px 15px;
    transition: all .3s ease;
}

#aa-header .aa-nav-menu li.aa-login-nav a.aa-login-menu-btn:hover {
    background-color: #0055c4;
    box-shadow: 0 5px 15px rgba(0, 102, 233, .3);
}

#aa-header .aa-mobile-menu-btn {
    color: #0066e9;
    cursor: pointer;
    display: none;
    font-size: 24px;
    margin-left: 15px;
}

body {
    padding-top: 80px;
}

@media (max-width: 991px) {
    #aa-header .aa-header-area {
        justify-content: space-between;
        padding: 15px 20px;
    }

    #aa-header .aa-main-nav {
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        display: none;
        left: 0;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    #aa-header .aa-main-nav.active, #aa-header .aa-nav-menu {
        display: block;
    }

    #aa-header .aa-nav-menu li {
        display: block;
        margin: 0;
        text-align: center;
    }

    #aa-header .aa-nav-menu li a {
        display: block;
        padding: 10px 20px;
    }

    #aa-header .aa-nav-menu li.aa-login-nav a.aa-login-menu-btn {
        display: inline-block;
        margin: 10px auto;
    }

    #aa-header .aa-mobile-menu-btn {
        display: block;
    }

    body {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    #aa-header .aa-header-area {
        padding: 10px 15px;
    }

    #aa-header .aa-logo a {
        font-size: 20px;
    }

    #aa-header .aa-logo a img {
        height: 35px;
    }
}

.aa-nav-menu .has-submenu {
    position: relative;
}

.aa-nav-menu .has-submenu > a {
    padding-right: 25px;
    transition: all .3s ease;
}

.aa-nav-menu .has-submenu a:hover::after {
    display: none;
}

.aa-nav-menu .has-submenu > a .fa {
    font-size: 12px;
    margin-left: 5px;
    transition: transform .3s ease;
}

.aa-nav-menu .has-submenu:hover > a .fa {
    transform: rotate(180deg);
}

.aa-submenu {
    background-color: #ffffffdb;
    border-radius: 8px;
    border-top: 3px solid #06c;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    left: 0;
    min-width: 220px;
    opacity: 0;
    overflow: hidden;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    transform: translateY(15px);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    visibility: hidden;
    z-index: 999;
}

.aa-nav-menu .has-submenu:hover .aa-submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.aa-submenu li {
    width: 100%;
}

.aa-submenu li, .aa-submenu li a {
    display: block;
    position: relative;
    transition: all .3s ease;
}

.aa-submenu li a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 1;
}

.aa-submenu li a:before {
    background-color: #fefefe00;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: -1;
}

.aa-submenu li a:hover {
    color: #06c;
    padding-left: 25px;
}

.aa-submenu li a:hover:before {
    width: 100%;
}

.aa-submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.aa-submenu li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.aa-submenu li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.aa-submenu li a:after {
    content: "\f105";
    font-family: FontAwesome;
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: all .3s ease;
}

.aa-submenu li a:hover:after {
    opacity: 1;
    right: 15px;
}

@media (max-width: 991px) {
    .aa-submenu {
        background-color: #f8f8f8;
        border-left: 2px solid #06c;
        border-radius: 0;
        border-top: none;
        box-shadow: none;
        display: none;
        margin-left: 10px;
        opacity: 1;
        padding-left: 15px;
        position: static;
        transform: none;
        visibility: visible;
    }

    .aa-nav-menu .has-submenu > a {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .aa-submenu li a:hover {
        background-color: rgba(0, 102, 204, .1);
    }
}

@keyframes float {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-100vh) translateX(100px);
    }
}

@keyframes fadeInBackground {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes teamCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-bg {
    0% {
        opacity: .5;
        transform: scale(1);
    }
    50% {
        opacity: .2;
        transform: scale(1.5);
    }
    100% {
        opacity: .5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ripple {
    0% {
        opacity: .8;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes float-bubble {
    0% {
        transform: translate(0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(0) scale(1);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.whatsapp-float {
    background-color: #25d366;
    border-radius: 50px;
    bottom: 40px;
    box-shadow: 2px 2px 3px #999;
    color: #fff;
    font-size: 30px;
    height: 60px;
    left: 40px;
    position: fixed;
    text-align: center;
    transition: all .3s ease;
    width: 60px;
    z-index: 100;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    box-shadow: 3px 3px 5px #888;
    color: #fff;
    transform: scale(1.1);
}

.whatsapp-float i {
    margin-top: 16px;
}

.whatsapp-float .whatsapp-text {
    background-color: #25d366;
    border-radius: 25px;
    box-shadow: 2px 2px 3px #999;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 70px;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    transition: all .3s ease;
    visibility: hidden;
    white-space: nowrap;
}

.whatsapp-float:hover .whatsapp-text {
    left: 75px;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .whatsapp-float {
        bottom: 20px;
        font-size: 25px;
        height: 50px;
        left: 20px;
        width: 50px;
    }

    .whatsapp-float i {
        margin-top: 12px;
    }

    .whatsapp-float .whatsapp-text {
        display: none;
    }
}


.aa-complaint-book h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
    margin-top: 0;
}

.aa-complaint-book a {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #0066e9;
    display: flex;
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    z-index: 11;
}

.aa-complaint-book a:hover {
    background-color: rgba(0, 102, 233, .3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
    color: #fff;
    transform: translate(5px, -5px);
}

.aa-complaint-book a i {
    font-size: 24px;
    margin-right: 10px;
    transition: all .3s ease;
}

.aa-complaint-book a:hover i {
    transform: translateX(5px);
}

.aa-footer-bottom {
    border-top: 2px solid #fff;
    margin-bottom: 25px;
    padding-top: 15px;

}

@media (max-width: 991px) {
    #aa-footer {
        padding: 50px 0 0;
    }

    .aa-complaint-book {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    #aa-footer {
        padding: 40px 0 0;
    }


}

body {
    background-color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

a,
a:focus, a:hover {
    text-decoration: none;
}


a:focus, a:hover {
    outline: none;
}

img {
    border: none;
}

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    z-index: 999;
}


.scrollToTop:focus, .scrollToTop:hover {
    background-color: #fff;
    outline: none;
    text-decoration: none;
}

#aa-preloader-area {
    background-color: #f8f8f8;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pulse {
    left: 47%;
    position: relative;
    top: 44%;
}

.pulse:after, .pulse:before {
    border-radius: 500px;
    content: "";
    height: 80px;
    position: absolute;
    width: 80px;
}

.pulse:before {
    -webkit-animation: pulse-outer .8s ease-in infinite;
    -moz-animation: pulse-outer .8s ease-in infinite;
    animation: pulse-outer .8s ease-in infinite;
}

.pulse:after {
    -webkit-animation: pulse-inner .8s linear infinite;
    -moz-animation: pulse-inner .8s linear infinite;
    animation: pulse-inner .8s linear infinite;
}

@-webkit-keyframes pulse-outer {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        filter: alpha(opacity=50);
        opacity: .5;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes pulse-outer {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        filter: alpha(opacity=50);
        opacity: .5;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes pulse-outer {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        filter: alpha(opacity=50);
        opacity: .5;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-inner {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(0);
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse-inner {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform: scale(0);
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes pulse-inner {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.aa-title {
    display: inline;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.aa-title p {
    font-size: 18px;
    padding: 0 50px;
}

.aa-title span {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 2px;
}

.aa-title span:before {
    right: 4px;
}

.aa-title span:after, .aa-title span:before {
    content: "";
    height: 2px;
    position: absolute;
    top: 7px;
    width: 100px;
}

.aa-title span:after {
    left: 4px;
}

#aa-footer {
    background-color: #0066e9;
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;

}

#aa-footer, #aa-footer a {
    color: #fff
}

@media (max-width: 1199px) {

    .pulse {
        left: 46%;
    }

}

@media (max-width: 991px) {

    .pulse {
        left: 44%;
    }

}

@media (max-width: 480px) {

    .aa-title p {
        font-size: 16px;
        padding: 0;
    }

    .pulse {
        left: 43%;
    }

}

@media (max-width: 360px) {
    .aa-title p {
        font-size: 14px;
    }

    .aa-title span {
        height: 10px;
    }

    .aa-title span:after, .aa-title span:before {
        height: 2px;
        top: 3px;
    }

    .pulse {
        left: 39%;
    }
}

@media (max-width: 320px) {

    .pulse {
        left: 38%;
    }

}
