:root{
    --light: #E2E2E2;
    --primary: rgb(9, 9, 71);
    --secondary: rgb(70, 70, 55);
}

*, *::after, *::before {
    padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	list-style:none;
}
body{
	background:linear-gradient(
	90deg,
	rgba(246, 246, 246 )20%,
	rgba(219, 44, 44 )100%);
	font-family:Arial,Helvetica,sans-serif;
}
header{
	padding:auto;
}
.conteiner{
	max-width:1100px;
	margin:0 auto;
}

.back{
	padding:32px 0;
	background-color:rgb(247, 194, 194 );
}
.menu{
	position:absolute;
	top:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1000;
}
.logo img{
	margin:auto;
	width:120px;
	height:50px;
}
/**/

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(247, 194, 194 );
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: rgb(130, 130, 130 );
	text-align: center;
	padding: 23px 16px;
	text-decoration: none;
	font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(246, 81, 81 );
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: rgb(219, 24, 24);
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*INICIO IMAGEN */


.inicio{

}

.imagen-inicio{
	margin:0px;
	padding:0px;
}

.imagen-inicio img{
	width:100%;
	height:400px;
}

.info-intro{
	position:static;
	display:block;
	color: black;
	text-align: center;
	padding:10px;
	
}

.info-intro h2{
	margin:20px;
	font-size:24px;
	color: rgb(2, 60, 111);
    text-align: center;
    text-transform: uppercase;
}

.info-intro p{
	margin:auto ;
	padding:auto;
	font-size:18px;
	color: rgb(2, 60, 111);
    text-align: center;
    text-transform: uppercase;
}
/*imagenes de iconos*/
.inicio-imagen{
	text-align:center;
	max-width:1600px;
	max-height:300px;
	background-color:blue;

	
}

.info-imagen{
	float:left;
	margin:40px;
	width:230px;
	height:200px;

	
}

.info-imagen img{
	width:100px;
	height:100px;
}
/*Informacion */

.intro-info2{
	margin:0px;
	padding:0px;
}

.intro-info2 p{
	margin:auto ;
	padding:auto;
	font-size:18px;
	color: black;
    text-align: center;
    text-transform: uppercase;
}


/*banner/marquee*/

.marquee{
	width:100%;
	height:150px;
	border-top:3px solid gray;
	border-bottom:3px solid gray;
	overflow:hidden;
	position:relative;
}

. marquee li{
	font-size:50px;
}

.marquee-content{
	display:flex;
	list-style:none;
}

.marquee-item{
	flex-shrink:0;
}

.marquee-item img{
	width:auto;
	height:150px;
}

/* marquee animacion */

.marquee-content{
	display:flex;
	list-style:none;
	animation:scrolling 30s linear infinite;
}

@keyframes scrolling{
	0%{transform:translateX(0);}
	100%{transform:translateX(-100%);}
}

/*footer*/
#footer {
	position:relative;
	height:50px;
	line-height: inherit;
	margin: 0 auto;
	background:rgb(246, 81, 81 );
	overflow:hidden;
	text-align: center;
	max-width:1600px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1000;
	padding:32px 0;
	
}

.footer-info a {
	color:black;
}


.footer-info {
	position: absolute;
	left:0;
	right:0;
	top: 20px;
	height: 50px;
	line-height:20px;
	margin: 0;
}

.footer-info li a {
	padding: 5px;
}

#footer .footer-info  li {
	font-size:20px;
}
ul.footer-info  {
		cursor: default;
	}

		ul.footer-info  li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px rgba(145, 146, 147, 0.25);
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.footer-info li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul..footer-info  {
		cursor: default;
	}

		ul..footer-info li {
			display: inline-block;
			margin: 0 0 0 0.5em;
		}

			ul..footer-info  li:first-child {
				margin-left: 0;
			}

/*
@media screen and (max-width: 736px) {

		/* Footer *//*

	#footer .footer-info  li {
		border-left: 0;
		padding: 1em 0 0 0;
		margin: 0;
		display: block;
	}

	#footer .footer-info  li:first-child {
		padding-top: 0;
	}

	#footer .footer-info  li a {
		line-height: 1.5em;
	}

}
	*/




/*productos GENERAL*/

.productos-general{
	margin:5px;
	padding:10px;
	width:100%;
	height:300px;
	position:absolute;
	
}
.productos-iconos{
	margin:auto;
	width:1080px;
	height:300px;
	position:relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:10px;
	margin:10px;
	
}

@media(min-width: 480px){
    .contenedor {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .card{
        display: flex;
        flex-direction: column;
    }
    .card-body{
       flex-grow: 1;
       display: flex;
        flex-direction: column;
    }
	
}
/*
.productos-iconos img{
	width:150px;
	height:200px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
*/
.ih-item.square.effect4 .img{
	width:300px;
	height:200px;
	padding:1px;
}


/*.productos-iconos img:hover{
	height: 300px;
	width: 300px;
	
}*/



.productos{
	margin:5px;
	padding:10px;
	width:100%;
}

.info-producto{
	margin:5px;
	padding:10px;
	width:100%;}

div#general{
	margin:auto;
	width:auto;
	height:auto;
	/*background-color:rgba(236, 239, 241,.8);*/
}


#general img{
    width: 100%;
	height:250px;
    display: block;
}
#general h1{
	color:black;
}

.card{
	width:350px;
}

h1 {
    color: rgb(2, 60, 111);
    text-align: center;
    text-transform: uppercase;
}
.contenedor{
    width: 95%;
    width: 1200px;
    margin: 0 auto;
	padding:30px;
}

.card-header{
    height: 250px;
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.card-title{
    text-align: center;
    margin: 0;
	padding:5px;
}
.card-description{
    flex-grow: 1;
}
.card-header img{
    border-radius: 10px 10px 0 0;
}
.card-body{
    border-radius: 0 0 10px 10px;
	background-color: #fff;
	background-color:rgb;
    padding: 20px 15px;
    text-align: justify;
    border: 1px solid #ccc;
	
}
.btn{
    display: block;
    background-color: var(--secondary);
    padding: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

@media(min-width: 480px){
    .contenedor {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .card{
        display: flex;
        flex-direction: column;
    }
    .card-body{
       flex-grow: 1;
       display: flex;
        flex-direction: column;
    }
	
}

/*sticky buttom*/

.my-button {
  padding: 10px 10px;
  background-color:rgba(118,101,100,.5);
  color: white;
  border: none;
  border-radius: 50px;
  position: sticky;
  cursor: pointer;
  bottom:0;
}

.my-button:hover {
  background-color:rgba(255,5,9,.5);
}

.my-button:active {
  background-color: #3e8e41;
}


/*line card*/

.linecard-info{
	padding:auto;
	margin:10px;
	text-align:center;
}


.linecard {
	position: relative;
	margin:5px;
	overflow: hidden;
	/*background-color:pink;*/
	
}

.linecard img{
	max-width:100%;
	background:white;
	border-radius:20px;
	width:100px;
	justify-content:space-between;
	
}
.linecard .mg1{
	width:300px;
	height:400px;
}
.linecard .mg1:hover{
	transform: scale(1.1);
	transition:2s;
}

.linecard .mg2{
	width:300px;
	height:400px;
}
.linecard {
	height: auto;
	line-height: inherit;
	text-align: center;
	padding: 2em 1em 2em 1em;
	
}


@media screen and (max-width: 736px) {
	.linecard .mg1 {
		width:300px;
		height:400px;
	}
	.linecard .mg2 {
		width:300px;
		height:400px;
	}
}

.linecard img{
	height:50%;
	width:50%;
	background:white;
	border-radius:20px;
}
.linecard {
	height: auto;
	line-height: inherit;
	text-align: center;
	padding: 2em 1em 2em 1em;
}

@media screen and (max-width: 736px) {


	.linecard .linecard-clientes li {
		border-left: 0;
		padding: 1em 0 0 0;
		margin: 0;
		display: block;
	}

	.linecard .linecard-clientes li:first-child {
		padding-top: 0;
	}

	.linecard .linecard-clientes li  {
		line-height: 1.5em;
	}

}



/*Estilos de la galeria*/
/*
.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
}

.galeria img {
	width: 300px;
	height: 400px;
}
*/
/*Estilos del modal*/
/*
.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
}

.imagen {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 500px;
	height: 600px;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 150px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}

*/





/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}