/* CSS Document */
body{ background:#FFF;
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
}
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif;
			text-decoration: none;
        }

        body {
            line-height: 1.6;
		   	
        }

       
        header {
            color: #fff;
            padding: 20px;
            text-align: center;
        }

        header img {            max-width: 350px;        }

        section {            padding: -1px 20px;        }

        h2 {   margin-bottom: 20px;         text-align: center;        }
         a{  text-decoration: none;color:#fb7447 !important;}
         a:hover{  text-decoration: none !important;}
        /* Noticias */
        .noticias {
            max-width: 1000px;
            margin: auto;
        }

        .noticia {
            margin-bottom: 20px;
            padding: 20px;
            background: #f4f4f4;
            border-radius: 8px;
			border:1px #FFFFFF solid;
			-webkit-box-shadow: 2px 2px 2px 2px #870C03; box-shadow: 2px 2px 2px 2px #870C03;
		        }
		.noticia h3{ color:#000; font-size:24px }		
        .noticia  p { font-size:16px;color: darkslategrey;}
        /* Carrusel */
        .carousel {
            max-width: 800px;
            margin: 40px auto;
            position: relative;
        }

.noticiaesp{
	  margin-bottom: 20px;
            padding: 20px;
            background: #f4f4f4;
            border-radius: 8px;
			border:1px #FFFFFF solid;
	-webkit-box-shadow: 2px 2px 2px 2px #5a607b; box-shadow: 2px 2px 2px 2px #5a607b;
	
}

.noticiaesp i{ color: #15117C}
.noticiaesp img{ margin: 3px;
}
        .carousel img {
            width: 100%;
            border-radius: 10px;
            display: none;
        }

        .carousel img.active {
            display: block;
        }

        /* Productos */
        .productos {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            max-width: 1000px;
            margin: auto;
        }

        .producto {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }

        .producto img {
            width: 100%;
            max-height: 150px;
            object-fit: cover;
            margin-bottom: 10px;
        }

        footer {
            background: #1e1e1e;            color: #fff;            text-align: center;            padding: 20px;            margin-top: 40px;			width:100%
        }
		.foot_t{ color:#FFF !important}
		.foot_t a{ color:#FFF !important}
		.foot_t a:hoover{ color:#FFF !important}
		
		.search-widget form input[type=text] {       position: absolute;
    background: none;
    border: none;
    top: 2.10rem;
    right: 3.65rem;
    color: #7a7a7a;}
		.hidden-xl-down, .visible-print-block {    display: none !important;}
.search-widget form button[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    bottom: .6125rem;
    right: .125rem;
    color: #7a7a7a;
}
         .sub_top_tit_exp{ background-color:#000; color:#fb7447;border-radius: 8px; height: 25px}
         .sub_top_tit_exp a{ margin-left:10px;}

		.f_tit{    color: #fb7447;   padding-bottom: 10px;                margin-bottom: 20px;               position: relative;}
        .f_links .f_tit:after {
          content: '';    position: absolute;    bottom: 0px;    left: 0px;    width: 100%;    height: 1px;    max-width: 100px;    background-color: #de8617;}

        #footer_links a{ color:#CCC; text-decoration: none;}

        /* Responsive */
        @media (max-width: 600px) {
            header img {
                max-width: 240px;
            }
        }

