/*
    Theme Name: Boulevard Plaza Ñuñoa
    Author: Motif
    Description: Template Boulevard Plaza Ñuñoa
    Version: 1.0.0
    Tags: Boulevard Plaza Ñuñoa
*/

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,600;0,800;1,700&display=swap');

:root{
    --bpn_azul-100: #6A9FFF;
    --bpn_azul-200: #004293;
    --bpn_gris-100: #656565;
    --bpn_naranjo-100: #FFC453;
    --bpn_naranjo-200: #FFA838;
    --bpn_naranjo-300: #D75D25;    
}

html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    min-height: 100%;
    font-family: 'Karla', sans-serif;
    color: #0B141F;
    padding-top: 67px;
}

/* Botones */
.btn.btn-bpn{
    border: none !important;
    border-radius: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 12px 30px !important;
    line-height: 1em;
}
.btn.btn-bpn.btn-azul{
    background: transparent linear-gradient(101deg, var(--bpn_azul-200) 0%, var(--bpn_azul-100) 100%) 0% 0% no-repeat padding-box;
    box-shadow: -9.81px 9px 43px #00429379;
    color: #FFF;
}
.btn.btn-bpn.btn-naranjo{
    background: transparent linear-gradient(101deg, var(--bpn_naranjo-300) 0%, var(--bpn_naranjo-200) 100%) 0% 0% no-repeat padding-box;
    box-shadow: -9.81px 9px 43px #D75D255C;
    color: #FFF;
}

/* Header */
header#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #FFF;;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,.5);
}
body.adminbar header#header{
    top: 32px;
}
header#header img.img.logo{
    width: auto;
    height: 50px;
}
header#header button.menu-responsive{
    display: none;
}

/* Header: RRSS */
.bpn-rrss ul.wp-block-social-links{
    justify-content: end;
    margin-bottom: 0;
}
.bpn-rrss ul.wp-block-social-links li.wp-social-link{
    background-color: transparent;
    color: var(--bpn_naranjo-300);
}
.bpn-rrss ul.wp-block-social-links li.wp-social-link a{
    padding: 0;
}

/* Footer */
footer#footer section.logos{
    background: transparent linear-gradient(100deg, var(--bpn_azul-200) 0%, var(--bpn_azul-100) 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0 60px;
}
footer#footer section.logos img.img.logo{
    height: 90px;
}
footer#footer section.logos .bpn-footer .textwidget{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 15px;
    color: #FFF;
    font-size: 14px;
}
footer#footer section.logos .bpn-footer .textwidget p{

}
footer#footer section.bottom{
    background-color: var(--bpn_naranjo-300);
    color: #FFF;
    padding: 20px 0;
    font-size: 13px;
}
footer#footer section.bottom p{
    margin-bottom: 0;
}
footer#footer ul.wp-block-social-links{
    justify-content: end;
    margin-bottom: 0;
}
footer#footer ul.wp-block-social-links li.wp-social-link{
    background-color: transparent;
    color: #FFF;
}
footer#footer ul.wp-block-social-links li.wp-social-link a{
    padding: 0;
}

/* Menú Principal */
ul.bpn-main_menu{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
ul.bpn-main_menu li.menu-item{
    color: var(--bpn_azul-200);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
ul.bpn-main_menu li.menu-item a{
    color: inherit;
    text-decoration: none;
    transition: .2s all ease-in-out;
    position: relative;
    padding-bottom: 4px;
}
ul.bpn-main_menu li.menu-item a:after{
    content: "";
    border-bottom: 2px solid var(--bpn_naranjo-300);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transition: .2s all ease-in-out;
}
ul.bpn-main_menu li.menu-item a:hover{
    color: var(--bpn_naranjo-300)
}
ul.bpn-main_menu li.menu-item a:hover:after{
    left: 0;
    width: 100%;
}

/* Contenido */
.section-header-carrusel{
    padding: 40px 0;
    color: #FFF;
    /* margin-bottom: 100px; */
    margin-bottom: -60px;
}
.section-header-carrusel .widget_media_image{
    text-align: center;
}
.section-header-carrusel .widget_media_image img{
    width: 100%;
    max-width: 480px !important;
}
.section-header-carrusel .widget_sow-editor{

}
.section-header-carrusel .widget_sow-editor .textwidget{
    font-size: 14px;
}
.section-header-carrusel .widget_sow-editor .textwidget p{
    margin-bottom: 0;
    font-weight: 300;
}
.section-header-carrusel .widget_sow-editor .textwidget p strong{
    font-weight: 600;
}
.section-promos{
    padding: 15px;
    min-height: 260px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}
.section-promos .so-widget-sow-editor{

}
.section-promos .so-widget-sow-editor h3.widget-title{
    color: var(--bpn_naranjo-100);
    font-weight: bold;
    font-size: 32px;
}
.section-promos .so-widget-sow-editor .textwidget{
    color: #FFF;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.section-nosotros{

}
.section-nosotros .textwidget{

}
.section-nosotros .textwidget h3{
    color: var(--bpn_naranjo-300);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}
.section-nosotros .textwidget h4{
    color: var(--bpn_azul-100);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.section-nosotros .textwidget p{
    margin-bottom: 4px;
}
.section-contacto{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.section-contacto .so-widget-sow-editor {

}
.section-contacto .so-widget-sow-editor h3.widget-title{
    color: var(--bpn_azul-200);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
}
.section-contacto .widget-header .so-widget-sow-editor .textwidget{
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
}
.section-contacto .widget-contacto{
    text-align: left;
}
.section-contacto .widget-contacto .so-widget-sow-editor h3.widget-title{
    color: var(--bpn_naranjo-300);
    text-transform: none;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    padding-right: 30px;
    display: inline-block;
}
.section-contacto .widget-contacto .so-widget-sow-editor .textwidget p{
    color: #A1A1A1;
}
.section-contacto .textwidget p{
    margin-bottom: 0;
}
.section-contacto iframe{
    width: 100%;
}
.section-servicios{
    margin-top: 60px;
    align-items: stretch !important;
}
.section-servicios > .panel-grid-cell{

}
.section-servicios > .panel-grid-cell > .panel-cell-style{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-servicios > .panel-grid-cell .widget:not(.widget_media_image){
    width: 100%;
    max-width: 480px;
    margin: 0 auto !important;
    padding: 30px;
}
/* .section-servicios > .panel-grid-cell:last-of-type .widget{
    margin: 0 auto 0 0 !important;
} */
.section-servicios > .panel-grid-cell .widget_media_image {
    text-align: center;
    /* transform: translateY(-50px); */
    padding: 0;
}
.section-servicios > .panel-grid-cell .widget_media_image .widget-logo img{
    width: 100%;
    max-width: 220px !important;
    display: inline-block;
}
.section-servicios > .panel-grid-cell:first-of-type .widget_media_image .widget-logo img{
    /* padding-top: 60px; */
}
.section-servicios > .panel-grid-cell .textwidget{
    text-align: center;
    font-size: 14px;
}
.section-servicios > .panel-grid-cell .textwidget h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.section-servicios > .panel-grid-cell .textwidget h4{
    font-weight: 600;
    /* color: #656565; */
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0;
}
.section-servicios > .panel-grid-cell .textwidget p{
    /* color: #1C1D1F; */
    color: #FFF;e
}

/* Páginas: Restaurantes */
.section-header{
    align-items: stretch !important;
}
.section-header .panel-grid-cell:first-of-type{
    display: flex;
    align-items: center;
    justify-content: end;
}
.section-header .panel-grid-cell:first-of-type .widget_media_image{
    max-height: 400px !important;
    display: flex;
    justify-content: end;
    align-items: stretch;
}
.section-header .widget_media_image img{
    max-height: 100%;
    transform: translateX(80px);
    width: 420px;
}
.section-header .widget_sow-editor {

}
.section-header .widget_sow-editor .textwidget{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 60px 0
}
.section-header .widget_sow-editor .textwidget h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 30px;
}
.section-header .widget_sow-editor .textwidget h4{
    font-size: 22px;
    text-transform: uppercase;
    color: #656565;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.section-header .widget_sow-editor .textwidget p{
    font-size: 16px;
    color: #1C1D1F;
}
.section-header .widget_sow-editor .textwidget .btn.btn-bpn{
    font-size: 16px !important;
    padding: 12px 60px !important;
    margin-top: 30px;
}

/* Widgets */
.widget-mobile{
    display: none;
}

/* Widgets: Carrusel */
.widget_bpn_carrusel{
    transform: translateY(70px);
    box-shadow: 0px 2px 25px 2px rgba(0,0,0,.4);
    border-radius: 32px;
}
.widget_bpn_carrusel .carousel-inner{
    border-radius: 32px;
}
.widget_bpn_carrusel .carousel-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 170px;
    background-color: #CCC;
}
.widget_bpn_carrusel .carousel-item .carousel-caption {
    position: relative;
    right: initial;
    left: initial;
    bottom: initial;
    padding-top: 50px;
    padding-bottom: 50px;
}
.widget_bpn_carrusel .carousel-item .carousel-caption h1{
    font-size: 52px;
}
.widget_bpn_carrusel .carousel-control-prev{
    left: -33px;
    width: auto;
}
.widget_bpn_carrusel .carousel-control-next{
    right: -33px;
    width: auto;
}
.widget_bpn_carrusel .carousel-indicators{
    position: absolute;
    margin: 0 0 5px;
}
.widget_bpn_carrusel .carousel-indicators > button{
    border: 1px solid #FFF;
    border-radius: 90px;
    background-color: transparent;
    width: 40px;
    height: 5px;
    transition: .2s all ease-in-out;
}
.widget_bpn_carrusel .carousel-indicators > button:hover,
.widget_bpn_carrusel .carousel-indicators > button.active{
    background-color: #FFF;
}

/* Widgets: Destacados */
.widget_bpn_destacados h3.widget-title{
    color: var(--bpn_azul-100);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    gap: 50px;
    align-items: center;
}
.widget_bpn_destacados h3.widget-title:after,
.widget_bpn_destacados h3.widget-title:before{
    content: '';
    width: 100%;
    border: 1px solid var(--bpn_naranjo-100);
}
.widget_bpn_destacados a{
    text-decoration: none;
}

/* Widgets: Contact Form 7 */
form.wpcf7-form label{
    font-size: 0;
    color: transparent;
    width: 100%;
}
form.wpcf7-form .wpcf7-form-control{
    font-size: 14px;
    border: none;
    border-bottom: 1px dashed var(--bpn_azul-100);
    background-color: transparent;
    padding: 10px 15px;
    width: 100%;
    color: #A1A1A1;
}
form.wpcf7-form input.wpcf7-submit {
    background: transparent linear-gradient(106deg, var(--bpn_naranjo-300) 0%, var(--bpn_naranjo-200) 100%) 0% 0% no-repeat padding-box;
    box-shadow: -9.81px 9px 43px #D75D255C;
    color: #FFF;
    display: inline-block;
    width: auto;
    min-width: 160px;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

/* Widgets: Modal */
.widget_bpn_modal {
    text-align: center;
}
.modal .modal-dialog p:empty{
    display: none;
}
.modal .modal-dialog .modal-content{
    background: transparent linear-gradient(117deg, var(--bpn_azul-200) 0%, var(--bpn_azul-100) 100%) 0% 0% no-repeat padding-box;
    box-shadow: -12px 12px 43px #00429340;
    border-radius: 40px;
    color: #FFF;
}
.modal .modal-dialog .modal-header{
    padding: 25px 50px 10px;
    border: none;
}
.modal .modal-dialog .modal-header h1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px !important;
}
.modal .modal-dialog .modal-header .btn-close{
    color: #FFF;
}
.modal .modal-dialog .modal-body{
    padding: 0 50px 25px;
}
.modal .modal-dialog .modal-body .panel-layout{

}
.modal .modal-dialog .modal-body .panel-layout .panel-grid {

}
.modal .modal-dialog .modal-body .panel-layout .panel-grid .panel-grid-cell{
    width: 100%;
    padding: 0;
}
.modal .modal-dialog .modal-body .panel-layout .panel-grid .panel-grid-cell .widget_sow-editor{
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.modal .modal-dialog .modal-body .panel-layout .panel-grid .panel-grid-cell .widget_sow-editor .so-widget-sow-editor{

}
.modal .modal-dialog .modal-body .panel-layout .panel-grid .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget{

}
.modal .modal-dialog .modal-body .textwidget table{
    color: #FFF;
}
.modal .modal-dialog .modal-body .textwidget table thead tr th{
    border: 1px solid #004293;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
.modal .modal-dialog .modal-body .textwidget table thead tr th:empty{
    border: none;
}
.modal .modal-dialog .modal-body .textwidget table tbody tr th{
    border: 1px solid #004293;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    vertical-align: middle;
}
.modal .modal-dialog .modal-body .textwidget table tbody tr td{
    border: 1px solid #004293;
    vertical-align: middle;
    font-size: 18px;
}
.modal .modal-dialog .modal-body .textwidget table tbody tr th,
.modal .modal-dialog .modal-body .textwidget table tbody tr td{
    border-bottom: 3px solid var(--bpn_naranjo-100);
}
.modal .modal-dialog .modal-body .textwidget table tbody tr:last-of-type th,
.modal .modal-dialog .modal-body .textwidget table tbody tr:last-of-type td{
    border-bottom: 1px solid var(--bpn_azul-200);
}
.modal .modal-dialog .modal-body .textwidget table tbody tr td.text-sm{
    font-size: 16px;
    font-weight: 300;
}
.modal .modal-dialog .modal-body .textwidget table tbody tr td.text-sm b{
    font-weight: 600;
}
.modal .modal-dialog .modal-body .textwidget p{
    font-size: 18px;
    color: #FFF;
    margin-bottom: 0;
}

/* Cards: Restaurant Min */
.card.card-restaurant{
    padding: 0;
    border: none;
    border-radius: 0;
    height: 100%;
    transition: .2s all ease-in-out;
}
.card.card-restaurant:hover{
    box-shadow: 0px 2px 20px 1px rgba(0,0,0,.1);
}
.card.card-restaurant .card-header{
    padding: 0;
    border: none;
}
.card.card-restaurant .card-header img.post-thumbnail{
    width: 100%;
    object-fit: cover;
}
.card.card-restaurant .card-body{
    text-align: center;
    border-radius: 0;
}
.card.card-restaurant .card-body h4{
    color: #3B3B3B;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    transition: .2s all ease-in-out;
}
.card.card-restaurant:hover .card-body h4{
    color: var(--bpn_azul-100)
}
.card.card-restaurant .card-body .excerpt{
    color: #ABABAB;
    font-size: 12px;
    /* font-style: italic; */
    font-weight: 300;
}
.card.card-restaurant .card-body hr{
    border-top: 2px solid var(--bpn_naranjo-100);
    width: 30px;
    margin: 1rem auto;
}
.card.card-restaurant .card-body p.n-local{
    opacity: 0;
    margin-bottom: 5px;
    min-height: 16px;
    line-height: 16px;
    color: var(--bpn_naranjo-300);
    font-size: 14px;
    transition: .2s all ease-in-out;
}
.card.card-restaurant:hover .card-body p.n-local{
    opacity: 1;
}
.card.card-restaurant .card-body p.horario{
    font-size: 14px;
    text-transform: uppercase;
}
.card.card-restaurant .card-body p.reserva{
    font-size: 14px;
}
.card.card-restaurant .card-body ul.rrss{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.card.card-restaurant .card-body ul.rrss li a img{
    display: block;
    width: 28px;
    transition: .2s all ease-in-out;
}
.card.card-restaurant .card-body ul.rrss li a:hover img {
    transform: scale(1.1);
}
.card.card-restaurant .card-body p a.link{
    color: var(--bpn_naranjo-300);
}

/* Cards: Restaurant Min */
.card.card-restaurant.card-min{
    border: none;
    box-shadow: none;
}
.card.card-restaurant.card-min .card-body{
    border: none;
    padding: 0 0 15px;
    text-align: center;
}
.card.card-restaurant.card-min .card-body img.logo{
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1;
    border-radius: 9999px;
    object-fit: cover;
    display: inline-block;
}
.card.card-restaurant.card-min .card-body h4{
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    transition: .2s all ease-in-out;
}
a:hover .card.card-restaurant.card-min .card-body h4{
    color: var(--bpn_naranjo-300);
}

@media only screen and (max-width: 768px) {

    /* Header */
    header#header button.menu-responsive{
        display: flex;
        flex-direction: column;
        border: none;
        padding: 0;
        gap: 5px;
        width: 32px;
        background-color: transparent;
    }
    header#header button.menu-responsive > span{
        display: block;
        width: 100%;
        border-bottom: 4px solid var(--bpn_naranjo-300);
    }
    .bpn-rrss ul.wp-block-social-links{
        display: none;
        text-align: center;
    }
    .bpn-rrss ul.wp-block-social-links li.wp-social-link{
        display: inline-block;
    }

    /* Menú Principal */
    ul.bpn-main_menu{
        display: block;
        text-align: center;
        display: none;
    }
    ul.bpn-main_menu li.menu-item{
        margin-top: 4px;
        margin-bottom: 4px;
    }

    /* Footer */
    footer#footer section.logos{
        padding: 30px 0 40px;
    }
    footer#footer section.logos .bpn-footer .textwidget{
        grid-template-columns: repeat(1,minmax(0,1fr));
        text-align: center;
    }
    footer#footer section.logos .bpn-footer .textwidget p{
        margin-bottom: 0;
    }
    footer#footer ul.wp-block-social-links{
        justify-content: center;
    }

    /* Contenido */
    .section-header-carrusel{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .section-header-carrusel .widget_bpn_carrusel{
        /* display: none; */
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .section-servicios .panel-grid-cell{
        margin-bottom: 0 !important;
    }
    .section-servicios > .panel-grid-cell .textwidget{
        text-align: left;
        font-weight: 100;
    }
    .section-servicios > .panel-grid-cell .widget .widget-logo{
        padding: 30px 15px;
    }
    .section-servicios > .panel-grid-cell .textwidget h3{
        /* text-transform: none; */
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    /* Widgets */
    .widget-desktop{
        display: none;
    }
    .widget-mobile{
        display: block;
    }

    /* Widgets: Carrusel */
    .widget_bpn_carrusel .carousel-item.active{
        display: flex;
        align-items: center;
    }
    .widget_bpn_carrusel .carousel-item .carousel-caption{
        display: flex;
        height: 100%;
        min-height: 170px;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    .widget_bpn_carrusel .carousel-item .carousel-caption h1{
        font-size: 28px;
    }

    /* Widgets: Modal */
    .modal.show .modal-dialog{
        padding-top: 60px;
    }
    .modal .modal-dialog .modal-header{
        padding: 25px 28px 10px;
        position: relative;
    }
    .modal .modal-dialog .modal-header h1{
        text-align: left;
        font-size: 24px !important;
    }
    .modal .modal-dialog .modal-header:after{
        content: "";
        border-bottom: 1px solid var(--bpn_azul-200);
        display: block;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
    }
    .modal .modal-dialog .modal-body{
        padding: 15px 15px 25px;
    }
    .modal .modal-dialog .modal-body .textwidget p{
        font-size: 14px;
    }
    .modal .modal-dialog .modal-body .textwidget strong{
        font-weight: 600;
    }
    .modal .modal-dialog .modal-body .textwidget hr{
        border-top: 4px solid var(--bpn_naranjo-100);
        opacity: 1;
    }
    .modal .modal-dialog .modal-body .textwidget hr.azul{
        border-top: 1px solid var(--bpn_azul-200);
    }
}