* {
    font-family: 'Poppins', Arial, 'Montserrat', sans-serif;
    /* font-weight: 400; */
    font-size: 14px;
    /*outline: 1px solid red !important;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:before, *:after{
    box-sizing: border-box;
}

body {
    top: 0;
}

a {
    text-decoration: none;
    outline: none;
}

.goog-te-banner-frame {
    position: relative;
}

.container {
    max-width: 1920px;
    width: 90%;
}







/* END TOPSEARCH */
.topsearch {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.topsearch .maincontainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.topsearch__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.topsearch__total {
    width: 100%;
}

.topsearch__total span {
    color: #0078FF;
    font-weight: bold;
}

.topsearch__right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.topsearch__separator {
    margin: 0 20px;
    height: 41px;
    width: 1px;
    background-color: #E9E9E9;
}

.topsearch__buscar {
    position: relative;
    display: flex;
    align-items: center;
}

.topsearch__buscar input {
    padding: 8px 40px 8px 16px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 200px;
	background-color:rgba(255,255,255,0.4);
	transition: .3s ease;
}
.topsearch__buscar input:hover{background-color:rgba(255,255,255,1); border: 1px solid #929090; }

.topsearch__buscar button, .topsearch__button {
    position: absolute;
    right: 10px;
	top: 5px;
    font-size: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* END TOPSEARCH */


.nav__logo img{ max-width:400px; max-height:300px; }

.atendonline_bt a{text-decoration:none;}
.atendonline_cx { position: fixed;z-index: 999;right: 10px;bottom: 30px;padding: 12px 14px;font-size: 25px;border-radius: 35px; }
.atendonline_cx i{ color:#FFF !important; }

.tags p:hover{ background-color:#000; color:#FFF; transition: .3s ease;}

.info__title{font-size: 33px; font-weight: 400;}
.content__title{font-weight: 400;}
