/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* GLOBALES */
:root {
	--primario: #ff3300;
	--secundario: #ff6600;
	--gris: #303030;
	--fondo1: #eee;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
	margin-bottom: 8px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--primario);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	font-style: normal;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	color: var(--primario);
	text-transform: uppercase;
	font-weight: 400;
}
h3 {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--gris);
}
h5 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
@media(min-width:768px) {
	h2 {
		font-size: 32px;
		line-height: 32px;
	}
	h5 {
		font-size: 17px;
		line-height: 21px;
	}
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, .2);
}
::selection {
    text-shadow: none;
	background: rgba(0, 0, 0, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-right: 10px;
}
.icono-btn-dd {
	margin-left: 10px;
	color: var(--primario);
}
.btn-1,
.btn-3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #101010;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.btn-2,
.btn-5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--secundario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #fff;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--gris);
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active,
.btn-5:hover,
.btn-5:focus,
.btn-5:active,
.btn-5.active {
	background-color: var(--gris);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.e10 {
	margin-top: 10px;
}
.e20 {
	margin-top: 20px;
}
.e30 {
	margin-top: 30px;
}
.e40 {
	margin-top: 40px;
}
.e50 {
	margin-top: 50px;
}
.e60 {
	margin-top: 60px;
}
.e100 {
	margin-top: 100px;
}
.ehi10 {
	margin-left: 10px;
}
.eva14 {
	margin-bottom: 14px;
}
.e-slider {
	margin-top: 20px;
}
@media(min-width:992px) {
	.e-slider {
		margin-top: 0px;
	}
}
.carousel-control-prev,
.carousel-control-next {
	background-color: #000;
	height: 44px !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -22px !important;
	margin-left: 10px !important;
	margin-right: 10px;
	width: 44px !important;
	border-radius: 40px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 20px;
	height: 20px;
	opacity: 1 !important;
}
/*/*/
/* NAVIGATION */
.navbar {
    background-color: var(--gris);
	padding-top: 15px;
	padding-bottom: 10px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: auto;
	height: 40px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
#navbarResponsive {
	margin-top: 20px;
}
.navbar .navbar-toggler i {
    color: #ccc;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--secundario);
}
.nav-link  {
	color: #ccc;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
	line-height: 20px;
	border-radius: 40px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #666
}
.llamar-sm {
	font-size: 20px;
	color: var(--secundario);
}
.mail-sm {
	font-size: 20px;
	color: var(--primario);
}
li.tel-top,
li.mail-top {
	display: none;
}
.nav-link.active {
	color: #666;
}
.nav-desktop {
	display: none !important; 
}
.mail-top {
	text-transform: none !important;
}
.redes-top {
	font-size: 24px;
	margin-left: 10px;
	color: #fff !important;
}
.redes-top:hover,
.redes-top:focus {
	color: var(--secundario) !important;
}
@media(min-width:992px) {
	.nav-mobile {
		display: none;
	}
	.nav-desktop {
		display: block !important;
	}
	.navbar {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.logo {
		width: auto;
		height:auto;
	}
	.nav-link  {
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.llamar-sm,
	.mail-sm {
		visibility: hidden;
	}
	li.tel-top,
	li.mail-top {
		display: inline-block;
	}
	.tel-top .nav-link {
		background-color: var(--secundario);
		color: #fff !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		margin-left: 20px;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	.tel-top .nav-link:hover,
	.tel-top .nav-link:focus,
	.tel-top .nav-link:active {
		background-color: #101010;
	}
	.mail-top .nav-link {
		background-color: var(--primario);
		color: #fff !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		margin-left: 20px;
		text-transform: none !important;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	.mail-top .nav-link:hover,
	.mail-top .nav-link:focus,
	.mal-top .nav-link:active {
		background-color: #101010;
	}
	.menu-desktop {
		background-color: #3d3d3d;
		margin-top: 15px;
		text-align: center !important;
	}
	.menu-desktop ul {
		list-style: none;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}
	.menu-desktop li {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		font-size: 14px !important;
		line-height: 18px;
		text-transform: uppercase;
		vertical-align: middle;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: start;
	}
	.menu-desktop li a {
		color: #ccc;
	}
	.menu-desktop li a:hover,
	.menu-desktop li a:focus,
	.menu-desktop li a:active,
	.menu-desktop li a.active {
		color: #666 !important;
	}
	.redes-top {
		font-size: 26px;
		margin-left: 40px;
		color: #fff !important;
		position: relative;
		top: 3px;
	}
}
@media(min-width:1200px) {
	.nav-link  {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}

/*/*/
#encabezado {
	height:495px;
	background-image: url(../imagenes/fondo-encabezado.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#slider-top {
	margin-top: 50px;
}
#encabezado h1 {
	font-weight: 900;
	color: #fff;
	font-size: 40px;
	line-height: 36px;
}
#slider-top .carousel-item {
	height: 320px;
}
.carousel-indicators {
	margin-left: 0px;
	align-items: start !important;
	justify-content: left;
	margin-bottom: 0px;
}
.indicador {
	border-radius: 120px !important;
	height: 12px !important;
	width: 12px !important;
	background-color: #ccc !important;
	opacity: 1 !important;
	border: none !important;
}
.indicador.active {
	background-color: var(--secundario) !important;
}
@media(min-width:576px) {
	#encabezado {
		height: 445px;
	}
}
@media(min-width:768px) {
	#encabezado {
		height: 445px;
	}
	#slider-top {
		margin-top: 50px;
	}
	#encabezado h1 {
		font-size: 40px;
		line-height: 36px;
	}
	#slider-top .carousel-item {
		height: 320px;
	}
}
@media(min-width:992px) {
	#encabezado {
		height: 495px;
	}
	#slider-top {
		margin-top: 70px;
	}
	#encabezado h1 {
		font-size: 50px;
		line-height: 40px;
	}
	#slider-top .carousel-item {
		height: 310px;
	}
}
@media(min-width:1200px) {
	#encabezado {
		height: 545px;
	}
	#slider-top {
		margin-top: 50px;
	}
	#encabezado h1 {
		font-size: 60px;
		line-height: 50px;
	}
	#slider-top .carousel-item {
		height: 360px;
	}
}
@media(min-width:1400px) {
	#encabezado {
		height: 695px;
	}
	#slider-top {
		margin-top: 120px;
	}
	#slider-top .carousel-item {
		height: 410px;
	}
	#encabezado h1 {
		font-size: 70px;
		line-height: 60px;
	}
}
/*/*/
/*FIN ENCABEZADO /*/
#empresa {
	padding-bottom: 0px;
	height: 100px;
	position: relative;
	top: -29px;
	margin-bottom: -29px;
	background-image: url(../imagenes/fin-encabezado.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/*/*/
/* EMPRESA */
#empresa2 {
	background-color: var(--fondo1);
	padding-top: 0px;
	padding-bottom: 0px;
}
@media(min-width:992px) {
	#empresa2 {
		padding-top: 60px;
	}
}
/*/*/
/* MATERIALES ELÉCTRICOS */
#materiales-electricos {
	padding-top: 170px;
	background-image: url(../imagenes/fin-empresa.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.marcas-me {
	margin-top: 40px;
}
.marcas-me img {
	padding: 15px;
}
/*/*/
/* MATERIALES CONSTRUCCIÓN */
#materiales-construccion {
	padding-top: 170px;
	padding-bottom: 0px;
}
.marcas-mc {
	margin-top: 40px;
}
.marcas-mc img {
	padding: 15px;
}
/* EQUIPOS VIALES */
#equipos-viales {
	padding-top: 170px;
	padding-bottom: 0px;
}
/* HORMIGÓN ELABORADO */
#hormigon-elaborado {
	padding-top: 170px;
}
/*! PIE */
footer {
	background-color: var(--gris);
	color: #ccc;
	font-size: 14px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-image: url(../imagenes/top-footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}
footer a {
	color: #ccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
	color: var(--secundario);
}
footer td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}
footer td i {
	font-size: 16px;
	margin-top: 4px;
}
footer hr {
	margin-top: 40px;
	margin-bottom: 36px;
}
.redes-pie {
	text-align: start;
	font-size: 42px;
}
.creditos {
	background-color: #ccc;
	text-align: center;
	padding: 10px;
}
.links-pie {
	margin-top: 40px;
	margin-bottom: 30px;
}
@media(min-width:992px) {
	.redes-pie {
		text-align: end;
		margin-top: -3px;
	}
	.links-pie {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
/*!*/

/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
	z-index: 1500;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
@media(min-width:1400px) {
	footer td {
		padding-right: 30px;
	}
}
/*!*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	left: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: var(--primario); /* Set a background color */
	color: #fff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 100px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	line-height: 18px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}  
  #myBtn:hover {
	background-color: var(--gris); /* Add a dark-grey background on hover */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	#myBtn {
	bottom: 20px; /* Place the button at the bottom of the page */
	left: 20px; /* Place the button 30px from the right */
	}
}
#espacio {
	padding: 0px;
	height: 64px;
}
@media(min-width:992px) {
	#espacio {
		padding: 0px;
		height: 130px;
	}
}
