@charset "utf-8";

:root {
   --gris: #DEDEDE;
   --azul: #01A1A3;
   --verde: #7BB859;
   --rosado: #CB467F;
   --txt: #363636;
   --blanco: #ffffffd9;
}
body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#1D1D1D;
}
body, td, th, input, select, textarea{
	font-size:14px;
}
body{margin:0px;padding: 0px;}

h1{color:#01A1A3;}
h2{color:#01A1A3;}
h3{color:#363636;}
h4{color:#000;}
h5{color:#000;}
h6{color:#363636;}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #01A1A3; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #626262; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #01A1A3; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #01A1A3; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #01A1A3!important;
}
.btn-default {
    color: #fff;
    background-color: #01A1A3;
    border-color: #01A1A3;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #017d7f;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #01a1a347 );
    color: #000;
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--azul);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/

.home-section {
    padding-top: 56px;
}
.site-content{
	padding-top: 65px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/
.icons-header{
	display: flex;
	align-items: center;
}


/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease;
    background: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 10px -8px;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
	max-height: 44px;
}
.nav-brand {
    max-width: 90px;
}
.nav-brand img{
	transition: all .3s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
.nuevo{display: none;}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
	display: none;
}

a.toogle-menu, a.toogle-search { /*boton del menu responsive*/
    color: var(--azul);
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--azul);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-listview a:not(.mm-btn_next){
   color: #fff!important;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 13px;
}
.navbar-header{
    display: none;
}
.datos-menu .fa-mobile {
    font-size: 24px;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .6!important;
}
.mm-navbars_bottom {
    height: 70px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 100px;
    border-top: 1px solid var(--azul);
}
.mm-navbars_top{border: none!important;}
.datos-menu {
    display: block;
    height: 100px;
    padding: 1rem;
}
.datos-menu >h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 12px;
    padding: 1rem 0;
}
.datos-menu > p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.mm-navbars_bottom {
    height: 46px;
}
m-menu .mm-listview a:not(.mm-btn_next){
    color: #fff!important;
    font-weight: 600;
}

.bg-icon {
	border-radius: 100%;
	height: 27px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #fff;
	border: 1px solid #fff;
}

/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: var(--azul);
	color: #fff;
}

#redes_laterales{
    display:none;
}

/*Searcher*/

.searcher {
    position: fixed;
    width: 100%;
    background: var(--gris);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 0.5em;
    max-width: 400px;
}
.search-content form {
    display: flex;
    border-bottom:1px solid var(--azul);
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: var(--txt);
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: var(--azul);
    font-size: 27px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #000;
}

.img-banner {
    max-height: 750px;
    object-fit: cover;
}

.form-nav{
	display: none;
}

/*footer --------------------------*/

.footer{
    background: #F3F3F3;
}
.footer-bottom{
	background: #E3E3E3;
	border-top: 3px solid #fff;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}

.logo-footer{
	max-width: 250px;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}
.menu-1{
	position: relative;
}
.menu-1:before {
	content: "";
	display: block;
	width: 1px;
	height: 194px;
	background: #D8D8D8;
	position: absolute;
	left: 0;
	top: 0;
}
.primero.menu-1:before {
    display: none;
}
.menu-1 > ul > li > a{
	font-size: 13px;
    color: #303030;
    font-weight: 400;
}
h3.footer-tittle {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #909093;
}
.page-footer > div > div > p {
	margin: 0;
	font-size: 13px;
	text-align: center;
	color: #303030;
}
.page-footer div {
    padding: 0;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-text{font-size: 15px;}
.footer-text > a {
    font-weight: 100;
    color: #000000;
    font-size: 15px;
}

.social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-bar > div > a {
    height: 48px;
    width: 48px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #858585;
    border: 2px solid #858585;
    border-radius: 100%;
}


/*dots slider*/

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}
.slick-dots button {
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	border-radius: 100%;
	background-color: var(--azul);
	text-indent: -9999px;
	border: none;
}
.slick-dots li.slick-active button {
	background-color: var(--gris);
}

/*titulos*/

h2.content-box-title, h2.mod-box-title {
    font-size: calc(1em + 2vw);
    width: fit-content;
    margin: 1em auto 1em;
    padding: 1rem;
    max-width: 630px;
    position: relative;
    text-align: center;
    color: #1D1D1D;
}
h2.content-box-title:after, h2.mod-box-title:after {
    content: "";
    display: block;
    width: 80%;
    max-width: 268px;
    height: 3px;
    background: var(--azul);
    margin: 6px 0 0 auto;
}

.page-nav-top{
    display: none;
}

.logo-principal{
	padding: 0 12px;
}

/*SECTION 2 TABS DESTACADOS*/

.content-tabs{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.content-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: none!important;
}

.content-tabs .nav-tabs > li {
    margin: 5px 0;
    width: 45%;
    max-width: 230px;
}

a.title {
    text-align: center;
    line-height: 1em!important;
    /*font-size: 18px;*/
    font-size: 13px;
    font-weight: bold;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 38px;
    border: none!important;
    margin: 0!important;
    background: #fff;
    padding: 0 1rem!important;
    color: var(--txt);
    border-bottom: 1px solid #979797!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
    font-weight: 400;
    border-bottom: 2px solid var(--azul)!important;
    background: transparent!important;
}

.destacado {
    display: block;
    width: 268px;
    height: 357px;
    border: 1px solid #ECEBED;
    margin: 1rem auto;
    padding: 10px;
    background: #fff;
    position: relative;
    padding-bottom: 50px;
    transition: all .3s ease;
}

.destacado > img {
    display: block;
    width: 250px;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.destacado-datos {
    position: relative;
    padding-top: 30px;
}

.destacado-datos > h2 {
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1D;
    text-align: center;
    letter-spacing: 0.16px;
    margin: 0;
    padding: 3px 0;
}

.destacado-datos > p {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #5E5E5E;
    margin: 0;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-destacado {
    display: flex;
    width: 100px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #01A1A3;
    border-radius: 7px;
    color: var(--azul);
    font-size: 13px;
    letter-spacing: -0.23px;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease;
}

.nuevo-tag {
    display: flex;
    width: 82px;
    height: 21px;
    justify-content: center;
    align-items: center;
    background: #7BB859;
    border-radius: 11px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
}

.promocion {
    display: flex;
    width: 88px;
    height: 22px;
    background: #EC212C;
    border-radius: 0px 3px 20px 0px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding-right: 6px;
    position: absolute;
    top: 17px;
    left: 0;
}



/*SECTION 3 ICONOS */	

.content-box-title.centrado:after {
    margin: 6px auto;
}

.content-iconos {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: auto;
}

a.icono {
    display: flex;
    width: 46vw;
    max-width: 358px;
    height: 40vw;
    max-height: 242px;
    background: #fff;
    border-radius: 7px;
    margin: 6px 0;
    padding: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transition: all .3s ease;
}

.icono > img {
    max-width: 172px;
    max-height: 143px;
    width: 25vw;
    height: 20vw;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.icono > h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    width: fit-content;
    margin: auto;
    max-width: 231px;
    margin: 0;
    padding-top: 0.5em;
}



/*SECTION PAGE HOME IMG*/

.content-pagehome div {
    padding: 0;
}

.content-pagehome{
	padding: 2rem 1rem 1rem;
	max-width: 637px;
	margin: 0 auto;
}


/*SECTION ITEMS*/

.content-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.item {
    max-width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
    padding: 5px 0;
    transition: all .3s ease;
}
.item > img {
    display: block;
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px;
}
.item-datos{
	width: 100%;
}
.item-datos > h2 {
    font-size: 20px;
    color: #363636;
    margin: 0;
}





/*datos*/
.icono:hover{
	filter: grayscale(0);
	transition: all .3s ease;
}
.destacado:hover {
    box-shadow: 0 2px 6px #0003;
    transition: all .3s ease;
}
.btn-destacado:hover {
    background: var(--azul);
    color: #fff;
    transition: all .3s ease;
}
.item:hover {
    background: #dedede47;
    transform: translateY(-10px);
    box-shadow: 0 5px 7px -3px #00000085;
}

.menu-1 > ul > li > a:hover {
    color: var(--azul);
}


.fixed .header-content{
	height: 73px;
	transition: all .3s ease;
}

.fixed .nav-brand {
    max-width: 100px;
    transition: all .3s ease;
}
.cont-carrito{
	display: none;
}
.nuevo{
	padding: 10px 0px 10px 20px;
    border-bottom: solid 1px #2d9395;
}


/* Media Queries */
@media (min-width: 500px) {

}

@media (min-width: 768px){

	h2.content-box-title, h2.mod-box-title {
		font-size: 25px;
	}

	a.title{
		font-size: 18px;
	}
	.icono {
		width: 31vw!important;
		height: 29vw!important;
	}
	.icono > img {
		width: 16vw!important;
		height: 16vw!important;
	}
	.icono > h2 {
		font-size: 27px;
	}

	.item {
		padding: 5px 1rem;
	}
}

@media (min-width: 992px){
	.logo-principal{
		padding: 0;
	}

	.icons-header div{display: none;}
	.header-content{
		max-height: initial;
	}

	.content-items {
		flex-wrap: nowrap;
	}

	.primero {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 190px;
	}
	
	.menu-1 > ul > li, 
	.page-footer > div > div > p,
	h3.footer-tittle {
		text-align: left;
	}
	.menu-1 {
		padding: 0 40px;
	}
	.primero.menu-1 {
		padding: 0;
	}

	.content-tabs .nav-tabs > li {
		width: 20%;
	}
	.cont-carrito{
		display: block;
		min-width: 69px;
	}
	.my-badge {
		position: absolute;
		top: 0;
		right: -5px;
		background:#155159;
		padding: 0;
		width: 18px;
		height: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		font-size: 10px;
	}

	/*MENU ESCRITORIO ****************+*/

	.nav-brand {
		max-width: 142px;
		min-width: 80px;
		width: 100%;
		/* margin-right: 20px; */
		transition: all .3s ease;
	}
	.header-content{
		padding: 8px 1rem;
		max-width: 1300px;
		margin: 0 auto;
		height: 113px;
	}

	.ct-header{
		background: #fff
	}
	.navbar-header{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.page-top {
		display: block;
		min-width: 200px;
	}
	header.home{
		background: transparent;
		padding: 0;
	}
	header.home:after{
		height: 20px;
	}
	.icons-header{display: none;}
	.nav-mobile {
		display: none;
	}
	.content-info-header {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	/*page top*/

	.page-nav-top {
		display: block;
		width: 100%;
		background: #DEDEDE;
	}
	.page-nav-top div {
		padding: 0;
	}
	.page-nav-top p { 
		margin: 0!important;
		text-align: left;
		white-space: nowrap;
		line-height: 22px;
		padding: 0 1rem;
		font-size: 12px;
		color: #4D4D4D;
		display: flex;
	}        
	.page-nav-top > div > div{
		display: flex;
		align-items: center;
		height: 49px;
		justify-content: space-between;
	}
	.page-nav-top > div {
		max-width: 1200px;
		margin: 0 auto;
	}

	/*form header*/

	.form-nav {
		display: block;
	}
	.form-nav > form {
		display: flex;
		background: #fff;
		max-width: 257px;
		width: 100%;
		height: 35px;
		overflow: hidden;
		border-radius: 40px;
		/*padding: 0 25px;*/
		padding: 0 10px;
		border: 1px solid var(--azul);
		margin: 0 0 0 auto;
	}

	.boton, .input {
		border: none;
		box-shadow: none;
		background: transparent;
		height: 100%;
		border-radius: 0;
		font-size: 15px;
		padding: 0 15px;
	}

	.boton {
		padding: 0;
		font-size: 18px;
		line-height: 0;
		color: #4E4E4E;
	}

	nav.main-nav > ul{
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .3s ease;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	nav.main-nav > ul > li:last-child{
		border: none;
	}

	nav.main-nav ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}
	nav.main-nav > ul{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.nuevo{
		padding: 0;
		border-bottom: none;
	}
	nav.main-nav ul li[class*="menuplus_"] a, .nuevo > a,
	li.lastMenuPlus a {
		display: block;
		font-size: 15px;
		padding: 5px;
		color: #4D4D4D;
		margin: 0 2px;
		text-align: center;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 1em;
		transition: all .3s ease;
		position: relative;
		white-space: nowrap;
		
	}    

	#menu-main > li > a:hover,
	#menu-main > li > a:focus{
		color: var(--rojo);
	}

	ul.submenu {
		position: absolute;
		min-width: 150px;
		transform: translateX(-50%);
		padding-top: 44px!important;
		left: 50%;
		box-shadow: 0 0 0px black;
		display: none;
		transition: all .3s ease;
	}
	ul.submenu li a {
		font-size: 12px !important;
		padding: 8px !important;
		text-align: left!important;
		background: #02020278;
		color: #fff!important;
		border-bottom: 1px solid;
	}

	nav.main-nav ul li {
		position: relative;
	}
	ul.subsubmenu {
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 150px;
		padding: 0!important;
	}


	/*MENU VEHICULOS*/

	.menu-vehiculos {
		position: fixed;
		width: 100%;
		max-width: 1200px;
		transition: all 0.3s;
		z-index: 99;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 44px;
	}

	.fixed .menu-vehiculos {
		padding-top: 24px;
	}

	.mytab-content {
		display: none;
	}
	.mytab-content.active {
		display: block;
	}

	.menu-item > ul {
		display: block!important;
	}
	


	.content-btn {
		display: flex;
		background: var(--blanco);
		width: 100%;
		height: 60px;
		align-items: center;
		padding: 0 17px;
	}

	.content-btn > div {
		width: max-content;
		display: flex;
		background: #DEDEDE;
		border-radius: 16px;
	}
	.content-btn > div > a {
		display: flex;
		width: 100%;
		height: 32px;
		align-items: center;
		justify-content: center;
		position: relative;
		border-radius: 16px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.mytab.active {
		background: #fff;
		box-shadow: 0 2px 4px #00000029;
	}

	.content-menus {
		display: flex;
		max-width: 1200px;
		flex: 1 1 0;
		flex-wrap: wrap;
		padding: 15px;
		background: var(--blanco);
	}
	
	.menu-item {
		flex-grow: 1;
		flex-basis: 0;
		padding: 5px 1rem;
		position: relative;
		padding-bottom: 29px;
	}
	.m-h2{
		margin: 0;
		font-size: 14px;
		font-weight: bold;
		color: #303030;
		padding-bottom: 15px;
		text-transform: uppercase;
	}
	.menu-item > h2 > a {
		
		
	}

	.menu-item >ul > li >a {
		font-size: 12px;
		color: #4A4A4A;
		padding-bottom: 8px;
	}

	.btn-more {
		font-size: 12px;
		color: #01A1A3;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		left: 10px;
	}

	.hov:hover{color: var(--azul)}

	#redes_laterales{
		display: block;
		position: fixed;
		right: 0px;
		z-index: 999;
		background: rgba(0, 0, 0, 0.7);
		top: 30%;
		border-radius: 20px 0 0 20px;
	}
	#redes_laterales a{
		display: flex;
		position: relative;
		text-decoration: none;
		transition: all .3s ease;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
	}
	#redes_laterales a > i{
		color: #ffffff;
		font-size: 1.5em;
	}
	#redes_laterales a > span{
		position: absolute;
		top: 0px;
		width: 170px;
		height: 40px;
		color: #ffffff;
		left: 80px;
		transition: all 0.5s;
		background: rgba(0, 0, 0, 0.7);
		z-index: -1;
		display: flex;
		align-items: center;
		padding: 0 1em;
		border-radius: 20px 0 0 20px;
	}

	#redes_laterales a:hover .span{
		left: -130px;
	}

	#menu-main > li > a:after{
		content: "";
		display: block;
		width: 0px;
		max-width: 130px;
		height: 3px;
		background: var(--azul);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 3px auto 0;
		border-radius: 3px;
		transition: all .3s ease;
	}
	#menu-main > li > a{position: relative;}
	#menu-main > li > a:hover,
	#menu-main > li > a:focus{
		color: var(--azul);
		transition: all .3s ease;
	}
	#menu-main > li > a:hover:after,
	#menu-main > li > a:focus{
		width: 90%;
		transition: all .3s ease;
	}

	li.menuplus_n1_0 > a:hover:after{
		display: none!important;
	}

	.slider-home .slick-arrow{
		left: 2%;
		width: 48px;
		height: 48px;
		display: flex!important;
		align-items: center;
		justify-content: center;
		font-size: 45px;
	}

	.slider-home span.arrow-right.slick-arrow{
		right: 2%;
		left: auto;
	}

	#redes_laterales{
		display: block;
		position: fixed;
		right: 0px;
		z-index: 999;
		background: rgba(0, 0, 0, 0.7);
		top: 40%;
		border-radius: 10px 0 0 10px;
	}
	#redes_laterales a{
		display: flex;
		position: relative;
		text-decoration: none;
		transition: all .3s ease;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
	}
	#redes_laterales a > i{
		color: #ffffff;
		font-size: 1.5em;
	}
	#redes_laterales a > span{
		position: absolute;
		top: 0px;
		width: 170px;
		height: 40px;
		color: #ffffff;
		left: 80px;
		transition: all 0.5s;
		background: rgba(0, 0, 0, 0.7);
		z-index: -1;
		display: flex;
		align-items: center;
		padding: 0 1em;
		border-radius: 20px 0 0 20px;
	}

	#redes_laterales a:hover .span{
		left: -130px;
	}

	section.home-section {
		padding-top: 146px;
	}

	section.sec {
		padding: 2rem 0 2rem;
	}
	
	.site-content {
		padding-top: 170px;
	}
}

@media (min-width: 1200px){

	.content-tabs .nav-tabs > li{
		max-width: 200px;
	}
	
}

@media (min-width: 1500px){

	.form-nav {
		min-width: 136px;
	}
	
}

/* PopUp */
.modal-popUp .modal-dialog
{
    width: 80%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span
{
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12
{
    padding: 0 !important;
}
.modal-popUp button.close
{
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}