
/*====================
======Typography=====
======================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);

@font-face {
  font-family: 'avenirtitulos';
  src: url(/fonts/Avenir\ Black.ttf) format('truetype');
}

body {
  font-family: 'Nunito', sans-serif;
	position: relative;
	font-weight:400;
	background: linear-gradient(180deg, #ffffff 25%, #f1f1f1  90%);
    color: #000;
}
body {
  font-family: 'Nunito', sans-serif;
}



h1, h2, h3 {
  font-family: 'avenirtitulos', sans-serif;
}
/* body  section{
	padding: 75px 0;
} */

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#0000;
}
/* 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
} */

img {width: 100%;}

.time0 {
    -webkit-animation-delay: 0.01s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.01s;
}

.time1 {
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.3s;
}

.time2 {
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.time3 {
    -webkit-animation-delay: 0.7s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.7s;
}

.time4 {
    -webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.9s;
}

.time5 {
    -webkit-animation-delay: 1.1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.1s;
}

.time6 {
    -webkit-animation-delay: 1.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.4s;
}

.time7 {
    -webkit-animation-delay: 1.7s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.7s;
}

.time8 {
    -webkit-animation-delay: 2.0s; /* Safari 4.0 - 8.0 */
    animation-delay: 2.0s;
}


.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.btn {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

button.active.focus, 
button.active:focus, 
button.focus, 
button:active.focus, 
button:active:focus, 
button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, 
a.active:focus, 
a.focus, 
a:active.focus, 
a:active:focus, 
a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background: rgba(173, 28, 29);
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    padding-bottom: 8px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
	list-style-image: none;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px
}

#navigation .navbar-nav.navbar-right li a {
	color: #000000;
  font-family: 'Nunito', sans-serif;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
	border-bottom: 5px solid transparent;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #e13024;
	background-color: white;
	/* border-bottom: 5px solid #e13024; */
  font-weight: bolder;
}
#navigation .btn-danger {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
    border-radius: 5em 0;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 5px 30px;
}
#navigation .btn-danger:hover,
#navigation .btn-danger:focus {
    background-color: #fbb54d;
    border-color: #fbb54d;
}

.dropdown-menu {
	background: #000000e0;
    border: none;
	
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.dropdown-menu.scrolled {
	background: #fff;
    border: none;
}
.navbar-right .dropdown-menu {right: initial;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #28a5df;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
  font-family: 'Nunito', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
  font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#CA1617;
	padding:25px 0;
	color:#fff;
	font-size:16px;
	position:relative;
	/* border-top: 1px solid #e13024; */
  padding-top: 0;
  padding-bottom: 0;
}

#footer p {
	margin: 15px 0 0 0;
}

#footer a {color:#f44336}

#footer a:hover {color:#fff}


.snip1529 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.75;
}

.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1529 .date .month {
  font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}

.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(214, 153, 61, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.logo {width: 150px;margin: 10px 0 5px 0;} 

.justify {text-align:justify;}
.center {text-align: center;
    font-weight: bold;
    

}

.box {
    background: #ad1c1d;
    text-align: center;
    color: #0000;
    width: 148px;
    padding: 4px;

}

.boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    padding-right: -13px;
    margin-left: 34%;
    z-index: 1;
    width: 59rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.box h4 {
    background: #ad1c1d;
    text-align: center;
    color: white;
    width: 219px;
    padding: 14px;
    margin: 50px;
    
}
.box p {
    font-size:19px;
    color:black;
    text-align: left;
    margin: 50px 50px 50px 50px;
}

.boximg_py {
    position: static !important;
    margin-left: 10%;
}

.boximg_py img {
    width: 110rem;
    height: 60rem;
}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.proy_1{
    width: 50%;
    /*background-position: 50% 280%;*/
    background-position: center
}




#home1 {
	background-image: url(../img/home_01.svg);
    background-size: cover;
	background-position: center;
    background-attachment: fixed;
	
}

#home2 {
	background: #fff;
	padding: 65px 0 30px 0;
    color: #232323;
}

#CONTACTO {
	background-image: linear-gradient( #fbfbfb, #fbfbfb), url(../img/bg_contacto.svg);
    background-size: cover;
    background-attachment: fixed;
	color: #000;
}


.form-control {
    margin: 10px 0;
	color: #a62117;
	padding: 10px;
    border: 3px solid #e6e6e6;
    border-radius: 0;
    height: 45px;
}

.form-control:focus {
    outline-offset:transparent;
	border-color: #a62117;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 34, 24, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 34, 24, 0.6);
}

.form-control::-webkit-input-placeholder{color:#737373}

#CONTACTO .detail_cnt h3{color:#a62117;}

#CONTACTO a{color:#000;}
#CONTACTO a:hover{color:#d9534f;}

hr.dotz {border-top: none;border: 5px dashed #e13024;width: 50px;-webkit-transition: 300ms;-moz-transition: 300ms;-o-transition: 300ms;transition: 300ms;}
hr.dotz:hover {border-top: none;border: 5px dashed #232323;width: 50px;}
hr.dotzz {border-top: none;border: 5px dashed #232323;width: 50px;-webkit-transition: 300ms;-moz-transition: 300ms;-o-transition: 300ms;transition: 300ms;}
hr.dotzz:hover {border-top: none;border: 5px dashed #fff;width: 50px;}

img {width:100%;}

#home2 .fill-button {
	position: relative;
	display: inline-block;
	z-index: 1;
	text-decoration: none;
	width: 200px;
}
#home2 .fill-button:hover .button-content {
	color: #fff;
}
#home2 .fill-button:hover .button-fill {
  width: 100%;
}
#home2 .fill-button .button-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f44336;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}
#home2 .fill-button .button-content {
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
#home2 .fill-button .button-fill {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #b92f25;
  transition: width 0.25s ease-out;
}

.imgw {width: 400px;padding: 50px;}

	    #top_us {
    /* background-image: linear-gradient( 
      rgba(0, 0, 0, 0.8),  
      rgba(218, 55, 43, 0.3)), 
      url(../img/top_us.jpg); */
    /* background-size: cover; */
    /* background-position: 50% 60%; */
    /* background-attachment: fixed; */
    padding: 85px 0 20px 0;
    /* height: 200px; */
    color: black;
}

#us {color:#000;}

#us_01 {
	background: #fff;
	color: #232323;
}


 .nav-pills>li {
    float: none;
	margin: 5px 0;
}

 .nav-pills>li.active>a, 
 .nav-pills>li.active>a:focus, 
 .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f44336;
}

 .nav>li>a {
    color: #f44336;
    font-weight: 600;
    text-transform: uppercase;
}

/* Included color classes 
.blue
.red
.yellow
*/

figure.snip1100 {
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: 295px;
	background: #000000;
	text-align: left;
}

figure.snip1100 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1100 img {
  opacity: 1;
  width: 100%;
}

figure.snip1100 figcaption {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  padding: 20px;
}

figure.snip1100 figcaption h3,
figure.snip1100 figcaption p {
  margin: 0 0 8px;
  opacity: 0;
}

figure.snip1100 figcaption h3 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

figure.snip1100 figcaption h3 span {
  font-weight: 800;
}

figure.snip1100 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
}

figure.snip1100 figcaption:before,
figure.snip1100 figcaption:after,
figure.snip1100 figcaption div:before,
figure.snip1100 figcaption div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1100 figcaption:before,
figure.snip1100 figcaption:after {
  width: 0;
  height: 1px;
}

figure.snip1100 figcaption div:before,
figure.snip1100 figcaption div:after {
  width: 1px;
  height: 0;
}

figure.snip1100 figcaption:before,
figure.snip1100 figcaption div:before {
  left: 0;
  top: 0;
}

figure.snip1100 figcaption:after,
figure.snip1100 figcaption div:after {
  bottom: 0;
  right: 0;
}

figure.snip1100 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1100.blue {
  background: #0a212f;
}

figure.snip1100.red {
  background: #36100c;
}

figure.snip1100.yellow {
  background: #583804;
}

figure.snip1100:hover img,
figure.snip1100.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1100:hover figcaption h3,
figure.snip1100.hover figcaption h3,
figure.snip1100:hover figcaption p,
figure.snip1100.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1100:hover figcaption p,
figure.snip1100.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1100:hover figcaption:before,
figure.snip1100.hover figcaption:before,
figure.snip1100:hover figcaption:after,
figure.snip1100.hover figcaption:after {
  width: 100%;
}

figure.snip1100:hover figcaption div:before,
figure.snip1100.hover figcaption div:before,
figure.snip1100:hover figcaption div:after,
figure.snip1100.hover figcaption div:after {
  height: 100%;
}
.arrow-a {
	background-color: #f44336;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    padding: 9px 11px;
    top: 5%;
    left: 90%;
    z-index: 1000;
}

#SERVICIOS {
	background-image: url(../img/home_01.svg);
    background-size: cover;
	background-position: center;
    background-attachment: fixed;
	padding: 75px 0 0 0;
}

.servicez {
    padding: 50px 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 350px;
}



#owl-demo .item img {width: 70%!important;}
.owl-carousel .owl-wrapper-outer {
    padding: 35px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #3a3539}


#EQUIPO {
	background-image: url(../img/bg_team.svg);
    background-size: cover;
	background-position: center;
    background-attachment: fixed;
	padding: 0;
}

#top_pro {
	/* background-image: url(../img/top_pro.jpg); */
	/*background-image: linear-gradient( */
	/*					rgba(0, 0, 0, 0.8),  */
	/*					rgba(218, 55, 43, 0.3)), */
	/*					url(../img/top_pro.jpg);*/
    background-size: cover;
	background-position: 50% 280%;
    background-attachment: fixed;
    padding: 85px 0 20px 0;
    height: 200px;
	color: #000;
}

#PROY {
	background: #fff;
	color: #000;
	background-image: url(../img/bg_team.svg);
    background-size: cover;
	background-position: center;
    background-attachment: fixed;
    
}

.carulargo {
    width:auto;
}

.caru {
    padding: 1px;
    
}
.containerimg p {
    margin-top: 10px;
    font-size: 16px;
     /* border-top: 1px solid red; */
    padding-top: 25px;
    text-align: center;
   
}
.containerimg img {
    width: 150px;
    position:absolute; z-index:3;
    left:20em; top:-50px
}
.mvic2 {
    margin-top: 100px;
}
.containerimg {
    border: 2px solid #4949492e;
    padding: 35px;
    background-color: #ffffff;
    box-shadow: 3px 3px 3px 1px #00000057;
	min-height: 360px;
    margin-bottom: 20px;
    position: relative;
    left: 155px;
    top: 250px;
    width: 394px;
    z-index: 1;
}


.snip1527 {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	font-size: 16px;
	margin: 10px auto;
	max-width: 310px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.snip1527:hover {
	box-shadow: 1px 2px 15px 0px #F44336;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F44336;
  content: '';
  background: -moz-linear-gradient(90deg, #ff0000  0%, #e24034 100%, #F44336 100%);
  background: -webkit-linear-gradient(90deg, #ff0000  0%, #e24034 100%, #F44336 100%);
  background: linear-gradient(90deg, #ff0000  0%, #e24034 100%, #F44336 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #F44336;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.proys {
	position: relative;
    width: 400px;
    padding: 0 15px 15px 0;
    float: left;
}

.logyt{
    width: 200px;
    padding: 10px
}

.blogimg {
    border: 6px solid #ffffff;
    margin: 12px 25px;
    padding: 0px;
    box-shadow: 0px 0px 4px 1px #7c7c7cc4;
}

#PROY .btn-danger,
#PROY .col-md-2 .btn-warning {
    width: 100%;
    margin-bottom: 15px;
}

.top_img {
    width: 35px;
    right: 15px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin: 0 20px;
}

.top_img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 0px 30px rgba(225, 48, 36, 0.5);
	-webkit-box-shadow: 0px 0px 30px rgba(225, 48, 36, 0.5);
	-moz-box-shadow: 0px 0px 30px rgba(225, 48, 36, 0.5);
	-ms-box-shadow: 0px 0px 30px rgba(225, 48, 36, 0.5);
}

.snip1489 {
	position: relative;
	font-size: 20px;
	color: #fff;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	padding: 6px 0;
	display: inline-block;
	text-align: center;
	-webkit-perspective: 50em;
	perspective: 50em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	border-color: transparent #e13024;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.snip1489 a{color: #fff!important;}
.snip1489 a:hover {color: #F44336!important;}

.snip1489:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 border: 2px solid #fff;
 content: '';
 z-index: -1;
 border-radius: 50%;
}
.snip1489:before {
 color: #fff;
}
.snip1489:before,
.snip1489:after {
 -webkit-transition: all 0.45s ease-in-out;
 transition: all 0.45s ease-in-out;
}
.snip1489:hover,
.snip1489:active,
.snip1489.hover {
  color: #F44336;
}
.snip1489:hover:after,
.snip1489:active:after,
.snip1489.hover:after {
  border-color: transparent #F44336;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


#top_blog {
	/* background-image: url(../img/top_pro.jpg); */
	background-image: linear-gradient( 
						rgba(0, 0, 0, 0.8),  
						rgba(218, 55, 43, 0.3)), 
						url(../img/top_blog.jpg);
    background-size: cover;
	background-position: 50% 280%;
    background-attachment: fixed;
    padding: 85px 0 20px 0;
    height: 200px;
	color: #fff;
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: #000;
}
#preloader_01 {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: #000;
}
.loader{  
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/load.gif) 50% 50% no-repeat rgb(255, 255, 255);
	opacity: 1;
}
.loader_01{  
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/load_dots.gif) 50% 50% no-repeat rgb(255, 255, 255);
	opacity: 1;
}

/* .navbar-fixed-top.scrolled {
    background: rgba(173, 28, 29, 0.85) !important;
    transition: background-color 600ms linear;
} */

.innfo {
	font-size: 1.5em;
}

/* #home2 */ ul li {
    /* list-style-image: url(../img/bullet.svg); */
    padding: 0 0 5px 0;
}

#home2 .tiitle {
    font-weight: bold;
    padding: 0 0 30px 0;
}

#home2 .snip1527 {
   margin: 10px;
}

.us_home {
	border: 5px solid #e13024;
    padding: 60px;
}

.misvis {
	border-bottom: 5px solid #e13024;
    padding: 30px;
	margin: 0 0 20px 0;
}

#top_serv {
	background-image: linear-gradient( 
						rgba(0, 0, 0, 0.8),  
						rgba(218, 55, 43, 0.3)), 
						url(../img/top_serv.jpg);
    background-size: cover;
	background-position: 50% 60%;
    background-attachment: fixed;
    padding: 85px 0 20px 0;
    height: 200px;
	color: #fff;
}

#btn_contact {
	background-image: linear-gradient( 
						rgba(0, 0, 0, 0.9), 
						rgba(255, 17, 0, 0.3)), 
						url(../img/btn_contact.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-attachment: fixed;
    padding: 70px 0;
    color: #fff;
}

#btn_contact .fill-button {
	position: relative;
	display: inline-block;
	z-index: 1;
	text-decoration: none;
	width: 200px;
}
#btn_contact .fill-button:hover .button-content {
	color: #fff;
}
#btn_contact .fill-button:hover .button-fill {
  width: 100%;
}
#btn_contact .fill-button .button-wrapper {
  width: 100%;
  height: 100%;
  background-color: #383838;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}
#btn_contact .fill-button .button-content {
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
#btn_contact .fill-button .button-fill {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1b1b1b;
  transition: width 0.25s ease-out;
}

.contentt {
	width: 75%;
	margin: auto;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.plyr {
    border-radius: 10px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 1250px) {
.contentt {
	width: 95%;
}

.sended {
	width: 80%!important;
}

figure.snip1477 {
    width: 100%!important;
}

.img_serv_01, .img_serv_02, .img_serv_03, .img_serv_04, .img_serv_05, 
.img_serv_06, .img_serv_07, .img_serv_08, .img_serv_09, .img_serv_10 {
	padding-left: 10%!important;
}

#slideSERVICES .carousel-indicators {
    left: 50%!important;
}
} 


#video-background {
	position: fixed;
	right: -12%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	top: -30%;
}


#NEXT {
	padding: 0;
    margin: -70px 0;
    position: absolute;
	width: 100%;
}

#NEXT a {
	padding-top: 70px;
}

#NEXT a span {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 30px;
    height: 30px;
    margin-left: -12px;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	z-index: 100;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#NEXT a span:hover {
	border-left: 10px solid #e13024;
	border-bottom: 10px solid #e13024;
}
@-webkit-keyframes sdb05 {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@media screen and (max-width: 1250px) {
/*#home {*/
/*	display:none;*/
/*}*/
#home_movil {
	display:initial!important;
	padding: 200px 0;
}
}

#home_movil {
	display:none;
	color: #fff;
}

#home_movil .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    line-height: 1;
	background-position: center;
    background-image: linear-gradient(
					 rgba(0, 0, 0, 0.35),
					 rgba(243, 17, 17, 0.25)
					 ),
					 url(../img/bg_slide_movil.jpg);
    height: 650px;
}

#home_movil .caption{
	background: transparent;
    position: absolute;
    top: 25%;
    padding: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
#home_movil a{color: #fff;}
#home_movil a:hover{color: #f44336;}
#home_movil i{
	border: 15px solid #fff; 
	padding: 15px 26px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
#home_movil i:hover{
	border: 15px solid #f44336;
}
#VIDEO_HOME .modal-content {
    background-color: transparent;
    border: 1px solid transparent!important;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 9px transparent;
    box-shadow: 0 3px 9px transparent;
    background-clip: padding-box;
	height: 500px;
	margin-top: 20%;
} 
  
#VIDEO_HOME .modal-header {
    padding: 30px;
    border-bottom: 1px solid transparent;
} 

#VIDEO_HOME body {
    background: transparent;
    color: #000;
}
#VIDEO_HOME .close {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #e13024;
	opacity: 1;
} 

.video_proy {padding: 10px;}

.embed-responsive {border-radius: 10px;}


.snip1520 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	margin: 1px 2px;
}

.snip1520:after,
.snip1520:before {
  content: '';
  background-color: #e13024;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 10px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 10px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.2;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

#SENDED {
	padding: 180px 0;
    background: #000;
}

.sended {
	width: 36%;
}

/* CUSTOM SCROLL BAR */
/* width */
::-webkit-scrollbar {
    width: 0px;
}

 Track 
::-webkit-scrollbar-track {
    background: #0d4232; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #009688; */
}

#VID_HOME {padding: 0;}

.bg_subdomain {
	background: rgba(31, 31, 31, 0.9);
    padding: 50px 100px;
    border-radius: 10px;
}

.pos {
	position: absolute;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1250px) {
.snip1567 {
    font-size: 13px!important;
    height: 400px;
    background: #fff!important;
    line-height: 1em!important;
  
}
.snip1567 img {
	background-size:cover;
}
}
.snip1567 {
	background-color: rgba(225, 48, 36, 0.85);
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.6em;
    margin: -3px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.snip1567 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1567 img {
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.snip1567 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1567 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #000000;
  top: 0;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.snip1567 p {
position: absolute;
width: 100%;
bottom: 0;
padding: 0 50px;
opacity: 0;
text-align: justify;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}

.snip1567 i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 75px;
	height: 75px;
	background: #e13024;
	padding: 18px 22px;
	border-radius: 50%;
	box-shadow: 0 0 5px #000;
}


.snip1567 .hover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
align-items: center;
background-color: rgba(225, 48, 36, 0.85);
display: flex;
font-size: 65px;
justify-content: center;
opacity: 0;
}

.snip1567 a {
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.snip1567:hover .hover,
.snip1567.hover .hover {
  opacity: 1;
}

.snip1567:hover p,
.snip1567.hover p {
  opacity: 1;
}

.snip1567:hover h3,
.snip1567.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.snip1567:hover i,
.snip1567.hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}


#us .snip1489 {
	position: relative;
	font-size: 20px;
	color: #000;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	display: inline-block;
	text-align: center;
	-webkit-perspective: 50em;
	perspective: 50em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border-color: transparent #e13024;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#us .snip1489:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 border: 2px solid #000;
 content: '';
 z-index: -1;
 border-radius: 50%;
}
#us .snip1489:before {
 color: #000;
}
#us .snip1489:before,
#us .snip1489:after {
 -webkit-transition: all 0.45s ease-in-out;
 transition: all 0.45s ease-in-out;
}
#us .snip1489:hover,
#us .snip1489:active,
#us .snip1489.hover {
  color: #F44336;
}
#us .snip1489:hover:after,
#us .snip1489:active:after,
#us .snip1489.hover:after {
  border-color: transparent #F44336;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#slideSERVICES {
    margin: 20px 0 0 0;
}

#slideSERVICES img {
    border-radius: 10px;
}

#slideSERVICES .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 60%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#slideSERVICES .carousel-indicators li {
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0!important;
    box-shadow: 0 0 3px #232323;
}

#slideSERVICES .carousel-indicators .active {
    background-color: #e13024 !important;
	border: 1px solid #e13024 !important;
}

#slideSERVICES .caption {
	width: 100%;
    position: absolute;
    top: 0%;
    padding: 25px 25px 100px 25px;
    right: 0;
    left: 0;
    color: #fff;
    text-align: justify;
	font-size: 0.8em;
    font-weight: bold!important;
    text-shadow: 0 0 3px #000;
    text-transform: uppercase;
    background: linear-gradient(
				180deg, 
				rgba(225,48,36,1) 0%, 
				rgba(225, 48, 36, 0.4) 75%, 
				rgba(225,48,36,0) 100%);
}

.no_margen {margin-right: 0px; margin-left: 0px;}
.no_marg {margin-right: 0px; margin-left: 0px;}
.no_padd {padding-right: 0px; padding-left: 0px;}

figure.snip1477 {
	position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    background-color: #e13024;
	margin: 15px 0;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 1;
}
figure.snip1477 .title {
  position: absolute;
  top: 75%;
  left: 25px;
  padding: 10px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 400;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #232323;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
    box-shadow: 0 0 2px #e13024;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 32%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn_services {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}
.btn_services:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

#SERR .modal-dialog {
    width: 100%;
    margin: 0 auto;
}

#SERR .modal-content {
    position: relative;
    border: 0px solid transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#SERR .modal-title {
    font-size: 35px;
    text-transform: uppercase;
}

#SERR .close {
    color: #fff;
	font-size: 50px;
    position: absolute;
    right: 15px;
    top: 5px;
}

#SERV01 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_001.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV02 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_002.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV03 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_003.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV04 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_004.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV05 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_005.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV06 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_006.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV07 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_007.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV08 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_008.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV09 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_009.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}

#SERV10 .modal-header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(218, 55, 43, 0.3)), url(../img/slide_serv_010.jpg);
    background-size: cover;  background-position: center; background-attachment: fixed;padding: 100px 0; color: #fff;text-align:center;
}


.info_serv {
    padding: 50px;
    margin: 50px auto;
    text-align: justify;
	text-align-last: center;
    box-shadow: 0 0 5px #ddd;
    width: 65%;
    border-bottom: 5px solid #e13024;
    border-radius: 5px;
}


.snip1520 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	margin: 1px 2px;
}

.snip1520:after,
.snip1520:before {
  content: '';
  background-color: #432a19;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 10px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 10px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.2;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.img_serv_01 {
	background:url(../img/text_002.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_02 {
	background:url(../img/text_011.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_03 {
	background:url(../img/text_007.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_04 {
	background:url(../img/text_004.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_05 {
	background:url(../img/text_005.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_06 {
	background:url(../img/text_015.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_07 {
	background:url(../img/text_001.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_08 {
	background:url(../img/text_012.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_09 {
	background:url(../img/text_010.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

.img_serv_10 {
	background:url(../img/text_009.svg) no-repeat 0; padding-left: 5%; background-size:contain;
}

h4 {
	font-size: 19px; 
}

.info_banco h4{
	font-size: 13px!important;
	}
	
#cotizar {
    padding: 11em 0;
    background: url(../img/img_cotizacion.jpg);
    background-attachment: fixed;
    background-size: cover;
	color: #000;
}

#cotizar_ {
    padding: 10em 0;
    background-attachment: fixed;
    background-size: cover;
	color: #000;
}
#cotizar .btn-danger {
 /*   color: #fff;*/
 /*   background-color: #232323;*/
 /*   border-color: #232323;*/
 /*   text-transform: uppercase;*/
 /*   font-weight: 600;*/
 /*   letter-spacing: 3px;*/
 /*   padding: 10px 30px;*/
	/*margin: 10px auto;*/
	color: #fff;
    background-color: #f44336;
    border-color: #f44336; 
    border-radius: 5em 0;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 5px 30px;
}
#cotizar .btn-danger:hover,
#cotizar .btn-danger:focus {
    background-color: #151515;
    border-color: #151515;
}

.info_ {
	background: #f44336;
}
.info_srv {
	background: #f44336;
    color: #fff;
    padding: 120px 100px 100px;
    font-size: 17px;
}
.info_cols {
    padding: 120px 20px 20px;
}

/* CARRUSEL FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 1;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.snip1520 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	margin: 1px 2px;
}

.snip1520:after,
.snip1520:before {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 10px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 10px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.2;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}


.no_drop {
    cursor: no-drop;
}

.services_ {
    width: 370px;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

@media (min-width: 1200px){
	#navigation .container {
		width: 1250px;
	}
}
.gradianheder {
    position: absolute;
    height: 78px;
    width: 1290px;
    right: 0px;
    z-index: -1;
}

  .owltitle {
            text-align: center;
            margin: 0px;
            font-size: 80px;
            color: white;
        }

        .owl-comtainer {
            max-width: 900px;
            margin: 0 auto;
        }

        .owlitem {
            background: #794fee;
            color: aliceblue;
            justify-content: center;
            align-items: center;
            height: 10rem;
            width: 10rem;
            /*margin-left:16rem;*/
            margin-left: 39%;
            display: flex;
        }

        .item h2 {
            font-size: 38px;
        }

        .brojo {
            background: #CA1617;
        }

        /*.owl-nav{*/
        /*    display:flex;*/
        /*}*/

        .owl-nav {
            display: flex;
            /* flex-direction: column-reverse; */
            justify-content: space-around;
        }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: relative;
    left: 70px;
    top: -220px;
    font-size: 90px;
    color: white;
}
        

        .owl-carousel .owl-nav button.owl-next {
            left: 250px;
        }

        .owl-carousel .owl-nav button.owl-prev {
            left: -250px;
        }

        .owl-carousel button.owl-dot {
            visibility: hidden;
            display: none;
        }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: 0;
            color: #FFF;
            text-decoration: none;
        }

        .owl-carousel {
            display: none;
            top: 8rem;
            width: 100%;
            z-index: 1;
        }

        .owlimg {
            background-image: url(../img/icons/maniobrasespeci.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .owlimg1 {
            background-image: url(../img/icons/rentamontacargas.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .owlimg2 {
            background-image: url(../img/icons/reubicacionmaqui.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }
    .owlimg3 {
            background-image: url(../img/slide_serv_002.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        } .owlimg4 {
            background-image: url(../img/slide_serv_001.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        } .owlimg5 {
            background-image: url(../img/slide_serv_008.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        } .owlimg6 {
            background-image: url(../img/slide_serv_009.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        } .owlimg7 {
            background-image: url(../img/slide_serv_005.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 5px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }  
        .owlimg8 {
          background-image: url(../img/cap12.png);
          background-size: cover;
          height: 150px;
          width: 150px;
          border: 5px solid #000;
          border-radius: 50%;
          margin: 0 auto;
      } 
      .owlimg9 {
        background-image: url(../img/cap13.png);
        background-size: cover;
        height: 150px;
        width: 150px;
        border: 5px solid #000;
        border-radius: 50%;
        margin: 0 auto;
    } 
    .owlimg10 {
      background-image: url(../img/cap14.png);
      background-size: cover;
      height: 150px;
      width: 150px;
      border: 5px solid #000;
      border-radius: 50%;
      margin: 0 auto;
  } 

  .owlimg11 {
    background-image: url(../img/doni.png);
    background-size: cover;
    height: 150px;
    width: 150px;
    border: 5px solid #000;
    border-radius: 50%;
    margin: 0 auto;
} 
.owlimg12 {
  background-image: url(../img/pop2.png);
  background-size: cover;
  height: 150px;
  width: 150px;
  border: 5px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}

.owlimg13 {
  background-image: url(../img/pop4.png);
  background-size: cover;
  height: 150px;
  width: 150px;
  border: 5px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}
        .owlbttn {
            position: relative;
            z-index: 1;
            text-align: center;
            top: -20px;
        }

        .owlbttn a {
            background: white;
            color: black;
            padding: 5px 12px;
            box-shadow: 0px 0px 8px 1px;
        }

        #general1 {
            background: white;
        }

        .btnrg {
            width: 100%;
            background: #C71515;
        }
        .txtrojo {
            color:#BA2823;
            font-size:18px;
        }
        .shadowb{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            text-align:center;
        }
        .txtblanco a {
            color:black;
        }
       .sectioncertificacion {
    background-color: #3A3136;
    padding: 0px;
    /*height: 300px;*/
}
.sectioncertificacion img {
    height:300px;
}   
#specializedindex {
    width: 240px;
    height: 99px;
    /* margin-bottom: 10%; */
    margin-right: 5%;
}
.txtbi {
    color: white;
    /* padding-top: 50px; */
    /* font-size: 22px; */
}
.txtbi h4 {
    font-size: 18px;
    padding-bottom: 30px;
}
.txtcar h4 {
    Padding-top:15px;
    font-size:25px;
    color:white;
}

.snip1489-1 {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-color: transparent #e13024;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.pruebaas{
    position:relative;
    top:-5px;
}

.snip1489-1 a{color: #fff!important;}
.snip1489-1 a:hover {color: #fff!important;}

.snip1489-1:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 border: 2px solid #fff;
 content: '';
 z-index: -1;
 border-radius: 50%;
}
.snip1489-1:before {
 color: #fff;
}
.snip1489-1:before,
.snip1489-1:after {
 -webkit-transition: all 0.45s ease-in-out;
 transition: all 0.45s ease-in-out;
}
.snip1489-1:hover,
.snip1489-1:active,
.snip1489-1.hover {
  color: white;
}
.snip1489-1:hover:after,
.snip1489-1:active:after,
.snip1489-1.hover:after {
  border-color: transparent white;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); 
}

.boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    padding-right: -13px;
    margin-left: 250px;
    z-index: 1;
    width: 59rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width: 950px){
	.boxus  {
		margin:0;
	}
	.boximg {
	    position:static !important;
	}
}
@media (max-width: 560px){
	.boxus  {
		width:200px;
	}
	.boximg {
	    position:static !important;
	}
}
@media (max-width: 560px){
.boxus {
    width: 400px;
    margin-left: 10%;
}
.boximg {
    position: static !important;
    margin-left: 10%;
}
.boximg img {
    height: 490px;
    /* margin-left: 10%; */
}
}


@media (max-width: 400px){
.boxus {
    width: 350px;
    margin-left: 0px;
}
.boximg {
    position: static !important;
    margin-left: 0px;
    
}
.boximg img {
    height: 490px;
    /* margin-left: 10%; */
}
}

.boxus h4 {
    background: #ad1c1d;
    text-align: center;
    color: white;
    width: 150px;
    padding: 5px;
}
.boxus p {
    font-size:15px;
}
.boximg {
    width: 400px;
    position: relative;
    top: -20px;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.boximg img {
    height: 490px;
}
.usback {
    padding:0px;
    background:#383236;
    /* height:500px; */
    padding-bottom: 40px;
    padding: 40px;
}
.usicon {
    margin-top: 0%;
    width: 70px;
    background: #CA1717;
    margin-right: 20px;
    padding: 10px;
}
.inline{
    display:inline-block;
    margin-top:15%;
    color:white;
    font-size:25px;
}
.ustxt {
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    /* width: 430px; */
    font-size: 17px;
}



.us-img {
    object-fit: cover;
  width:65%;
  height:80%;
}
.right {
        text-align: right;
        padding-right:0px;
        height:450px;
}

.us-img1 {
    object-fit: cover;
    width: 65%;
    height: 100%;
}
.right1 {
        text-align: right;
        padding-right:0px;
        height:640px;
}

.boxus1 {
    position: relative;
    background-color: white;
    padding: 15px 15px 15px 15px;
    padding-right: -13px;
    margin-top: 3%;
    z-index: 1;
    width: 45rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.boxus1 h4 {
    background: #ad1c1d;
    text-align: center;
    color: white;
    width: 172px;
    padding: 5px;
    font-weight:bold;
    margin-left: 4%;
}
.boxus1 p {
    margin-left: 4%;
    font-size:15px;
}

.boxus1-1 {
    position: relative;
    background-color: white;
    padding: 15px 15px 15px 15px;
    padding-right: -13px;
    margin-top: 4%;
    z-index: 1;
    width: 45rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.boxus1-1 h4 {
    background: #ad1c1d;
    text-align: center;
    color: white;
    width: 215px;
    padding: 5px;
    font-weight: bold;
    margin-left: 4%;
}
.boxus1-1 p {
    font-size:15px;
}


 .Nbpadding {
            padding-bottom: 0px;
        }

        .nopadding {
            padding: 0px;
        }

        .imgciruser1 {
            background-image: url(../img/Servicios/serv-1.jpg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 2px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .imgciruser2 {
            background-image: url(../img/Servicios/serv-2.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 2px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .imgciruser3 {
            background-image: url(../img/Servicios/serv-3.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 2px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .imgciruser4 {
            background-image: url(../img/Servicios/serv4.jpeg);
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 2px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .imgciruser5 {
            background-image: url(../img/slide_serv_005.jpg); 
            background-size: cover;
            height: 150px;
            width: 150px;
            border: 2px solid #000;
            border-radius: 50%;
            margin: 0 auto;
        }

        .servh1 {
            font-size: 50px;
        }

        .sertxtred {
            color: #b22b2c;
            font-size: 16px;
        }
        

.ciniz {
    margin-left:10px;
}
.boxproy {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    padding-right: -13px;
    /* margin-left: 250px; */
    margin-top: 20%;
    z-index: 1;
    width: 50rem;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.boxproy {
    background: #ad1c1d;
    text-align: center;
    color: #0000;
    width: 148px;
    padding: 4px;

}

.boxproy {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    padding-right: -13px;
    /* margin-left: 250px; */
    z-index: 1;
    width: 45rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.boxproy h4 {
    background: #ad1c1d;
    text-align: center;
    color: white;
    width: 219px;
    padding: 4px;
    margin-left: 38%;
    margin-top: 15%;
}
.boxproy p {
    font-size: 16px;
    color: black;
    text-align: left;
    margin: 0px 10px 15% 38%;
}
@media screen and (max-width: 1800px) {
.boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    
    margin-left: 50% !important; 
    z-index: 1;
    width: 59rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
}
@media screen and (max-width: 1650px) {
.boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    
    margin-left: 45% !important; 
    z-index: 1;
    width: 59rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
}
@media  (max-width: 1450px) {
.boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    
    margin-left: 250px !important; 
    z-index: 1;
    width: 59rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
}

@media (min-width: 1500px) {
.boxproy {
  
     margin-left: 165px; 
  
}
}

@media (max-width: 480px) {
    .boxproy {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    padding-right: -13px;
    margin-left: 10%;
    z-index: 1;
    width: 43rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.boxproy h4 {

     margin-left: 0; 
   
}
.boxproy p {

     margin: 0px; 
}
}


/*CAMBIOS RESPONSIVOS*/


/* Estilos generales para la navbar */



/* Ajuste para el toggle de la navbar en pantallas pequeñas */
#navigation .navbar-toggle {
  background-color: #333;
}



/* Responsividad */

.row{
  margin: 0 !important;
}

.footercol {
  padding-top: 15px;
  padding-left: 30px;
  text-align:center;
}

.footercol2{
  background-image: url(../img/pie_pagina.png);
   background-size: cover; 
   background-position: center; 
   max-height: 200px; 
  min-height: 100px;
  }
  
  @media (max-width: 990px) {
    .footercol2 {
      background-image: url(../img/Pie_paginaRiggin.svg);
    }
  
    .footercol {
      padding-top: 15px;
      padding-left: 30px;
      padding-bottom: 40px;
    }

    .imgcolumnad img{
      display: none;

    }

    /* #specializedindex {
     
      margin-right: -15%;
  } */

  .footercol2 {
    background-size: cover;
    background-position: left;
    max-height: 200px;
    min-height: 100px;
}
  
  
  }


  .generalcontacto{
    padding: 30px;
  }


  .otroequip {
    height: 120px;
    width: 100%;
    background: #ad1c1d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 30px;
}

@media  (max-width: 1110px) {

.owltitle {
   
    font-size: 40px;
   
}
  .boxus {
    position: relative;
    background-color: white;
    padding: 15px 0px 15px 15px;
    margin-left: 0!important;
    z-index: 1;
    width: 100% !important;
   
}

.boximg{
  width: 100%;
}


.us-img {
  
  width: 100%;
  
}

.colright{
  height: 100%;
  padding: 0;
}


.boxus1 {
 
  width: 100%;
 
}

.boxus1 p {
  margin-left: 4%;
  font-size: 15px;
  padding: 10px;
}

.us-img1 {
  width: 100%;
  margin-top: 10px;
}

.right1 {

  padding: 0;
}

.boxus1-1 {
 
  width: 100%;
 
}

.boxproy{
  width: 100% !important;
  padding: 25px;
  margin-left: 0% !important;
  margin-top: 20px
}

.boximg_py {
  
  margin-left: 0%;
}

.boximg_py img {
  width: 100%;
  height: 100%;
}

.boxproy h4 {
 
   margin-top: 0%; 

}
.boxproy p {
  
  margin: 0%;

}

}


.calidadnos{
  padding: 30px;
}

/* #PROY{
  margin-top: 5%;
} */


.pruebafooter{
    display: flex;
  justify-content: center;   /* Centrado vertical */
  align-items: center;       /* Centrado horizontal */
  text-align: center;  
}


/*VIDEO RESPONSIVO*/


@media (min-width: 676px) and (max-width: 768px) {
    .videochico{
        margin-top:10% !important;
    }
}


@media (min-width: 576px) and (max-width: 675px) {
    .videochico{
        margin-top:13% !important;
    }
}


@media (min-width: 476px) and (max-width: 575px) {
    .videochico{
        margin-top:14% !important;
    }
}

@media (min-width: 276px) and (max-width: 475px) {
    .videochico{
        margin-top:15% !important;
    }
}

.alexandra {
    padding-top: 5%;
    text-align: center;
    font-weight: bold;
}
/* Estilo para el bot���n fijo */
    .whatsapp-button {
      position: fixed;
      bottom: 0px;
      right: 24%;
      z-index: 1000;
      background-color: #25d366;
      color: white;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .whatsapp-button:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }


#jivo-iframe-container {
    right: auto !important;
    left: 20px !important; /* Ajusta la distancia desde el borde izquierdo */
    bottom: 20px !important; /* Ajusta la distancia desde la parte inferior */
}

.whatsapp-button {
    position: fixed;
    bottom: 1%;
    right: 8%;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/*NUEVOS ESTILOS 2025*/
/*INICIO*/
.gradianheder {
  width: 1250px;
}

.logo {
  width: 120px;
  margin: 15px 0 11px 0;
  position: relative;
  left: -50%;
}

.navbar-right {
  float: right!important;
  margin-right: -95px;
}

#no_padding {
  padding: 0px;
}


#compania{
  padding: 50px;
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
}

#compania img {
  width: 80%; /* Cambia el porcentaje según necesites */
  height: auto;
}

#compania p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcol{
  padding-right: 30px;
}


.colimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

#compania h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

.owltitle h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

.divparrafo{
  background-color: #e5e5e5;
  padding: 10px;
}

.colser{
  padding: 5px;
}

.colcard{

  background-color: #9e191a;
  padding: 20px;
  margin-bottom: 5px;
}


@media (min-width: 206px) and (max-width: 1118px) {
  .colimg{
    display: block;
  }
  .btnmas {
   
    width: 100% !important;
    margin-left: 0% !important;
  }
}

.colcard2{
  padding: 5px;
}

.btnmas {
  background-color: white !important;
  color: #000 !important;
  width: 70%;
  
  padding-top:1 0px !important;
  padding: 10px;
  font-weight: bold;
  margin-left: 20%;
}


#cproyectos{
  padding: 50px;
  /* padding-right: 70px;
  padding-left: 70px; */
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
}

#cproyectos img {
  width: 90%; /* Cambia el porcentaje según necesites */
  height: auto;
}

#cproyectos p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcolp{
  padding-left: 30px;
}


.colimgp {
  display: flex;
  align-items: center;
  justify-content: end;
}

#cproyectos h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

#heavy {
  padding: 50px;
  background-image: url(../img/metal.png);
  background-size: cover; /* Ajusta la imagen para que cubra toda la sección */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  /* height: 400px;  */
}

.heavediv{
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 25px;
  color: white;
}

.colheavy{
  padding-right: 0px;
}

.heavediv2{
  padding: 15px;
  padding-top: 0;
}

.heavediv2 {
  display: flex;
  flex-direction: column; /* Apila las imágenes verticalmente */
  align-items: center; /* Centra las imágenes horizontalmente */
  justify-content: center; /* Centra las imágenes verticalmente */
  height: 100%; /* Ajusta la altura para que coincida con el div rojo */
}

.heavediv2 img {
  width: 100%; /* Reduce el ancho de las imágenes */
  max-height: 350px; /* Ajusta la altura máxima */
  object-fit: contain; /* Asegura que la imagen se ajuste sin deformarse */
  margin-bottom: 30px; /* Espaciado entre imágenes */
}



  .heavediv p {
    text-align: justify;
    font-size: 1.6rem;
  }

.heavediv span{
  color: red;
  font-size: 1.6rem;
}


#equipitos{
  padding: 50px;
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
}

#equipitos img {
  width: 100%; /* Cambia el porcentaje según necesites */
  height: auto;
}

#equipitos p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcolequip{
  padding-right: 30px;
}


.colimgequip {
  display: flex;
  align-items: center;
  justify-content: center;
}

#equipitos h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

#equipitos  ul {
  list-style-type: none; /* Elimina los estilos predeterminados */

  font-size: 1.6rem;
  padding-left: 0;
  line-height: 1.0;

}

#equipitos ul li::before {
  content: "•"; /* Agrega un punto personalizado */
  color: red; /* Color rojo */
  font-size: 1.2em; /* Tamaño del punto */
  margin-right: 8px; /* Espacio entre el punto y el texto */
}


#segur{
  padding: 50px;
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
  background-color: #ad1c1d;
  color: white;
}

#segur img {
  width: 90%; /* Cambia el porcentaje según necesites */
  height: auto;
}

#segur p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcolseg{
  padding-right: 30px;
}


.colimgseg {
  display: flex;
  align-items: center;
  justify-content: center;
}

#segur h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

.sectioncertificacion h1{
  font-size: 5rem;
  font-weight: bold;
  margin-top: 5%;
}

.sectioncertificacion p{
  font-size: 1.6rem;
}

#specializedindex {
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
    margin-right: 5%;
}


#almac{
  padding: 50px;
  /* padding-right: 70px;
  padding-left: 70px; */
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */
}

#almac2{
  padding: 50px;
  padding-top: 0;
}

#almac2 img{
  margin-bottom: 20px;
}

#almac img {
  width: 90%; /* Cambia el porcentaje según necesites */
  height: auto;
}

#almac p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcolalm{
  padding-left: 30px;
}


.colimgalm {
  display: flex;
  align-items: center;
  justify-content: center;
}

#almac h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

#almac  ul {
  list-style-type: none; /* Elimina los estilos predeterminados */

  font-size: 1.6rem;
  padding-left: 0;
  line-height: 1.0;

}

#almac ul li::before {
  content: "•"; /* Agrega un punto personalizado */
  color: red; /* Color rojo */
  font-size: 1.2em; /* Tamaño del punto */
  margin-right: 8px; /* Espacio entre el punto y el texto */
}



#transca{
  padding: 50px;
  display: flex;
  align-items: center; 
  justify-content: center; 
  background: linear-gradient(135deg, #92b9d8, #3b8bc9);
  color: #13537c;
  font-weight: bold;
}

#transca img {
  width: 100%; 
  height: auto;
}

#transca p{
  text-align: justify;
  font-size: 1.6rem;
}

.comcolca{
  padding-left: 30px;
}


.colimgca {
  display: flex;
  align-items: center;
  justify-content: end;
}

#transca h1{
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0;
}

.titulo {
  background: #ffffff; /* Color de fondo */
  color: #13537c;
  padding: 10px 20px;
  font-size: 24px;
  display: inline-block;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding-left: 60px;
  padding-right: 60px;
}

#contactopeque{
  background-image: url(../img/Capa\ 7.png); /* Reemplaza con la ruta de tu imagen */
  background-size: cover; /* Asegura que la imagen cubra toda la sección */
  background-position: center; /* Centra la imagen en la sección */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  height: 400px; /* Ajusta la altura de la sección según lo necesites */
}

.colimgpeq {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*MEDIA QUERYS INICIO*/


@media (min-width: 800px) and (max-width: 1199px) {
 

.txtcar h4 {
  Padding-top: 15px;
  font-size: 16px;
  color: white;
}

#compania p {
  text-align: justify;
  font-size: 1.4rem;
}

#cproyectos p {
  text-align: justify;
  font-size: 1.4rem;
}

.heavediv p {
  text-align: justify;
  font-size: 1.4rem;
}
#equipitos  ul {
  list-style-type: none;
  font-size: 1.4rem;
  padding-left: 0;
  line-height: 1.0;
}
#segur p {
  text-align: justify;
  font-size: 1.4rem;
}

#almac p {
  text-align: justify;
  font-size: 1.4rem;
}
#almac  ul {
  list-style-type: none;
  font-size: 1.4rem;
  padding-left: 0;
  line-height: 1.0;
}
#transca p {
  text-align: justify;
  font-size: 1.4rem;
}

.comcol {
  padding-right: 10px;
  padding-left: 0;
}

.colimg {
  display: block;
  padding: 0;
}

#cproyectos img {
 
  margin-bottom: 20px;
}

.heavediv2 img {
  width: 100%;
  /* max-height: 350px; */
  object-fit: contain;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0;
}

.comcolequip {
  padding-right: 30px;
  padding-top: 20px;
}


}


@media (min-width: 200px) and (max-width: 1199px) {

  #compania img {
    width: 100%;
    height: auto;
}

#segur img {
  width: 100%;
  height: auto;
}

#cproyectos img {
  width: 100%;
  height: auto;
}

#almac img {
  width: 100%;
  height: auto;
}


.colimg {
padding: 0;
}
.colheavy {
  padding-right: 0px;
  padding-left: 0;
}
.heavediv2 {
 
  padding: 0;
}

.heavediv2 img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  margin-bottom: 0px;
  margin-top: 30px;
}

.colimgequip {
  margin-bottom: 30px;
}
.colimgseg {
  margin-top: 30px;
}
.colimgalm {
  margin-bottom: 30px;
}

.h1oculto{
  display: none;
}

.colimgpeq {
  display: block;
  align-items: center;
  justify-content: center;
}
#almac {
  display: block;
  align-items: center;
  justify-content: center;
}
}


@media (min-width: 300px) and (max-width: 499px) {
  .comcolp {
    padding-left: 0px;
}
.colimgp {
  padding: 0;
}

#heavy {
  padding: 0px;
}
#equipitos {
  padding: 10px;
  padding-top: 20px;
}
.colimgequip {
  margin-bottom: 30px;
  padding: 0;
}
#almac {
  padding: 10px;
}
#almac h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 0;
}
#transca h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0;
}

}

@media  (max-width: 999px) {
  .comcol {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 100px) and (max-width: 299px) {
  .comcolp {
    padding-left: 0px;
}
.colimgp {
  padding: 0;
}

#heavy {
  padding: 0px;
}
#equipitos {
  padding: 10px;
  padding-top: 20px;
}
.colimgequip {
  margin-bottom: 30px;
  padding: 0;
}
#almac {
  padding: 10px;
}
#almac h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 0;
}
#transca h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0;
}
}

/*MEDIA QUERYS INICIO*/

#top_us h1{
  font-weight: bold;
  font-size: 5rem;
}

/*NOSOTROS*/

.inline2{
  margin-top: 0;
  padding: 30px;
}

.boxus1-1   ul {
  list-style-type: none; /* Elimina los estilos predeterminados */

  padding-left: 0;

}

.boxus1-1 ul li::before {
  content: "•"; /* Agrega un punto personalizado */
  color: red; /* Color rojo */
  margin-right: 8px; /* Espacio entre el punto y el texto */
}

.boxus1-1 h4 {
  
  margin-left: 0%;
}


@media  (max-width: 300px) {
  .titloc{
    font-size: 3rem !important;
  }
}

/*PROYECTOS*/

.proy{
  padding-top: 50px;
  padding-left: 120px;
}

.boxus1-3{
 left: 10%;
 
}

.boxus1-4{
  /* right: 2%; */
}

.us-imgp {
  object-fit: cover;
  width: 85%;
}

.marginbox
{
  margin-bottom: 100px !important;
}
.us-luke{
  position: relative;
  left: 30px;
}

@media (min-width: 206px) and (max-width: 1112px) {
  .boxus1-3{
    left: 0;
  }

  .colright  {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}
.proy {
  padding-top: 50px;
  padding-left: 20px;
 
}

.imgpop1{
  margin-top: 30px !important;
}

.us-luke {
  position: relative;
  left: 0px;
}

.right1{
  display: flex;
    justify-content: center;
}

}

/*Transportacion*/

.tranns{
  margin-top: 60px;
}

.lohuito {
  width: 60% !important;
}

.colimgimg img{
  width: 100% !important;
  /* padding-left: 50px; */
  margin-bottom: 20px;
}

#trakinfo{
  padding: 50px;
  /* display: flex;
  align-items: center; 
  justify-content: center;  */
  color: #13537c;
  font-weight: bold;
}

#trakinfo a{
  list-style: none;
  color: #13537c;
  font-size: 2.5rem;
  font-weight: bold;
}



.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #13537c;
  color: white !important;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}

.social-icon:hover {
  background-color: #062336;

}

.social-icon i {
  font-size: 30px;
}

@media (min-width: 336px) and (max-width: 699px) {
  #trakinfo a{
    list-style: none;
    color: #13537c;
    font-size: 2rem;
    font-weight: bold;
  }

  .colbot{
    margin-bottom: 20px;
  }
  #trakinfo{
    padding: 5px;
  }
}

.colbot{
  margin-bottom: 20px;
}
@media (min-width: 236px) and (max-width: 335px) {
  #trakinfo a{
    list-style: none;
    color: #13537c;
    font-size: 1.5rem;
    font-weight: bold;
  }

  #trakinfo{
    padding: 5px;
  }
}

.whatsapp-button {
  bottom: 3%;
  right: 7%;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.coti{
  color: #ffffff !important;
	background-color: #e13024;
	/* border-bottom: 5px solid #e13024; */
  font-weight: bolder;
}

.coti a{
  color: white !important;
}


@media (min-width: 999px) and (max-width: 1201px) {

  .colimgimg img {
    width: 100% !important;
    padding-left: 0px;
    margin-top: 80px;
}
.tranns {
  margin-top: 130px;
}
#transca h1 {
  font-weight: bold;
  font-size: 4rem;
  margin-top: 0;
}
#trakinfo a {
  list-style: none;
  color: #13537c;
  font-size: 1.5rem;
  font-weight: bold;
}
}

@media (min-width: 768px) and (max-width: 998px) {
  .tranns {
    margin-top: 130px;
  }
  #transca img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 0;
}
.colimgimg img {
  width: 100% !important;
  padding-left: 0px !important;
  margin-bottom: 20px;
}
}

@media (min-width: 168px) and (max-width: 998px) {
  
  #transca img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 0;
}
.colimgimg img {
  width: 100% !important;
  padding-left: 0px !important;
  margin-bottom: 20px;
}
}

/*HEADER RESPONSIVO*/

@media (min-width: 765px) and (max-width: 876px) {
  .logo {
    left: 0;
}

.navbar-right {
  margin-right: 0 !important;
}
#navigation .navbar-toggle {
  margin-top: 20px;
  background-color: #333;
  margin-right: 70px;
}
}

@media (min-width: 165px) and (max-width: 765px) {
  #navigation .navbar-toggle {
    margin-top: 20px;
    background-color: #333;
    margin-right: 70px;
  }

  .navbar-right {
    float: none !important;
    margin-right: 0px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 440px !important;
  padding-right: 0;
  padding-top: 30px;
}
}


@media (min-width: 1716px) and (max-width: 1909px) {
  #navigation .container {
    width: 1450px;
}
}

@media (min-width: 1910px) and (max-width: 2000px) {
  #navigation .container {
    width: 1750px;
}
}
@media (min-width: 2001px) and (max-width: 2200px) {
  #navigation .container {
    width: 1750px;
}
}


@media (min-width: 768px) and (max-width: 1189px) {
 #banner {
  margin-top: 170px;
 }
 .titulomargin {
  margin-top: 120px;
}
.titulomargin2{
  margin-top: 135px;
}
}

@media (min-width: 117px) and (max-width: 767px) {
  #banner {
   margin-top: 70px;
  }

 }

 @media (min-width: 617px) and (max-width: 767px) {
 
  .titulomargin {
    margin-top: 30px !important;
  }
  .titulomargin2{
    margin-top: 45px !important;
  }
 }

 @media (min-width: 417px) and (max-width: 666px) {
 
  .titulomargin {
    margin-top: 50px !important;
  }
  .titulomargin2{
    margin-top: 55px !important;
  }
  .titulomargin2 {
    width: 100%;
    height: 80px; /* Ajusta según el diseño que buscas */
    object-fit: cover;
    display: block;
  }
  #segur {
    padding: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
 }

 @media (min-width: 217px) and (max-width: 416px) {
 .banni{
    margin-top: 150px !important;

}
  .titulomargin {
    margin-top: 55px !important;
  }
  .titulomargin2{
    margin-top: 65px !important;
  }
  .titulomargin2 {
    width: 100%;
    height: 80px; /* Ajusta según el diseño que buscas */
    object-fit: cover;
    display: block;
  }
  #segur {
    padding: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
#equipitos h1 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-top: 0;
}
.sectioncertificacion h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 5%;
}
 }

 .banersito{
  margin-top: 0 !important;
 }


 .uli  {
  list-style-type: none; /* Elimina los estilos predeterminados */

  font-size: 14px !important;
  /* padding-left: 0; */
  line-height: 1.0;

}

.uli  li::before {
  content: "•"; /* Agrega un punto personalizado */
  color: red; /* Color rojo */
  font-size: 14px !important; /* Tamaño del punto */
  margin-right: 8px; /* Espacio entre el punto y el texto */
}

.divparrafo3{
  background-color: #AD1C1D;
  padding: 10px;
  color: white;
  font-size: 14px !important;
}

.heavy p{
  font-size: 14px;

}

.boxus1-3h{
  padding-left: 0px;  padding-right: 0px; padding-bottom: 0px;
  margin-top: 1%;
}

.heavy img{
    object-fit: cover;
    width: 100%;

}

/*home modificaciones*/

.heavediv22 img {
  width: 80%; /* Reduce el ancho de las imágenes */
  max-height: 350px; /* Ajusta la altura máxima */
  object-fit: contain; /* Asegura que la imagen se ajuste sin deformarse */
  margin-bottom: 30px; /* Espaciado entre imágenes */
}

.banni{
    margin-top: 70px !important;

}

.separacion{
    margin-top: 18% !important;
}
.separacionabajo{
    margin-bottom:16% !important;
}