﻿/*------------------------------------------------------Login--------------------------------------------------------*/
/*---------------- Etiquetas -----------------------*/
.htmlM {
    height: contain !important;
    max-width: auto !important;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    height: contain !important;
}

/*------------------- Login -------------------------*/
.loginPicture {
    background: url(https://assets.bridgestonetire.com/content/dam/consumer/bst/la/heros/bst-alenza-1013px.jpg);
    background-repeat: no-repeat;
    background-size: 100% 110%;
    height: auto;
}

.fontBrid {
    color: black;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}

.fondoLogin {
    background-color: white;
    height: auto;
    width: 350px;
    padding: 40px;
    padding-top: 20px;
}

.boxLogin {
    margin-left: 100px;
    padding-top: 0px;
    padding-left:20px;
    height: auto;
}

.footLogin {
    background-color: #262626;
    border-top: 6px solid #e42300;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    margin-top: 50px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: gray;
    }

/*----------------------------------------------Response---------------------------------------------------------*/
@media (min-width: 600px) and (max-width: 1023px) {

    .fondoReset {
        position: center;
                margin-left: auto;
        /*width: 400px*/
    }


    .htmlM {
        /*     height: auto;*/
        height: contain !important;
    }

    .btn-out {
        height: auto;
        float: right !important;
        margin-right: -15px;
    }

    .homeLet {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }

    .botonCalif {
        margin-left: 80% !important;
    }
}

/*@media (max-width:799px) {
    .fondoReset {*/
/*        height: 500px;
        margin-left: 20px !important;
        width: 300px;*/
        /*position: center;
    }

    .btn-out {
        float: right !important;
        margin-right: -15px;
    }
}*/

@media (max-width:599px) {
    .fondoReset {
        position: center !important;
    }

    .btn-out {
        height: auto;
        float: right !important;
        margin-right: -15px;
    }

    .homeLet {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }

    .botonCalif {
        margin-left: 70% !important;
    }
}

@media all and (min-heigth: 600px) and (max-heigth: 1023px) {
    .htmlM {
   /*     height: auto;*/
        height: contain !important;
    }

    .fondoReset {
/*        margin:100px;*/
    }

    
}


@media (max-height:599px) {
    .htmlM {
        height:auto;
    }

    .loginPicture {
        width: auto;
        height: contain;
    }

    .footLogin {
        position: unset;
        margin-top:100px;
    }

    .fondoReset {
        margin: 50px;
        position: center !important;
    }
}


/*-------------- Botonera ------------------*/
.btn-primary {
    background-color: #e42300;
    border: 0;
    border-radius: 4px;
    color: #fff !important;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14px;
    justify-content: center;
    min-height: 3pc;
    padding: 1em;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #bd1919;
    border-color: #bd1919;
    color: #FFFFFF;
}



.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover {
        background-color: #bbbbbb;
        border-color: #bbbbbb;
        color: black;
    }

.btn-out {
    margin: 12px 30px 5px 5px;
    color: #676a6c;
    text-align:center;
    width:contain;
}
.btn-out li a {
    color: white !important;
}

.btn-red {
    background-color: #e42300;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14px;
    justify-content: center;
    /*padding: 6px 12px 6px 12px;*/
    text-align: center;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red, .btn-red:active:focus, .btn-red:active:hover, .btn-red.active:hover, .btn-red.active:focus {
        background-color: #bd1919;
        border-color: #bd1919;
        color: #FFFFFF;
    }
/*------------------------------------------------------Reset Password--------------------------------------------------------*/

.fondoReset {
    background-color: white;
    padding: 50px;
    position: relative;
    top: 20px;
    left: -60px;
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.modMargin{
    margin-top:10px;
}

/*--------------------------------------------------------Home--------------------------------------------------------*/
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #e42300;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.homeLet {
    background-size: 100% 100% !important;
    /*  background-size: cover;*/
    background-color: rgba(0, 0, 0, 0.5);
    height: 585px;
   /* height: 100%;*/
    /*   margin: -15px;*/
    position: relative;
    clip-path: polygon(0% 0%, 70% 0%, 47.5% 100%, 0% 100%);
    margin: 0px;
   
}

.barraSup{
    height:65px !important;
}

.homeBackground {
    /*background: url(https://assets.bridgestonetire.com/content/dam/consumer/bst/la/ar/home/mobility-solutions-1024px.png) !important;*/
    background: url(https://assets.bridgestonetire.com/content/dam/consumer/bst/la/heros/ourtires_hero1.jpg) !important;
    background-size: 100% 100% !important;
   /* background-size: cover;*/
    height: 585px;
    /*height: 100vh;*/
    /* height: contain;*/
    background-repeat: no-repeat !important;
}

.homePad {
    padding: 0px 0px 0px 0px !important;
    padding: 0px;
    /*  height: contain;*/
  /*  background-size: cover;
    height: 100vh;*/
}

/*colorFond {
    background-color: #262626;
    height: auto;
}*/

.vista{
    margin-left:0px !important; 
}

.arVent{
    width:1087px !important;
    padding:30px 30px 20px 34px !important;
    margin-right: -15px !important;
}

.homeLet.h1 {
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}

.logoHeader {
    height: 68px;
    max-height: 68px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    /*background: url(https://assets.bridgestonetire.com/content/dam/consumer/bst/la/logos/color.svg) no-repeat white;*/
    background: url(https://i.pinimg.com/originals/a4/c5/51/a4c551e6d27e3a95f65f6ee11a98d54d.png) no-repeat white;
    background-position: center;
    background-size: 100% auto;
    border-right: solid 1px #e7eaec;
}

.nav-header.logoHeader {
    border-right: solid 0px #e7eaec;
}

.parr {
    color: white;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 20px !important;
    margin-top:15px;
    width:500px;
    /*text-shadow: 0.5px 0 0 #000, -0.5px 0 0 #000, 0 0.5px 0 #000, 0 -0.5px 0 #000, 0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000;*/
}

.titleB {
    height: 50px;
    margin-top:100px;
}

.nombreUsu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

.titCompra {
    color: white;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    background-color: #e42300 !important;
}

.botonCalif{
    margin-left:85%;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #e42300; /* Cambia 'tuColor' al color deseado en formato hexadecimal, rgb, etc. */
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: capitalize;
}

.quantity-container {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos en el centro */
}

.quantity-controls {
    margin-left: 0px; /* Ajusta el margen izquierdo entre el input y los botones según sea necesario */
}

.quantity-inc,
.quantity-dec {
    width: 20px; /* Ajusta el ancho de los botones según sea necesario */
    margin: 0; /* Elimina cualquier margen adicional en los botones */
}

.modalFormT {
    z-index: 3000 !important;
}


