article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
/*-- ALL --*/
*{box-sizing:border-box}
body{font-size:13px;font-family: quicksand;background:#f9f9fb;color:#131313;margin:0;height:100%;min-height:100%}
h1{font-size:30px;font-weight:400;letter-spacing:-1px;color: #3e34a4;font-family: sans-serif}
h2{font-size:20px;font-weight:400;letter-spacing:-1px;color: #3e34a4;font-family: sans-serif}
h3{font-size:15px;font-weight:400;letter-spacing:-1px}
h4{font-size:14px;font-weight:400;letter-spacing:-1px}
a{text-decoration:none;color:#3e34a4}
a[href^="mailto:"]{text-decoration:none;color:#3e34a4}
img{border:0 none}
button,select,input[type='radio'],input[type='checkbox']{cursor:pointer}
button:disabled{opacity:0.8;background: #cfcfcf;color: #545454}
input,select{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px}
input:disabled{background:#eee}
input[type='radio']{margin:13px 3px}
button{margin:0;padding:5px 15px;background: none;border: none}
textarea.textarea_form{display:block;width:100%;box-sizing:border-box;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:20px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
textarea.textarea_form_disabled{width: 100%;background: none;border: none;cursor: context-menu;box-sizing: border-box;resize: none}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #bdbdbd}
::-moz-placeholder { /* Firefox 19+ */color: #bdbdbd}
:-ms-input-placeholder { /* IE 10+ */color: #bdbdbd}
:-moz-placeholder { /* Firefox 18- */color: #bdbdbd}
td{padding: 5px 10px;}
tr:nth-child(odd) {background-color:#fbfbfb}
tr:nth-child(even) {background-color:#ffffff}
hr{border: 0;border-top-color: currentcolor;border-top-style: none;border-top-width: 0px;border-bottom-color: currentcolor;border-bottom-style: none;border-bottom-width: 0px;border-top: 1px solid #ddd;border-bottom: 1px solid #fafafa}
td button{background: -webkit-linear-gradient(#FFF,#F9F9F9);background: -moz-linear-gradient(#FFF,#F9F9F9);background: linear-gradient(#FFF,#F9F9F9);padding: 7px;border-radius: 10px;width: 35px;border: 1px solid #c3c3c3}
span.msg_success{display: block;background: #618d0d;color: #fff;padding: 5px 10px;text-align:center;border-radius: 10px;margin: 0 auto 20px}
span.msg_error{display: block;background: #c13939;color: #fff;padding: 5px 10px;text-align:center;border-radius: 10px;margin: 0 auto 20px}
.seccion{width:100%;position:relative;display:block;text-align:center;margin-bottom:20px;padding: 20px 20px;border:1px solid #f1f1f1;border-radius: 10px;box-sizing: border-box;box-shadow: 5px 10px 20px #efefef}
.seccion h1, .seccion h2, .seccion p{text-align:left}

/*-- GLOBALES --*/
.left{text-align:left !important}
.center{text-align:center !important}
.right{text-align:right !important}
.align-top{vertical-align:top !important}
.align-middle{vertical-align:middle !important}
.pointer{cursor:pointer}
.disabled{opacity:0.2}
.actived:hover{opacity:0.8;transition: 0.3s}
.rounded{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}
.clear{clear:both}
.dashed_line{border-bottom:1px dashed #bdbdbd}
.dashed_line i{background: #3e34a4;padding: 2px;width: 20px;height: 20px;border-radius: 100%;color: #fff;font-size: 13px;text-align: center;line-height: 20px;margin-right: 5px}
.solid_white_line{border-bottom:2px solid #fff}
.nomargin{margin:0}
.nopadding{padding:0}

.section_header{display: flex;padding: 0;border-bottom: none;margin-bottom:30px;justify-content: space-between}
.section_header_title{text-transform:uppercase;margin: 0 16px 0 0;padding: 3px 0;font-size: 1.525rem;line-height: 2.2;font-weight: 600}
.section_header hr {-ms-grid-row-align: center;align-self: center;flex-grow: 1;height: 1px;}
.section_header hr:first-child{margin: 0 30px 0 0}
.section_header hr:last-child{margin: 0 0 0 30px}
.section_header_menu {display: flex;flex-direction: column;justify-content: center}
.section_header_menu span{cursor:pointer}

input.form-control{display:block;width:100%;height:45px;box-sizing:border-box;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:20px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
select.form-control{display:block;width:100%;height:44px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:20px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}

.form-group{display:flex;margin:5px 0;align-items:center;gap:0.5rem}
.form-group label{float:left;width:28%;font-weight:bold;text-align:right;padding:10px 10px 0 0;font-size:11px}

.input-form-light{width: 100%;border: 1px solid #ccc;background:#fff;border-radius: 15px;box-sizing: border-box;margin: 5px 0;padding: 5px;position: relative}
.input-form-light span{font-size: 8pt;background: #fff;position: absolute;top: -8px;left: 10px;padding: 0 10px;border-radius:5px;font-weight: 600}
.input-form-light .form-control-light{display: block;background:none;width: 100%;height: 45px;box-sizing: border-box;border: none;padding: 10px 10px}
.input-form-light .form-control-light:focus{outline: none !important}
.input-form-light .form-control-light:disabled{background: #f8f8f8;color: #858585;border-radius:20px}
.input-form-light .form-control-light[readonly]{background: #fafafa;color: #858585}

.input-form-clear{width: 100%;border: none;background: #fff;border-radius: 5px;box-sizing: border-box}
.input-form-clear .form-control-clear{display: block;background:none;width: 100%;height: 45px;box-sizing: border-box;border: none;padding: 10px 10px}
.input-form-clear .form-control-clear:focus{outline: none !important}
.input-form-clear .form-control-clear:disabled{background: #f8f8f8;color: #858585;border-radius:20px}

.textarea_form-light{display:block;width:100%;box-sizing:border-box;padding:6px 12px;background-color:#fff;border:none;border-radius:20px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.textarea_form-light:focus{outline: 0}

.boton{width: 100%;margin: 40px 0 40px 0;text-align: right}
.btn{display: inline-block;background: #b10d0d;height: 35px;color: #fff;border-color: #444444;margin-bottom: 0;font-weight: 400;text-align: center;vertical-align: middle;margin: 5px;padding: 0 25px;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;font-size: 13px;line-height: 35px;border-radius: 20px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;box-shadow: 3px 3px 3px #d8d8d8;text-transform: uppercase;font-weight: bold;}
.btn:hover{background-color:#3c3c3c;border-color:#4d4d4d;transform: scale(1.02);transition: 0.3s}
.btn a{color:#fff;display:block}
.btn a:hover{color:#eee}
.btn-light {display: inline-block;background: #fff;height: 35px;color: #3e34a4;border: 2px solid #3e34a4;margin-bottom: 0;font-weight: 400;text-align: center;vertical-align: middle;margin: 5px;padding: 0 15px;cursor: pointer;background-image: none;white-space: nowrap;font-size: 13px;line-height: 35px;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;box-shadow: 3px 3px 3px #d8d8d8;text-transform: uppercase;font-weight: bold;}
.btn-light:hover{background-color:#b10d0d;color:#fff;border-color:none;transform: scale(1.02);transition: 0.3s}
.btn-light a{color:#fff;display:block}
.btn-light a:hover{color:#eee}
.fullwidth{width:100%;margin: 5px 0;}

/* MENU BAR */
.menu{display: flex;align-items: center;justify-content: center;gap: 1em;color: #3e34a4;}
.menu p{font-size:14pt;font-weight:bold}
#showMenu {cursor: pointer;display: inline-flex;align-items: center;justify-content: space-between;}
#showMenu i {margin-right: 10px;}
.x-close{font-size:12pt;color:#292929;float:right;cursor:pointer}

/*-- COL INLINE --*/
.seccion_inline_block{display: inline-block;vertical-align: top;padding: 10px;border-radius: 10px;margin:0.33%}
.col10{width:8.5% !important}.col15{width:13.5% !important}.col20{width:18.5% !important}.col25{width:23.5% !important}.col30{width:28.5% !important}.col33{width:31.5% !important}.col35{width:33.5% !important}.col40{width:38.5% !important}.col45{width:43.5% !important}.col50{width:48.5% !important}.col55{width:53.5% !important}.col60{width:58.5% !important}.col65{width:63.5% !important}.col70{width:68.5% !important}.col75{width:73.5% !important}.col80{width:78.5% !important}.col85{width:83.5% !important}.col90{width:88.5% !important}

body.BgLanding{background-image:url('/images/bg-landing.jpg');background-color: #191919;background-size: cover;background-attachment:fixed;width:100%;display: inherit}
.ico_social-circle{background: #4c4c4c;width: 50px;height: 50px;line-height: 25px;text-align: center;padding: 10px;border-radius: 100%;display: inline-block;color: #fff;margin: 0 5px;}
.ico_social-circle a{color:#fff}

/* SOCIAL BUTTONS */
.ico_social-minicircle{background: #282357;width: 35px;height: 35px;line-height: 41px;text-align: center;border-radius: 100%;display: inline-block;color: #fff;margin: 10px 5px;}
.ico_social-minicircle:hover{transition: 0.3s;transform: scale(1.1)}
.ico_social-minicircle a{color:#fff}
.ico_social-minicircle a i{font-size:14pt}

/* SOCIAL BUTTONS WEB LATERAL */
.socials{position: fixed;top: 50%;right: 0;z-index:10}
span.ico_social{display: block;background: #fff;margin-bottom: 10px;padding: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-top: 1px solid #d6d6d6;border-left: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;}
span.ico_social i{font-size:1.5em}
span.ico_social a{color:#000}
span.ico_social a:hover{color:#3e34a4}

.content_header_menu{position: relative;background: #fff;width: 100%;box-shadow: 0px 6px 10px rgb(71 71 71 / 20%);z-index: 9;}
.header_menu{background: #fafafa;text-align:center;margin: 0 auto 0 auto;padding: 15px 0 10px;box-sizing: border-box}
.nav_web{width: 100%;max-width: 1300px; display: flex;flex-wrap: wrap;margin: 0 auto;}
.nav_web .nav-principal{display: flex;align-items: center;justify-content: flex-start;width:100%;max-width:33.33333%}
.nav_web .nav-principal div{margin-left:10px;margin-right:40px;}
.nav_web .nav-otros{display: flex;align-items: center;justify-content: flex-end;width:100%;max-width:66.66666%}
.nav_web .nav-otros .box-header_options{width:100%;display: flex;gap: 2rem;font-weight: bold;}
.nav_web .nav-otros .box-header_btns{width:50%}
.nav_web .nav-otros .box-header_btns .btns_div{display: flex;justify-content: center;align-items: center;gap: 1rem;font-size: 12pt;font-weight: bold;color: #191919;text-align: left;padding:0 20px}
.nav_web .nav-otros .box-header_btns .btns_div a:hover{color:#fff}
.nav_web .nav-otros .box-header_btns .btns_div > div {position:relative;border-right: 1px solid #ddd;padding-right: 20px;margin-right: 10px;}
.nav_web .nav-otros .box-header_btns .btns_div > div:last-child {border-right: none;}

.logo_catalogo{width: 35%;max-width: 300px;}
.logo_catalogo img{width: 100%;max-width: 300px;}

#wrapper_menu_sidebar{display:none;position: fixed;top:0;z-index: 10;width: 100%;height: 100%;}
.bgPopup{background: #000000b5;width: 100%;height: 100%;position: absolute}
#menu_sidebar{position: relative;left: 0;top: 0;background: #fff;width: 350px;height: 100%;padding: 20px 40px;text-align:center;overflow-y:auto}
ul.menu_store{list-style: none;padding: 0;margin: 0;text-align: left;font-size: 10pt;}
ul.menu_store li{position: relative;display: inline-block;line-height: 30px;padding: 0 10px;border-left: 1px solid #dddddd;width: 100%;margin: 15px 0;}
ul.menu_store li.title{font-weight:bold;border-left: none;text-transform: uppercase;padding: 0;}
ul.menu_store li img.mini-ico-menu{float: left;width: 30px;border-radius: 30px;border: 1px solid #fff;margin-right: 15px;}
ul.menu_store li a{color:#3e34a4}
ul.menu_store li a:hover{letter-spacing: 0.1rem;transition: 0.3s;}
ul.menu_store li .btn a{color:#fff}
ul.menu_store > li:first-child{border-left:none;}
ul.menu_store .menuCateg{cursor:pointer}
ul.menu_store .menuCateg div {height: 30px;line-height: 30px;}
ul.menu_store .subcategs{display:none}

#content_fullwidth{width: 100%;margin:0 auto;box-sizing: border-box;text-align: left;}
#content_fullwidth .content_middle{width: 100%;max-width: 1300px;margin: 0 auto;padding:0 40px}
#content_fullwidth .content_middle:last-child{margin-bottom:0;padding-bottom:0}
#content_fullwidth .content_middle .title_wrapper{margin-bottom:50px;}
.withoutBottom{padding-bottom: 0 !important}
.separator-content_middle {width: 100%;height: 100px;background: #3e34a4;}
.separator-content_middle-full {width: 100%;background: #dcd9ff;}
.separator-content_middle-full p{margin:0 !important;color: #fff;}
.separator-content_middle-full .btn{box-shadow:none !important}
.mini-logo {display: block;margin: 0 auto 30px;width: 70%;max-width: 200px;}

/* MSG */
.msg_store{display: block;width: 100%;font-size: 10pt;text-align: center;border-radius: 35px;margin: 0 0 20px;padding: 20px 10px}
.msg_store.success{background: #d0e1af;border: 1px solid #78a720;color: #4d6a16}
.msg_store.success a{color: #000}
.msg_store.error{background: #e1afaf;border: 1px solid #a72020;color: #6a1616}

/* BACKGROUND OVERLAY */
.content_fullwidth_background{position: relative;padding: 5% 0;}
.background_overlay{height: 100%;width: 100%;top: 0;left: 0;position: absolute;background-image: url(../images/background_overlay.jpg);background-position: top right;background-repeat: no-repeat;background-size: cover;opacity: 0.59;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;z-index: -1;}

/* BANNER HOME */
.content-banner {position: relative;}
.bg_slider{background: url('/images/Slider-Home-Banner1.jpg') no-repeat;background-size: cover;position: absolute;width: 100%;height: 100%;}
#bannerHome{width:100%;max-width: 1300px;display: flex;align-items: center;margin: 0 auto;gap:3rem;padding: 100px 40px;}
.leftHome {margin-bottom: 40px;}
.leftHome h1 {font-size: 37pt;font-weight: bold;color: #fff;}
.leftHome h1 b {color: #fff;}
.leftHome h3 {font-size: 22pt;color: #fff;}
.leftHome h2 {color: #fff;}
.leftHome p {font-size: 18pt;}
#bannerHome p.sello {color: #fff;}
.formHome{width: 100%;vertical-align: middle;}

.box-overSearch {width: 80%;max-width:475px;margin: 0 auto;border-radius: 40px;background: #ffffffeb;box-shadow: 4px 4px 20px 0px #8f8f8fc2;z-index: 9;}
.content-overSearch{padding: 20px 40px}
.content-overSearch h2{color: #3e34a4;letter-spacing: 0.5px;font-size: 19pt;}
.form-overSearch .input-form-light span{background: #fff;color: #1d6062;letter-spacing: 2px;}

/* TITLES */
h3.upTitle{position: relative;font-size:22pt;color:#42d3d8;margin: 0;padding-right:70px;display: inline-block;}
h3.upTitle:after{background-color: #aaa;background-image: linear-gradient(90deg, #825ef6, #825ef6);top: 50%;border-radius: 10px;content: "";height: 2px;right: 0;transform: translateY(-50%);margin-top: 0;position: absolute;width: 55px;}
h2.big{font-size:28pt;font-weight: bold;margin:0 0 10px}
p.subtitle{font-size:18pt;}
img.imgBottom{display: block;width:100%;max-width: 728px;margin: 40px auto 0 auto;}
img.imgBottom.bigImg{max-width: 1100px}

/* STEPS */
.steps {display: flex;align-items: center;justify-content: center;gap: 4rem;margin: 80px 0;}
.arrowStep{}
.step {width: 180px;}
.step span{font-size: 14pt;color: #777777;font-weight: bold;}
.imgStep{position: relative;margin-bottom: 20px;}
.imgStep img{border-radius: 50%;}
.imgStep img:hover{transform: rotateY(180deg);transition: 0.3s;}
.imgStep .number{position: absolute;width: 50px;heigdeeht: 50px;right: -15px;top: 50%;transform: translateY(-50%);background: #825ef6;border-radius: 30px;font-size: 16pt;line-height: 50px;font-weight: bold;color: #fff;border: 4px solid #fff;}

.imgDesktop{display: block;}
.imgResponsive {display: none;}

.owl-carousel{display:grid !important}
.item_carrusel{width: 100%;padding: 5%;text-align:center;font-size: 9pt;}
.item_carrusel img{border-radius: 10px;}

/* POPUP VIDEOS */
.box_video{padding: 10px;}
.box_video iframe {border-radius: 10px;}

/* POPUPS PLANES */
.popup {position: fixed;width: auto;max-height: 80%;overflow-x: hidden;overflow-y: auto;top: 50%;left: 50%;transform: translate(-50%, -50%);background: white;border: 1px solid #ccc;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);padding: 40px;border-radius: 20px;z-index: 1000;}
.overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;display: none;}
.close_PopUp{background: #fff;line-height: 20px;padding: 0px;border-radius: 50px;color: rgb(182, 0, 0);position: absolute;font-size: 19pt;right: 10px;transition: 0.3s;cursor: pointer;}
.close_PopUp:hover{transform: scale(1.2);}

/* MIDDLE CONTENT */
.content-flex{width:100%;max-width: 1300px;display: flex;align-items: center;margin: 0 auto;padding:40px;gap:3rem}
.content-flex div{width:50%;}
.content-flex div img {height: 100%;max-height: 450px;}
.content-flex div p.title{font-size:18pt;font-weight:bold;color:#3e34a4}
.content-flex div p.normal{font-size:14pt}
p.sello{font-size:22pt;color:#1f898d;font-family: "Caveat", cursive;font-optical-sizing: auto;font-weight: 400;font-style: normal;}

/* FULLFLEX */
.fullFlex {display: flex;align-items: center;width: 100%;background: #ffffff;}
.fieldsForm {width: 70%;padding: 10% 5%;background: #fff;box-shadow: 9px 0px 8px #57575752;}
.fieldsForm .formBox{width: 80%;margin: 0 auto;text-align: center;}
.btn-form{display: inline-block;background: #ffffff;width: 250px;font-size: 13pt;color: #fff;border-color: #444444;font-weight: 400;text-align: center;vertical-align: middle;padding: 5px 15px;cursor: pointer;border: 1px solid transparent;line-height: 35px;border-radius: 20px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;box-shadow: 3px 3px 3px #d8d8d8;}
.btn-form:hover{transform: scale(1.05);transition: 0.3s;}
.visualForm {width: 30%;padding: 80px 20px;}
.visualForm img{width: 100%;}

/* FOOTER */
#wrapper_footer{width: 100%;background:#a9a5d6;background-size: cover;padding: 20px 20px;margin:0}
#wrapper_footer h3{font-size:12pt;font-weight:bold;text-transform:uppercase}
.footer_catalogo{width:70%;max-width:1300px;margin:0 auto;line-height: 20px}
.footer_catalogo_1, .footer_catalogo_2, .footer_catalogo_3, .footer_catalogo_4{display:inline-block;vertical-align:top;text-align:left;padding:10px 20px;box-sizing:border-box}
.footer_catalogo_1{width:20%;border-right:2px solid #cac5ff}
.footer_catalogo_1 img{width:50%}
.footer_catalogo_1 p{text-align:justify;font-size:8pt;color:#282357}
.footer_catalogo_2{width:20%;border-right:2px solid #cac5ff}
.footer_catalogo_3{width:40%;border-right:2px solid #cac5ff}
.footer_catalogo_3 .ico_social-minicircle{margin: 0 5px;}
.footer_catalogo_4{width:18.5%}
.footer_catalogo_4 .payments{display:block;text-align:center}
.footer_catalogo_4 .payments div{margin: 20px 0;}
.footer_catalogo_2, .footer_catalogo_3, .footer_catalogo_4{color:#282357}
.copyright{padding:10px;color:rgb(255, 255, 255);font-size:8pt;text-align: right;}

/* WSP ICON */
.wsp{position: fixed;right: 15px;bottom: 90px;z-index:9;text-align:right;}
.wsp span{display: block;background: #fff;border-radius: 10px;border: 1px solid #ddd;padding: 5px 10px;}
.wsp img{width: 50px;}
.wsp img:hover{opacity:0.8;transition: 0.3s}

/* MENSAJES DE ERRORES Y OTROS */
#big_msg{padding:20px;margin:40px 0}
#big_msg img{max-width:600px}
#big_msg, #big_msg h1, #big_msg p{text-align:center}
#big_msg h1{font-size:55pt;margin: 20px}
.middle-big_msg{padding:80px 0}

/*-- RESPONSIVE ! --*/
@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){
	
	body{font-size:9px}
	td{height: 25px}
	h1{font-size:18px}
	h2{font-size:16px}
	h3{font-size:14px}
	h4{font-size:12px}

	ul.menu_superior{height:auto}
	ul.menu_superior li.select_categ{width:100%;border-bottom: 1px solid #ddd;margin-bottom: 10px}
	ul.menu_superior li:last-child{border-right: 1px solid #dddddd}
	section.content_catalogo{width:78%}
	span.label_precio{font-size:12px}
	.footer_catalogo{width:90%;}
}

@media screen and (max-width: 992px){
	.nav_web .nav-otros .box-header_btns .btns_div{font-size:8pt;gap:0.2rem}
	.category-list span{font-size:11pt}
	
	.imgDesktop{display: none;}
	.imgResponsive {display: block;}

	#content_fullwidth.bg_services{background-size: cover;}
	.services .box-service span {font-size: 10pt;text-shadow: -1px 2px 3px #4b4b4b;}

	.box_video {padding: 5px;}
	.box_video iframe {width: 100%;height: auto;border-radius: 18px;}

	.logo_catalogo{width:40%}
	.footer_catalogo_1, .footer_catalogo_2, .footer_catalogo_3, .footer_catalogo_4{padding:10px 15px}
}

@media screen and (max-width: 768px){
	h1{font-size:24px;}
	h2{font-size:18px;}
	h3{font-size:15px;}
	h4{font-size:12px;}
	h2.big{font-size:26pt}

	.header_menu{width:100%;max-width: 1200px;padding: 0;position: fixed;z-index: 99}
	.nav_user{position: initial;padding: 10px}
	
	.nav_web{padding:10px}
	.nav_web .nav-principal div{margin-right: 15px;font-size:13pt}
	.nav_web .nav-otros .cadenly-btn span{display:none}
	.logo_catalogo img {max-height: 50px;}

	#menu_sidebar{width: 80%;}
	ul.menu_store{font-size:12pt}

	#bannerHome{display:block;padding: 5%;}
	.leftHome h1{font-size:26pt}

	.seccion_inline_block{display: block;width: 100% !important;}

	h3.upTitle {margin: 20px 0;}

	.mid-box {display: block;}
	.mid-box .img_professional, .mid-box .info {width: 100%;}
	.mid-box .info{box-shadow: none;z-index: 1;position: relative;margin-top: -70px;}

	.services {gap: 1rem;grid-template-columns: repeat(2, minmax(90px, 1fr));}
	
	#content_fullwidth{width:100%;padding-top: 80px}
	#content_fullwidth .content_middle{padding: 50px 20px;}
	.mini-logo{max-width: 150px;}

	.content-flex{display: block;padding:20px}
	.content-flex img{width: 100%;}
	.content-flex div{width: 100%;}

	.steps{display: block;}
	.step{margin: 0 auto 20px auto;}
	.arrowStep{display: none;}

	.box_softwares {width: 100%;display: block;}
	.menu-software {width: 100%;}
	.description-software {width: 100%;}
	.description-software div img{float: none;}

	.fullFlex {display: block;}
	.fieldsForm {width: 100%;}
	.visualForm {width: 100%;}
	.fieldsForm .formBox {width: 100%;}

	.prices-software div.active {display: block;}
	.boxPrice {width: 100%;margin-bottom: 20px;}
	.wrapper-prices {display: block;}

	.footer_catalogo{width:90%;font-size:12px}
	.footer_catalogo_1, .footer_catalogo_2, .footer_catalogo_3, .footer_catalogo_4 {display:block;width:100%;border-right:none}
}

@media screen and (max-width: 480px){
	.nav_web .nav-principal{max-width: 50%;}
	.nav_web .nav-otros{max-width: 50%;}
	.checklist{padding-left:20px}
	.description-software div.active{display: block}
	.description-software div h2{font-size:15pt}
	.wrapper-software .info-software{width:100%}
	.wrapper-software .info-software img {display: block;float: none;margin-bottom: 20px;padding:0}
	.wrapper-software .img-software{width:100%}
	.mini-boxes {display: block;}
	.mini-boxes div{margin-bottom: 20px;}
	.btn, .btn-light{display: block;}
	.content-flex div p.title{font-size:16pt}
	.popup {width: 90%;	padding: 20px;}

	h2.big{font-size:20pt}
	.box-overSearch{width: 100%;margin:0}
	.content-overSearch{padding:20px}
	.content-overSearch .btn {width: 100%;margin: 15px 0;}
	.form-group {display: block;}
}