/*MENU NEGRITA*/
.navbar-dark .navbar-nav .nav-link {
	font-weight: 700;
}

.dropdown-item {
    font-weight: 700;
}
/*MENU NEGRITA END*/


/*
  ##FLECHAS CAROUSEL PRODUCTOS INDEX
*/
.custom-carousel2 .owl-theme-father-news {
	position: absolute;
    top: 42%;
    width: 100%;
}
.custom-carousel2 .owl-theme .custom-nav {
    z-index: 1;
    width: 100%;
    /*background: gray;*/
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: auto;
    left: 0;
}
.custom-carousel2 .owl-controls{
	/*height: 50px;
	background: yellow;*/
}
.custom-carousel2 .owl-theme .custom-nav {
	/*posicionamos alto de flechas productos*/
    top: 42%;
}
.custom-carousel2 .owl-theme .custom-nav .owl-prev {
    left: -50px;
}
.custom-carousel2 .owl-theme .custom-nav .owl-next {
    right: -50px;
    left: auto;
}




/*
  ##FLECHAS CAROUSEL NOTICIAS INDEX
*/
.news-carousel .owl-theme .custom-nav {
    position: absolute;
    bottom: 0px;
    right: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    /*background: gray;*/
}
.news-carousel .owl-controls{
	height: 50px;
	/*background: yellow;*/
}
.news-carousel .owl-theme .custom-nav {
	/*posicionamos alto de flechas noticias*/
    top: 0;
}
.wide-slider-layer .owl-theme .custom-nav {
    right: 50%;
}
.wide-slider-layer-alt-2 .owl-theme .custom-nav {
    right: 50%;
}


.news-carousel .owl-theme .custom-nav .owl-prev,
.news-carousel .owl-theme .custom-nav .owl-next {
    display: block;
}

.news-carousel .owl-theme .custom-nav .owl-prev {
    left: -50px;
}

.news-carousel .owl-theme .custom-nav .owl-next {
    right: -50px;
}

.news-carousel .owl-theme .custom-nav .owl-prev,
.news-carousel .owl-theme .custom-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    color: inherit;
    background: none;
    border: solid 1px var(--main-green-color);
    z-index: 100;
    background-color: var(--main-green-color);
    border-radius: 50%;
    padding: 6px 10px;
    margin: 0px 5px;
    transition: 0.4s;
    line-height: 30px;
}

.news-carousel .owl-theme .custom-nav .owl-prev {
    right: auto;
    margin: 2px;
}
.news-carousel .owl-theme .custom-nav .owl-next {
    margin: 2px;
}

.news-carousel .owl-theme .custom-nav .owl-prev:hover, .news-carousel .owl-theme .custom-nav .owl-next:hover {
    border: solid 1px var(--main-yellow-color);
    background-color: var(--main-yellow-color);
    line-height: 30px;
}
.news-carousel .owl-theme-father-news {
	position: absolute;
    top: 42%;
    width: 100%;
}





/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /*//CSS*/
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  /*//CSS*/
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
	.custom-carousel2 .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.custom-carousel2 .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}


	.news-carousel .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}

	.news-carousel .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}

}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  	.custom-carousel2 .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.custom-carousel2 .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}

  	.news-carousel .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.news-carousel .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
	.custom-carousel2 .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.custom-carousel2 .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}

  	.news-carousel .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.news-carousel .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
	.custom-carousel2 .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}
	.custom-carousel2 .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}

  	.news-carousel .owl-theme .custom-nav .owl-prev {
	    left: -10px;
	}

	.news-carousel .owl-theme .custom-nav .owl-next {
	    right: -10px;
	}
}

/*END FLECHAS CAROUSEL NOTICIAS INDEX*/

/*recortar resumen noticia*/
.cut-text-three-lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;     /* fallback */
	max-height: 75px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

/*PARA EL TERCER NIVEL DEL MENÚ*/
.dropdown-menu .dropdown-menu {
	display: none;
}

.dropdown-menu .dropdown-menu.show {
    display: block;
    left: 100%;
    top: 0px;
}

@media (max-width: 767px) {
  	.dropdown-menu.show .dropdown-menu{
    	display: block;
    	margin-left: 15px;
	}
}
/*PARA EL TERCER NIVEL DEL MENÚ*/

/*ajustamos imagen 10 bultos en resoluciones 1360*/
@media (min-width: 1360px) and (max-width: 1919px) {
	.carousel-bg,
	.carousel-bg-3 {
	    height: 500px;
	}
}

/*ajustamos imagen 10 bultos en resoluciones 1360*/
@media (min-width: 1024px) and (max-width: 1359px) {
	.carousel-bg,
	.carousel-bg-3 {
	    height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	.carousel-bg,
	.carousel-bg-3 {
	    height: 500px;
	}

}

/* ##Device = Most of the Smartphones Mobiles (Portrait)  */
@media (min-width: 320px) and (max-width: 480px) {

	.carousel-bg,
	.carousel-bg-3 {
	    height: 290px;
	}

}


/*HEADER TOP MANUAL */
.header-top__call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	justify-content: flex-end;


	padding-top: 15px;
}

.header-top__call-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; /*centrado*/
	/*margin-right: 40px;*/
	margin-left: 40px;
}

.header-top__call-item svg {
	margin-right: 12.5px;
	margin-top: -2px;
	fill: #FFF;
}
svg:not(:root) {
	overflow: hidden;
}
img, a, svg, label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-top__call-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	line-height: 1.5;
}

.header-top__call-text p {
	color: #ffffff;
	font-size: 13.5px;
	margin: 0;
}

.header-top__call-text > a {
	margin-top: -3px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;

	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.navbar {
	top: 50px;
}

/*ajustamos imagen 10 bultos en resoluciones 1360*/
@media (max-width: 1023px) {
	.hide-header-top {
		display: none;
	}

	/*restore original top navbar*/
	.navbar {
		top: 40px;
	}
}
/*END HEADER TOP MANUAL*/

.top-contactpage-h4-bigger h4{
	font-size: 26px;
}

sub	{
	font-size: small;
}

@media (min-width: 768px){
	.table-responsive {
	     display: inline-table;
	}
}

@media (max-width: 767px){
	.table-responsive {
	     width: 100% !important;
	}
}

.product_footer_link{
	text-transform: capitalize;
}

ul.bottom-social li .fab {
    font-size: 32px;
}
