.theme-main {
    text-align:center;
}

.theme-main section {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;

    height:100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Infos */
.theme-main-info-primary {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size:18px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 1.5;
}

.theme-main-info-secondary {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size:14px;
    line-height: 1.4;
}

/* Contacts */
.theme-contacts {
    margin-top: 10px;
    width:100%;
    text-align:left;
}

.theme-contacts ul {
    overflow:hidden;
    text-align:center;
    /*padding:15px;*/
}

.theme-contacts ul li {
    display: inline-block;
    align-items: baseline;
    
    list-style-type: none;
}

.theme-contacts ul li:last-child {
    margin-bottom: 0;
}

.theme-contacts ul li a {
    display: flex;
    flex-direction:column;
    margin: 8px;

    align-items: center;
    justify-content: left;
    /*width: 100%;*/

    color: inherit;
    line-height: 1.2;
}

.theme-contacts ul li a i {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    border-radius:50px;
}

/*resolver o caso do espaço no iphone*/
.theme-contacts ul li a span {
display: inline-block;
line-height: 0 !important;
margin-top: 15px !important;
}

.theme-contacts ul li a span strong {
    display:none;
}

.theme-contacts span small:before {
    content: '' !important;
}

.theme-contacts span small:after {
    content: '' !important;
}


/* Buttons */
.theme-main-button-call {
    margin-top: 15px;
}

.theme-main-buttons li {
    margin-bottom: 15px;
    list-style-type: none;
}

.theme-main-buttons li:last-child {
    margin-bottom: 0;
}

.theme-main-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius:4px;
}
