/*!
Theme Name: Aceros Bugambilia
Theme URI: http://underscores.me/
Author: Daniel García
Author URI: https://www.dgarcia.mx/
Description: Template para Aceros Bugambilia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aceros
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aceros Bugambilia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

h1,h2,h3,h4,h5{font-family: 'Space Grotesk', sans-serif;}
#top-bar li a{text-transform: uppercase; color: var(--bs-dark);font-weight: 500;font-size:14px; }
#top-bar li a:hover{color: var(--bs-primary); }

#main-menu li a {color: white;text-transform: uppercase;font-size: 14px;font-weight: 500;}

#newsletter{padding-top: 90px; padding-bottom: 90px;}
#newsletter-container{/*background-image: url("./assets/images/newsletter-bg.jpg");*/background-position: center; background-repeat: no-repeat;background-size: cover;
padding: 50px 30px;}

#formNewsletter .form-control, #formSearch .form-control,#formSearchMobile .form-control{border-radius: 20px 0px 0px 20px;}
#formNewsletter .btn, #formSearch button,#formSearchMobile button{border-radius: 0px 20px 20px 0px;}

.white-map{background-image: url('./assets/images/white_map.jpeg');
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;}
.text-about h1, .text-about h2 {color: var(--bs-primary); font-weight: 500;}

#datos{background-image: url('./assets/images/bg-azul.jpeg');background-position: 0 0 !important;background-repeat: no-repeat !important;
background-size: cover;}

.icon-fundacion{background-image: url('./assets/images/icons/calendar.png');background-repeat: no-repeat !important;
background-size: contain; background-position: center;}

.icon-gente{background-image: url('./assets/images/icons/people.png');background-repeat: no-repeat !important;
background-size: contain;background-position: center;}

.icon-envios{background-image: url('./assets/images/icons/truck.png');background-repeat: no-repeat !important;
background-size: contain;background-position: center;}

.icon-sucursales{background-image: url('./assets/images/icons/supermarket.png');background-repeat: no-repeat !important;
background-size: contain;background-position: center;}

footer .widget-title{text-transform: uppercase;font-size: 16px;color: white;}
footer .menu{list-style: none;position: relative;}
footer .menu li a{color:white; font-size: 14px;text-transform: uppercase;text-decoration: none;}
footer .menu li:before{content: "";position: absolute;width: 7px;height: 7px;background-color: var(--bs-primary);border-radius: 50%;margin-left: -13px;
    margin-top: 10px;}
footer .widget-footer p{color:white; margin-top:10px;}

#menu-legales li a {color: white;text-transform: uppercase;font-size: 12px;}

#swiper-categorias {height: 100%;}
.menu-categorias li a {padding-top: 2px;padding-bottom: 2px;color: var(--bs-dark);}

.offcanvas {z-index: 9999;}

body.woocommerce-page header.entry-header {display: none;}
.card-product {overflow: hidden;}
.card-hover {position: absolute;bottom: -300px;background-color: white;padding: 20px 0;align-items: center;width: 100%;transition: all 0.4s;}

.card-product:hover .card-hover{bottom: 0;}

.contact-container {border-radius: 20px;}

#head-page{background-image: url("./assets/images/bg-aceros.jpg");background-size: cover; background-position: center;}

.info-box {border-radius: 20px;background-size: cover;background-repeat: no-repeat;}
.woocommerce-input-wrapper input {width: 100%;height: 42px;border: 2px solid #cecece;}
.select2-container--default .select2-selection--single {
    height: 40px;
    border: 2px solid #cecece;
}

span.aioseo-breadcrumb a {
    color: white;
}

.has-post-thumbnail img{max-width:100%;height:auto;}