@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	background: #2d2d2d;
	color: #FFFFFF;
}

:focus {
	outline: 0;
}

.position-relative {
	position: relative;
}

.middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
}

.top {
	position: absolute;
	top: 0;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
	line-height: 24px;
}

.fs18 {
	font-size: 18px;
	line-height: 22px;
}

.fs20 {
	font-size: 20px;
	line-height: 22px;
}

.fs24 {
	font-size: 25px;
	line-height: 26px;
}

.fs60 {
	font-size: 60px;
}

.bg-gray {
	background: #2D2D2D;
}

.p-top-50 {
	padding-top: 50px;
}

.bg-orange-ceemsa {
	background: #E94F1D;
}

.orange-ceemsa {
	color: #E94F1D;
}

.white {
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.overflow-hidden {
	overflow: hidden;
}

.light {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.semibold {
	font-weight: 600;
}

.medium {
	font-weight: 500;
}

.extrabold {
	font-weight: 800;
}

.dontbreak {
	white-space: nowrap;
}

h2 {
	font-size: 30px;
	font-weight: 800;
}

h3 {
	font-size: 30px;
/*	font-size: 40px;*/;
}

h4 {
	font-size: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
}

.navbar-nav {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.nav-item {
	position: relative;
}

.navbar-ceemsa {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-ceemsa a {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.navbar-brand {
	cursor: pointer;
}

.dropdown-item {
	text-transform: capitalize;
}

.nav-item.active span.underline, .nav-item:hover span.underline {
	width: 40%;
	height: 4px;
	border-bottom: solid 4px #E94F1D;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.5s;
}

li.nav-item {
	cursor: pointer;
}

.nav-item.active a,.nav-item a:hover, li.nav-item:hover a {
	color: #E94F1D;
		/*font-weight: 700;*/
	transition: 0.5s;
}

.dropdown-item {
	color: white!important;
}

.dropdown-item:hover {
	color: #E94F1D!important;
}

.redes-sociales-icn {
	margin: 0px 10px;
	width: 30px;
}

.productos-toggle.dropdown-toggle::after {
	display: none;
}

.SmartLubrication {
	background: #FFFFFF;
	margin-bottom: 20px;
	border-radius: 2px;
}

.SmartLubrication:hover, li:hover .SmartLubrication {
	background: #E94F1D;
}

a.SmartLubrication:hover, li:hover a.SmartLubrication {
	color: #FFFFFF;
}

a.SmartLubrication {
	color: #E94F1D;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.dropdown-menu.dropdown-smart {
	width: 100%;
}

.productos-toggle {
	display: block;
}
/* Icon 1 */

#nav-icon3 {
	width: 30px;
	height: 45px;
	position: relative;
	margin: 10px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	outline: none;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #E94F1D;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 10px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 19px;
}

#nav-icon3 span:nth-child(4) {
	top: 29px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

a.item-menu {
	color: white!important;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.item-menu:hover {
	background: #2D2D2D!important;
	color: #E94F1D!important;
}

a.item-menu:hover {
	background: #2D2D2D!important;
	color: #E94F1D!important;
}

.item-menu:active {
	background: #2D2D2D;
}

.navbar-nav .dropdown-menu {
	background: #2D2D2D;
	border-radius: 0;
	margin: 0;
	border: 0;
}

/* Feel free to change duration  */ 
.animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
	z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
	z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes  fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes  fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.container-text-slider {
	border-radius: 7px;
	width: 40%;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	color: white;
	text-align: center;
}
.container-text-slider h3{
	font-size: 45px;
}
.container-text-slider p{
	line-height: 1.5;
}
.container-text-slider p a{
	display: block;
	margin: 0 auto;
}

.collapse-ceemsa p, .card-body ul li {
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}

@media (max-width:767px){
	.container-text-slider {
		width: 90vw;
		left: 5vw;
	}
	.container-text-slider h3{
		font-size: 32px;
	}
}

.cta-slider {
	background: #E94F1D;
	border: 4px solid #E94F1D;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
	display: block;
	transition: 1s;
	padding: 10px 0;
}
.cta-slider.large{
	width: 250px;
}

.cta-slider:hover {
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	color: #E94F1D;
	text-decoration: none;
}

.cta-slider.cta-products {
	background: #E94F1D;
	border: 4px solid #E94F1D;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 186px;
	display: block;
	margin: auto;
	font-weight: 700;
	margin-top: 10px;
}

.smart .cta-slider.cta-products, .smart-mobile .cta-slider.cta-products {
	width: 186px;
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #E94F1D;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	width: 15px;
	height: 15px;
	border: solid 2px #E94F1D;
}

button.owl-dot:focus {
	outline: none;
}

.certificaciones-container {
	color: white;
	font-size: 18px;
	line-height: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.orange-box-1 {
	width: 176px;
	height: 100%;
	background: #E94F1D;
	display: block;
	position: absolute;
	right: 0;
}

.orange-box-2 {
	width: 176px;
	height: 100%;
	background: #E94F1D;
	display: block;
	float: right;
}

.img-certificacion .attachment-post-thumbnail {
	max-width: 543px;
	width: 100%;
	height: auto;
}

.years {
	font-size: 150px;
	font-weight: 800;
}

.years-text {
	color: #FFFFFF;
	font-size: 30px;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -10px;
}

.years-text span {
	display: block;
	font-size: 30px;
	font-weight: 800;
}

.years-text span:last-child {
	display: block;
	font-size: 20px;
	font-weight: 500;
}
/*.proyectos .owl-dots {
    counter-reset: dots;
    color:#E94F1D;
}
.proyectos .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    position: absolute;
    right: -20px;
    font-weight: 800;
}*/
.desc-project {
	max-width: 400px;
	width: 100%;
	font-size: 14px;
}

.bullet-project {
	color: white;
	max-width: 450px;
	width: 100%;
	font-size: 16px;
}

ul {
	padding: 0px 0px 0px 20px;
	margin-bottom: 20px;
}

ul.dashed {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 20px;
}

ul.dashed > li {
	text-indent: -10px;
}

ul.dashed > li:before {
	content: "-";
	text-indent: -10px;
}

.number-project {
	color: white;
	font-size: 16px;
}

.padding-top-slider {
	padding-top: 50px;
}

.proyectos .owl-theme .owl-dots .owl-dot {
	display: block;
	padding-bottom: 10px!important;
}

.proyectos .owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	right: 50px;
	top: 20%;
	transform: translateX(-20%);
}

.proyectos .owl-theme .owl-dots .owl-dot span {
	background: transparent;
  /*  width: 25px;
    height: 25px;*/
	width: 15px;
	height: 15px;
	border: solid 2px #E94F1D;
	display: inline-block;
	vertical-align: middle;
}

.proyectos .owl-theme .owl-dots .owl-dot.active span, .proyectos .owl-theme .owl-dots .owl-dot:hover span {
	background: #E94F1D;
	display: inline-block;
	vertical-align: middle;
}

.text-white-18 {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	line-height: 22px;
}

.product-name {
	font-weight: 700;
}

.product-type {
	font-weight: 400;
	min-height: 28px;
}

#slider-products .owl-dots {
	margin-top: 40px;
}

.compromiso-container, .bgimage-container {
	width: 40%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 25px;
}
@media (max-width:767px){
	.compromiso-container{
		width: 90%;
	}
	.compromiso-container p{
		text-align: left;
		font-size: 16px;
	}
}

.bgimage-container p {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}



.certificaciones .bgimage-container p {
	font-family: 'Avenir LT Std';
}

.smart .bgimage-container h2 {
	font-weight: 600;
}

/*HEADER INSIDER PAGES*/
.bgimage-container {
	width: 30%;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
@media (max-width:767px){
	.bgimage-container {
		width: 90%;
		font-size: 16px;
	}
}


.text {
	font-size: 10px;
	font-weight: 300;
}

.text strong {
	font-weight: 700;
}

.text a {
	text-decoration: underline;
	font-size: 10px;
	color: #FFFFFF;
}

.scroll-top {
	background: #E94F1D url(../images/up.svg) no-repeat center;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.scroll-top-mobile {
	background: #E94F1D url(../images/up.svg) no-repeat center;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}

.scroll-top:hover {
	background: #2D2D2D url(../images/up.svg) no-repeat center;
	transition: 1s;
}

.click-to-call, .googlemaps {
	color: #FFFFFF;
	text-decoration: none;
}

.click-to-call:hover, .googlemaps:hover {
	color: #E94F1D;
	transition: 1s;
}

.card {
	background-color: transparent;
	border: 4px solid #FFFFFF;
	border-radius: 0;
}

.collapse-ceemsa button {
	font-size: 40px;
	width: 100%;
}

.card.active-acc {
	border: 4px solid #E94F1D;
	border-bottom: 4px solid #E94F1D!important;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: solid 4px;
}

.active-acc h5 button {
	color: #E94F1D;
}

.btn-link {
	text-decoration: none!important;
}

button.btn-link:hover {
	color: #E94F1D;
	text-decoration: none!important;
	outline: none;
}

button.btn-link:focus {
	outline: none;
	box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
	position: relative;
}

.card.orange {
	border: solid 1px orange;
}

.fa {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.tabs-products {
	margin-bottom: 30px;
}

.tabs-products .nav-tabs span {
	display: block;
	text-transform: uppercase;
}

.tabs-products img {
	height: auto;
	width: 100%;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FFFFFF;
	background-color: #E94F1D;
	border-color: #E94F1D;
}

.nav-tabs .nav-link {
	border: 2px solid #FFFFFF;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: white;
	width: 100%;
}

.aplicaciones {
	display: block;
}

.tab-content {
	border: solid 2px #E94F1D;
}

.nav-tabs .nav-item:first-child {
	padding-left: 0;
}

.nav-tabs .nav-item {
	padding: 0;
	padding-left: 20px;
}

.cta-products:hover {
	opacity: 0.5;
	transition: 1s;
	text-decoration: none;
}

.beneficios h2 {
	font-size: 30px;
}

.beneficios {
	background: url(../images/beneficios.png) center;
	background-size: cover;
	width: 100%;
	height: 310px;
}

.item-li {
	width: 70%;
	white-space: initial;
	font-size: 14px;
	font-weight: 800;
	line-height: 16px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.line {
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 129px;
}

.dot-item-li {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	display: block;
	text-align: center;
	position: relative;
	margin: 0 auto;
	top: -29px;
	z-index: 9;
}

.item-li.active-beneficio {
	color: #E94F1D;
	transition: 1s;
}

.active-beneficio .dot-item-li {
	background: #E94F1D;
	transition: 1s;
}
/* The heart of the matter */
		
.testimonial-group > .row {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 20px;
	position: absolute;
	top: 53%;
	transform: translateY(-53%);
}

.testimonial-group > .row > .col-sm-4 {
	display: inline-block;
	float: none;
}

.form-group {
	width: 100%;
}

.form-control {
	border-radius: 0;
	background-color: transparent;
	border: 0;
	border-bottom: solid 1px;
	font-size: 14px;
	font-weight: 300;
}

.cta-contact {
	background: #E94F1D;
	border: 2px solid #E94F1D;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 156px;
	height: 40px;
	font-weight: 600;
	display: block;
	padding: 0;
}

.nacimos .cta-contact {
	background: #E94F1D;
	border: 2px solid #E94F1D;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 156px;
	height: 40px;
	line-height: 36px;
	font-weight: 600;
	display: block;
}

.contacto a {
	color: #E94F1D;
	font-size: 16px;
}

.icn-contacto {
	width: 30px;
}

.adress {
	background: #E94F1D;
	font-weight: 300;
	font-size: 16px;
	width: 285px;
	height: 100px;
	padding: 20px;
	position: absolute;
	bottom: 0;
}

.maps-icon {
	width: 18px;
	height: 27px;
	display: inline-block;
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}

.txt-direction {
	position: absolute;
	top: -4px;
	padding-left: 35px;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.error a:hover {
	background: #353535;
	display: block;
	transition: 2s;
}

.nosotros .logo-ceemsa {
	max-width: 115px;
}

.orange-square {
	width: 159px;
	background: #E94F1D;
	position: absolute;
	right: 0;
	height: 100%;
}

.img-nosotros {
	width: 100%!important;
	position: relative;
	top: 0;
	padding: 39px 0px;
	float: right;
}

.box-valores {
	border: solid 1px #E94F1D;
	height: 330px;
	overflow: hidden;
	overflow-y: auto;
}

.box-valores p {
	font-family: 'AvenirLTStd-Light';
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.owl-carousel .owl-item img {
	height: auto;
}

#accordion img, .smart img {
	width: 100%;
	height: auto;
}

#accordion ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 20px;
}

#accordion ul > li {
	text-indent: -10px;
}

#accordion ul > li:before {
	content: "-";
	text-indent: -10px;
}

.img-nosotros img {
	width: 100%;
	height: auto;
}

#menu-item-dropdown-148 {
	background: #FFFFFF;
	margin-bottom: 20px;
	border-radius: 2px;
	color: #E94F1D;
}

#menu-item-dropdown-148:hover {
	background: #E94F1D;
	transition: 0.5s;
	color: #FFFFFF;
}

.FBicon {
	background: url(../images/facebook.svg) center no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
}

.FBicon:hover {
	background: url(../images/facebookh.svg) center no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
}

.TWicon {
	background: url(../images/twitter.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
	position: relative;
	top: 5px;
}

.TWicon:hover {
	background: url(../images/twitterh.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
	position: relative;
	top: 5px;
}

.Lkicon {
	background: url(../images/linkedin.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
	position: relative;
	top: 5px;
}

.Lkicon:hover {
	background: url(../images/linkedinh.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	font-size: 0;
	margin: 0px 5px;
	position: relative;
	top: 5px;
}

.more-info {
	color: white;
	text-decoration: none;
	transition: 1s;
}

.more-info:hover {
	opacity: 0.6;
	text-decoration: none;
	color: white;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: transparent!important;
	border: 0!important;
	border-bottom: solid 1px #ffffff!important;
}

.nf-field-label label {
	font-weight: normal!important;
}

.nf-form-fields-required {
	display: none!important;
}

.nf-form-content input.ninja-forms-field {
	height: 20px!important;
}

.nf-error.field-wrap .nf-field-element:after {
	top: -21px;
	background: #E94F1D!important;
}

.nf-error .nf-error-msg, .nf-error-msg, .ninja-forms-req-symbol {
	color: #E94F1D!important;
	font-size: 14px;
}

.nf-error.field-wrap .nf-field-element:after {
	display: none!important;
}

.nf-form-content textarea.ninja-forms-field {
	height: 80px!important;
}

#nf-field-14 {
	height: 50px!important;
}

#slider-clientes img {
	height: auto;
	width: 75%!important;
	margin: 0 auto;
	display: block;
}

.nf-pass.field-wrap .nf-field-element:after {
	font-size: 20px!important;
	top: -9px!important;
	height: 49px!important;
}

.wp-block-table .has-fixed-layout {
	border: solid 1px!important;
	width: 90%!important;
	margin: auto!important;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
	border: solid 1px;
	padding: 10px 0px;
}

.br-mobile {
	display: none!important;
}

.p1 {
	margin-bottom: 0!important;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
		background: #2D2D2D;
		border-radius: 0;
		margin: 0;
		width: 250px;
	}
}

@media (max-width: 1199.98px) {
 
	.test {
		background: yellow;
	}

	.proyectos .owl-theme .owl-dots .owl-dot {
		display: inline-block;
	}

	.proyectos .owl-theme .owl-nav.disabled+.owl-dots {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		transform: initial;
		margin-top: 30px;
	}

	.proyectos .owl-dot:before {
		display: none;
	}

	.redes-sociales-icn {
		margin: 0px;
	}

	.dot-item-li {
		top: -9px;
	}

	.orange-box-1 {
		height: 400px;
	}

	.c-nosotros .wp-block-image img {
		max-width: 66%;
	}
}

@media (max-width: 991.98px) {
 
	.test {
		background: green;
	}

	h2 {
		font-size: 45px;
	}

	.underline {
		display: none!important;
	}

	.navbar-nav li.nav-item {
		border-bottom: solid 1px #E94F1D;
		margin: 10px 0px;
	}

	.navbar-nav li.nav-item:last-child {
		border-bottom: none;
	 	    /* text-align: center; */
		color: white;
	 	    /* margin: 30px 0px; */;
	}

	.navbar-nav li.nav-item:last-child div {
		color: white;
		margin-bottom: 30px;
		font-size: 18px;
	}

	.navbar-brand object {
		width: 160px;
	}

	.redes-sociales-icn {
		margin: 0px 20px;
	}

	.dropdown-menu-1 {
		position: relative;
		top: 0;
	}

	.years-text span {
		font-size: 17px;
	}

	.years {
		font-size: 80px;
	}

	.years-text span:last-child {
		font-size: 16px;
	}


	br.nobr {
		display: none;
	}

	.collapse-ceemsa button {
		font-size: 18px;
	}

	.tabs-products .container {
		max-width: 100%;
	}

	.line {
		top: 150px;
	}

	.testimonial-group > .row {
		top: 51%;
		transform: translateY(-51%);
		margin-top: 20px;
	}

	.dot-item-li {
		top: -23px;
	}

	.c-nosotros .wp-block-column {
		flex-basis: calc(30% - 0px)!important;
		flex-grow: 0;
	}

	.navbar-nav li.nav-item {
		text-align: left;
	}

	#menu-item-dropdown-148 {
		width: 200px;
	}

	.FBicon {
		left: 0px;
		border-bottom: 0!important;
	}

	.TWicon {
		position: relative;
		top: -54px;
		left: 45px;
		border-bottom: 0!important;
	}

	.Lkicon {
		position: relative;
		top: -111px;
		left: 95px;
		border-bottom: 0!important;
	}

	ul.dropdown-menu li {
		border-bottom: 0!important;
	}

	.c-nosotros .wp-block-image img {
		max-width: 66%;
	}
}

@media (max-width: 767.98px) {
 
	.test {
		background: red;
	}

	.container-text-slider {
		width: 90%;
	}

	.certificaciones-container {
		border-right: solid 34px #E94F1D;
	}

	h2 {
		font-size: 20px;
	}

	.certificaciones-container p {
		font-size: 16px;
		line-height: 22px;
	}

	.years {
		display: block;
	}

	.text-white-18 {
		width: 80%;
		margin: auto;
		font-size: 16px;
		line-height: 20px;
	}

	.position-relative-mobile {
		position: relative;
	}

	.nav-link {
		padding: .5rem 0rem;
	}

	.mobile-14 {
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-20 {
		font-size: 20px;
	}

	.testimonial-group > .row {
		margin-top: 28px;
	}

	.nosotros .bgimage-container {
		font-size: 18px;
	}

	.nosotros h3 {
		font-size: 30px;
	}

	.nacimos p {
		font-size: 16px;
		line-height: 20px;
		font-family: 'AvenirLTStd-Light'!important;
	}

	.nacimos {
		border-right: solid 34px #E94F1D;
	}

	.fs16mobile {
		font-size: 16px;
	}

	.wp-block-column {
		flex-basis: 20% !important;
	}

	.dot-item-li {
		top: -32px;
	}

	.c-nosotros  .wp-block-columns {
		display: block;
		margin-bottom: 28px;
		flex-wrap: wrap;
	}

	.c-nosotros .wp-block-image img {
		max-width: 140px;
		height: auto;
		width: 100%;
	}

	.container-text-slider {
		font-size: 15px;
	}

	.social-mobile {
		position: relative;
		top: 50px;
	}

	.navbar-nav .dropdown-menu {
		text-align: center;
	}

	#slider-clientes-nosotros.owl-carousel .owl-item img {
		width: 200px;
		margin: auto;
	}

	.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
		font-size: 12px;
		line-height: 14px;
	}

	.padding-top-mobile-20 {
		padding-top: 20px!important;
	}

	.navbar-brand img {
		width: 185px;
	}

	#menu-item-937, #menu-item-938, #menu-item-939 {
		display: inline-block;
	}

	.years-text {
		margin-left: 0px;
	}

	.br-mobile {
		display: block!important;
	}

	.h-mobile-img {
		height: 550px;
	}
}

@media (max-width: 575.98px) {
 
	.test {
		background: salmon;
	}

	/* .cta-slider {
		width: 144px;
	} */

	h3 {
		font-size: 20px;
	}

	.fa {
		right: 0;
	}

	.nav-tabs .nav-item, .nav-tabs .nav-item:first-child {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.testimonial-group > .row {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.testimonial-group > .row > .col-6 {
		display: inline-block;
		float: none;
	}

	.testimonial-group > .row {
		width: 90%;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}

	.dot-item-li {
		top: -11px;
	}

	.c-nosotros .bgimage-container {
		padding-top: 24px;
	}
}

	 /* ----------- iPad Pro ----------- */
	 /* Portrait and Landscape */
@media only screen 
	   and (min-width: 1024px) 
	   and (max-height: 1366px) 
	   and (-webkit-min-device-pixel-ratio: 1.5) {
	.orange-box-1 {
		height: 60%;
	}
}

	 /* Portrait */
@media only screen 
	   and (min-width: 1024px) 
	   and (max-height: 1366px) 
	   and (orientation: portrait) 
	   and (-webkit-min-device-pixel-ratio: 1.5) {
	.orange-box-1 {
		height: 30%;
	}
}