@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
}
/*COTIZADOR*/
/*header*/
.color-darkblue{
    color: #183E66;
}
.header-cotizador h2{
    font-size: 1.25em;
}
.header-cotizador h2 span{
    font-weight: 600;
    font-size: 1.5em;
}
.fecha-cotizacion, .moneda{
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
}
.header-cotizador .logo{
    background: url(../images/cotizador/bg-logo.png) no-repeat center;
    min-width: 300px;
    aspect-ratio: 2/1;
    background-position-x: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-btn-agregar{
    width: fit-content;
}
.bg-page::before{
    opacity: 0.7;
}
.bg-page{
    background: transparent url('../images/cotizador/Fondo.jpeg') 0% 0% no-repeat;
    background-size: cover;
    z-index: -1;
}

.content-table div.table-responsive{
    border-radius: 30px;
}
.table-cotizacion{
    margin-bottom: 0;
}
.table-cotizacion thead th{
    color: #FFFFFF;
    font-size: 1.125em;
    text-align: center;
    font-weight: 500;
}
.cantidad{
    display: flex;
}
.info-cotizacion {
    text-align: center;
    vertical-align: middle;
}
.btn-large-agregar{
    right: 0;
}
.cantidad input[value="-"]{
    width: 50%;
    border-radius: 30px 0 0 30px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #AAAAAA;
    border-color: transparent;
}
.cantidad input[name="cantidad"]{
    width: 100%;
    text-align: center;
}
.cantidad input[value="+"]{
    background-color: #AAAAAA;
    font-weight: 600;
    color: white;
    width: 50%;
    border-color: transparent;
    border-radius: 0 30px 30px 0;
}
.subtotal{
    white-space: nowrap;
}
span.btn-agregar{
    background-color: #00C71F;
    color: white;
    cursor: pointer;
    padding: 0 0.25em;
    border-radius: 3px;
}
.table-cotizacion .header{
    background-color: #183E66;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.header td[colspan="5"]{
    text-transform:uppercase
}
.table-cotizacion .small-text, .small-text{
    color: #707070;
    font-size: 0.75em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
.table-cotizacion td{
    border: #AAAAAA 1px solid;
    vertical-align: middle;
    font-family: 'Montserrat';
    color: #707070;
    background-color: #EFEFEF;
}

.btn-darkblue{
    background-color: #183E66;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1em;
}
.btn-orange{
    background-color: #FF8900;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    color: white;
}
.content-termino-condiciones a{
    color: #707070;
}
/***COTIZADOR responsive***/
@media screen and (max-width: 1200px){
    .header-cotizador .logo{
        min-width: 230px;
    }

    .iso{
        /* position: absolute;
        right: 0px; */
        /* max-width: 20%; */
    }

    .cidet{
        /* position: absolute;
        left: 215px; */
        /* max-width: 20%; */
    }
}

/***COTIZADOR MOBILE***/

@media screen and (max-width: 600px){
    .header-cotizador{
        font-size: 0.75em;
    }
    .header-cotizador .fecha-cotizacion{
        padding-left: 15px;
        padding-right: 0;
    }
    .header-cotizador h2 span{
        font-size: 1em;
    }
    .header-cotizador .logo{
        aspect-ratio: auto;
        background: none;
        background-color: #183E66;
        min-width: 100%;
    }
    .content-table{
        padding-left: 0;
        padding-right: 0;
    }
    .content-table div.table-responsive{
        margin-bottom: 0 !important;
        border-radius: 0;
    }
    div.table-
    table {
        border: 0;
    }
    table.table-cotizacion thead {
        display: none;
    }
    .head{
        display: none;
    }
    td[data-label] p.subtotal{
        width: 60%;
    }
    .subtotal-iva{
        display: block !important;
    }
    table.table-cotizacion tr {
        display: block;
        border-bottom: 2px solid #ddd;
    }
    
    .terminos-entrega{
        display: block !important;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 600;
    }
    .content-terminos-entrega ul{
        padding-left: 1.5em;
    }
    .enlace-mobile{
        display: block !important;
        background-color: #183E66;
        text-align: center;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        margin-bottom: 2.5em;
    }
    .enlace-mobile a{
        color: white;
    }
    .cantidad{
        display: inline-flex;
        /*padding-left: 10%;*/
    }
    
    td[data-label] p{
        text-align: center;
        width: 65%;
        display: inline-block;
        margin-bottom: 0;
    }
    table.table-cotizacion td[data-label] {
        text-align: right;
        font-size: 0.6em;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        text-align: left;
    }
    table.table-cotizacion td:last-child {
        border-bottom: 0;
    }
    table.table-cotizacion td[data-label]:before {
        color: white;
        content: attr(data-label);
        font-weight: bold;
        border-right: 1px solid gray;
        width: 35%;
        background-color: #183e66;
        display: inline-block;
        text-align: center;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    table.table-cotizacion td[data-label="Valor especial"]:before, 
    table.table-cotizacion td[data-label="IVA 19%"]:before,
    table.table-cotizacion td[data-label="Valor total"]:before{
        background-color: #EFEFEF;
        color: #707070;
    }
    table.table-cotizacion td[data-label="Valor especial"] p, 
    table.table-cotizacion td[data-label="IVA 19%"] p,
    table.table-cotizacion td[data-label="Valor total"] p,
    table.table-cotizacion td[data-label="Subtotal sin IVA"] p,
    table.table-cotizacion td[data-label="Subtotal sin IVA"]:before, 
    table.table-cotizacion td[data-label="Descuento"] p{
        width: 50%;
    }
    .content-btn-table{
        font-size: 0.75em;
    }
    .content-btn-table button, .content-btn-table a{
        margin-right: unset !important;
        font-family: 'Roboto', sans-serif;
    }
    .content-termino-condiciones{
        font-size: 0.8em;
    }
    .content-btn-table button span{
        display: none;
    }
}
/*REGISTRO*/
.bg-form{
    background: url(../images/cotizador/bg-registro.png) no-repeat center;
    min-height: 100vh;
}
.content-registro{
    padding-top: 6em;
    padding-bottom: 6em;
}
.content-form>div>div{
    border-radius: 10px;
    background-color: white;
}
.content-registro .col-7 .btn-orange, .content-registro .col-7 .btn-darkblue{
    font-size: 1.5em;
    font-weight: 500;
}
.content-registro>div{
    padding: 2.5em 5em;
    background: url(../images/cotizador/bg-formulario.png) no-repeat center;
    background-size: cover;
} 
.content-form input::placeholder{
    text-align: end;
    padding-top: 0.3em;
    color: lightgray;
    padding-bottom: 0.3em;
}
.content-form input{
    border:unset;
    text-align: end;
}
.content-form h2{
    color: #183E66;
    font-size: 1.5em;
    font-weight: 700;
}
.content-form .form-group .input-form{
    border-bottom: 1px solid gray;
    margin-bottom: 1.2em;
}
.content-registro .input-form label{
    content: "";
    padding-left: 3em;
    border-right: 1px solid gray;
    margin-bottom: unset;
}
.termino-condiciones a{
    color: gray;
    font-size: 0.75em;
    font-family: 'Montserrat';
}
.content-registro  button{
    font-family: 'Roboto', sans-serif;
}
.content-registro .plus-button button::before{
    content: "+";
    padding-right: 3em;
}
.content-registro label[for="email"]{
    background: url(../images/cotizador/email.png) no-repeat center;
    background-size: 65%;   
}
.content-registro label[for="nombre"]{
    background: url(../images/cotizador/nombre.png) no-repeat center;
    background-size: 65%;   
}
.content-registro label[for="empresa"]{
    background: url(../images/cotizador/empresa.png) no-repeat center;  
    background-size: 65%;    
}
.content-registro label[for="telefono"]{
    background: url(../images/cotizador/telefono.png) no-repeat center;
}
.content-registro label[for="direccion"]{
    background: url(../images/cotizador/direccion.png) no-repeat center;
    background-size: 65%;      
}
@media screen and (max-width: 600px){
    .content-registro>div{
        padding: 1em;
    }
}
/*COMPRAR*/
.content-comprar{
    min-height: 100vh;
}
.content-comprar>div{
    padding: 3em;
    background: url(../images/cotizador/bg-compra.png) no-repeat center;
    background-size: contain;
}
.content-comprar input{
    border-bottom: 1px solid gray;
    text-align: center;
}

.content-comprar input::placeholder{
    text-align: center;
}
/*Popup registro movil*/
.popup-registro-movil{
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-popup{
    width: 90%;
    background-color: white;
    border-radius: 5px;
}
.popup-registro-movil .head-popup{
    color: white;
    background-color: #183E66;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    height: 3em;
}
.head-popup span{
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    font-size: 1.5em;
}
.body-popup{
    text-align: right;
    font-family: 'Montserrat';
    font-size: 0.75em;
}
.popup-registro-movil .body-popup form{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.popup-registro-movil .form-popup{
    background-color: #F7F7F7;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
}
.popup-registro-movil .form-popup input{
    margin-left: 0.75em;
    
}
.btn-close:hover{
    color: black;
}
.popup-registro-movil button{
    border-radius: 5px;
    background-color: #183E66;
    color: white;
    margin-top: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 2.5em;
}
/*Popup añadir producto*/
.popup-bg-black{
    z-index: 3;
    width: 100vw;
    height:100vh;
    background-color: rgba(5, 5, 5, 0.548);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}
.añadir-producto label{
    color: #183E66;
    font-weight: 600;
}
.añadir-producto .content-popup{
    width: 70%;
}
.añadir-producto .body-popup{
    text-align: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.añadir-producto .head-popup{
    color: white;
    background-color: #183E66;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    height: 3em;
    display: flex;
    align-items: center;
}
.añadir-producto h2{
    margin-bottom: 0;
    font-size: 1.5em;
    padding-left: 2em;
}
.añadir-producto .body-popup{
    margin-top: 4em;
    margin-bottom: 4em;
}
.btn-green{
    background-color: #00C71F;
    color: white;
}
.añadir-producto .btn-green{
    margin-right: 30px;
}
.content-info-producto{
    border: 1px solid lightgray;
    border-radius: 10px;
}
.añadir-producto .content-info-producto td:nth-of-type(3){
    display: flex;
    justify-content: center;
    align-items: center;
}
.añadir-producto .content-info-producto input[type="checkbox"]{
    margin-right: 1em;
}
.delete-prod{
    font-size: 0;
    width:13px;
    height: 13px;
    border: 0;
    background:transparent url(../images/cotizador/delete.png) no-repeat center;
    background-size: 13px;
}
@media screen and (max-width: 600px){
    .priority-5{
        display:none;
    }

    .añadir-producto .content-info-producto{
        display: inherit;
    }
    .añadir-producto .content-popup{
        width: 90%;
        border-radius: 30px;
    }
    .añadir-producto .content-popup .head-popup{
        border-radius: 30px 30px 0 0;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .añadir-producto .head-popup span{
        top: 0.5em ;
    }
    .añadir-producto .body-popup{
        margin-top: 2.5em;
        margin-bottom: 3em;
    }
    .añadir-producto h2{
        font-size: 1em;
    }
}


.btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }
