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

@media only screen and (min-width: 1600px){
	.container {
	    max-width: 1510px;
	}
}

/************************** INTER HEADER *****************************/
/*TOP HEADER*/
.sect_top_header{
	padding: 10px 0;
	border-bottom: 1px solid rgb(255 255 255 / 42%);
}
.sect_top_header .list_contact_top_header,
.sect_top_header .list_icons_top_header{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.sect_top_header .list_contact_top_header>li,
.sect_top_header .list_icons_top_header>li{
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
.sect_top_header .list_contact_top_header>li>a{
	display: block;
	color: #fff;
	font-weight: 500;
    text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.sect_top_header .list_contact_top_header>li>a:hover{
	color: #f4811f;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.sect_top_header .list_contact_top_header>li>a>svg{
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
/**/
.sect_top_header .list_icons_top_header{
	text-align: right;
}
.sect_top_header .list_icons_top_header>li>a{
	font-size: 17px;
	color: #fff;
    text-decoration: none;
	display: block;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.sect_top_header .list_icons_top_header>li>a:hover {
    font-size: 17px;
    color: #3aade6;
    display: block;
    -webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
@media(max-width: 767px){
	.sect_top_header .list_contact_top_header>li>a span{
		display: none;
	}
}
/*END TOP HEADER*/
/*MENU MAIN*/
.content_menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 10;
}
/**/
.conten_nav{
	/*-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);*/
    position: relative;
    z-index: 10;
    -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: 257px;
	margin-top: 5px;
}
/**/
.flex_menu_b .flex_menu_main{
	width: calc(100% - 360px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.flex_menu_b .flex_menu_main>ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.flex_menu_b .flex_menu_main>ul>li{
	display: inline-block;
}
.flex_menu_b .flex_menu_main>ul>li>a{
	display: block;
    color: #fff;
    font-size: 13px;
    padding: 39px 10px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_menu_b .flex_menu_main>ul>li>a:hover,
.flex_menu_b .flex_menu_main>ul>li>a.active{
    color: #0060ff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_menu_b .flex_contact{
	width: 102px;
	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_contact a{
	display: block;
    padding: 10px 0px;
    color: #fff;
    /*background: #000646;*/
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_menu_b .flex_contact a img{
	width: 100px;
}
.flex_menu_b .flex_contact a img.logo_socio_bl{
	width: 100px;
	display: none;
}
.flex_menu_b .flex_contact a:hover{
        color: #000646;
    /*background: #ffffff;*/
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
/*MENU FIXED*/
.conten_nav.head-navfixed{
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.conten_nav.head-navfixed .flex_menu_b .flex_menu_main>ul>li>a {
    color: #000967;
}
.conten_nav.head-navfixed .flex_menu_b .flex_menu_main>ul>li>a:hover {
    color: #00997d;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.conten_nav .logo_two{
	display: none;
}
.conten_nav.head-navfixed .logo_one{
	display: none;
}
.conten_nav.head-navfixed .logo_two{
	display: block;
}
/**/
.conten_nav.head-navfixed .flex_menu_b .flex_contact a img.logo_socio{
	display: none;
}
.conten_nav.head-navfixed .flex_menu_b .flex_contact a img.logo_socio_bl{
	display: block;
}
.conten_nav.head-navfixed .flex_menu_b .flex_contact a.language{
    color: #000967;
}
/**/
.conten_nav.head-navfixed .language{
	color: #000646;
}
/**/
#btn_whatsapp{
	position: fixed;
    top: 50%;
    left: 0;
    writing-mode: vertical-rl;
    z-index: 3;
    color: #fff;
    background: #00c118;
    font-weight: 600;
    padding: 9px;
    text-decoration: none;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
    -o-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#btn_whatsapp:hover{
    color: #fff;
    background: #f4811f;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#btn_whatsapp b{
	color: #000d9a;
    font-weight: 700;
}
#btn_whatsapp svg{
	color: #000d9a;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*BTN TRACK*/
#btn_tracking{
	position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    height: 125px;
    background: #ececec;
    color: #010746;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 20;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#btn_tracking span{
	writing-mode: vertical-rl;
}
#btn_tracking:hover{
    background: #010746;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*BTN COTIZAR*/
#btn_cotizar{
	position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    height: 147px;
    text-align: center;
    background: #010746;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 500;
    border-top-left-radius: 10px;
    z-index: 20;
    -webkit-transform: translate(0,-120%);
    -ms-transform: translate(0,-120%);
    -o-transform: translate(0,-120%);
    transform: translate(0,-120%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#btn_cotizar span{
	writing-mode: vertical-rl;
}
#btn_cotizar:hover{
    background: #e8e8e8;
    color: #010746;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
/*MODAL COTIZACION*/
#modalCotizar .modal-header{
	background: #000646;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#modalCotizar .modal-header h5{
    color: #fff;
    font-weight: 800;
}
#modalCotizar .close{
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.h5_title_section{
	color: #000;
    font-weight: 600;
}
/**/
#modalPolitica .modal-header{
    background: #000646;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#modalPolitica .modal-header h5{
    color: #fff;
    font-weight: 800;
}
#modalPolitica .close{
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/************** MENU CELULAR **************/
#toggle_cel{
    display: none;
    color: #fff;
    font-size: 25px;
}
#close_menu_cel{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: #000646;
}
/**/
.menu_celular{
    display: none;
    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{
    -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: #000646;
    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 only screen and (min-width: 1600px){
	.flex_menu_b .flex_menu_main>ul>li>a {
	    font-size: 14px;
	}
}
@media(max-width: 991px){
	.flex_menu_b .flex_menu_main{
		justify-content: flex-end;
		padding-right: 20px;
	}
    .flex_menu_b .flex_menu_main>ul{
        display: none;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    #toggle_cel{
        display: block;
    }
    .menu_celular{
        display: block;
    }
    .head-navfixed #toggle_cel{
        color: #000;
    }
}
@media(max-width: 500px){
	.flex_menu_b .flex_contact a:first-child{
		display: none;
	}
	.flex_menu_b .flex_contact {
	    width: 90px;
	}
	.flex_menu_b .flex_menu_main {
	    padding-right: 10px;
	}
	.flex_menu_b .flex_menu_main {
	    width: calc(100% - 290px);
	}
	#toggle_cel {
	    margin-top: 20px;
	}
	.flex_menu_b .flex_contact a {
	    margin-top: 20px;
	}
}
@media(max-width: 450px){
	.flex_contact{
		display: none;
	}
	/*.flex_menu_b .flex_menu_main {
	    width: calc(100% - 200px);
	}*/

}
/************************************************* END INTER HEADER ********************************************************/

/*********************************************** SECTION TITLE GENERAL *****************************************************/
.sect_title_general{
	padding: 100px 0;
	padding-bottom: 50px;
}
/**/
.content_title_general{
	text-align: center;
	position: relative;
}
.content_title_general h6{
	color: #888;
	letter-spacing: 1.5px;
}
.content_title_general h6.white{
	color: #fff;
}
.content_title_general h2{
	color: #000646;
    letter-spacing: -3px;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.content_title_general h2.white{
	color: #fff;
}
.content_title_general span{
	color: transparent;
    font-size: 110px;
    line-height: .85;
    width: 100%;
    font-weight: 700;
    letter-spacing: -.020em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ebebeb;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    top: -17px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}
/**/
@media(max-width: 991px){
	.content_title_general span {
	    font-size: 70px;
	    top: -11px;
	}
	.sect_title_general{
		padding-top: 50px;
	}
}
@media(max-width: 767px){
	.content_title_general h2 {
	    font-size: 30px;
	}
	.content_title_general h6 {
	    font-size: 14px;
	}
	.content_title_general span {
	    font-size: 50px;
	        top: -14px;
	}
}
/********************************************* END SECTION TITLE GENERAL ***************************************************/

/**/
.input_form{
	position: relative;
	margin-bottom: 20px;
}
.input_form svg{
	position: absolute;
    top: 15px;
    left: 10px;
    color: #000;
}
/**/
.input_form input{
	display: block;
    width: 100%;
    border: 1px solid rgb(204 204 204 / 47%);
    padding: 10px;
    padding-left: 35px;
}
.input_form input:focus{
	outline: none;
	text-decoration: none;
}
/**/
.input_form select{
	display: block;
    width: 100%;
    border: 1px solid rgb(204 204 204 / 47%);
    padding: 10px;
}
.input_form select:focus{
	outline: none;
	text-decoration: none;
}
/**/
.input_form textarea{
	display: block;
    width: 100%;
    border: 1px solid rgb(204 204 204 / 47%);
    padding: 10px;
    padding-left: 35px;
}
.input_form textarea:focus{
	outline: none;
	text-decoration: none;
}
/**/

.input_form .buttoncon{
	display: block;
    width: 100%;
    border: 1px solid rgb(204 204 204 / 47%);
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #000646;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.input_form .buttoncon:focus,
.input_form .buttoncon:hover{
	    background: #ffffff;
    color: #000646;
	outline: none;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

/**/

/*************************************************** INTER FOOTER **********************************************************/
.sect_main{
	background-color: #000646;
	padding: 50px 0;
	background-image: url(../../../../../public/img/fondo/fondo-footer.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}
/**/
.box_footer{
	margin-top: 30px;
}
.box_footer .box_head h5{
	color: #fff;
	font-weight: 700;
}
/**/
.box_footer .box_body p{
	color: #fff;
	margin-bottom: 3px;
}
/**/
.list_redes_footer{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
.list_redes_footer>li{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 3px;
}
.list_redes_footer>li>a{
	    display: block;
    padding: 5px;
    border: 1px solid rgb(255 255 255 / 13%);
    text-align: center;
    color: #ffffff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_redes_footer>li>a:hover{
	    background: #ffffff;
    color: #00085d;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.libro_reclamaciones>a{
    font-weight: 600;
    display: block;
    /* padding: 20px; */
    width: 100%;
    max-width: 240px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.libro_reclamaciones>a>svg{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 5px;
}
.libro_reclamaciones>a p{
    font-weight: 300;
}
/**/
.list_servicios{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.list_servicios>li>a{
	display: block;
	color: #fff;
	padding: 10px 0;
	/*border-bottom: 1px dashed rgba(142, 142, 142, 0.5);*/
	/*color: #999;*/
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_servicios>li>a:hover{
	color: #2a94c8;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
.list_contacto_footer{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.list_contacto_footer li .item_location{
	margin-bottom: 20px;
}
.list_contacto_footer li .item_location,
.list_contacto_footer li .item_phone{
	position: relative;
	margin-bottom: 20px;
}
.list_contacto_footer li .item_location svg,
.list_contacto_footer li .item_phone svg{
	color: #ffffff;
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.list_contacto_footer li .item_location a, .list_contacto_footer li .item_phone a{
	display: block;
	padding-left: 36px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_contacto_footer li .item_location a h6,
.list_contacto_footer li .item_phone a h6{
	color: #ffffff;
    font-weight: 700;
}
.list_contacto_footer li .item_location a p,
.list_contacto_footer li .item_phone a p{
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_contacto_footer li .item_location a:hover p,
.list_contacto_footer li .item_phone a:hover,
.list_contacto_footer li .item_location a:hover{
	color: #218fc6;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/******/
.sect_sign{
	background: #00085d;
	padding: 25px;
	padding-bottom: 30px;
	position: relative;
}
.sect_sign:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 80%;
	height: 4px;
	background: #fff;
}
.sect_sign:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 8px;
    background: #b5b5b5;
}
/**/
.p_rights{
	margin-bottom: 0;
	color: #fff;
}
.p_rights b{
	color: #ffffff;
    font-weight: 700;
}
.design_by {
    text-align: right;
    margin-bottom: 0;
    color: #fff;
}
/**/
@media(max-width: 991px){
	.box_footer .box_head img{
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}
	.box_contactanos .box_left h2 {
	    font-size: 25px;
	}
	.box_contactanos .box_left p {
	    font-size: 17px;
	}
	.box_contactanos .box_right a {
		font-size: 13px;
	    padding: 10px;
	}
}
@media(max-width: 767px){
	.box_contactanos .box_left {
	    width: 100%;
	}
	.box_contactanos .box_right {
	    width: 100%;
	}
	.box_contactanos .box_left h2 {
	    font-size: 20px;
	}
	.box_contactanos .box_left p {
	    font-size: 15px;
	}
}
/************************************************* END INTER FOOTER ********************************************************/
#modalFlyer .modal-dialog{
    max-width: 1200px;
}
#modalFlyer .modal-body{
    padding: 0px;
}
#modalFlyer .modal-body button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}