/*
Theme Name: Ecopharma
Author: Veci
*/

/* Reset do Navegador */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 100%;
	line-height: 1.3rem;
}
a{
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* CSS DEFAULT */
*, a{
	font-family: 'Roboto', sans-serif;
}
.container{
	width: 93%;
	margin: 0 auto;
}
.clearFix{
	clear: both;
}
button, a{
	cursor: pointer;
}
img{
    width: 100%;
	height: auto;
	display: block;
}

/* HEADER */
header{
    background-color: #252525;
    padding: 15px 0;
}
.header-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 150px;
}
.bt-menu{
    width: 45px;
    height: 43px;
    font-size: 1rem;
}
.menu{
    display: none;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 5px;
}
.menu ul{
    border-top: 1px solid #fff;
}
.menu li{
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.menu a{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
}

/* MAIN */
main, a{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.ecopharma, .contato{
    padding: 50px 0;
}
.ecopharma .title h2{
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    margin: 0 0 30px;
}
.ecopharma .title h2 span{
    font-size: 2.7rem;
    color: #065ca2;
    text-transform: none;
}
.ecopharma .text h3{
    font-size: 1.4rem;
    font-weight: bold;
    color: #065ca2;
    margin: 0 0 10px;
}
.ecopharma .text p{
    font-size: 1.2rem;
    margin: 0 0 25px;
}
.banner-contato p{
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: -37px;
}
.contato{
    margin: 37px 0 0;
}
.maps-wrap{
    margin: 0 0 30px;
}
.maps-wrap p{
    text-align: center;
}
.info h2{
    font-size: 1.7rem;
    font-weight: bold;
    color: #065ca2;
    text-align: center;
    margin: 0 0 20px;
}
.info p{
    font-size: 1.3rem;
    color: #252525;
}
.info li{
    margin: 0 0 15px;
}
.info li a{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.contato-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 100%;
}
.mail .contato-link{
    background-color: #065ca2;
}
.phone .contato-link{
    background-color: #3dc6f4;
}
.whatsapp .contato-link{
    font-size: 1.7rem;
    background-color: #2ab34b;
}
.instagram .contato-link{
    font-size: 1.7rem;
    background: #833AB4;
    background: linear-gradient(192deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 104, 1) 46%, rgba(252, 176, 69, 1) 100%);
}
.mail p{
    font-size: 0.9rem;
}
/* MAPS RESPONSIVE */
.maps {
	clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.maps iframe,
.maps object,
.maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* FOOTER */
.footer-text{
    margin-top: -37px;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 0.7rem;
}
/* RESPONSIVE */
@media all and (min-width:480px){
    .banner-contato p{
        font-size: 1rem;
        margin-top: -50px;
    }
    .contato{
        margin: 50px 0 0;
    }
    .footer-text{
        margin-top: -54px;
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
}
@media all and (min-width:560px){
    .banner-contato p{
        font-size: 1.2rem;
        margin-top: -57px;
    }
    .contato{
        margin: 57px 0 0;
    }
    .footer-text{
        margin-top: -65px;
        font-size: 0.8rem;
        line-height: 0.9rem;
    }
}
@media all and (min-width:640px){
    .container{
		width: 610px;
	}
    .header-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bt-menu{
        display: none;
    }
    .menu{
        display: block;
        margin: 0;
    }
    .menu ul{
        border: 0;
    }
    .menu li{
        display: inline-block;
        border: 0;
        margin: 0 15px;
    }
    .ecopharma, .contato{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 45px;
    }
    .ecopharma .title h2{
        font-size: 2rem;
        text-align: left;
        line-height: 2.7rem;
    }
    .ecopharma .title h2 span{
        font-size: 3.7rem;
    }
    .banner-contato p{
        font-size: 1.4rem;
        margin-top: -63px;
    }
    .contato{
        margin: 63px 0 0;
    }
    .maps-wrap{
        width: 100%;
        max-width: 430px;
    }
    .maps-wrap p{
        text-align: left;
    }
    .footer-text{
        margin-top: -77px;
        font-size: 1rem;
        line-height: 1.1rem;
    }
}/*/mediaquery*/
@media all and (min-width:768px){
    .banner-contato p{
        font-size: 1.6rem;
        margin-top: -73px;
    }
    .contato{
        margin: 73px 0 0;
    }
    .footer-text{
        margin-top: -92px;
        font-size: 1rem;
        line-height: 1.3rem;
    }
}
@media all and (min-width:1024px){
    .container{
		width: 1000px;
	}
    .ecopharma, .contato{
        gap: 90px;
    }
    .ecopharma .title h2{
        font-size: 3rem;
        line-height: 3.3rem;
    }
    .ecopharma .title h2 span{
        font-size: 4.9rem;
    }
    .banner-contato p{
        font-size: 2.1rem;
        margin-top: -93px;
    }
    .contato{
        box-shadow: 7px 9px 29px 0px rgba(0,0,0,0.53);
        -webkit-box-shadow: 7px 9px 29px 0px rgba(0,0,0,0.53);
        -moz-box-shadow: 7px 9px 29px 0px rgba(0,0,0,0.53);
        padding: 50px 15px;
        margin: 133px 0 90px;
    }
    .info{
        width: 100%;
    }
    .info h2{
        font-size: 2.7rem;
        margin: 0 0 45px;
    }
    .mail p{
        font-size: 1.3rem;
    }
    .footer-text{
        margin-top: -123px;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}/*/mediaquery*/
@media all and (min-width:1280px){
    .container{
		width: 1200px;
	}
    .banner-contato p{
        font-size: 3rem;
        margin-top: -136px;
    }
    .contato{
        margin: 163px 0 90px;
    }
    .maps-wrap{
        max-width: 510px;
    }
    .footer-text{
        margin-top: -185px;
        font-size: 2rem;
        line-height: 2.7rem;
    }
}/*/mediaquery*/