* {
	box-sizing: border-box;
}

body {
	background: #fff;
	height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	padding: 0;
    font-size: 14px;
}

a{
    text-decoration: none;
    color: #666;
}

a:hover{
    color: #000;
}

html {
	height: 100%;
    margin: 0;
	padding: 0;
}
#topo {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(img/topo2.jpg) no-repeat center center;
    background-size: cover;
}

.imgtopo{
	position: relative;
    width: 100%;
	height: auto;
}

#logo {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    top: -2px;
    height: 297px;
    background: url(img/logo.png) no-repeat center center;
    background-size: contain;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#topo-texto {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 0 3px #000;
}

.bloc2 {
    position: relative;
    width: 100%;
    padding: 40px 10px;
    text-align: center;
    color: #666;
}
.bloc2 h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.bloc2 img{
    margin: 20px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.bloc2 img:hover{
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

.bloc2 i{
    font-size: 30px;
    margin-top: 10px;
}

.bloc2 a{
    margin-top: 10px;
}

.bloc2 a span{
    font-size: 16px;
}

.bloc3{
    background: #A8CF46;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}

.bloc4{
    background: #8B3985;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}

.bloc4 h2{
    font-size: 35px;
    margin: 0;
}

.bloc5{
    font-size: 16px;
    background: #f4f4f4;
}

.bloc5 i{
    font-size: 16px;
    margin-top: 10px;
}

.bloc6{
    background: #fff;
    padding: 30px 0 0 0;
}

.bloc6 iframe{
    width: 100%;
    height: 350px;
}

.whatsapp{
    position: fixed;
    z-index: 10;
    width: 70px;
    height: 70px;
    right: 50px;
    bottom: 30px;
    background: #25D366;
    color: #fff;
    font-size: 42px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 6px #00000030;
    padding-top: 5px;
}


/* -----------------------------------480------------------------------*/

@media screen and (max-width: 480px) {
    #logo {
    margin-left: -110px;
    width: 220px;
    height: 219px;
    }
    
    #topo-texto {
    font-size: 20px;
    }
    
    .bloc2 h1 {
    font-size: 22px;
    }
    
    .bloc3 {
    font-size: 18px;
    line-height: 40px;
}

.whatsapp{
    right: 15px;
    bottom: 15px;
}
    
    
}

/* -----------------------------------481-768---------------------------*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    
    #topo {
    height: 386px;
    }
        
        #logo {
    margin-left: -110px;
    width: 220px;
    height: 219px;
    }
    
    #topo-texto {
    font-size: 20px;
    }
    
    .bloc2 h1 {
    font-size: 22px;
    }
    
    .bloc3 {
    font-size: 18px;
    line-height: 40px;
}
    
    .bloc6 iframe{
    height: 200px;
}
    
    
}