@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;

}

@media(max-width: 991px){

    .order1{

        -webkit-order: 1;

        -moz-order: 1;

        -ms-order: 1;

        -o-order: 1;

        order: 1;

    }

    .order2{

        -webkit-order: 2;

        -moz-order: 2;

        -ms-order: 2;

        -o-order: 2;

        order: 2;

    }

    .order3{

        -webkit-order: 3;

        -moz-order: 3;

        -ms-order: 3;

        -o-order: 3;

        order: 3;

    }

}

/***************************************************************************** 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{
    width:  100%;
    display: block; 
    max-width: 100%;
    position: relative;
    padding-left: 30px;
    z-index: 2;
    -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){

    .content_title_general h2 {

        font-size: 50px;

    }

    .sect_title_general{

        padding-top: 50px;

    }

}

@media(max-width: 767px){

    .content_title_general h2 {

        font-size: 40px;

    }

}

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





/******************************************************* INTER FOOTER **************************************************************/

.sect_main{

    padding: 100px 0;

    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;

}

.box_footer{

    width: 100%;

}

.box_footer .box_head h5{

    color: #94aed4;

    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: #ffc400;

    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: #245c81;

    color: #ffffff;

    -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: #ffc400;

    -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_enlaces{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.list_enlaces>li{

    margin-bottom: 20px;

}

.list_enlaces>li>a{

    display: block;

    color: #fff;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.list_enlaces>li>a:hover{

    color: #ffc400;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.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;

}

/******/

.list_destacados{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.list_destacados>li{

    position: relative;

    padding-left: 120px;

    margin-bottom: 75px;

}

.list_destacados>li>a>img{

    position: absolute;

    top: 0;

    left: 0;

    width: 100px;

    border-radius: 10px;

}

.list_destacados>li>a{

    text-decoration: none;

}

.list_destacados>li>a .content_destacados h6{

    color: #fff;

}

.list_destacados>li>a .content_destacados span{

    display: inline-block;

    padding: 2px 10px;

    color: #fff;

    background: rgb(255 196 0);

    border-radius: 3px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.list_destacados>li>a:hover .content_destacados span{

    background: #fff;

    color: #262b2b;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*****/

.sect_sign{

    padding: 30px 0;

    background: #070811;

}

.p_rights{

    margin-bottom: 0;

    color: #fff;

    text-align: center;

}

/*****/

@media(max-width: 767px){

    .box_footer {

        margin-bottom: 40px;

    }

}

/*****/

/*************************************************************************** END INTER FOOTER *******************************************************************************/