@charset "UTF-8";
/* Palette generated by Material Palette - materialpalette.com/blue/teal */
/* Palette generated by Material Palette - materialpalette.com/blue/teal */
@import "../fonts/quicksand/font.css";
@import "../fonts/iconfont/material-icons.css";
.xAlertContainer {
    position: fixed;
    top: 68px;
    right: 20px;
    z-index: 1000;
}
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.xAlert {
    text-align: left;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    max-width: 500px;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}
.xAlert:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.xAlert.success:before {
    background-color: #2BDE3F;
}
.xAlert.success .content b {
    color: #27AE60;
}
.xAlert.success .icon {
    background-color: #2BDE3F;
}
.xAlert.info .content b {
    color: #1A73E8;
}
.xAlert.info .icon {
    background-color: #1A73E8;
    font-style: italic;
    font-family: "Times New Roman", arial;
    font-weight: 600;
}
.xAlert.info:before {
    background-color: #1A73E8;
}
.xAlert.warning .content b {
    color: orange;
}
.xAlert.warning .icon {
    background-color: orange;
}
.xAlert.warning:before {
    background-color: orange;
}
.xAlert.error .content b {
    color: red;
}
.xAlert.error .icon {
    background-color: red;
}
.xAlert.error:before {
    background-color: red;
}
.xAlert .icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    color: #FFF;
    padding: 7px;
    border-radius: 50%;
    font-size: 1.2rem;
}
.xAlert .content {
    padding-left: 70px;
    padding-right: 60px;
}
.xAlert .content b {
    display: block;
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}
.xAlert .content p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}
.xAlert .xClose {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    color: #999;
    transform: translateY(-50%);
}



.isModal{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, .5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
 
  }
  .isModal.show{
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
 
  .isModal .isModalBox{
    background-color: #e4eefa;
    padding:.3rem 4rem;
    border-radius: 6px;
    width: 70%;
    /* box-shadow: 0 3px 15px #555; */
    /* max-width: 85vw; */
    /* max-width: 83%; */
    /* height: 100vh; */
  }
  .isModal .isModalBox .topo{
      font-size: .8rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
        padding: 1rem 0;
  }
  .isModal .isModalBox .topo h2{
    font-size: 2.7rem;
  }
  .isModal .isModalBox .topo span{
      display: flex;
      align-items: center;
    font-size: 1.4rem;
    /* margin-left: 2rem; */
    font-weight: 600;
    color: tomato;
    padding: .5rem;
    cursor: pointer;
  }
  .isModal .isModalBox .topo span.active{
    background: #e4eefa;
    border-top: 2px solid #3352A4;
      /* border-bottom:  none; */
      position: relative;
      top: 1px;
  }
  .secondMenu{
      /* border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; */
      /* padding: 1rem; */
  }

 .isForm .buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
 }
 .isForm .buttons span{
    cursor: pointer;
 }
 .isForm .buttons span:last-child{
    color: #1A73E8;
    font-weight: 600;
 }
 .secondMenu .Ybody{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 9999;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0px 46px 142px 2px #3f3a3a;
    transition: all 0.5s;
 }
 .secondMenu .Ybody .CardsYbody{
    background: #fff;
    width: 220px;
    border-radius: .5rem;
    margin: 0 .7rem;
    cursor: pointer;
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); */
 }
 .secondMenu .Ybody a{
    list-style: none;
    color: #000;
 }
 .secondMenu .Ybody .CardsYbody:hover{
        box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
 }
 .secondMenu .Ybody .CardsYbody .imgYbody{
    width: 100%;
    height: 100%;
 }
 .secondMenu .Ybody .CardsYbody .imgYbody img{
    width: 100%;
    height: 140px;
    border-radius: .5rem .5rem 0 0;
 }
 .secondMenu .Ybody .CardsYbody .nomeImg{
    padding: .8rem;
    text-align: center;
    white-space: nowrap;
    /* padding-bottom: 0; */
 }
 .secondMenu .Ybody .CardsYbody .nomeImg span{
    font-weight: bold;
    font-size: 1.3rem;
 }
 .CombustiveisLiquido{
    background-image: url("../images/tanquegasolina.jpg");
    height: 100vh;
    width: 100%;
    /* margin-top: 2rem; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }
 .ButanoIndustrial{
    background-image: url("../images/GLP_Butano.jpg");
    height: 100vh;
    width: 100%;
    /* margin-top: 2rem; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }
 .Bunkering{
    background-image: url("../images/Bunkering.png");
    height: 100vh;
    width: 100%;
    /* margin-top: 2rem; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }
 .itemGas4all{
    height: 100vh;
    width: 100%;
 }
 .itemGas4all .nitidoGas4all{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .itemGas4all .nitidoGas4all .textoGas4all{
    width: 1200px;
 }
 .itemGas4all .nitidoGas4all .textoGas4all h1{
    margin-top: 2rem; 
    text-align: center;
}
 .imagemGrande .nitidoImg{
    background-color: rgba(0,0,0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .imagemGrande .nitidoImg .textoImg{
    width: 1200px;
 }
 .imagemGrande .nitidoImg .textoImg h1{
    color: #fff;
    font-weight: bold;
    font-size: 7.5rem;
    white-space: nowrap;
 }
 .imagemGrande .nitidoImg .textoImg p{
    color: #ddd;
    margin-top: 4rem;
    font-size: 2.3rem;
    text-align: justify;
 }
 .menu{
    transition: all .5s ease-in !important;
 }
 
.menu ul li{
    /* background-color: #6da3f9; */
    color: #000;
    float: left;
    width: 139px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    position: relative;
    transition: all .5s ease-in-out !important;
    align-items: center;
    justify-content: center;

}
.menu ul .firstMenu{
    transition: all .5s ease-in !important;
}
.menu ul .filhoFirstMenu{
    /* background-color: #6da3f9; */
    width: 100%;
    height: 15vh;
}
.menu ul li:hover{
   /* background-color: #2c69cc; */
   transition: all .5s ease-in !important;
}
.menu ul{
   padding:0;
}
.menu ul ul{
   display: none;
}
.menu ul li:hover > ul{
   display: block;
}
.menu ul ul ul{
   margin-left: 201px;
   position: absolute;
   top: 0;
}
.Xtime a{
    color: #fff !important;
    cursor:  context-menu;
    opacity: 0;
}
.imgWidget img{
    height: 45vh;
}
.bgBlue{
    padding: 30px 0 !important;
}
.over-parallax {
    position: absolute;
    background-color: black;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.bgimagem{
    background-position:center top !important;
}
.bgCor1{
    background-color: #f1f2f3;
}
.bgCor2{
    background-color: #ddd;
}
.bgCor3{
    background-color: #e4eefa;
}

.col_md_4 ul li{
    list-style: none;
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    height: 30vh;
    box-shadow: 0px 11px 18px 0px rgba(12, 0, 46, 0.06);
}
.col_md_4 ul .width{
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_md_4 ul .Valores{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 2rem;
}
.col_md_4 ul li small{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ff3e00;
    /* margin-bottom: 2rem; */
}
.col_md_4 ul li small i{
    font-size: 3.4rem;
    /*margin-right: 1rem;*/
}
.PaddingWith{
    padding: 0px !important;
}
.bgBlue{
    background: #f3f4f5 !important;
}
.Oculto{
    display: none;
}
.Oculto.active{
    display: block;
}
.BtnGas4all button{
    border-radius: 5px;
    outline: none;
    border: none;
}
#header.header-three .main-nav{
    float: right !important;
}
/* .col_md_4 ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
} */