@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html, body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}
body.overlay{
	position: relative;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
body.overlay:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 25;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/******* GRID *********/
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }   
}

@media (min-width: 1600px){
    .container {
        max-width: 1570px;
    }
}
.order1{
    order: 1;
}
.order1{
    order: 2;
}
@media(max-width: 991px){
    .order1{
        order: 2;
    }
    .order1{
        order: 1;
    }
}
/******************************* INTER HEADER **************************************/
.sect_top_header{
    padding: 15px 0;
    background-color: #03b162;
    overflow: hidden;
    position: relative;
}
.sect_top_header:before{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(60% - 511px);
    background: #fbd83f;
    right: 0;
    top: 0;
    right: -30px;
    -webkit-transform: skew(27deg);
    -moz-transform: skew(27deg);
    -o-transform: skew(27deg);
    transform: skew(27deg);
}
/*****/
.list_icons_top{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_icons_top>li{
    display: inline-block;
    margin-right: 10px;
}
.list_icons_top>li>a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
/**/
.list_redes_top{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    text-align: right;
}
.list_redes_top>li{
    display: inline-block;
    margin-right: 10px;
}
.list_redes_top>li>a{
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
/****/
.btn_Sucursales{
    display: block;
    width: 100%;
    margin-right: 50px;
    max-width: 200px;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    color: #03b162;
    padding: 10px 10px;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.btn_Sucursales:hover{
    background: #ffffff;
    color: #03b162 !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.btnModalPrecios{
    display: block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: #03b162;
    color: #fff;
    padding: 10px 10px;
    border-radius: 2px;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btnModalPrecios:hover{
    background: #ffffff;
    color: #03b162 !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#costoCombustible .modal-header{
    background-color: #03b162;
}
#costoCombustible .modal-header h5{
    color: #ffffff;
    font-weight: 700;
}
#costoCombustible .modal-header .close{
    color: #ffffff !important;
}
.flex_content .flex_item {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.flex_content .flex_item:last-child{
    margin-bottom: 0;
    border: 0;
}
.flex_content .flex_item .tag{
    background: #03b162;
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.flex_content .flex_item .arrowIcon{
    margin: 0 20px;
    font-size: 20px;
}
.flex_content .flex_item .price{
    font-weight: 700;
    font-size: 20px;
    color: #8b8b8b;
}
/***************/
.menu_nav{
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.menu_nav.head-navfixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
/**/
.flex_nav{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
/**/
.flex_nav .flex_logo{
    width: 200px;
}
/**/
.flex_nav .flex_pestanas{
    width: calc(100% - 400px);
}
.flex_nav .flex_pestanas>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.flex_nav .flex_pestanas>ul>li{
    display: inline-block;
    line-height: 1;
}
.flex_nav .flex_pestanas>ul>li>a{
    display: block;
    padding: 10px 10px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/**/
.flex_nav .flex_contact{
    width: 200px;
}
.flex_nav .flex_contact>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.flex_nav .flex_contact>ul>li{
    position: relative;
    padding-left: 50px;
}
.flex_nav .flex_contact>ul>li svg{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    color: #03b162;
}
.flex_nav .flex_contact>ul>li p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 200;
    color: #000000;
}
.flex_nav .flex_contact>ul>li a{
    display: block;
    color: #03b162;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}
/************** MENU CELULAR **************/
#toggle_cel{
    display: none;
    text-align: right;
    font-size: 30px;
    color: #03b162;
}
#close_menu_cel{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #8ec038;
}
/**/
.menu_celular{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.menu_celular.open{
    width: 300px;
    box-shadow: 5px 1px 5px rgb(0 0 0 / 22%);
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    -o-transform: translate(0%,0);
    transform: translate(0%,0);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.menu_celular_head{
    position: relative;
}
.menu_celular_head img{
    width: 100%;
    max-width: 300px;
    padding: 20px;
}
/**/
.menu_celular_body h5{
    background: #03b162;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 0;
}
.menu_celular_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.menu_celular_body>ul>li>a{
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid rgb(204 204 204 / 53%);
    text-decoration: none;
}
/**/
.menu_celular_body .submenu{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.menu_celular_body .submenu>li>a{
    display: block;
    background: #efefef;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px dashed #ccc;
}
/**/
.menu_celular_body .submenu .sub_sub_categoria>li>a{
    display: block;
    padding: 5px 10px;
    color: #000;
}
/*****/
@media(max-width: 1199px){
    .flex_nav .flex_pestanas>ul{
        display: none;
    }
    #toggle_cel{
        display: block;
    }
    .flex_contact{
        display: none;
    }
    .flex_nav .flex_pestanas{
        width: calc(100% - 200px);
    }
    .sect_top_header:before {
        width: calc(60% - 400px);
    }
}
@media(max-width: 991px){
    .sect_top_header:before {
        width: calc(60% - 300px);
    }
}
@media(max-width: 767px){
    .sect_top_header:before {
        width: calc(60% - 200px);
    }
    .list_icons_top>li>a span{
        display: none;
    }
}
@media(max-width: 600px){
    .sect_top_header:before {
        width: calc(60% - 50px);
    }
}
/***************************** END INTER HEADER *************************************/


/******************************* TITLE GENERAL **************************************/
.sect_title_general{
	padding: 100px 0;
	padding-bottom: 50px;
}
/****/
.content_title_general{
	text-align: center;
}
.content_title_general h2{
	font-size: 60px;
    font-weight: 700;
    color: #203B48;
}
.content_title_general h5{
    color: #03b162;
    font-size: 22px;
}
/****/
@media(max-width: 991px){
    .content_title_general h2 {
        font-size: 45px;
    }
}
@media(max-width: 767px){
    .content_title_general h2 {
        font-size: 35px;
    }
}
/************************ END TITLE GENERAL **************************/


/************************** INTER FOOTER *****************************/
.sect_foot{
    position: relative;
    background-image: url(../../../../public/img/fondo/fondo-footer-alimentos.png);
    background-position: center 80%;
    background-color: #142a35;
}
.sect_main{
    padding: 50px 0;
    position: relative;
}
.box_footer .box_head img{
    display: block;
    max-width: 300px;
    margin-bottom: 30px;
}

.box_footer .box_body p{
    color: #ffffff;
    text-align: justify;
    font-weight: 300;
}
.box_footer .box_foot ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 30px;
}
.box_footer .box_foot ul>li{
    display: inline-block;
    margin-right: 10px;
}
.box_footer .box_foot ul>li>a{
    display: block;
    background: #03b162;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: rgba(255,255,255,0.6);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .box_foot ul>li>a:hover{
    background: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_footer.marg_top{
    margin-top: 30px;
}
.box_footer .box_head h5{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}
.box_footer .list_enlaces{
    list-style: none;
    padding-left: 10px;
}
.box_footer .list_enlaces>li{
    margin-bottom: 15px;
}
.box_footer .list_enlaces>li>a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .list_enlaces>li>a:hover{
    color: #03b162;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .list_enlaces>li>a span{
    font-size: 10px;
}
/**/
.list_contacto{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list_contacto li .item_location{
    margin-bottom: 50px;
}
.list_contacto li .item_location,
.list_contacto li .item_phone{
    position: relative;
}
.list_contacto li .item_location svg,
.list_contacto li .item_phone svg{
    color: #03b162;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_contacto li .item_location a, .list_contacto li .item_phone a{
    display: block;
    padding-left: 60px;
    text-decoration: none;
}
.list_contacto li .item_location a h6,
.list_contacto li .item_phone a h6{
    color: #03b162;
    font-weight: 700;
}
.list_contacto li .item_location a p,
.list_contacto li .item_phone a p{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_contacto li .item_location a:hover p,
.list_contacto li .item_phone a:hover p{
    color: #03b162;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.sect_sign{
    padding: 30px 0;
    background-color: rgba(0,0,0,.25);
}
.sect_sign p{
    color: #ffffff;
    margin-bottom: 0;
}
/**/
@media(max-width: 991px){
    .box_footer{
        margin-bottom: 25px;
    }
    .box_footer .box_head h5 {
        font-size: 25px;
        margin-bottom: 25px;
    }
}
/**********************************************************************************/

.swal2-title
{
    color: #fff !important;
}

.swal2-popup
{
    background: #03B162 !important;
}

.swal2-styled.swal2-confirm
{
    color: #00A201 !important;
}

.swal2-confirm.swal2-styled
{
    background-color: #fff !important;
}

.imgs
{
    width: 400px;
}

.sucursales-main
{
    padding: 50px 50px 0 50px;
   
}

.sucursales
{
    padding: 0 100px;
}

.title-sucursales
{
    width: fit-content;
    margin: 0 auto;
}

.title-sucursales h1
{
    color: #203B48;
    font-weight: 600;
    text-align: center;
}

.title-sucursales h4
{
    color: #03B162;
    text-align: center;
}



