@import 'index.css';
@import 'unete.css';
@import 'catalogo.css';
@import 'nosotros.css';
@import 'blog.css';
@import 'producto.css';
*{
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 14px;
}
.box_header{
 display: flex; 
 padding-left: 20px;
 padding-right: 20px;
 padding-left: 40px;
 padding-top: 19px;
 height: 130px;
}

.header_logo img{
	width: 100%;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}

.header_logo{
	width: 24%;
	margin: 20px;
}

.header_search{
	display: flex;
    width: 45%;
    margin: 20px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 8.6px;
    height: 37px;
    border-radius: 10px;
    margin-top: 35px;
}
.header_desktop{
  display: block;
}
.header_movil{
  display: none;
}
.footer_redes{
    width: auto;
    margin-top: 20px;
    float: left;
}
.footer_redes i{
    font-size: 30px;
    color: white;
}
.header_redes{
	padding: 15px;
    width: 18%;
    margin: 20px;
    float: left;
}
.header_redes i{
	font-size: 30px;
	color: #002e79;
}
.box-search{
    width: 100%;
    padding-left: 7px;
    height: 37px;
    border-radius: 10px 0px 0px 10px;
}
.box-search input{
 height: 34px;
 width: 100%;
 border: none;
 
}
.box-search input:focus{
outline: none;
}
.box-search input::placeholder{
 color:#b0b0b0;
}
ul {
    list-style: none;
    margin: 0;
}
 .btn-search{
 	height: 37px;
    width: 40px;
    border-radius: 0px 10px 10px 0px;
    background: #002e79;
    color: white;
    font-weight: bold;
 }
 .menu li{
    display: inline-block;
    vertical-align: top;
    min-width: 123px;
    margin-left: 30px;
    color: white;
    padding: 20px;
}
 .ic {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: white;
    padding: 20px;
}
 .menu .ex{
    padding: 0px !important;

}

.header_redes .ic{
    padding: 0px !important;

}

 .header_redes li{
    padding: 20px;
}
.footer_redes .ic{
    padding: 0px !important;

}

 .footer_redes li{
    padding: 20px;
}
.menu li a {
    width: 100px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.menu li a:hover {
    color: grey !important;
}
.menu{
	display: flex;
    background: #002e79;
    height: 60px;
    margin-top: 30px;
    justify-content: center;
}
.exclusiva{
   background: #cfcfcf;
    padding: 21px;
    text-align: center;
    color: black;
    height: 60px;
    width: 125px;
    font-weight: bold;
}

@media only screen and (max-width: 1080px) {

	.exclusiva{
	    background: #cfcfcf;
	    padding: 10px;
	    text-align: center;
	    color: black;
	}
	.header_redes i{
	 font-size: 25px;
	 color: #002e79;
   }
	   .header_redes {
	    padding: 15px;
	    width: 26%;
	    margin: 20px;
	    float: left;
	}
}

/* menu movil */


.header_movil .navbar-collapse ul{
	margin-top: 20px;
}  

.header_movil .navbar-collapse li{
	border-bottom: solid 1px #c5c1c1;
    padding: 5px;
}
.header_movil .navbar-collapse li:hover{
	border-bottom: solid 1px #eee;
}
.header_movil .box-movil img{
	width: 49%;
    margin-top: 39px;
}

@media only screen and (max-width: 912px) {
	.exclusiva{
	    background: #cfcfcf;
	    padding: 10px;
	    text-align: center;
	    color: black;
	    height: 60px;
	}
	.header_redes i{
	 font-size: 25px;
	 color: #002e79;	 
   }
	   .header_redes {
	    float: left;
	    width: auto !important;
	    margin: 0px !important;
	    padding: 5px;
	    list-style: none;
	}
	.header_search{
		width: 79%;
	}
	.header_desktop{
	  display: none;
	}
	.header_movil{
	  display: block;
	}
}

/* footer */

.footer-style {
    padding-top: 50px;
    background-color: #002e79;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
    font-weight: 800;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
    text-align: left;
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.list-inline li{
 color: white;
 font-weight: bol;
 list-style: disc;
}
.list-inline li a{
  text-decoration: none;
  color: white !important;
}