*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* header */
header{
    background-color: #0d62ad;
    padding: 20px 0px;
}
.logo-top img{
    width: 190px;
}
.title-page{
    background-color: rgb(234, 234, 234);
    padding: 10px 0px;
}
.title-page h1{
    color: #0d62ad;
    margin-bottom: 0px;
    font-size: 26px;
}
.redesocial a{
    color: white;
    margin: 5px;
    font-size: 23px;
}
.slick-slider{
    display: flex;
    width: 110%;
    margin-top: 25px;
    margin-left: -5%;
}
@media screen and (max-width: 572px) {
    .slick-slider{
        display: flex;
        width: 100%;
        margin-top: 25px;
        margin-left: 0%;
    }
}
.icon-menu{
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px;
    transition: 0.3s;
}
.icon-menu:hover{
    background-color: #cee2f1;
}
.icon-menu img{
    margin-bottom: 10px;
    width: 60px;
}
.icon-menu p{
    color: #0d62ad;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}
.slick-arrow{
    display: block;
    border-style: none;
    color: darkgray;
    margin: 10px;
    background-color: white;
}
.header-right{
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 500px) {
    .header-right{
        display: flex;
        flex-direction: row;
        margin: 20px 0px 0px 0px;
        width: 100%;
        justify-content: center;
    }
}
.menu-top{
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    padding: 1px 8px 0px 5px;
    margin-left: 10px;
    font-size: 12px;
}
.menu-top:hover{
    color: white;
}
.menu-top i{
    font-size: 15px;
    margin: 5px;
}
/* main */
main{
    margin: 20px 0px;
}
/* home */
.banner-header{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}
@media screen and (max-width: 1240px) {
    .banner-header{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }
}
@media screen and (max-width: 910px) {
    .banner-header{
        width: 100%;
        height: 250px;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }
}
@media screen and (max-width: 780px) {
    .banner-header{
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }
}
@media screen and (max-width: 620px) {
    .banner-header{
        width: 100%;
        height: 150px;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }
}
@media screen and (max-width: 470px) {
    .banner-header{
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }
}
.title{
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 25px 0px;

}
.title h2{
    font-size: 22px;
}
.title .line{
    width: 100px;
    height: 1px;
    background-color: #0d62ad;
}
.phone img{
    height: 300px;
    float: right;
    margin-right: 60px;
}
.phone-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.phone-info h2{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
}
.phone-info h4{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #0d62ad;
}
.phone-info p{
    font-size: 14px;
    color: #6C7A89;
}
.icon-app{
    display: flex;
    flex-direction: row;
}
.icon-app img{
    height: 35px;
    margin: 5px;
}
@media screen and (max-width: 572px) {
    .icon-app img{
        height: 25px;
        margin: 5px;
    }
}
.box-noticias{
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.box-noticias:hover{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}
.box-noticias .img{
    width: 100%;
    height: 200px;
    background-color: darkgray;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
}
.box-noticias h4{
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
    font-size: 17px;
    padding: 0px 10px;
}
.box-noticias p{
    color: #6C7A89;
    font-weight: 100;
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px;
}
/*  mapa  */
.box-mapa{
    box-shadow: 2px 8px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 250px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .2s ease;
    padding: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-style: solid;
    border-color:#588fbd;
}
.box-mapa:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.box-mapa p{
    margin-bottom: 0px;
}
.box-mapa .end{
    font-size: 12px;
    text-align: center;
    color: dimgray;
    margin-top: 5px;
}
.box-mapa .title{
    color: #588fbd;
    text-align: center;
}
.box-mapa .tel{
    color: #588fbd;
    text-align: center;
}
.box-mapa .tel2{
    color: #2ec034;
    text-align: center;
}
.go{
    display: flex;
}
.gom{
    display: flex;
}
.es{
    display: flex;
}
.esm{
    display: flex;
}
.mg{
    display: flex;
}
.mgm{
    display: flex;
}
.to{
    display: flex;
}
.ba{
    display: flex;
}
.pi{
    display: flex;
}
.roac{
    display: flex;
}
/* footer */
.logo-xvision{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #0d63ac69;
}
.logo-xvision img{
    width: 65px;
}
.logo-footer img{
    width: 200px;
    position: relative;
    z-index: 1000;
}
/* loja */
.menu-loja-submenu{
    width: 100%;
    display: block;
    flex-direction: row;
    margin-top: 20px;
}
.menu-loja-submenu a{
    padding: 3px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 50px;
    color: #0b62ae;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    transition: 0.2s;
    margin-right: 15px;
}
.menu-loja-submenu a:hover{
    background-color: rgb(180, 223, 252);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}


/* menu lateral */
.icon-menu-lateral{
    color:white;
    transition: 0.2s;
    padding: 10px 25px;
    border-radius: 50px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
}
.icon-menu-lateral:hover{
    color: #3c48a9;
    padding: 10px 30px;
    background-color: white;
    -webkit-box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
}
@media screen and (min-width: 768px) {
    .icon-menu-lateral{
        color:white;
        transition: 0.2s;
        padding: 10px 45px;
        border-radius: 50px;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        cursor: pointer;
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
        box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
    }
    .icon-menu-lateral:hover{
        color: #3c48a9;
        padding: 10px 50px;
        background-color: white;
        -webkit-box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
        box-shadow: 0px 14px 35px 0px rgba(0,0,0,0.56);
    }
}
@media screen and (max-width: 425px) {
    .icon-menu-lateral{
        color:white;
        transition: 0.2s;
        padding: 10px 12px;
        border-radius: 50px;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        cursor: pointer;
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
        box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.18);
    }
}
.menu-lateral{
    width: 0px;
    height: 100%;
    position: fixed;
    background-color:#0e62ad;
    z-index: 10000;
    right: 0;
    -webkit-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.75);
    transition: 0.5s;
    overflow: hidden;
}
.icon-menu-close{
    color: white;
    font-size: 12px;
    padding: 5px 20px;
    width: 95px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
    transition: 0.2s;
    border-radius: 6px;
}
.icon-menu-close:hover{
    background-color: white;
    color: #ff472c;
    cursor: pointer;
}
.menu-full{
    position: fixed;
    top: 0;
    z-index: 100;
}
#menu-top{
    cursor: pointer;
}
/* paginas internas */
.title-contant{
    color: #0d62ad;
    margin-bottom: 40px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    background-color: #0c62ae;
    margin-top: 75px;
}
.woocommerce-MyAccount-navigation ul a{
    padding: 10px;
    color: white;
    transition: 0.3s;
}
.woocommerce-MyAccount-navigation ul a:hover{
    background-color: #2183d8;
}
.woocommerce-MyAccount-navigation li{
    padding: 10px;
}
.menu-loja{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    background-color: #0c62ae;
    margin-top: 75px;
}
.menu-loja a{
    padding: 10px;
    color: white;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
.menu-loja a:hover{
    background-color: #2183d8;
}
.box-produtos{
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.box-produtos:hover{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}
.box-produtos .img{
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}
.box-produtos h4{
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
    font-size: 17px;
    padding: 0px 10px;
}
.box-produtos p{
    color: #6C7A89;
    font-weight: 100;
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px;
}
.pagination-blog{
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-numbers{
    padding: 3px 15px;
    border-style: solid;
    border-width: 1px;
    color: #0c62ae;
    border-color: #0c62ae;
    transition: 0.2s;
    border-radius: 5px;
}
.page-numbers:hover{
    background-color: #0c62ae;
    color: white;
}
.box-prod{
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.box-prod:hover{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}
.box-prod .img{
    width: 100%;
    height: 275px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}
.box-prod h2{
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
    font-size: 17px;
    padding: 0px 10px;
}
.box-prod p{
    color: #6C7A89;
    font-weight: 100;
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px;
}
.title-box{
    display: flex;
    flex-direction: column;
}
.title-box h1{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #0d62ad;
}
.title-box p{
    font-size: 14px;
    color: #6C7A89;
}
.box-principais{
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.box-principais:hover{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}
.box-principais .img{
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}
.box-principais h4{
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    color: #6C7A89;
    text-align: center;
    font-size: 17px;
    padding: 0px 10px;
}
.input-contat{
    width: 48%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: solid;
    color: dimgray;
    font-size: 13px;
    background-color: white;
    border-width: 1px;
}
.input-contat3{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat44{
    width: 49% !important;
    float: right;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat44 span{
    font-size: 12px;
}
.input-contat4{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: none;
    color: dimgray;
	font-size: 13px;
}
.input-textarea{
    width: 98%;
    margin-right: 1%;
    resize: none;
    height: 120px;
    border-radius: 5px;
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.left-contat{
	margin-left: 1% !important;
	width: 23% !important;
}
.input-send{
    padding: 5px 50px;
    margin-left: calc( 48% - 50px );
    margin-top: 10px;
    background-color: #2ec034;
    color: white;
    border-radius: 5px;
    border-style: none;
    transition: 0.5s;
}
.input-send:hover{
    padding: 5px 50px;
    margin-left: calc( 48% - 50px );
    margin-top: 10px;
    background-color: #1c8620;
    transition: 0.5s;
}
.woocommerce-MyAccount-navigation{
    display: none;
}
.woocommerce-Button{
    background-color: #0d62ad;
    color: white;
    border-style: none;
}
/* Calculadora */

.calculadora .calc1{
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    box-shadow: 4px 6px 5px 6px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 100px;
    border-radius: 10px;
}
.calculadora .calc1 input{
    padding: 7px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #0e62ad;
    color: #0e62ad;
    font-weight: 100;
    margin-bottom: 5px;
}
.calculadora .calc1 input::placeholder{
    color: #91b3d2;
    font-size: 12px;
}
.calculadora .calc1 .but{
    background-color: #0e62ad;
    color: white;
}
.text-div{
    color: #0e62ad;
    font-weight: 300;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-width: 1px;
    padding: 10px;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #2ec034;
}
#show{
    margin-top: 30px;
    display: none;
}
#show2{
    margin-top: 30px;
    display: none;
}
#show3{
    margin-top: 30px;
    display: none;
}
.product-subtotal{
    display: none;
}