/*General*/
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', sans-serif;
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #808080;
}
p a {
	color: #000000;
	transition: color 0.15s ease-in-out;
}
p a:hover {
	text-decoration: none;
	color: #fa2f00;
}
h1, h3 {
	font-weight: 800;
}
h1 {
	font-size: 60px;
	line-height: 60px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
}
.btn-primary, .btn-secondary {
	border-radius: 5px;
	font-weight: 700;
	padding: 8px 25px;
}
.btn-primary {
	background-color: #ffffff;
	border: 1px solid #808080;
	color: #808080;
}
.btn-primary:hover {
	background-color: #920c22;
	border: 1px solid #920c22;
	color: #ffffff;
}
.btn-secondary {
	background-color: #920c22;
	border: 1px solid #920c22;
	color: #ffffff; 
}
.btn-secondary:hover {
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.bkg-light {
	background-color: #f0f0f0;
}
.bkg-light2 {
	background-color: #cdcdcd;
}
.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}	
/* Header */
header {
	padding: 20px 0;
}
.barra-menu {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 32px -25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 32px -25px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 32px -25px rgba(0,0,0,0.5);
}
a.navbar-brand {
	width: 170px;
}
a.navbar-brand img {
	width: 170px;
	height: auto;
}
.navbar-light .navbar-nav .nav-link {
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-light .navbar-nav .nav-link-2 {
	color: #df5e24;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #920c22;
}
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:active,
.navbar-light .navbar-toggler:focus {
	outline:none;
	border: none;
}
/* Hamburguesa animada */
.navbar-light .navbar-toggler {
	border:  none;
}
 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}
#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}
#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}
#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}
#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}
#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}
#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
/* Carousel */
.carousel-top {
	margin-top:  100px;
}
/*Quienes somos*/
#secc-nosotros h1 {
	padding-bottom: 40px;
}
#secc-nosotros h3 {
	padding-bottom: 20px;
}
.box-10 {
	background-image: url("../images/deco/quienes-somos.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/*Nuestros Servicios*/
#secc-servicios h1 {
	padding-bottom: 40px;
}
#secc-servicios {
	padding: 130px 0;
	background-image: url("../images/deco/nuestros-servicios-bkg.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}
#secc-servicios img.logo-1 {
	position: absolute;
	right: 0;
	top: 0;
}
#secc-servicios ul {
	list-style: none;
	padding-left: 0;
	list-style: none;
}
#secc-servicios ul li {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 18px;
	padding-left:  18px;
}
#secc-servicios ul li:before {
	content:  '\2023';
	display:  inline-block;
	font-size: 22px;
	color:  #a1a0a0;
	margin-left:  -18px;
	width:  18px;
}
#secc-servicios ul li a {
	color: #404040;
	text-decoration: none;
	background: rgba(64,64,64,0);
	transition: all 0.15s ease-in-out;
}
#secc-servicios ul li a:hover {
	color: #ffffff;
	background: rgba(64,64,64,1);
}
.col-txt-der {
	padding: 50px 30px;
}
.col-txt-izq {
	padding: 50px 30px 50px 50px;
}
h1.titulo-item {
	color: #920c22;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
}
.txt-bold {
	font-weight: 700;
}
.row-item-servicio ul {
	list-style: none;
}
.row-item-servicio ul li img {
	display: block;
	margin-top: 30px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.57); 
	box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.57);
}

/*Items Servicios*/
.row-item-servicio h1 {
	line-height: 30px;
	padding-bottom: 20px;
}
.box-1 {
	background-image: url("../images/servicios/servicios-proteccion-contra-incendios.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-2 {
	background-image: url("../images/servicios/servicios-higiene-y-seguridad-laboral.jpg");
	background-position:left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-3 {
	background-image: url("../images/servicios/servicios-revision-periodica-b.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-4 {
	background-image: url("../images/servicios/servicios-rehabilitacion-de-recipientes-sometidos-a-presion.jpg");
	background-position:left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-5 {
	background-image: url("../images/servicios/servicios-andamios-layher-d.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-6 {
	background-image: url("../images/servicios/servicios-auditoria-de-tanques-cisterna-b.jpg");
	background-position:center left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-7 {
	background-image: url("../images/servicios/servicios-alquiler-de-modulos.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-7b {
	background-image: url("../images/servicios/servicios-venta-gases-industriales.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-8 {
	background-image: url("../images/servicios/servicios-venta-gases-industriales.jpg");
	background-position:center left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-9 {
	background-image: url("../images/servicios/servicios_lavadero.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.box-3 img {
	width: 70%;
	padding-left: 100px;
	padding-top: 150px;
}
/*Certificaciones*/
#secc-certificaciones {
	padding-top: 100px;
	padding-bottom: 100px;
}
#secc-certificaciones h1 {
	padding-bottom: 40px;
}
#secc-certificaciones p {
	padding-top: 30px;
}
#secc-certificaciones img {
	/*border: 1px solid #c8c8c8;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.2s ease-in-out;
}
#secc-certificaciones img:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}
#secc-certificaciones ul {
	list-style: none;
}
/* Antecedentes */
#secc-antecedentes {
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url("../images/deco/antecedentes-bkg-2.png");
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}
#secc-antecedentes h1 {
	padding-bottom: 50px;
}
#secc-antecedentes ul {
	list-style: none;
}
#secc-antecedentes ul li{
	padding-bottom: 15px;
	font-weight: 700;
	color: #8b8c8c;
}
/*Galería*/
#secc-galeria {
	padding-top: 80px;
	padding-bottom: 80px;
}
#secc-galeria h1 {
	padding-bottom: 40px;
}
/*Contacto*/
#secc-contacto {
	padding-top: 80px;
	padding-bottom: 80px;
}
#secc-contacto h1 {
	padding-bottom: 40px;
}
.wrap-item-gallery {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0,0);
	transition: box-shadow 0.2s ease-in-out;
}
.wrap-item-gallery:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0,0.65);
}
img.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*Contacto*/
.logo-contact {
	width: 150px;
}
#secc-contacto ul {
	list-style: none;
	padding: 30px 0;
}
#secc-contacto ul li {
	color: #808080;
	padding-bottom: 8px;
}
#secc-contacto ul li a {
	color: #000000;
	transition: color 0.15s ease-in-out;
}
#secc-contacto ul li a:hover {
	text-decoration: none;
	color: #e5413b;
}
#secc-contacto form {
	padding-top: 30px;
}
#secc-contacto .form-group input::placeholder,
#secc-contacto .form-group textarea::placeholder {
	color: #b1b1b1;
}
#secc-contacto .form-group input {
	padding: 25px 15px;
	color: #000000;
}
.form-control:hover, .form-control:focus  {
	border-color: #8a8a8a;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
#secc-contacto .fa.fa-whatsapp {
	font-size: 21px;
	color:#3fb653;
}
/*Footer*/
footer {
	background-color: #404040;
	padding: 40px 0 15px;
}
.logo-footer {
	width: 116px;
}
footer ul {
	list-style: none
}
footer ul li {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	padding-bottom: 10px;
}
footer ul li a {
	color: rgba(255,255,255,0.6);
	transition: color 0.15s ease-in-out;
}
footer ul li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.agencia {
	background-color: #2f2f2f;
	padding-top: 15px;
}
.agencia p a {
	color: rgba(255,255,255,0.4);
	font-size: 13px;
}
.agencia p a:hover {
	color: rgba(255,255,255,0.7);
}
footer .fa.fa-whatsapp {
	font-size: 21px;
	color:#7e7c7c;
}

/**********************************************************************************
***********************************************************************************
Media Queries
***********************************************************************************
***********************************************************************************/

/* XL: Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) {
	
}

/* LG: Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	
}

/* MD: Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	h1 {
	font-size: 50px;
	line-height: 50px;
	}
	.carousel-top {
	margin-top:  119px;
	}
	#secc-servicios {
	padding: 80px 30px 50px;
	}
	.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-7b, .box-8, .box-9{
	background-position: top;
	background-size: cover;
	height: 260px;
	}
	.box-1 {
	background-image: url("../images/servicios/servicios-md-proteccion-contra-incendios.jpg");
	}
	.box-2 {
	background-image: url("../images/servicios/servicios-md-higiene-y-seguridad-laboral.jpg");
	}
	.box-3 {
	background-image: url("../images/servicios/servicios-md-revison-periodica.jpg");
	}
	.box-4 {
	background-image: url("../images/servicios/servicios-md-rehabilitacion-de-recipientes-sometidos-a-presion.jpg");
	}
	.box-5 {
	background-image: url("../images/servicios/servicios-md-andamios-layher-b.jpg");
	}
	.box-6 {
	background-image: url("../images/servicios/servicios-md-auditoria-de-tanques-cisterna-b.jpg");
	}
	.box-7 {
	background-image: url("../images/servicios/servicios-md-alquiler-de-modulos.jpg");
	}
	.box-8 {
		background-image: url("../images/servicios/servicios-md-venta-gases-industriales.jpg");
	}
	.box-9 {
	background-image: url("../images/servicios/servicios-md-lavadero.png");
	}
	.box-11 {
	background-image: url("../images/deco/quienes-somos-md.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	}
	.placa-hide {
	display: none;
	}
	.col-txt-der {
	padding: 10px 30px 50px;
	}
	.col-txt-izq {
	padding: 10px 30px 50px 50px;
	}
}


/* SM: Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	h1 {
	font-size: 40px;
	line-height: 45px;
	}
	#secc-servicios {
	padding: 80px 30px 60px;
	}
	#secc-servicios img.logo-1 {
	width: 70%;
	right: 0;
	top: 0;
	}
	.wrap-item-gallery {
	margin-bottom: 15px;
	}
	.logo-footer {
	padding-bottom: 40px;
	}
	footer ul {
	padding-left: 0;
	}
	.carousel-top {
	margin-top:  119px;
	}
	.box-11 {
	/* background-image: url("../images/servicios/servicios-md-proteccion-contra-incendios.jpg"); */
	background-position: top;
	background-repeat: no-repeat;
/* 	background-size: cover; */
	}
}

/* XS: Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	#secc-nosotros {
	padding: 0 50px;
	}
	#secc-servicios {
	padding: 80px 50px 60px;
	}
	#secc-antecedentes h1 {
	padding-bottom: 30px;
	}
	.col-txt-der {
	padding: 10px 50px 50px;
	}
	ul {
	padding-left: 0;
	}
	#secc-contacto {
	padding: 70px 30px;
	}
	footer {
	padding: 40px 15px 15px;
	}
	footer ul {
	padding-left: 0;
	}
	.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-9 {
	height: 190px;
	}
	.box-11 {
	background-image: url("../images/deco/quienes-somos-xs.jpg");
}
}
/* C-XXS: Custom Extra small devices */
@media (max-width: 475px) {
	.box-11 {
	background-image: url("../images/deco/quienes-somos-xxs.jpg");
	
}

/* C-XXS: Custom Extra small devices */
@media (max-width: 375px) {
	
}

/* XXXS: Extra-extra small devices */
@media (max-width: 330px) {
	
}

}