@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900");
@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,100italic,700italic,500italic,400italic,900italic);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: CaviarDreams;
    src: url(/font/CaviarDreams.ttf);
}

@font-face {
    font-family: CaviarDreams_Bold;
    src: url(/font/CaviarDreams_Bold.ttf);
}

@font-face {
    font-family: CaviarDreams_BoldItalic;
    src: url(/font/CaviarDreams_BoldItalic.ttf);
}

@font-face {
    font-family: CaviarDreams_Italic;
    src: url(/font/CaviarDreams_Italic.ttf);
}

body {
    font-family: CaviarDreams;
}

.chat-div {
    right: 0;
    margin-top: calc(100vh - 250px);
    /* para mantener visible un elemento en todo momento aunque se haga scroll en la página */
    position: fixed;
    z-index: 1;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive #map_canvas {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.col-pagos h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: medium;
}

.p-pagos {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: grey;
    margin-bottom: 0;
    /*line-height: 2em;
	letter-spacing: .1em;*/
}



.customer-order,
.customer-pay,
.customer-info {
    padding: 20px;
    margin-top: 30px;
    background-color: #ffffff;
    border: .5px solid #cccccc;
}

.btn-pagos {
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    font-size: 8px;
}

.btn-pagos:hover {
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    border: 1px solid #555555;
}

.span-pagos {
    color: #cccccc;
}

.fa {
    padding: 5px;
    margin: 0px 0px 30px 0px;
    text-align: left;
    color: #555555;
}

.label-pago {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #555555;
    letter-spacing: .1em;
}

.wrapper h1,
.wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
}

.wrapper h1 {
    text-align: center;
}

.payment-method {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.method {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 122px;
    padding-top: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
}

.card-logos {
    display: flex;
    width: 120px;
    justify-content: space-between;
    align-items: center;
}


/*Fin pagos */

.btn-black {
    background-color: #22282b;
    color: white;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    color: white;
    background-color: #22282bE6;
}

.text-black {
    color: #22282b !important;
}

.background-black {
    background-color: #22282b;
}

.color-black {
    color: #22282b;
}

.btn-red {
    background-color: #ef483e;
    color: white;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    color: white;
    background-color: #ef483eE6;
}

.text-red {
    color: #ef483e !important;
}

.background-red {
    background-color: #ef483e;
}

.color-red {
    color: #ef483e;
}

.btn-white {
    background-color: white;
    color: white;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    color: white;
    background-color: whiteE6;
}

.text-white {
    color: white !important;
}

.background-white {
    background-color: white;
}

.color-white {
    color: white;
}

.background-image,
.intro-header {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.background-transparent {
    background-color: transparent;
}

.background-black-opacity {
    background-color: #22282bA1;
}

.btn-circle {
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 5px 0px;
}

.btn-redes {
    color: white;
    width: 50px;
    height: 50px;
    padding: 5px 0px;
    font-size: 25px;
}

.btn-redes:hover {
    color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-family: 'Roboto';
    font-family: 'Roboto', sans-serif;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

.row {
    margin: 0 auto;
}

.bg-black {
    background: #22282b;
    color: white;
}

.list-menu-al {
    font-size: 16px;
}

.main {
    margin-top: 79px;
    min-height: calc(100vh - 543px);
}

.round-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}

.serviciosHomeMovil {
    display: none;
}

.round-img img {
    width: auto;
    height: 100%;
    margin-left: -50px;
}

.cotizar-form {
    margin-top: 5%;
    margin-bottom: calc(5% - 1rem);
}

.aviso-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0;
}

.text-muted {
    color: white !important;
}

.center-content {
    margin: auto;
    display: block;
}

.scrollTo {
    position: fixed;
    bottom: 40px;
    right: 5px;
}

#datosMovil {
    display: none;
}

.texto-movil {
    display: none;
}

@media screen and (max-width: 767px) {
    .texto-movil {
        display: block;
    }

    .texto-pc {
        display: none;
    }

    .serviciosHome {
        display: none;
    }



    .serviciosHomeMovil {
        display: block;
        /*background-image: url("../img/imagen_video.png");
        background-repeat: no-repeat;
        background-size: auto;*/
    }

    .method {
        width: 200px;
    }

    #datosMovil {
        display: block;
    }

    #datosPC {
        display: none;
    }
}

@media (min-width: 768px) {
    .scrollTo {
        bottom: 25px;
        right: 25px;
        font-size: 25px;
        padding: 10px 15px;
    }
}

.links {
    color: white;
    cursor: pointer;
    text-decoration: none !important;
}

.links:hover,
.links:active,
.links:focus {
    color: white;
    background-color: none;
}

.modal-content .modal-header .close {
    color: white;
}

.modal-content .modal-body {
    color: white;
}

.modal-content .modal-body p {
    margin: 0px;
}

.footer {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: justify;
    /*position: absolute;
  bottom: 0;
  width: 100%;*/
}

.footer .follow {
    font-weight: 900;
    font-size: 20px;
}

.footer .cintilla {
    width: 100%;
}

.footer .container {
    padding-top: 50px;
}

.footer .info {
    padding: 50px 0;
}

.footer .contact p svg {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .footer .copyright {
        margin-bottom: 10px;
    }
}

.form-contorl-select {
    display: block;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem;
}

#select2-modelos-container,
#select2-modelos2-container {
    line-height: 20px !important;
}


/*-------------Content Index-------------*/

.intro-header {
    text-align: center;
    color: #f8f8f8;
    background-color: #000;
}

.intro-header .container {
    padding-top: 2px;
    padding-bottom: 2px;
}

.intro-rastreo {
    padding: 80px 0;
    text-align: center;
    color: #f8f8f8;
    background-color: #000;
    background-size: cover;
}

.onceA {
    font-weight: 300;
    padding-left: 5px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.h1ReparacionIndex {
    margin: 0;
    font-size: 1.8em;
    font-weight: 1000;
    text-align: center;
    color: white;
}

@media (min-width: 1024px) {
    .h1ReparacionIndex {
        font-size: 58px;
    }
}

.cotizador_grande {
    display: inline;
}

.botones {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 16px;
    width: 265px;
    height: 35px;
}

.content-section-a {
    padding: 0px 0;
    background-color: white;
}

.section-heading {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 1.8em;
}

@media (min-width: 1024px) {
    .section-heading {
        font-size: 2.5em;
    }
}


/*Fondo sucursales*/

.banner-section {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 5%;
    margin-bottom: 15%;
    min-height: 330px;
    position: relative;
}

.banner-section .banner-link {
    position: absolute;
    bottom: 15px;
}

.banner-background {
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo_sucursal {
    background-image: url(../img/sucursales.png);
    background-repeat: no-repeat;
    background-position: center center;

}



.fondo_liberaciones {
    background-image: url(../img/liberaciones.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fondo_verde {
    background-image: url(../img/jovenes.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.movil_seccion {
    padding-bottom: 30px;
}

.titulo_notas {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.contenido_2 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    color: #fff;
}

.botones_secundarios {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 14px;
    /*width: 100px;*/
    height: 35px;
}

.botones_secundarios:hover {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    background-color: #ef483e;
    border: #ef483e;
    font-weight: 900;
    font-size: 14px;
    width: 100px;
    height: 35px;
    opacity: 0.9;
}

.text-center {
    text-align: center;
}

.boton_verde {
    margin-top: -10px;
}


/*----------POR QUE REPARAR CON CARE------*/

.flex-parent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flex-child {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/*seccion por que*/

.titulo_negro {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3.5em;
    text-align: justify;
    line-height: 1.5;
}

.titulo {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3.5em;
    text-align: justify;
    line-height: 1.5;
}

.subtitulo {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1.8em;
    text-align: justify;
    line-height: 1.0;
}

.contenido_centrado {
    padding-left: 60px;
    padding-right: 60px;
}


/*----------TERMINA POR QUE REPARAR CON CARE------*/


/*-------------termina content index----------*/


/*------------------------------------INICA REPARACIONES-------------------------------------*/

.intro-header-principal {
    background-color: #ef483e;
    padding-top: 91px;
    padding-bottom: 95px;
}

.intro-message {
    position: relative;
    text-align: left;
}

.producto-titulo-movil {
    display: none !important;
}

.producto-subtitulo-movil {
    display: none !important;
}

.producto-titulo-desk {
    display: block !important;
}

.producto-subtitulo-desk {
    display: block !important;
}

@media (min-width: 1024px) {
    .intro-message {
        padding-top: 5%;
        padding-bottom: 0%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

.cotizador_grande {
    display: inline;
}

.h1Repara {
    font-size: 1.8em;
    font-weight: 1000;
    color: white;
    text-align: center;
    /*Media uery*/
}

@media (min-width: 1024px) {

    .h1Repara,
    .h1ReparacionIndex {
        font-size: 58px;
    }
}



@media (max-width: 425px) {
    .img-productos-home {
        width: 280px !important;
    }

    .h1Repara {
        font-weight: 1000;
        color: white;
        text-align: center;
    }

    .titulos-ecco {
        font-size: medium;
    }

    .producto-titulo {
        font-size: 27px !important;
    }

    .producto-subtitulo {
        font-size: 15px !important;
    }



    .btn-redes {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .img-productos-home {
        width: 400px !important;
    }

    .producto-titulo-movil {
        display: block !important;
    }

    .producto-subtitulo-movil {
        display: block !important;
    }

    .producto-titulo-desk {
        display: none !important;
    }

    .producto-subtitulo-desk {
        display: none !important;
    }
}

.somosUnaS {
    font-weight: 300;
    padding-left: 5px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.h3S {
    color: #fff;
    font-size: 1.8em;
    font-weight: 1000;
    padding-top: 5%;
}

@media (min-width: 1024px) {
    .h3S {
        font-size: 3.5em;
    }
}

.arreglamos {
    color: #282c2f;
}

.reparaciones-card {
    width: 100% !important;
}

.reparaciones-card .card-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.reparaciones-card .card-text {
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    .breaked-phone {
        width: 95px;
        display: block;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .breaked-phone {
        margin-top: -50px;
        width: 300px;
        max-width: 100%;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .perdio-toque {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: auto;
    }
}

.instagram-video {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .perdio-toque {
        margin-bottom: -88px;
        width: 100%;
        max-width: 786px;
        background-size: cover;
    }

    .instagram-video {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 992px) {
    .round-img {
        width: 150px !important;
        height: 150px !important;
    }

    .instagram-video {
        margin-top: 0px;
    }
}

.lap-top .lap-top-img {
    float: right;
    height: 200px;
    width: 300px;
    background-position: 20vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .lap-top .lap-top-img {
        height: 400px;
        width: 100%;
        background-position: 10vw;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.perdio-toque-img {
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .perdio-toque-img {
        height: 500px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.img-ahogado {
    height: 200px;
    width: 100%;
    background-position: 20vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    .img-ahogado {
        height: 400px;
        width: 100%;
        background-position: 10vw;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}


/*------------------------------------TERMINA REPARACIONES-------------------------------------*/


/*------------------------------------INCIA REPARACIONES-------------------------------------*/

.intro-sucursal {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    height: 50%;
    /*background: url(../img/sucursal.png) no-repeat center center;*/
    background-color: #000;
    background-size: cover;
}

.titulo_dispositivo {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: -35px;
}

.contenido {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    color: #22282B;
}


/*------------------------------------TERMINA REPARACIONES-------------------------------------*/


/*------------------------------------INICIA ACCESORIOS-------------------------------------*/

.protecionAcc {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    margin-left: 15%;
}

.protecionAcc2 {
    color: #fff;
    margin-left: 15%;
}

.memorias {
    color: black;
    font-weight: 900;
    font-size: 50px;
    margin-left: 15%;
}

.memorias2 {
    /*color:#fff;*/
    margin-left: 82px;
}

.banners .banner-img {
    max-width: 100%;
    background-size: cover;
}

.banners .banner-body {
    width: 100%;
}

@media (min-width: 768px) {
    .banners .banner-body {
        position: absolute;
        top: calc(40% - 25px);
        right: 25px;
    }
}


/*------------------------------------TERMINA ACCESORIOS-------------------------------------*/


/*------------------------------------TERMINA SUCURSALES-------------------------------------*/

.map {
    width: 100%;
    height: 300px;
}

@media (min-width: 1024px) {
    .map {
        height: 500px;
    }
}


/*------------------------------------TERMINA SUCURSALES-------------------------------------*/

.center-img {
    margin: auto;
    display: block;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info_modal_cotizador {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

.bs-docs-booticon {
    font-weight: 900;
    font-size: 30px;
    width: 284px;
    height: 24px;
    color: #fff;
    line-height: 60px;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 10px 40px 10px 40px;
}


/*# sourceMappingURL=main.css.map */

.not-found-container {
    min-height: calc(100vh - 416px);
}

.boton-check {
    width: 200px;
    height: 100px;
    background: white;
    color: black;
    border-style: ridge;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

input:checked~.boton-check {
    color: black;
    border-color: #02f1a2;
}

.borderInputs {
    border-radius: .5rem !important;
}

::placeholder {
    color: #c2c2c2 !important;
}

#videoDiv2 {
    width: 100%;
    /*max-width:1200px; */
    margin: auto;
    display: block;
    /*position: relative;*/
    background-color: #000;
}

#video2 {
    width: 100%;
    /*max-height: 400px;*/
}

#videoMessage2 {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


/* INICIO */

.jabon1 {
    position: absolute;
    left: 0%;
    top: 100%;
    margin-left: -10px;
    margin-top: -10px;
}

.jabon2 {
    position: absolute;
    right: 0%;
    top: 100%;
    margin-left: -10px;
    margin-top: -10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-productos-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    max-height: 300px;
    width: auto;
    height: auto;
}


/*Formulario de contacto */

.vl {
    border-left: 3px solid white;
    height: 180px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

/*productos destacados home*/

.title-destacados-cont {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    padding: 0% 5% !important;
}

.title-subtitle-cont {
    display: flex !important;
    flex-direction: column !important;
    color: #000 !important;
}

.destacados-comprar-ahora {
    color: #000 !important;
    text-decoration: underline !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
}

/*productos*/

.titulos-ecco {
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.titulos-ecco2 {
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.producto-subtitulo {
    font-size: 21px;
}

.titulo-producto {
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.textos-ecco {
    font-family: CaviarDreams;
    font-size: 15px;
}

.producto-precio-cont {
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 3px;
    padding-right: 8px;
}

.producto-precio-descu-cont {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 3px;
    padding-bottom: 0px;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
}

.producto-precio-descu {
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
    padding: 0px 2px;
    height: 18px;
}

.producto-precio {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 750;
    margin: 0px;
}

.producto-precio-descu-text {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0px;
}

.img-productos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 300px;
    /*width: auto; 
  height: auto;*/
    object-fit: contain;
}

.product-imgs-cont {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
}

.img-productos-container-parent {
    width: 210px;
    height: 210px;

    position: relative;
    display: flex;
    align-items: center;
}



.img-productos-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 210px;
    margin: 0px auto;
}

.img-productos-container2 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 263px;
    margin: 0px auto;
}

.img-productos-container-carrito {
    width: 100%;
    min-width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
.img-productos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 300px;
    /*width: auto; 
  height: auto;
    object-fit: contain;
}

.img-productos-container {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-productos-container-carrito {
    width: 100%;
    min-width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/

/* input productos */


/*form {
  margin: 0 auto;
  text-align: center;
}*/

.value-button {
    display: inline-block;
    margin: 0px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

#decrease {
    margin-right: -4px;
}

#increase {
    margin-left: -4px;
}

#input-wrap {
    margin: 0px;
    padding: 0px;
}

#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*Fin input productos */

section {
    height: auto;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border-bottom: 2px solid #cecece;
}

.read-more {
    margin-top: 1rem;
}

.more-content {
    display: none;
    padding-top: 1rem;
}

a {
    cursor: pointer;
    font-weight: bold;
}


/* Carrito */

.vertical-center-td {
    vertical-align: middle !important;
    text-align: center !important;
}

.number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
}

.top-strip {
    width: 100%;
    height: 43px;
    background-color: #9b59b6;
    font-size: 14px;
    color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 1;
}

.top-strip p {
    margin: 0px;
    letter-spacing: 1.37px;
}

.top-strip p span {
    font-weight: 600;
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255) !important;
    font-size: small !important;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav {
    display: flex !important;
    align-items: center !important;
}

/* nosotros */

@media (max-width: 425px) {

    .producto-titulo {
        font-size: 27px !important;
    }

    .producto-subtitulo {
        font-size: 15px !important;
    }

}