@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
:root {
	--azul: #00568A;
	--naranja: #FD6400;
}
.mgt-10 { margin-top: 10px; }
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }
.mgt-40 { margin-top: 40px; }
.mgt-50 { margin-top: 50px; }
.mgt-60 { margin-top: 60px; }
.mgt-70 { margin-top: 70px; }
.mgt-80 { margin-top: 80px; }
.mgt-90 { margin-top: 90px; }
.mgt-100 { margin-top: 100px; }
.mgt-110 { margin-top: 110px; }

.mgb-20 { margin-bottom: 20px; }

/*********************** HEADER ***********************/
header {
	width: 100%;
	height: 121px;
	background-color: var(--azul);
	padding: 30px 0 0 0;
}
.logo img {
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}
.logo img:hover {
	transform: scale(0.95, 0.95);
}
.menu-top {
	width: 100%;
	height: 40px;
}
.menu-top ul {
	list-style: none;
	padding: 0 17px 0 0;
	margin: 0;
}
.menu-top ul li {
	float: right;
	margin-left: 20px;
	color: #fff;
}
.menu-top ul li a {
	color: #fff;
	text-decoration: none;
}
.menu-principal {
	width: 100%;
	padding: 0 0 0 30px;
}
.menu-principal ul {
	list-style: none;
	padding: 0;
	margin: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none; /* Opcional: quita los estilos de lista */
    padding: 0;	
}
.menu-principal ul li {
}
.menu-principal ul li a {
	display: block;
	padding: 8px 17px;
	transition: all 0.3s ease;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.menu-principal ul li a:hover {
	background-color: var(--naranja);
	text-decoration: none;
}
.menu-principal ul li.activa a {
  background-color: var(--naranja);
  text-decoration: none;
}


section.slider {
	width: 100%;
}
.sliderContainer {
	width: 100%;
	position: relative;
}
.relative {
  position: relative;
}
.cugna {
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.8);
	clip-path: polygon(50% 87%, 0 0, 100% 0);
}

span.wrapper-cover.open-arrow {
  bottom: -1.5px;
}
span.wrapper-cover {
  height: 92px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
span.wrapper-cover.open-arrow::before {
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 92px 0 0 50vw;
  left: 0;
}
span.wrapper-cover::before, span.wrapper-cover::after {
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 99;
}
span.wrapper-cover.open-arrow::after {
  border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
  border-style: solid;
  border-width: 0 0 92px 50vw;
  right: 0;
}
span.wrapper-cover::before, span.wrapper-cover::after {
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 99;
}


span.wrapper-cover.close-arrow {
  bottom: -84px
}

span.wrapper-cover.close-arrow:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0 50.05vw 86px 0;
  height: 0;
  left: 0;
  width: 0
}

span.wrapper-cover.close-arrow:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 86px 50.05vw 0 0;
  height: 0;
  right: 0;
  width: 0
}



.itemSlider {
	position: relative;
}
.itemSlider .slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

section.productosHome {
	width: 100%;
	min-height: 1000px;
}
#sliderhome .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 99;
}
#sliderhome .owl-nav .owl-prev {
	text-shadow: 1px 1px 4px #000;
	color: #fff;
	font-size: 35px;
	position: absolute;	
	left: 4% !important;
	font-weight: 900;
}
#sliderhome .owl-nav .owl-next {
	text-shadow: 1px 1px 4px #000;
	color: #fff;
	font-size: 35px;
	position: absolute;	
	right: 4% !important;
	font-weight: 900;
}
.itemSlider .slider-caption {
  -moz-animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -moz-animation-timing-function: cubic-bezier(.3, -0.5, .5, 1.75) !important;
  -webkit-animation-timing-function: cubic-bezier(.3, -0.5, .5, 1.75) !important;
  animation-timing-function: cubic-bezier(.3, -0.5, .5, 1.75) !important;
  text-shadow: 1px 1px 4px #000;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  left: 12%;
  max-width: 100%;
  padding: 30px 30px 30px 70px;
  position: absolute;
  top: 50%;
  z-index: 999;
}
.itemSlider .slider-caption::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=63);
  opacity: .63;
  background: #005787;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.itemSlider .slider-caption {
  top: 30%;
}
.itemSlider .slider-caption .s-arrow {
  left: 30px;
  position: absolute;
  top: 38px;
}
.itemSlider .slider-caption {
  text-shadow: 1px 1px 4px #000;
  color: #fff;
}
.itemSlider .slider-caption h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0;
}
.itemSlider .slider-caption p {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 0;
}
.itemSlider .slider-caption h2 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
}

/*********************** FOOTER *********************/
footer {
  background-color: #00568A;
  background-image: url('../imagenes/bg_footer.jpg');
  background-position: center;
  background-size: cover;
  min-height: 320px;
  position: relative;
  padding: 1px 0 0 0;
}
.triangulo_sup {
	width: 100%;
	height: 155px;
	clip-path: polygon(49% 47%, 0 0, 100% 0);
	background-color: rgba(255, 255, 255, 1);
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
.wraperFooter {
	width: 100%;
	position: relative;
	margin: 155px 0 40px 0;
}
.col_footer_1 {
	padding: 0 1.5rem;
}
.logoFooter {
	margin: 0 0 20px 0;
}
.logoFooter img {
	width: 100%;
	height: auto;
}
.txtFooter {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
}
.footer-contact {
	padding: 0 0.5rem;
}
.footer-contact h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
ul.menu-footer {
	list-style: none;
	color: #fff;
}
.menu-footer li {
  color: white;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.menu-footer li a {
  color: white;
  font-size: 14px;	
}
.sociales {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;	
}
.sociales a {
	color: #fff;
	font-size: 27px;
}
.divcopy {
	width: 100%;
	padding: 6px 0;
	text-align: center;
	background-color: var(--naranja);
	font-size: 12px;
	color: #fff;
}
.divcopy a {
  color: #000;
  text-decoration: none;
  padding: 6px 0;
}
/*************************** NOSOTROS ************************/
.banner-top {
  position: relative;
}
.banner-top .s-cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: .65;
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-top .s-image {
  background-color: #00568A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
  margin-bottom: 0;
}
.banner-top .s-title {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "HelveticalLTStdBlack",sans-serif;
  font-size: 39px;
  left: 5%;
  line-height: 1em;
  margin-bottom: 0px;
  position: absolute;
  right: 5%;
  text-align: center;
  top: 55%;
  z-index: 9;
}
span.wrapper-cover.open-arrow {
  bottom: -1.5px;
}
span.wrapper-cover {
  height: 92px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.banner-top .s-title {
  color: #fff;
  font-size: 39px;
  line-height: 1em;
  text-align: center;
  font-weight: 800;
}
.banner-top .s-title span::after {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../imagenes/down-sm-orange.png');
  background-size: contain;
  bottom: -37px;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  width: 86px;
}

/******************** PRODUCTOS ********************/
section.productos {
  padding: 50px 0;
  width: 100%;
  min-height: 200px;
}
.textoSeccion {
  font-size: 15px;
  line-height: 20px;
}
.product-preview {
  margin-bottom: 50px;
  width: 100%;
}
.product-preview .w-image {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.product-preview .w-image::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=82);
  opacity: .82;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #FF8600;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.product-preview .s-image {
  background-color: #00568A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  margin-bottom: 0;
  position: relative;
}
.product-preview .w-image::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 500ms ease 400ms;
  -o-transition: all 500ms ease 400ms;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: 400ms;
  transition: all 500ms ease 400ms;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../imagenes/down-xs-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
  content: "VER MÁS";
  font-size: 17px;
  left: 50%;
  padding-bottom: 12px;
  position: absolute;
  top: 50%;
  z-index: 1000;
}
.product-preview .s-title {
  background-image: url('../imagenes/right-xs-orange.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  color: #00568A;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.product-preview .s-content {
  font-size: 15px;
}
.product-preview a.readmore {
  font-size: 15px;
  font-weight: 700;
}
.product-preview:hover .w-image:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.product-preview:hover .w-image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.pr-md-5, .px-md-5 {
  padding-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
#products-menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
#products-menu li {
  background: #D3D3D3;
  margin-bottom: 6px;
  margin-right: 15px;
  padding: 10px 14px;
  position: relative;
}
#products-menu li:hover::before, #products-menu li.active::before {
  width: 100%;
}
#products-menu li::before {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #FF8600;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
#products-menu li:hover a, #products-menu li.active a {
  background-image: url('../imagenes/right-xs-blue.png');
  color: #fff;
}
#products-menu li a {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-image: url('../imagenes/right-xs-orange.png');
  background-position: left 3.5px;
  background-repeat: no-repeat;
  background-size: 10px 12px;
  color: #00568A;
  display: block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  z-index: 9;
}
#products-menu li:hover::after, #products-menu li.active::after {
  border-color: transparent transparent transparent #FF8600;

}
#products-menu li::after {
  -moz-transition: all 600ms ease 500ms;
  -o-transition: all 600ms ease 500ms;
  -webkit-transition: all 600ms ease;
  -webkit-transition-delay: 500ms;
  transition: all 600ms ease 500ms;
  border-color: transparent transparent transparent #D3D3D3;
  border-style: solid;
  border-width: 20.5px 0 20.5px 15px;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0px;
  width: 0;
}
.subtitle-section {
  background-image: url('../imagenes/right-xs-orange.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px 25px;
  color: #00568A;
  font-size: 28px;
  margin-bottom: 14px;
  padding-left: 24px;
  font-weight: 900;
}
.textoProducto {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.i-pagination a {
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin-right: 5px;
  padding: 3px 6px;
  text-decoration: none;
}
.i-pagination a:last-child {
  margin-right: 0px;
}

/******************* SERVICIOS ********************/
.menu-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.menu-list {
  list-style-type: none;
}
#services-menu .menu-list__item--second {
  background: #00568A;
}
.menu-list__item {
  background: #D3D3D3;
  margin-bottom: 6px;
  margin-right: 15px;
  padding: 16px 14px 8px;
  position: relative;
}
.menu-list__item::before {
  background: #FF8600;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 600ms ease;
  width: 0;
}
.menu-list__item--second::after {
  border-color: transparent transparent transparent #00568A;
}
.menu-list__item::after {
  border-color: transparent transparent transparent #D3D3D3;
  border-style: solid;
  border-width: 20.5px 0 20.5px 15px;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  transition: all 600ms 500ms ease;
  width: 0;
}
.menu-list__item:hover::before, .menu-list__item.active::before {
  width: 100%;
}
.menu-list__item:hover::after, #services-menu .menu-list__item.active::after {
  border-color: transparent transparent transparent #FF8600;
}
#services-menu .menu-list__item--second::after {
  border-color: transparent transparent transparent #00568A;
}
.menu-list__item--second .menu-list__link {
  color: #ffffff;
}
.menu-list__link {
  background-image: url('../imagenes/right-xs-orange.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 10px 12px;
  color: #00568A;
  display: block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
  transition: all 600ms ease;
  z-index: 9;
}
.menu-list__item::before {
  background: #FF8600;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 600ms ease;
  width: 0;
}
.menu-list__item::after {
  border-color: transparent transparent transparent #D3D3D3;
  border-style: solid;
  border-width: 20.5px 0 20.5px 15px;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  transition: all 600ms 500ms ease;
  width: 0;
}

/**************** PROYECTOS ********************/
section.proyecto {
  padding: 50px 0;
  width: 100%;
  min-height: 200px;
}
.project-preview {
  margin-bottom: 19px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.project-preview a {
  color: #fff;
  text-decoration: none
}

.project-preview .s-image {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 0
}

.project-preview .s-content {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #FF8600;
  bottom: -60px;
  left: 0;
  overflow: hidden;
  padding: 17px 30px 17px 40px;
  position: absolute;
  right: 0;
  z-index: 999
}

.project-preview .s-content:before,
.project-preview .s-content:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 999
}

.project-preview .s-content:before {
  background: #00568A;
  height: 52px;
  left: 0;
  width: 17px
}

.project-preview .s-content:after {
  border-color: transparent transparent transparent #00568A;
  border-style: solid;
  border-width: 26px 0 26px 14px;
  height: 0;
  left: 17px;
  width: 0
}

.project-preview .s-content .s-title {
  font-family: "HelveticalLTStdBlack", sans-serif;
  font-size: 20px;
  height: 24px;
  margin-bottom: 15px;
  position: relative
}

.project-preview .s-content .s-title:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #FF8600;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%
}

.project-preview .s-content>p {
  font-size: 13px;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden
}

.project-preview:hover .s-content {
  bottom: 0
}

.project-preview:hover .s-title:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}

.project-preview.cols-3 {
  margin-right: 24px;
  max-width: calc(100%/3 - (24px * 2 / 3))
}

.project-preview.cols-3:nth-child(3n),
.project-preview.cols-3:last-child {
  margin-right: 0px
}

.project-gallery .s-item {
  margin-bottom: 23px;
  width: 100%
}

.project-gallery .s-item .s-image {
  background-color: #00568A;
  background-position: center;
  background-size: cover;
  height: 194px;
  margin-bottom: 0
}

.project-gallery .s-item.cols-3 {
  margin-right: 18px;
  max-width: calc(100%/3 - (2*18px/3))
}

.project-gallery .s-item.cols-3:nth-child(3n),
.project-gallery .s-item.cols-3:last-child {
  margin-right: 0px
}
.fotoProyecto img {
  width: 100%;
  height: auto;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.i-btnmore {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 9px 20px 5px;
}
.i-btnmore--second {
  background-color: #FF8600;
}
.i-btnmore {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}
.i-btnmore--second:hover {
  background-color: #00568A;
  color: #fff;
  text-decoration: none;
}
.title-section.t-primary {
  color: #00568A;
}
.title-section {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  position: relative;
  font-weight: 800;
}
.title-section::before {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../imagenes/down-sm-orange.png');
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 17px;
  left: 50%;
  position: absolute;
  width: 57px;
}
.listaClientes {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/********************** VIDEOS ***********************/
.video-preview {
  margin-bottom: 30px;
  width: 100%
}

.video-preview .ytp-thumbnail {
  position: relative;
  z-index: 999
}

.video-preview .lazyYT {
  margin-bottom: 20px
}

.video-preview .subtitle-section {
  background-position: left 6px;
  background-size: 12px 16px;
  font-size: 21px;
  line-height: 1.2em
}
.lazyYT-container {
  direction: ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
    padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000000;
}
.video-preview .ytp-thumbnail {
  position: relative;
  z-index: 999;
}
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button {
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.ytp-large-play-button {
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
}
.ytp-thumbnail {
  cursor: pointer;
}
.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-preview .subtitle-section {
  background-position: left 6px;
  background-size: 12px 16px;
  font-size: 21px;
  line-height: 1.2em;
}
.subtitle-section {
  background-image: url('../imagenes/right-xs-orange.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px 25px;
  color: #00568A;
  font-size: 28px;
  margin-bottom: 14px;
  padding-left: 24px;
  font-weight: 800;
}
.page-link {
  position: relative;
  display: block;
  padding: 3px 6px;
  margin-left: -1px;
  line-height: 1.25;
  font-size: 16px;
  color: #fff;
  background-color: var(--azul);
  border: 1px solid #dee2e6;
  margin: 0 5px 0 -1px;
}
.page-link:hover {
  color: #fff;
  background-color: var(--naranja);
}
ul.pagination li.active .page-link {
  color: #fff;
  background-color: var(--naranja);
}

/******************* ARTICULOS ************************/
.post-preview {
  background: #fff;
  margin-bottom: 20px;
  padding: 12px 10px
}

.post-preview .post-date {
  background: #00568A;
  color: #fff;
  font-size: 24px;
  height: 68px;
  line-height: 1em;
  padding: 14px 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 1px;
  width: 74px
}

.post-preview .post-date:after {
  border-color: #00568A transparent transparent transparent;
  border-style: solid;
  border-width: 23px 37px 0 37px;
  bottom: -22.5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0
}

.post-preview .s-image {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
  margin-bottom: 20px
}

.post-preview .s-content {
  padding: 0 18px 20px 26px
}

.post-preview .s-title {
  color: #00568A;
  font-size: 18px;
  position: relative
}

.post-preview .s-title a {
  color: #00568A;
  text-decoration: none;
  font-weight: 900;
}

.post-preview .s-title:before {
  background-image: url('../imagenes/right-xs-orange.png');
  content: "";
  height: 16px;
  left: -24px;
  position: absolute;
  top: 4px;
  width: 12px
}

.post-preview .s-excerpt {
  font-size: 14px
}

.post-preview a.i-btnmore {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  left: 50%;
  position: absolute
}

.post-preview--page {
  margin-bottom: 50px;
  /*
  margin-right: 18px;
  max-width: calc(100%/2 - (18px / 2));
  */
  padding: 0;
  width: 100%
}

.post-preview--page .s-content {
  padding-left: 22px
}

.post-preview--page .s-image {
  height: 250px
}

.post-preview--page .s-title {
  font-size: 16px
}

.post-preview--page:nth-child(2n),
.post-preview--page:last-child {
  margin-right: 0px
}

.post-preview--page:hover .s-image {
  -moz-transform: scale(.98, .98);
  -ms-transform: scale(.98, .98);
  -webkit-transform: scale(.98, .98);
  transform: scale(.98, .98)
}

.post-widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px
}

.post-widget .featured-image {
  -moz-transition: all 500ms cubic-bezier(.5, -.5, .5, 1.5);
  -o-transition: all 500ms cubic-bezier(.5, -.5, .5, 1.5);
  -webkit-transition: all 500ms cubic-bezier(.5, -.5, .5, 1.5);
  transition: all 500ms cubic-bezier(.5, -.5, .5, 1.5);
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
  margin: 0 auto 15px;
  width: 100%
}

.post-widget .featured-image:hover {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15)
}

.post-widget .current-title {
  text-shadow: 0 0;
  color: #00395B;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0
}

.post-widget .current-title a {
  text-decoration: none !important;
  color: #00395B
}

.post-widget .current-date {
  color: #bbb;
  font-size: 12px
}

.sidebar-widget .s-title {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #FF8600;
  background-image: url('../imagenes/right-xs-blue.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 11px 34px;
  position: relative;
  width: calc(100% - 15px)
}

.sidebar-widget .s-title:after {
  border-color: transparent transparent transparent #FF8600;
  border-style: solid;
  border-width: 19px 0 19px 15px;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0
}
.the-postdate {
  background: #FF8600;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px 10px;
  position: absolute;
}
.the-postdate::after {
  border-color: transparent transparent transparent #FF8600;
  border-style: solid;
  border-width: 13.72px 0 13.72px 11px;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}
.i-content {
  color: #000;
  font-size: 15px;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.fotoArticulo img {
  width: 100%;
  height: auto;
}

/*********************** CONTACTO ***********************/
section.contacto {
  padding: 50px 0;
  min-height: 500px;
}
#contact-menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding: 3rem;
}

#contact-menu>li {
  color: #00568A;
  margin-bottom: 30px
}

#contact-menu>li .s-icon {
  color: #FF8600;
  margin-right: 4px
}

#contact-menu>li .s-title {
  font-family: HelveticalLTStdBold, sans-serif;
  font-size: 15px;
  margin-bottom: 10px
}

#contact-menu>li ul.submenu,
#contact-menu>li .s-content {
  font-size: 14px;
  padding-left: 24px
}

#contact-menu>li ul.submenu {
  list-style: none;
  margin: 0
}

#contact-menu>li ul.submenu li a {
  color: #00568A
}

#canvas-map {
  background: #CDCDCD;
  height: 414px
}
.divformulario {
  padding: 30px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
}
.i-btnmore {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 9px 20px 5px;
}
.i-btnmore:hover {
  background-color: #FF8600;
  color: #fff;
  text-decoration: none
}
.contact-title {
  color: #00568A;
  font-family: HelveticalLTStdBold,sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 800;
}

/*********************** NOSOTROS *************************/
section.nosotros {
  padding: 50px 0;
  width: 100%;
  min-height: 100px;
}
.txtNosotros {
  padding: 0 0 0 40px;
}
.company-pillars {
  background-color: #7C7F81;
  background-image: url('../imagenes/bg_gray_bricks.jpg');
  background-position: center;
  background-repeat: no-repeat;
  padding: 73px 0 30px 0;
}
.aptitude {
  margin-bottom: 20px;
  height: 250px;
  padding: 0 40px;
  width: 100%;
  font-size: 15px;
  color: #fff;
}
.white {
  color: #fff;
}
#sidebar-brochure-full {
  background-color: #FF8600;
  padding-bottom: 20px;
  padding-top: 20px;
}
.wrapper-layout {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc( 1200px );
  padding: 0 15px;
  width: 100%;
}
#sidebar-brochure-full .the-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.1em;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 7px;
}
#sidebar-brochure-full .the-icon, #sidebar-brochure-full .the-title, #sidebar-brochure-full .the-image {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#sidebar-brochure-full .the-title a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 800;
}

/*********************** PAGINA DE INICIO ***************************/
#products-mod-slider {
  padding-bottom: 40px;
  padding-top: 60px
}

#products-mod-slider .s-wrapper {
  position: relative
}

#products-mod-slider .s-wrapper:before {
  background: #ECECEC;
  content: "";
  height: 433px;
  position: absolute;
  top: 22px;
  width: 100%
}

#products-mod-slider .arrows-sliders.bottom {
  bottom: -20px
}

.product-slide {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  margin-bottom: 20px;
  min-height: 477px;
  position: relative
}

.product-slide:before,
.product-slide:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 600ms ease 2s;
  -o-transition: opacity 600ms ease 2s;
  -webkit-transition: opacity 600ms ease;
  -webkit-transition-delay: 2s;
  transition: opacity 600ms ease 2s;
  background: #FF8600;
  content: "";
  display: block;
  height: 22px;
  visibility: hidden;
  width: 100%
}

.product-slide .s-title {
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
  color: #00568A;
  font-size: 20px;
  height: 80px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative
}

.product-slide .s-title>span {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../imagenes/right-xs-blue.png');
  background-position: left;
  background-repeat: no-repeat;
  left: 50%;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  width: max-content
}

.product-slide .s-title>span a {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #00568A;
  display: block;
  text-decoration: none
}

.product-slide .s-image {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00568A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%;
  height: 220px;
  margin-bottom: 0
}

.product-slide .s-content {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 15px;
  height: 118px;
  overflow: hidden;
  padding: 14px
}

.product-slide .i-btnmore {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6px;
  left: 50%;
  position: absolute;
  z-index: 99
}

.product-slide:hover {
  background: #FF8600
}

.product-slide:hover:before,
.product-slide:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible
}

.product-slide:hover .s-title {
  color: #fff
}

.product-slide:hover .s-title>span {
  background-image: url('../imagenes/right-xs-white.png')
}

.product-slide:hover .s-title>span a {
  color: #fff
}

.product-slide:hover .s-image {
  background-size: 160%
}

.product-slide:hover .s-content {
  color: #fff
}

.product-slide:hover .i-btnmore {
  background-color: #00568A;
  bottom: -16px
}
.title-section.t-secondary {
  color: #595959;
}
.product-slide .s-title > span a {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #00568A;
  display: block;
  text-decoration: none;
  font-weight: 800;
}
#products-mod-slider .arrows-sliders.bottom {
  bottom: 30px;
}
.arrows-sliders {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  z-index: 999;
}
.arrows-sliders a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
}
#about-presentation {
  background-color: #00568A;
  background-image: url('../imagenes/bg_about_us.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 70px;
  padding-top: 134px;
}
.wrapper-layout {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc( 1200px );
  padding: 0 15px;
  width: 100%;
}
.title-section {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  position: relative;
}
.title-section::before {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../imagenes/down-sm-orange.png');
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 17px;
  left: 50%;
  position: absolute;
  width: 57px;
}
.title-section {
  color: #fff;
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }  
}
#about-presentation h2.s-title {
  background-image: url('../imagenes/right-xs-white.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 14px;
  padding-left: 34px;
  font-weight: 900;
}
#about-presentation .s-content {
  color: #fff;
  font-size: 17px;
}
#btn-presentation {
  background-color: #009A00;
  display: block;
  font-size: 25px;
}
#presentation-img {
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background-position: center;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 380px;
  width: 380px;
}
#presentation-img:hover {
  -moz-transform: scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -webkit-transform: scale(.9, .9);
  transform: scale(.9, .9)
}
span.wrapper-cover.open-arrow {
  bottom: -1.5px;
}
span.wrapper-cover {
  height: 92px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#products-mod-slider {
  padding-bottom: 40px;
  padding-top: 60px;
}

/******************** ARTICULOS HOME *********************/
#blog-cover {
  background: #E4E4E4;
  padding-bottom: 140px;
  padding-top: 123px;
}

/******************* CLIENTES HOME ***********************/
#partner-module {
  padding-bottom: 20px;
  padding-top: 60px;
}
.partner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 100%;
}
.wsp-btn {
  bottom: 15px;
  max-width: 90px;
  right: 15px
}
.wsp-btn {
  animation: whatsapp 3s infinite ease-in-out;
  bottom: 15px;
  display: block;
  max-width: 180px;
  position: fixed;
  right: 15px;
  z-index: 9999
}
@keyframes whatsapp {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}