﻿body {
    line-height: 1.6 !important;
}

.body-content {
    /* margin-top: 15px;
            padding-left: 15px;
            padding-right: 15px;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
}

img, .img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.divHeader {
    background-image: url('../../Content/images/images2025/Headerardyss.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat:  no-repeat;
}

.upercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.fonttitle {
    font-size: 48px;
    font-weight: bold;
}

.fontbold {
    font-weight: bold;
}

.fontsemibold {
    font-weight: 600;
}

.font32 {
    font-size: 32px;
}

.font15 {
    font-size: 15px;
}

.font13 {
    font-size: 13px;
}

.font17 {
    font-size: 17px;
}

.font25 {
    font-size: 25px;
}



.fontgreen {
    color: #7ac601;
}

.fontblack {
    color: #353535;
}

.fontblue {
    color: #df337e;
    /*azul anterior #f84248*/
}

.textjustified {
    text-align: justify !important;
}

.textcustomerid {
    border-radius: 15px;
    border: solid .5px;
    border-color: #df337e;
    width: 100%;
    font-size: 17px;
    padding: 5px;
}

.form-control {
    border-color: #df337e;
    border-radius:15px;
}

.box-general {
    background-color: #FEFEFE;
    border-radius: 15px;
    border: solid 1px;
    border-color: transparent;
    margin-bottom: 10px;
}

.bg-gray {
    background-color: #F7F7F9;
}

.bg-green {
    background: #df337e;
    color: white !important;
    border-color: #df337e !important;
    border-style: solid !important;
    border-width: 3px !important;
}

.bg-black {
    background: #df337e !important;
    color: white;
    border-color: #df337e !important;
    border-style: solid !important;
    border-width: 3px !important;
}

.bg-transparent {
    background: transparent;
    color: #353535;
}



.mt-100 {
    margin-top: -100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.btn-info {
    color: #fff;
    background-color: #df337e;
    border-color: #df337e;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    width: 97%;
    left: 2%;
}


    .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
        color: #fff;
        background-color: #2101C6;
        border-color: black;
    }

.btn-success {
    color: #fff;
    background-color: #06c220;
    border-color: #06c220;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    width: 97%;
    left: 2%;
}

.btn-success-white {
    color: #7AC601;
    background-color: white;
    border-color: #7AC601;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    width: 97%;
    left: 2%;
}

.btn-black {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    width: 97%;
    left: 2%;
}

.borderblue {
    border-style: solid;
    border-radius: 10px;
    border-color: #df337e;
}

.bordergray {
    border-style: solid;
    border-radius: 10px;
    border-color: #D8D8D9;
}

.bordergreen {
    border-style: solid;
    border-radius: 10px;
    border-color: #df337e;
}

.borderblack {
    border-style: solid;
    border-radius: 10px;
    border-color: #df337e;
}

.h550 {
    height: 595px;
}

.h470 {
    height: 450px;
}

.customerimage {
    width: 60%;
}

.barcode {
    max-width: 20%
}

.bo-general-left-rigth {
    margin-left: 110px;
    margin-right: 110px;
}

.section-padding {
    padding: 0 60px 0 60px;
}
.imageIdioma {
    width: 30px;
}
.idioma{
      font-size:15px;
      margin: 0 -15px;
}
@media only screen and (max-width: 1366px) {
    .h550 {
        height: 595px;
    }

    .font13 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 800px) {
    .h550 {
        height: 800px;
    }
}

@media only screen and (max-width: 600px) {

    .idioma {
        margin-top:40px;
    }
    .text-white {
        
        color: black !important;
    }

    .fonttitle {
        font-size: 20px;
        font-weight: bold;
    }


    .font32 {
        font-size: 14px;
    }

    .font15 {
        font-size: 13px;
    }

    .font25 {
        font-size: 12px;
    }

    .divHeader {
        background-repeat: no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 220px !important;
        margin-top: -50px !important;
    }

    .container {
        width: 97% !important;
        max-width: 97% !important;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .containerMobile {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .customerimage {
        width: 100%;
    }

    .font17 {
        font-size: 13px;
    }

    .barcode {
        max-width: 70%
    }

    .bo-general-left-rigth {
        margin-left: 5px;
        margin-right: 5px;
    }

    .section-padding {
        padding: 0 10px 0 10px;
    }

    .h550 {
        height: 537px;
    }

    .h470 {
        height: 390px;
    }

    .containerMobile {
        padding: 0 .20rem;
    }
}


/*@media only screen and (max-width: 1180px) {
    .h550 {
        height: 730px;
    }

    .font13 {
        font-size: 9px;
    }*/
}


/* Portrait */
