@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
html, body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}
body.overlay{
    position: relative;
}
body.overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
body.overlay.active:before{
    opacity: .7;
    z-index: 25;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/***************************************************************************** INTER HEADER *********************************************************************************/
.conten_nav{
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*.conten_nav:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url(../../../../public/img/fondo/shape-bottom.png);
    z-index: 2;
}*/
.conten_nav.head-navfixed{
    position: fixed;
    width: 100%;
    z-index: 30;
    top: 0;
    background: #0d101f;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_menu_b{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
/**/
.flex_menu_b .flex_logo{
    width: 230px;
    position: relative;
}
.flex_menu_b .flex_logo img{
    position: relative;
    padding-left: 30px;
    z-index: 2;
    display: block;
    width:  100%;
    max-width: 100%;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.conten_nav.head-navfixed .flex_menu_b .flex_logo img{
    max-width: 150px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_menu_b .flex_contact{
    width: calc(100% - 360px);
}
.list_contact{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 40px;
}
.list_contact>li{
    display: inline-block;
    margin-right: 10px;
}
.list_contact>li>a{
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_contact>li>a:hover{
    color: #fecd25;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_menu_b .flex_menu_main{
    width: 130px;
    height: 132px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.flex_menu_b .flex_menu_main #toggle_cel{
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 130px;
    font-size: 50px;
    color: #245c81;
}
/************** MENU CELULAR **************/
#toggle_cel{
    color: #ff6b3d;
    font-size: 25px;
}
#close_menu_cel{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: #fecd25;
}
/**/
.menu_celular{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 350px;
    height: 100%;
    background: #0d101f;
    -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{
    -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: 190px;
    padding: 20px;
    margin-top: 58px;
    margin: 0 auto;
    display: block;
}
/**/
.menu_celular_body h5{
    background: #ff6b3d;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 0;
}
.menu_celular_body ul.list_menu_cel{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px;
}
.menu_celular_body>ul>li{
    margin-bottom: 15px;
}
.menu_celular_body>ul.list_menu_cel>li>a{
    display: block;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    border-radius: 25px;
    /* border-bottom: 1px solid rgb(204 204 204 / 53%); */
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.menu_celular_body>ul.list_menu_cel>li>a.active,
.menu_celular_body>ul.list_menu_cel>li>a:hover{
    color: #fecd25;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.menu_celular_body>ul.list_menu_cel>li>a svg{
    float: right;
    background: #1f2540;
    color: #ffffff;
    width: 40px !important;
    height: 40px;
    /* font-size: 15px; */
    padding: 10px;
    border-radius: 4%;
    margin-top: -4px;
}
/**/
.menu_celular .list_redes_foot{
    text-align: center;
}
/**/
.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: 800px){
    .flex_contact{
        display: none;
    }
    .flex_menu_b .flex_menu_main {
        width: calc(100% - 230px);
        justify-content: flex-end;
    }
    .flex_menu_b .flex_menu_main #toggle_cel {
        font-size: 30px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}
/*************************************************************************** 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: #0d101f;
}
.content_title_general h2.white{
    color: #ffffff;
}
.content_title_general h5{
    color: #ff6b3d;
    font-size: 22px;
}
/*******/
@media(max-width: 991px){
    .sect_title_general{
        padding: 50px 0;
        padding-bottom: 50px;
    }
    .content_title_general h2 {
        font-size: 45px;
    }
}

/*************************************************************************** END TITLE GENERAL ******************************************************************************/


/***************************************************************************** INTER FOOTER *********************************************************************************/
.sect_main{
    height: calc(100vh - 81.5px);
    background: #0d101f;
}
/*****/
.flex_footer .flex_left{
    width: 33.3%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_footer .flex_left .content{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0px 15px;
}
.box_footer{
    width: 100%;
}
.box_footer .box_head h5{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
/**/
.box_footer .list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_footer .list_redes_foot>li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.box_footer .list_redes_foot>li>a {
    display: block;
    color: #f3eddb;
    background: #b2b840;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .list_redes_foot>li>a:hover{
    background: #ffffff;
    color: #262b2b;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.list_contacto{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list_contacto li .item_location{
    margin-bottom: 25px;
}
.list_contacto li .item_phone{
    margin-bottom: 25px;
}
.list_contacto li .item_location,
.list_contacto li .item_phone,
.list_contacto li .item_email{
    position: relative;
}
.list_contacto li .item_location svg,
.list_contacto li .item_phone svg{
    color: #94aed4;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.list_contacto li .item_email svg{
    color: #94aed4;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_contacto li .item_location a, .list_contacto li .item_phone a, .list_contacto li .item_email a{
    display: block;
    padding-left: 60px;
    text-decoration: none;
}
.list_contacto li .item_location a h6,
.list_contacto li .item_phone a h6,
.list_contacto li .item_email a h6{
    color: #94aed4;
    font-weight: 700;
}
.list_contacto li .item_location a p,
.list_contacto li .item_phone a p,
.list_contacto li .item_email a p{
    color: #fff;
    margin-bottom: 5px;
    -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,
.list_contacto li .item_email a:hover p{
    color: #fecd25;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.list_redes_foot{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 40px;
}
/**/
.list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_redes_foot>li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.list_redes_foot>li>a {
    display: block;
    color: #f3eddb;
    background: #fecd25;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_redes_foot>li>a:hover{
    background: #245c81;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.flex_footer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}
/**/
.flex_footer .flex_center{
    width: 33.3%;
    height: 100%;
}
/**/
.flex_footer .flex_right{
    width: 33.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_footer .flex_right .content{
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
}
.box_formulario h2{
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}
.input_form{
    width: 100%;
    display: block;
    border: 2px solid #1a1e3b;
    background: #13162b;
    color: #969fa6;
    padding: 15px;
    margin-bottom: 15px;
}
.input_form::placeholder{
    color: #fff;
}
.input_form:focus{
    outline: none;
}
.textarea_form{
    width: 100%;
    min-height: 100px;
    display: block;
    border-radius: 5px;
    border: 2px solid #1a1e3b;
    background: #13162b;
    color: #969fa6;
    padding: 15px;
    margin-bottom: 25px;
}
.textarea_form::placeholder{
    color: #fff;
}
.textarea_form:focus{
    outline: none;
}
.btn_enviar{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    background: #fecd25;
    padding: 20px;
    border: 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:hover{
    background: #245c81;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:focus{
    outline: none;
}
/*****/
.sect_sign{
    padding: 30px 0;
    background: #070811;
}
.p_rights{
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
/*****/
@media(max-width: 991px){
    .sect_main {
        height: calc(100%);
    }
    .flex_footer .flex_left {
        width: 50%;
        order: 2;
    }
    .flex_footer .flex_right {
        width: 50%;
        order: 3;
    }
    .flex_footer .flex_center {
        width: 100%;
        height: 400px;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }
    .flex_footer .flex_left .content {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .flex_footer .flex_right .content {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media(max-width: 767px){
    .flex_footer .flex_left {
        width: 100%;
        order: 3;
    }
    .flex_footer .flex_right {
        width: 100%;
        order: 2;
    }
}
/*************************************************************************** END INTER FOOTER *******************************************************************************/