@import url(//fonts.googleapis.com/css?family=Lato:300:400);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Raleway");

* {
    font-family: fatfrank, sans-serif;
    font-style: normal;
    font-weight: 400;
}

li {
    color: rgb(0, 0, 0);
}

input[type=file] {
    display: none;
}

.botonLabel {
    border: 1px solid rgb(0, 0, 0);
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid black;
    background-color: #000000;
}

.encabezado {
    width: 100%;
    height: 200px;
}

#tablaAtencion ::-moz-placeholder {
    text-align: center;
}

#tablaAtencion ::placeholder {
    text-align: center;
}

form-element img {
    border-radius: 15px;
}

.imgEncabezado {
    display: flex;
    position: absolute;
    padding: 40px 1px 1px 30px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
}

#formularioRazon {
    max-height: 100%;
}

h1 {
    letter-spacing: 2px;
    font-size: 25px;
    color: #777777;
    font-size: 35px;
    letter-spacing: 0.1ch;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

p {
    letter-spacing: 1px;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
    line-height: 2;
}

textarea {
    background: none;
    color: #000000;
    width: 100%;
    height: 100px;
}

.line {
    width: 100%;
    height: 5px;
    background: rgb(193, 193, 193);
}

.logo {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.btn-info {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 0, 0);
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 250px;
}
.btn-info2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 153, 255);;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 250px;
    border: none;
}
.btn-info3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e62222;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 250px;
    border: none;
}
.btn-ptions-dispensadores {
    margin-top: 20px;
}
.input-busqueda-disp{
    width: auto;
}
.btn-tabdispensadores {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 153, 255);;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 50px;
    border: none;
}


#exportarpdf {
    text-align: center;
    background: none;
    color: #338db8;
    text-transform: Uppercase;
    cursor: pointer;
    border: none;
}
#editar {
    text-align: center;
    background: none;
    color: #338db8;
    text-transform: Uppercase;
    cursor: pointer;
    border: none;
    display: none;
}
#cerrarSesion{
    color:red
}
#nombreTecnico{
    width: 392px;
}

/*****************************Iconos***************************/
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
}

[type=checkbox]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 2px solid rgb(92, 92, 92);
}

/******************************navbar**************************/
:root {
    scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

header {
    position: fixed;
    top: 2rem;
    width: 100%;
    transition: 0.5s;
}

.topnav {
    overflow: hidden;
    background-color: #ffffff;
    width: 80%;
    height: 70px;
    margin: auto;
    box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    background-size: cover;
    background-position: center;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 24px 20px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    transition: 0.5s;
}

.logo {
    width: 30px;
    position: relative;
    top: -5px;
}

#active {
    display: flex;
    background: #ffffff;
}

.active:hover {
    color: #fff;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 24px 20px;
    background-color: inherit;
    font-family: inherit;
    transition: 0.5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    margin: auto 0rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    color: #888888;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#files {
    display: none;
}

@media screen and (max-width: 820px) {
    .topnav {
        height: auto;
    }

    #active b {
        display: none;
    }

    .logo {
        width: 40px;
        position: static;
    }

    .dropdown .dropbtn {
        padding: 14px 16px;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 14px 16px;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

/******************************header**********************/
#canvas {
    width: 100%;
}

.header,
.content {
    min-height: 100px;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header {
    background-color: #7b7b7b;
    color: #ddf;
}

.content {
    color: #7b7b7b;
}

.canvas-wrap {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    transform: translateY(-50%);
}

canvas {
    display: block;
}

/***************************formulario**********************/
.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    width: 180px;
}

.btn-base-bg {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    background: #000000;
    border-color: transparent;
    border-width: 0;
}
.btn-base-bg2 {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    background: rgb(0, 153, 255);;
    border-color: transparent;
    border-width: 0;
}


.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #555;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    border-radius: 5px;
}

#razonSocial::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#razonSocial::placeholder {
    color: rgb(255, 255, 255);
}

#ciudad::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#ciudad::placeholder {
    color: rgb(255, 255, 255);
}

#bandera::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#bandera::placeholder {
    color: rgb(255, 255, 255);
}

#eds::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#eds::placeholder {
    color: rgb(255, 255, 255);
}

#tecnicos::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#tecnicos::placeholder {
    color: rgb(255, 255, 255);
}

#ott::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#ott::placeholder {
    color: rgb(255, 255, 255);
}

#asunto::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#asunto::placeholder {
    color: rgb(255, 255, 255);
}
#pedido::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#pedido::placeholder {
    color: rgb(255, 255, 255);
}
#version::-moz-placeholder {
    color: rgb(255, 255, 255);
}

#version::placeholder {
    color: rgb(255, 255, 255);
}

label {
    font-size: 0px;
    color: #ffffff;
    padding: 5px 0;
}
#boton-fixed {
    height: 48px;
    width: 53px;
    position: fixed;
    bottom: 20px;
    /* Distancia desde el borde inferior de la pantalla */
    right: 20px;
    /* Distancia desde el borde derecho de la pantalla */
    z-index: 999;
    /* Z-index alto para asegurarse de que el botón esté por encima de otros elementos en la página */
}

/*****************************Fotos**********************************/
.center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.form-input {
    width: 500px;
    padding: 20px;
    border: 2px solid #555;
    border-radius: 15px;
}

.form-input input {
    display: none;
}

.form-input label {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 0, 0);
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.form-input img {
    width: 100%;
    display: none;
    margin-top: 10px;
}

#seccion2 {
    scroll-behavior: smooth;
}

/****************Footer**********************/


.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.textArea {
    height: 120px;
    border-radius: 15px;
    padding: 7px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

/******************FotosUpload******************/
.img-area {
    position: relative;
    width: 182px;
    height: 130px;
    background: var(--grey);
    overflow: hidden;
    border: 1px solid black;
}

.img-area .icon {
    font-size: 100px;
}

.img-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.img-area p {
    color: #999;
}

.img-area p span {
    font-weight: 600;
}

.img-area img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    z-index: 100;
}

.img-area::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 200;
}

.img-area.active:hover::before {
    opacity: 1;
}

.select-image {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-radius: 15px;
    background: var(--blue);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #000;
}

.select-image:hover {
    background: var(--dark-blue);
}

/*# sourceMappingURL=style.css.map */
.letrero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 300px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.text-letrero {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.text {
    color: #000000;
    font-size: 24px;
    text-align: center;
}

.arrow-letrero {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    animation: arrow 1s infinite;
}

.arrow {
    position: relative;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
}

@keyframes arrow {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}