/*
Theme Name: Alba
Theme URI: https://localhost/
Author: Gustavo Santos
Author URI: https://localhost/autor
Description: Tema desenvolvido para a empresa alba
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.7
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: alba
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

section {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

section iframe {
    width: 100%;
    height: 80vh;
}

.box-btns {
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 100%;
    background-color: rgb(44, 38, 100);
    flex-wrap: wrap;
}

.wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 25px;
    background-color: rgb(44, 38, 100);
    width: 100%;
    min-height: 20vh;
    position: relative;
}

.box-btns a {
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: 900;
    font-family: Poppins;
}

.box-btns a:hover {
    background-color: rgb(0, 156, 59);
    color: #fff;
    transition: all .4s;
}

.asterisco {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
}


.logo {
    width: 200px;
    position: absolute;
    left: 20px;
}


@media (max-width: 1500px) {
    .logo {
        left: 20px;
        width: 100px;
    }

    .asterisco {
        width: 300px;
        right: -20px;
        top: -20px;
    }
}

@media (max-width: 1200px) {
    .logo {
        left: 20px;
        width: 100px;
        bottom: 10px;
    }

    .asterisco {
        width: 150px;
        right: 0px;
        top: 0px;
    }
}