/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1611563709
Updated: 2021-01-25 08:35:09

Colores:
Azul: #4174B6

*/
:root {
    --color-enlaces: #F15A24 ;
}

body{
	font-family: 'Poppins', sans-serif;
}
p {
    margin-bottom: 5px !important ;
}
@media (min-width: 850px) {

    #customer_details, #order_review_heading, #order_review {
        width: 48%;
    }

    #customer_details {
        float: left;
    }

    #order_review_heading, #order_review {
        float: right;
    }

    #order_review_heading {
        padding-top: 0;
    }
    #customer_details .col-1, #customer_details .col-2
    {
        width: 100%;
        float: none;
    }
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.titulo-producto-loop{
	color:#4174B6;
	text-align: center;

}

.iconos-puesto{
	list-style-type: none;
}
.iconos-puesto i{
	color: #4174B6;
}

.iconos-puesto span{
	color: #4174B6;
}

.iconos-puesto li{
	line-height: 30px;
	min-height: 30px;
	font-size: 15px;
}

a{
    color: var(--color-enlaces) ;
}
.pagina__titulo h1 {
    color: white ;
    font-family: "Work sans", sans-serif ;
    font-weight: 600;
    font-size: 24px !important ;
}
.pagina__breadcrumbs  a {
    color: var(--color-enlaces) !important;
    font-size: 16px;
    font-weight: bold ;
}
.pagina__breadcrumbs  span {
    color: white ;
}

.elementor-location-footer {
    background: white !important ;
}

.breadcrumb_last {
    color: white ;
}
.pie__copyright p {
    margin: 0 !important
}
.pie__icono  .fas {
    background: var(--color-enlaces) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 18px !important;
    margin-right: 10px;
    width: auto !important;
}
.banner__tricolor {
    margin-bottom: 15px !important ;
}
.home .banner-cabecera__inferior {
    display: none !important ;
}
.banner-tricolor__columna {
    width: 33.33333333% !important;
    padding: 0!important;
    margin: 0!important;
}
.banner-tricolor-puestos__columna {
    width: 33.33333333% !important;
    padding: 20px!important;
    margin: 0!important;
}


@media screen and (max-width:1025px) {
    .banner__tricolor {
         height: 16px !important;
        margin-bottom: 0px!important;
    }
    .pagina__titulo {

    }
    .void-row {
        margin: 0!important ;
    }
}

