/*
Theme Name: VIRTUEMASTERS - web development
Description: Theme created by Leandro Berg (fullstack development - http://virtuemasters.com.br).
Version: 1.0
Author: VIRTUEMASTERS
Author URI: http://virtuemasters.com.br
*/

h2 {
    font-size: 60px;
    line-height: 1em;
    font-family: "Passero One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

h3 {
    font-size: 40px;
    line-height: 1em;
    font-family: "Passero One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}
    

body {
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: 700;
}

ul {
    list-style-type: disc;
    padding: 0 0 20px 20px;
}

ul li,
ol li {
    padding: 5px 0;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 20px;
}

ul ul,
ol ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 15px;
}

ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-left: 15px;
}

ul li a,
ol li a {
    display: initial;
}

.aligncenter {
    text-align: center;
}

.wp-block-group,
.wp-block-cover,
.wp-block-columns {
    padding: 60px 30px;
    gap: 60px;
}

iframe,
.wp-block-image img {
    border-radius: 20px;
}

.wp-block-image {
    margin-bottom: 20px;
}

.wp-block-button__link {
    font-size: 18px;
    font-weight: 300;
    background-color: #52c33b;
    border: 2px solid #128c7e;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 0px 39px -15px #1CFF00;
    margin-top: 20px;
}

.wp-block-button__link:before {
    content: "\f19a";
    font-family: Dashicons;
    margin-right: 10px;
    vertical-align: -3px;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    color: #47BD4B;
    background-color: #FFFFFF;
}

.video-cover {
    position: relative;
    color: white;
    overflow: hidden;
    padding: 0;
}

.video-cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    border-radius: 0;
    transform: scale(3);
}

.video-cover .wp-block-group {
    z-index: 9999;
    position: relative;
    background: rgba(0, 0, 0, .3);
}

.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 240px;
    margin: 0;
    z-index: 99999;
}