/******************************************************/

/*
Gama de colores:
primary : #5fe3e1
secondary: #808080
success: #64edc4
#ebebeb

/******************************************************/

@font-face {
    font-family: 'DMSerifDisplay-Regular';
    font-weight: 600;
    src: url(../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf) format('truetype');
}
/* ExtraBold Italic*/

@font-face {
    font-family: 'DMSerifDisplay-Italic';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/DM_Serif_Display/DMSerifDisplay-Italic.ttf) format('truetype');
}
/* Bold */

@-webkit-keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes tracking-out-contract {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
}
@keyframes tracking-out-contract {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
}
html, body {
    height: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif;
}
body.swal2-height-auto {
    height: 100% !important
}
body.bg {
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
}
/* HOME */

#intro {
    height: 100%;
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    width: 100%;
}
#intro>div {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 1.5rem;
    min-height: calc(100% - 250px);
}
#home-header {
    font-size: 43px;
    font-family: 'DMSerifDisplay-Regular';
    line-height: 1;
    text-transform: uppercase;
}
#home-header span.d-block {
    /*font-size: 125%;*/
}
.text-sup {
    font-size: 50%;
    vertical-align: top;
    margin-left: 15%;
}
.text-sub {
    font-size: 75%;
    vertical-align: bottom;
}
#intro>div>p {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
#intro footer {
    background-image: url(../images/fondo-footer.png);
    background-size: 100% 250px;
    height: 250px;
}
#intro footer>div {
    padding-top: 50px;
}
#intro .img-chica {
    left: 0;
}
#intro .logofooter {
    width: 50px;
    filter: brightness(0) invert(1);
    display: block;
    margin: 3rem auto;
}
#intro #nav-footer {
    justify-content: center;
}
@media (min-width: 355px) {
    #home-header span.d-block {
        font-size: 125%;
    }
}
@media (min-width: 576px) {
    #home-header {
        font-size: 55px;
    }
    #intro .img-chica {
        left: calc(50% - 300px)
    }
}
@media (min-width: 768px) {
    #intro .img-chica {
        max-height: 260px;
        left: calc(50% - 300px - 150px);
    }
}
@media (min-width: 992px) {
    #intro .img-chica {
        max-height: 310px;
    }
}
#contenedor {
    height: 100%;
    background-color: #ffffff;
    color: #ffffff;
    position: absolute;
    width: 100%;
}
#pasos {
    min-height: calc(100% - 230px);
}
footer {
    background-image: url(../images/bg-footer.png);
    background-repeat: repeat-x;
    background-size: 100% 150px;
    background-position: center bottom;
    height: 230px;
    position: relative;
}
footer>div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
    transition: all .6s;
}
.img-chica {
    max-height: 230px;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all .6s;
}
.logofooter {
    display: none;
}
#nav-footer {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: .7rem;
    justify-content: flex-end;
}
main>div {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 1.5rem;
    color: #000000;
}
.new-line::before {
    content: '\A';
    white-space: pre;
}
.btn {
    min-width: 160px;
}
.container {
    max-width: 800px;
}
.negative {
    filter: brightness(0);
}
.negative-white {
    filter: brightness(0) invert(1);
}
.DMSRegular {
    font-family: 'DMSerifDisplay-Regular' !important;
}
.border-brand {
    max-width: 15%;
    width: 150px;
    height: 2px;
    display: block;
    margin: 1rem auto;
    background: #000000;
}
header.header-publico {
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    color: #ffffff;
    padding: 1.8rem;
    text-transform: uppercase;
    font-family: 'DMSerifDisplay-Regular';
}
header.header-publico h1 {
    font-size: 40px;
    line-height: 0.6;
    margin-bottom: 0;
    margin-top: .5rem;
}
header.header-publico h3 {
    font-size: 23px;
    line-height: 0.6;
    margin-bottom: 0;
    margin-top: .5rem;
}
.titulo_escaparate {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 1.5rem;
}
.content-presupuestos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}
.presupuesto {
    font-family: 'DMSerifDisplay-Regular';
    width: 250px;
    max-width: 100%;
    border-bottom: 2px solid #000000;
    line-height: 0;
    padding-bottom: .5rem;
    margin: 0 auto;
}
.presupuesto>h3 {
    text-transform: uppercase;
}
.presupuesto>span {
    float: right;
    font-size: 50px;
    margin-top: 1.3rem;
}
#content-categorias {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.categoria-item {
    height: 220px;
    cursor: pointer;
}
.categoria-item:focus-within {
    border: 2px solid grey;
}
.categoria-item>img {
    height: 150px;
    width: 115px;
    margin: 0 auto;
    display: block;
}
.categoria-item .logocategoria {
    position: absolute;
    top: 72px;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.total-categoria {
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80px;
    height: 30px;
    font-size: 16px;
    margin-left: -40px;
    line-height: 25px;
}
.total-categoria~p {
    margin-top: 1.5rem;
}
/*
CARRUSEL SLIDER
--------------------------------------------------------*/

.carousel.carousel-multiple {
    position: relative;
}
.carousel-multiple .carousel-control-next {
    width: 10%;
    text-align: right;
    justify-content: flex-end;
    margin-right: 10px;
    color: #000000;
}
.carousel-multiple .carousel-control-prev {
    width: 10%;
    text-align: left;
    justify-content: flex-start;
    margin-left: 10px;
}
.carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
    transform: translateX(100%);
}
.carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
}
@media (max-width: 400px) {
    .carousel-item .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 400px) {
    .carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}
@media (min-width: 576px) {
    .carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}
@media (min-width: 768px) {
    .carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
@media (min-width: 992px) {
    .carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
@media (min-width: 1200px) {
    .carousel-multiple .carousel-inner .carousel-item-right.active, .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
/*@media (max-width: 576px) {
    .carousel-multiple .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-multiple .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}*/

.carousel-multiple .carousel-inner .carousel-item.active, .carousel-multiple .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-multiple .carousel-inner .carousel-item-right, .carousel-multiple .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.carousel-multiple .carousel-item .col-* {
    padding-left: 5px;
    padding-right: 5px;
}
/* fin de carrusel slider*/

#content-tiendas {
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.tiendas-slider:after {
    content: " ";
    display: table;
    clear: both;
}
.tiendas-slider>div {
    width: 50%;
    float: left;
    padding: 0 .5rem 2rem;
}
.tiendas-slider figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #eaeaea;
    margin-bottom: 2px;
}
.tiendas-slider figure:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.tiendas-slider .form-control {
    /*background-color: #d391b2;
    color: #ffffff;*/
}
.categoria-result {
    margin-bottom: 2rem;
}
.categoria-result h3 {
    margin-bottom: 1.5rem;
    padding-left: .5rem;
}
@media (min-width: 400px) {
    .tiendas-slider>div {
        width: 33.33%;
        float: left;
        padding: 0 .5rem 2rem;
    }
}
@media (min-width: 576px) {
    .img-chica {
        left: calc(50% - 300px)
    }
    .content-presupuestos {
        flex-direction: row;
    }
    .tiendas-slider>div {
        width: 25%;
        float: left;
        padding: 0 .5rem 2rem;
    }
}
@media (min-width: 768px) {
    .img-chica {
        left: calc(50% - 300px);
    }
    .tiendas-slider>div {
        width: 20%;
        float: left;
        padding: 0 .5rem 2rem;
    }
}


.chat-form-buttons .custom-file-naked {
    width: 1.5rem;
    margin-left: 0.375rem;
    top: 5px;
}

.custom-file-naked {
    cursor: pointer;
    width: auto;
    height: auto;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin-bottom: 0;
}

.custom-file-naked .custom-file-input {
    width: auto;
    height: auto;
    cursor: pointer;
}

.custom-file-naked .custom-file-label {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    cursor: pointer;
}

.chat-form-buttons i {
    color: #6c757d;
    font-size: 1.25rem;
    cursor: pointer;
}

.custom-file-label::after {
    display: none;
}