@font-face {
   font-family: "AvenirNext";
   src: url(/css/fonts/Avenir-Next.ttf);
}
@font-face {
   font-family: "BisonBold";
   src: url(/css/fonts/Bison-Bold.ttf);
}
body
{
   font-family: "AvenirNext", 'Open Sans', sans-serif;
}

h1, h2
{
   font-family: "BisonBold", 'Open Sans', sans-serif;
   letter-spacing: 0.1em;
}
h3, h4, h5, h6
{
   font-family: "AvenirNext", 'Open Sans', sans-serif;
}
.no-margin-top
{
   margin-top: 0px !important;
}

.no-margin-bottom
{
   margin-bottom: 0px !important;
}

.no-padding
{
   padding: 0 !important;
}

.no-padding-bottom
{
   padding-bottom: 0px !important
}

.no-padding-top
{
   padding-top: 0px !important
}

.no-margin
{
   margin: 0 !important;
}

.no-border
{
   border: none !important;
}

.cursor-pointer
{
   cursor: pointer !important;
}

.margin-left-20
{
   margin-left: 20px !important;
}
.margin-left-10
{
   margin-left: 10px !important;
}

.margin-right-20
{
   margin-right: 20px !important;
}
.margin-right-10
{
   margin-right: 10px !important;
}

.margin-top-10
{
   margin-top: 10px !important;
}
.margin-top-20
{
   margin-top: 20px !important;
}
.margin-bottom-10
{
   margin-bottom: 10px !important;
}
.margin-bottom-20
{
   margin-bottom: 20px !important;
}
.all-margin-20
{
   margin: 20px 20px 20px 20px !important
}
.all-padding-15
{
   padding: 15px 15px 15px 15px !important
}
.all-padding-10
{
   padding: 10px 10px 10px 10px !important
}
.height-100-percent
{
   height: 100%;
   padding-bottom: 1000px;
   margin-bottom: -1000px;
}
.overflow-hidden
{
   overflow: hidden;
}
.no-padding-sides
{
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.padding-top-87
{
   padding-top: 87px !important;
}
.uppercase
{
   text-transform: uppercase;
}
.background-none
{
   background: none !important;
}
.width-100
{
   width: 100%;
}
.width-45
{
   width: 45%;
}
.width-30
{
   width: 30%;
}
.width-150-px
{
   width: 150px;
}
.width-200-px
{
   width: 200px;
}
@media (max-width: 991px)
{
   .text-right
   {
      text-align: left !important;
   }
   .text-center-sm
   {
      text-align: center !important;
   }
}
@media (max-width: 767px)
{
   .all-padding-15-xs
   {
      padding: 15px 15px 15px 15px !important
   }
   h3
   {
      font-size: 4em !important;
   }
}
@media (max-width: 400px)
{
   h3
   {
      font-size: 3em !important;
   }
}
@media (max-width: 320px)
{
   h2
   {
      font-size: 3.5em !important;
   }
}
.seccion-empresa
{
   background-color: #fff !important;
}
.font-1dot8em
{
   font-size: 1.8em !important;
}
.font-size-16
{
   font-size: 16px !important;
}
.font-size-14
{
   font-size: 14px !important;
}
.font-size-12
{
   font-size: 12px !important;
}
.font-weight-bold
{
   font-weight: bold;
}
.font-italic
{
   font-style: italic;
}
#upload
{
   min-height: 80px;
}
.height-auto
{
   height: auto !important;
}
.th-center th
{
   text-align: center;
}
.text-centered
{
   text-align: center;
}
.background-verde
{
   background-color: #3cb64a !important;
}
.background-gris
{
   background-color: #a6a6a7 !important;
}
.background-blanco
{
   background-color: #fff !important;
}

.max-height-50px
{
   max-height: 50px !important;
}
.logos-carrusel
{
   max-height: 50px !important;
   width: auto;
   max-width: 100% !important;
}
.font-size-16px
{
   font-size: 16px !important;
}
.menu-centrado
{
   transform: translate(-100%, 0%);
}
.menu-centrado-usuario
{
   transform: translate(-25%, 0%);
}
.panel-flotante {
    position:fixed;
    bottom:0px;
    right:0px;
    z-index: 999;
    width: 160px;
    height: 95px;
    background-color: #fff !important;
    padding: 10px 10px 10px 10px;
    box-shadow: 10px 20px 40px 10px rgba( 56, 63, 69, 0.3);
}
.panel-flotante-ayuda {
   position:fixed;
   bottom:0px;
   background-color: transparent;
   left:0px;
   z-index: 999;
   padding: 10px 10px 10px 10px;
}
.panel-chat-ayuda {
   height: 92%;
   overflow: auto;
}
.topbar-panel-chat-ayuda {
   height: 8%;
   background-color:#3cb64a;
   text-align: end;
   margin-bottom: 10px;
}
.boton-opcion-chat-ayuda {
   background-color: white; 
   color: black; 
   border: 2px solid #4CAF50;
   padding: 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   transition-duration: 0.4s;
   cursor: pointer;
   margin-left: 10px;
   margin-right: 10px;
   border-radius: 5px;
}
.mensaje-chat-ayuda {
   background-color: white; 
   color: black; 
   border: 2px solid #c2c2bf;
   padding: 5px 10px;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   margin-left: 10px;
   margin-right: 10px;
   border-radius: 5px;
}
.boton-opcion-chat-ayuda:hover {
   background-color: #4CAF50;
   color: white;
}
.boton-opcion-chat-ayuda:disabled {
   background-color: #d3d3d3;
   color: black;
}
 
.collapsible-panel-ayuda
{
   background-color: #f1f1f1;
   height: 75%;
   position:fixed;
   bottom:0px;
   z-index: 10000;
   padding-bottom: 0px;
   max-height: 0;
   transition: max-height 0.2s ease-out;
}
.boton-abrir-panel-ayuda
{
   background-color: #3cb64a;
   border-radius: 100%;
   border: none;
   cursor: pointer;
}
.boton-abrir-panel-ayuda:hover
{
   background-color: #35a141;
}
.boton-cerrar-panel-ayuda
{
   background-color: #3cb64a;
   border: none;
   cursor: pointer;
   height: 100%;
}
.boton-cerrar-panel-ayuda:hover
{
   background-color: red;
}
.text-size-32
{
   font-size: 32px;
   line-height: 38px;
}
.collapsible-button
{
   font-size: 32px;
   line-height: 38px;
   color: white;
   cursor: pointer;
   border: none;
}
 .collapsible-content
{
   padding: 0 18px;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   background-color: #f1f1f1;
}
.padding-top-45
{
   padding-top: 45px !important;
}
.btn-paypal {
   background-color: #ffc900;
   color: #fff;
}
