/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development & Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

/*<link rel="stylesheet" href="https://use.typekit.net/iyp8rnf.css">*/

.apbPost.apbOverlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* max-height: 600px; */
    height: -webkit-fill-available !important;
    min-height: 370px;
    z-index: 0;
}

.footer-color{
	background-color:black;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 93%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.apbPost.apbOverlay .apbText {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.custom-logo-link img {
    max-height: 50px;
    width: auto;
}

#page-wrapper, #no-title-page-wrapper{
	padding-top:0px;
	min-height:87vh;
}
.planes{
	width:70%;
	margin:auto;
}




body {
    font-family: "proxima-nova", sans-serif;
}
.wp-block-cover__image-background {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.entry-meta{
    border-style: none none dotted;
    margin: -19px 0 23px 0;
}

.menu-item-it {
    font-weight: 700;
    line-height: 40px;
}

.menu-principal {
    background-color: #0000004f;
    position: fixed;
    width: 100%;
    z-index: 50;
    -webkit-backdrop-filter: blur(4px) saturate(75%);
            backdrop-filter: blur(4px) saturate(75%);
}
.menu-principal-2{
    background-color: #000000;
    width: 100%;
    z-index: -1;}

#footer-bg-color{
    background-color: black;
}

#colophon{
    color: white
}

.custom-logo-link img{
    max-height: 50px;
    width: auto;
}

.menu-item-it {
    font-weight: 700;
    font-size: 11vw;
    line-height: 8vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 0.5vw 0 2.2vw 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item-it:hover{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #00000063;
    cursor: pointer;
    padding: 3px 15px;
    padding: 0.5vw 1vw 2.2vw 1.5vw;

}

.entry-title{
    font-size: 2rem;
    font-weight: 900 !important;
    TEXT-TRANSFORM: UPPERCASE;
    color : white;
    padding-right: 30px;

}

.nav-menu-filler{
    display: block;
    min-height: 20px;
    width: 100px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.black-text > li > .nav-link {
    color: black !important;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 30px;
    color: yellow !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: rgb(0, 0, 0);
}

.dropdown-item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: none !important;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffffff00;
    color: yellow;
    text-decoration: none;
}

.menu-item-cont{
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

}

.apbTitle a {
font-family: "proxima-nova", sans-serif;
font-size: 1.5rem;
}

#apbAdvancedPosts-6a2446da-f .apbPost .apbTitle a {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.custom-banner > div .apbPost.apbOverlay .apbText{
    min-height:400px !important;
        display: -webkit-box;
        -ms-flex-line-pack:center;
            align-content:center;
        -webkit-box-align: center;
            -webkit-backdrop-filter: blur(6px);
                    backdrop-filter: blur(6px);
        background: #0000008f;
}

.separator-icon-more{
	bottom:7vh;
	position:relative;
	z-index:999;
}

.wp-element-button:hover{
	color: yellow;
}

.banner-titulo{
	font-size:5vw;
	line-height: -4px;
	line-height: .9 !important;
}

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

.banner-titulo{
	font-size:8vw;
	line-height: -4px;
	line-height: .9 !important;
}
	
}

.site-info{
    text-align: center;
}

.icons-footer{
    max-width: 30px;
}

.social-center-footer{
    place-content: center;
}