/*
Theme Name: Diplomático (Pasaporte Ciudadano)
Theme URI: https://nomade.is
Author: Cristian Ocampo
Author URI: https://nomade.is
Description: 
Version: 0.1
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px;
    font-weight:300;
    color: #000;
}

.st0 {
    fill:#fff;
}
.navbar-nav {
    font-size:1em;
    padding-top:11px;
}
#support-us img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.text-bg-dark {
    background:#000 !important;
}
a:hover {
    color: #0000ff;
}
#menu {
    background:#0000ff;
    color:#000;
    background: #000;
    color: #fff;
}
svg {
    color:#fff;
}
nav a {
    color:#000;
}
nav a:hover {
    color:#00f;
    text-decoration:none;
}

#footer-top {
    color: #fff;
    background:#000;
}
#footer-bottom {
    font-size:1rem;
}
footer h2 {
    font-size:1.3rem;
    font-weight:300;
    margin-bottom:1rem;
    
}
#footer-top a {
    color: #fff;
}

h5 a {
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
h2 a {
    color:#000;
    text-decoration:none;
    font-weight:600;
}

/* Pricing Card */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}
.pricing-card .card-body {
    position: relative;
}
.pricing-card.border-primary {
    border-width: 2px !important;
}
.pricing-card ul li {
    display: flex;
    align-items: flex-start;
}
.pricing-card ul li i {
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}
.pricing-card .card-body {
    position: relative;
}
.pricing-card ul li {
    display: flex;
    align-items: flex-start;
}
.pricing-card ul li i {
    flex-shrink: 0;
    margin-top: 2px;
}
.planes-mensuales-container,
.planes-anuales-container {
    display: flex;
    flex-wrap: wrap;
}
/* End of Pricing Card */
/* FAQ */
.accordion-button {
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #0000ff;
}
.accordion-body {
    padding: 1.5rem;
    line-height: 1.8;
}
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
/* End of FAQ */
/* Precios */
#precios .bi-check {
    color: #000;
}
#precios .bi-chevron-down {
    font-size: .85rem;
    opacity: .8;
}

#precios .accordion-button- {
    text-decoration: none;
    color: #000;
}
#precios .accordion-button-.collapsed {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    opacity: .8;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
#precios .accordion-button-:hover {
    color:#0000ff;
}
#precios .accordion-button-.collapsed:hover {
    color:#0000ff;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#precios #passport-features th, #precios #passport-features td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/* End of Precios */
/* Signup */
.plan-included {
    color:#bbb;
    transition: color 0.4s ease;
}
.plan-included.p_included {
    color:#000;
}
.plan-included.p_included::before {
    /*font-family: "Font Awesome 5 Free";*/
    font-family: "bootstrap-icons" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /*content: "\f058";*/
    content: "\F26B";
    background-size: 1rem 1rem;
    padding-right: 10px;
}
.plan-included::before {
    font-family: "bootstrap-icons" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\F623";
    background-size: 1rem 1rem;
    padding-right: 10px;
}
.btn-light.active {
    background: #000;
    color: #fff !important;
}
.btn-light .text-muted, li.text-muted {
    color: #b3b3b3 !important;
    transition: color .3s;
}
.btn-light:hover .text-muted {
    color: #7e7e7e !important;
}
.btn-light.active:hover .text-muted {
    color: #b3b3b3 !important;
}
/* End of Signup */