@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
html, body{
    margin: 0;
    padding: 0;
}
body{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

/******* GRID *********/
@media (min-width: 1200px){
	.container {
	    max-width: 1200px;
	}
	.core-nav .nav-container {
        width: 1200px;
    }
}

@media (min-width: 1600px){
	.container {
	    max-width: 1400px;
	}
    .core-nav .nav-container {
        width: 1400px;
    }
}
/******************************** SECTION TOP HEADER *********************************/
.sect_top_header{
	background: #092664;
}
.list_info_top{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_info_top>li{
    display: inline-block;
}
.list_info_top>li a{
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all ease 500ms;
}
.list_info_top>li a:hover{
    color: #fdd835;
    padding: 10px 20px;
    transition: all ease 500ms;
}
.list_info_top>li svg{
	font-size: 16px;
}
/*.list_info_top>li:nth-child(1) a{
    background: rgba(41, 41, 41, 0.82);
}
.list_info_top>li:nth-child(2) a{
    background: #00aae4;
}*/

/**/
.list_redes_top{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    background: #00aae4;
}
.list_redes_top>li{
    display: inline-block;
}
.list_redes_top>li a{
    display: block;
    padding: 8px 20px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    transition: all ease 500ms
}
.list_redes_top>li:nth-child(1) a{
    background: #133783;
}
/*.list_redes_top>li:nth-child(1) a{
    background: #00aae4;
}*/
.list_redes_top>li:nth-child(2) a{
    background: #1bd741;
}

.list_redes_top>li:nth-child(3) a{
    background: #f09433;
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.list_redes_top>li:nth-child(4) a{
    background: #00aae4;
}
/***/
.list_redes_top>li a:hover{
    color: #fd0;
    padding: 8px 25px;
    transition: all ease 500ms;
}
@media(max-width: 767px){
    .list_redes_top{
        display: none;
    }
}
@media(max-width: 400px){
    .list_info_top{
        text-align: center;
    }
    .list_info_top>li a {
        padding: 10px 5px;
        font-size: 13px;
    }
}
/**/
/*----------------------------- SECTION LOGO ---------------------------------*/
.sect_main_logo{
    text-align: center;
}
.sect_main_logo img{
    width: 100%;
    max-width: 250px;
}
/*-------------------------------- SECTION NAVBAR ----------------------------*/
.header_main .nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    min-height: 60px;
}
.core-nav.nav-core-sticky{
    /*transition: all ease 500ms;*/
}

nav .wrap-core-nav-list {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    transition: all ease 500ms;
}
nav .wrap-core-nav-list .core-nav-list{
    margin: 0 0 -7px !important;
}

/*nav .nav-header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}*/

nav .brand {
    display: block;
    position: relative;
    width: 198px;
    top: 5px;
}

nav .brand img {
    width: 100%;
}
nav .brand img.img_scroll{
    display: none;
}

nav .menu>li>a {
    display: block;
    margin: 30px 0;
    padding: 20px 10px;
    text-decoration: none;
    color: #092664;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .6px;
    /*border-left: solid 1px #dfdfdf;*/
    transition: all ease 500ms;
}
nav .menu li a:hover,
nav .menu>li>a.active{
    color: #00b0ea;
    transition: all ease 500ms;
}

.conten_nav{
    background: #fff;
}
/*============SIDE MENU ============
.core-content.open-side-menu, .core-content.open-side-menu nav.nav-core-sticky.on-scroll {
    margin-left: 280px;
    margin-right: -280px;
}
.core-content.open-side-menu .side-menu {
    right: auto;
    left: 0;
}*/

/*DESPLEGABLE MENU */
.conten_nav .li_dropdown{
    position: relative;
}
.conten_nav .li_dropdown > ul {
    border-top: 2px solid #fbb908;
    position: absolute;
    width: 300px;
    top: 120%;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    padding-left: 0;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #ffffff none repeat scroll 0 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    -webkit-box-shadow: 0px -2px 12px 0px rgba(0,0,0,0.175);
    -moz-box-shadow: 0px -2px 12px 0px rgba(0,0,0,0.175);
    box-shadow: 0px 6px -2px 0px rgba(0,0,0,0.175);
    opacity: 0;
}
.conten_nav .li_dropdown:hover ul {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.conten_nav .li_dropdown>ul>li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.conten_nav .li_dropdown>ul>li>a{
    display: block;
    text-align: left;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    z-index: 11;
    text-decoration: none;
    position: relative;
    letter-spacing: .6px;
}
.conten_nav .li_dropdown ul>li:before{
    content: "";
    position: absolute;
    top: 55%;
    left: -19%;
    width: 0%;
    height: 0%;
    background-color: #fff;
    z-index: -1;
    transition: all ease 500ms;
}
.conten_nav .li_dropdown ul>li:hover a {
    color: #004dda;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
#menu_mobile{
    display: none;
}
.nav-header ul.attributes li a {
    padding: 41px 8px;
    font-size: 25px;
}
@media(max-width: 1199px){
    nav .brand {
        width: 190px;
        top: 8px;
    }
    nav .menu>li>a {
        padding: 20px 6px;
        font-size: 12px;
    }
}
@media(max-width: 991px){
    #menu_mobile{
        display: block !important;
        color: #092664;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    #menu_mobile:hover{
        color: #09c;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    .header_main .attributes{
        display: block !important;
    }
    nav .brand {
        width: 210px;
        top: 0;
    }
}

/**************************** SIDE MENU **************************/
.side-menu{
    background: #092664;
    /*box-shadow: -7px 0px 9px -4px #d8d8d8;*/
}
.side-menu .side_head{
    margin-bottom: 30px;
    padding: 25px;
}
.side-menu .side_body h5{
    color: #fff;
    background: #09c;
    font-size: 13px;
    padding: 10px;
}
.side-menu .side_body .list_menu_celular{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu .side_body .list_menu_celular>li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.side-menu .side_body .list_menu_celular>li>a {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.side-menu .side_body .list_menu_celular>li>a:hover{
    color: #fb3;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.list_menu_celular .submenu{
    background: #fff;
    padding: 20px;
    list-style: none;
}
.list_menu_celular .submenu>li{
    margin-bottom: 10px;
}
.list_menu_celular .submenu>li>a{
    color: #092664;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_menu_celular .submenu>li>a:hover{
    color: #09c;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.list_redes_celular{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    z-index: 10;
    /* -webkit-transform: translate(0,-50%); */
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    /* transform: translate(0,-50%);*/
}
.list_redes_celular>li{
    width: 25%;
}
.list_redes_celular>li a{
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.list_redes_celular>li:nth-child(1) a{
    background: #133783;
}
/*.list_redes_celular>li:nth-child(1) a{
    background: #00aae4;
}*/
.list_redes_celular>li:nth-child(2) a{
    background: #1bd741;
}
.list_redes_celular>li:nth-child(3) a{
    background: #00aae4;
}
.list_redes_celular>li:nth-child(4) a{
    background: #f09433;
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
@media(max-width: 767px){
    .list_redes_celular{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap; 
    }
}
/**/
/************************** END SIDE MENU ***************************/

/*/************************** MENU FIXED /***************************/
.head-navfixed .wrap-core-nav-list{
    transition: all ease 500ms;
}
.core-nav.nav-core-sticky{
	z-index: 10;
}
.core-nav.nav-core-sticky.on-scroll{
    background: #ffffff;
    box-shadow: 0px 0px 25px 4px rgba(86, 86, 86, 0.51);
    transition: all .5s ease-in-out;
}
.core-nav.nav-core-sticky.on-scroll .brand img.img_top{
    display: none;
}
.core-nav.nav-core-sticky.on-scroll .brand img.img_scroll{
    display: block;
}
.core-nav.nav-core-sticky.on-scroll .menu>li>a {
    /*color: #434040;*/
    transition: all ease 500ms;
}
.core-nav.nav-core-sticky.on-scroll .menu>li>a:hover{
    color: #1bc5ff !important;
    transition: all ease 500ms;
}

/*@media(max-width: 1199px){
    nav .menu>li>a {
        padding: 10px 8px;
    }
}

@media (max-width: 992px) {
    nav .nav-header {
        min-height: 60px;
        border-bottom: solid 1px #dfdfdf;
    }
    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
        position: relative;
        top: 17px;
        padding: 0;
    }
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
        color: #fff;
    }
    nav .menu li a {
        padding: 10px 15px;
        border: 0;
        margin: 0;
        border-bottom: solid 1px #dfdfdf;
    }
    nav .menu li:last-child a {
        border: 0;
        border-bottom: none;
    }
    /*.conten_nav{
        width: 100%;
        position: absolute;
        bottom: 18px;
        left: 0;
    }
    .wrap-core-nav-list{
        background: #151520;
    }
    .head-navfixed .core-nav{
        background: #181828;
    } 
}*/

@media (max-width: 767px) {
    nav .nav-header .toggle-bar {
        left: 15px;
    }
}
/**/

/*********************** SECTION TITLE GENERAL ***********************/
.sect_title_general{
	padding: 100px 0;
    padding-bottom: 50px;
}
.sect_title_general h6{
    text-align: center;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.sect_title_general h6.white{
    color: #ffffff;
}
.sect_title_general h2{
	text-align: center;
    font-size: 40px;
    color: #000000;
    font-weight: 800;
}
.sect_title_general h2.white{
    color: #ffffff;
}
.sect_title_general h2.mayuscula{
    text-transform: uppercase;
}
.sect_title_general p{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
/**/
@media(max-width: 991px){
    .sect_title_interna.sect_title_general h2 {
        font-size: 30px;
    }
}

@media(max-width: 767px){
    .sect_title_general h2 {
        font-size: 25px;
    }
    .sect_title_general h6 {
        font-size: 15px;
    }
    .sect_title_general{
        padding-top: 50px;
        padding-bottom: 40px!important;
    }
    .sect_title_interna.sect_title_general h2 {
        font-size: 18px;
    }
}
/********************* END SECTION TITLE GENERAL *********************/


/****************************** FOOTER *********************************/
.footer_main{
    background: #001542;
}
.footer_main .sect_main{
    background-image: url(../../../../public/img/fondo/fondo-footer.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}

.box_footer .box_head h4{
    color: #fb9600;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.box_footer .box_body p{
	color: #fff;
}
.box_footer .box_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_footer .box_body ul>li{
    margin-bottom: 15px;
}
.box_footer .box_body ul>li>a{
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .box_body ul>li>a:hover{
    color: #fb3;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .box_body .list_contact_foot>li{
    position: relative;
    margin-bottom: 45px;
    padding-left: 40px;
}
.box_footer .box_body .list_contact_foot>li svg{
    color: #fb9600;
    font-size: 30px;
    position: absolute;
    top: -2px;
    left: 0;
}

.b-top{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 60px;
    margin-top: 30px;
}
.p_foot_us{
    color: #fff;
}
/**/
.sect_sign{
    background: #000e2d;
    padding: 20px 0;
}
.p_sign{
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.name_empresa{
    color: #fb9600;
    font-weight: 700;
}
.list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.list_redes_foot>li{
    line-height: 0;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #fff;
}
.list_redes_foot>li>a{
    display: block;
    width: 35px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_redes_foot>li:nth-child(2)>a{
    background: #133783;
}
/*.list_redes_foot>li:nth-child(2)>a{
    background: #09c;
}*/
.list_redes_foot>li:nth-child(3)>a{
    background: #1bd741;
}
.list_redes_foot>li:nth-child(4)>a{
    background: #09c;
}
.list_redes_foot>li:nth-child(5)>a{
     background: #f09433;
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
/*
.list_redes_foot>li:nth-child(6)>a{
    background: #09c;
}*/


.list_redes_foot>li>a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_redes_foot>li svg{
    height: 35px;
}
/**/
@media(max-width: 767px){
    .p_sign {
        text-align: center;
        margin-bottom: 20px;
    }
    .list_redes_foot {
        text-align: center;
    }
    .box_footer .box_body .list_contact_foot>li svg {
        font-size: 20px;
        position: absolute;
        top: 10px;
    }
    .list_redes_foot{
        display: none;
    }
    .sect_sign{
        padding-bottom: 40px;
    }
}

/**/
/**/
.frm_slider{
    width: 100%;
    max-width: 500px;
    background: rgba(0, 153, 204, 0.76);
    padding: 25px;
}
.input_text{
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 15px;
}
.input_text:focus{
    outline: none;
}
.txt_area{
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 12px;
    min-height: 120px;
}
.input_select{
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 15px;
    min-height: 45px;
}
.input_select:focus{
    outline: none;
}
.txt_area:focus{
    outline: none;
}
.btn_enviar{
    display: block;
    padding: 20px;
    background: #fb9600;
    width: 100%;
    color: #fff;
    border: 0;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:hover{
    background: #092664;
    color: #ffffff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:focus{
    outline: none;
}
/**********/
#btn-frm-mobile{
    display: none;
}
.frm_fixed{
    position: fixed;
    top: 55%;
    width: 300px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    z-index: 10;
}
.frm_fixed.open{
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_frm{
    position: relative;
}
.content_frm>a{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 50px;
    height: 50px;
    background: #092664;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.content_frm .input_text {
    padding: 10px 15px;
}
.content_frm .input_select {
    padding: 10px 15px;
    min-height: 41px;
}
.content_frm .txt_area {
    min-height: 90px;
}
.content_frm .btn_enviar {
    padding: 10px 20px;
}
/**/
@media(max-width: 991px){
    #btn-frm-mobile{
        display: block;
    }
}