*{
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: Calibri;
}

h2 {
    font-weight: bold;
}

*,*:after,*:before{
    margin:0;
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.container{
    display:block;
    width:100%;
}

.content{
    display:block;
    margin:0 auto;
}

.content-index{
    display: block;
    margin: 0 auto;
    position: relative;
}

.container_text {
    padding: 5%;
    width: 100%;
    height: 300px;
}

.whatsapp {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
}

.border_bottom {
    width: 100%;
    height: 50px;
    float: left;
}

.background{
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    background-size: cover;
}

