@charset "utf-8";

/* CSS Document */
*, ::before, ::after {
    box-sizing: border-box
}

/*whatsapp*/

#whatsapp {
	position: fixed;
	bottom: 20px;
	right:20px;
}
svg {
	width: 80px;
	display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
  fill: #25d366;
}
path {
	fill:  #fff;
}
#whatsapp a {padding: 20px 0;}
#whatsapp a::before {
	content: 'Te asesoramos por whatsapp';
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	margin-right: 10px;
	color: rgba(0, 0, 0, .8);
	background: white;
	border: 1px solid #ccc;
	border-radius: 20px;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
	transition: .3s ease;
	opacity: 0;
}
#whatsapp:hover a::before {opacity: 1;}

/*FIN whatsapp*/


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/general/loading.gif) 50% 50% no-repeat #f9f9f9
}
body {
    margin: 0;
    margin-top: 64px !important;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column
}
body, .no-color {
    background-color: transparent !important
}
main {
    flex: 1 0 auto
}
.notapie {
    font-size: 11px
}
:selection {
    background-color: #006fa3;
    color: #FFF
}
img {
    user-select: none;
    border: none
}
table {
    border: none
}
.h1, h1 {
    font-size: 44px;
    font-weight: 200 !important;
    text-align: center !important;
}

h1 small {
  font-size: 50% !important;
}

h2 {
  font-size: 1.9rem ;
}

strong {
  font-weight: 600 !important;
}



section#caracteristicas-gestion {
  background: url('/img/gestion/fondo_caracteristicas-large.jpg');
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: cover;
}

section#caracteristicas-resto {
  background: url('/img/resto/fondo_caracteristicas-large.jpg');
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: cover;
}

section#caracteristicas-pdv {
  background: url('/img/pdv/fondo_caracteristicas-large.jpg');
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: cover;
}

.img-home-producto {
  width: 100%;
  max-width: 600px
}

.txt-titulo {
  font-size: 1.2em !important
}

.func-padding {
  padding: 0 40px !important
}

h2#pre-titulo {
  font-size: 12px;
  text-transform: uppercase;
  margin: -20px 0;
  font-weight: 400 !important
}

#modulos-resto h3 {
  text-align: left !important
}

#modulos-resto h3 img {
  margin: -6px 10px !important
}

.fondo-perifericos-resto {
  background-image: url("/img/resto/fondo_perifericos.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: #E31937;
}

.fondo-perifericos-gestion {
  background-image: url("/img/gestion/fondo_perifericos.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: #2fa7df;
}

.fondo-perifericos-pdv {
  background-image: url("/img/pdv/fondo_perifericos.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: #2fa7df;
}

.fondo-perifericos-eecc {
  background-image: url("/img/eecc/fondo_perifericos.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: #FF8E17;
}

.img-modulo {
  float: left;
  margin: 15px 10px 0 0
}

.play-gestion {
  fill: #2FA7DF;
  width: 100%;
  height: 60px;
  transition: 0.3s;
}

.play-pdv {
  fill: #41AF2C;
  width: 100%;
  height: 60px;
  transition: 0.3s;
}

.logo-integraciones {
  height: 100px;
  line-height: 80px;
  width: 100%;
  margin-bottom: 10px;
  background-color: white;
  padding: 20px;
  text-align: center;
}

/* Colores */

.bg-negro {
  background-color: black !important;
}
.text-blanco {
  color: white !important;
}

.bg-factura {
  background-color: #2b2b2b !important
}

.text-factura {
  color: #ffde17 !important
}

.bg-resto {
  background-color: #E31937 !important
}

.text-resto {
  color: #E5405D !important
}

.red-resto {
  color: #e21836 !important
}

.bg-eecc {
  background-color: #FF8E17 !important
}

.text-eecc {
  color: #FF8E17 !important
}

.bg-gestion {
  background-color: #2FA7DF !important
}

.text-gestion, .celeste {
  color: #2FA7DF !important
}

.bg-pdv {
  background-color: #2FA7DF !important
}

.text-pdv {
  color: #2FA7DF !important
}

.bg-ntablero {
  background-color: #7f74b0
}

.text-ntablero {
  color: #7f74b0
}

.bg-nbackup {
  background-color: #2861ae
}
.bg-nreportes {
  background-color: #ddaf37
}
.text-ntablero {
  color: #7f74b0
}
.bg-nfichadas {
  background-color: #a75682
}
.text-nfichadas {
  color: #a75682
}
.bg-nnotificaciones {
  background-color: #9c9b9b
}
.text-nnotificaciones {
  color: #9c9b9b
}
.bg-nupdate {
  background-color: #58595b
}
.text-nupdate {
  color: #58595b
}
.bg-nclientes {
  background-color: #4ab756
}
.text-nclientes {
  color: #4ab756
}
.bg-necommerce {
  background-color: #326E6E
}
.text-necommerce {
  color: #326E6E
}

.bg-ndelivery {
  background-color: #CC0001
}

.text-ndelivery {
  color: #CC0001
}

.bg-ndelivery {
  background-color: #CC0001
}

.text-ndelivery {
  color: #CC0001
}

.bg-ntiendas {
  background-color: #1996d2
}

.text-ntiendas {
  color: #1996d2
}

.bg-ncobranzas {
  background-color: #00b7ad
}

.text-ncobranzas {
  color: #00b7ad
}

.bg-tangoblue {
  background-color: #006fa3 !important
}

.text-tangoblue, .tangoblue {
  color: #006fa3 !important
}
.amarilloReportes, .bg-nreportes {
  background-color: #ddaf37;
}
.orange-yellow {
    color: #FFB900
}
.blue-out {
    color: #0072C6
}
.blue2 {
    color: #0078D7
}
.gray5 {
    color: #404141
}
.gray4 {
    color: #454545
}
.gray3 {
    color: #999
}
.gray2 {
    color: #B2B2B2
}
.gray1 {
    color: #EDEDF0
}
.violet-dark {
    color: #4617B5
}
.violet-magenta {
    color: #95008C
}

/* nexo-home */
     #nexo-home h1 {
          font-size: 2em !important;
          text-align: left !important;
          font-weight: 400 !important;
          color: #fff !important;
          margin-top: 0;
     }
     #nexo-home p {
          color: #000 !important;
          font-weight: 500;
     }

     .columna {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          padding: 50px !important;
     }@media only screen and (max-width: 650px) {
          .columna {
          padding: 20px !important;
          }
     }

     .abajo {
          display: flex;
          flex-grow: 0 !important;
          flex-shrink: 1 !important;
     }

     .boton-nexo {
          max-width: 300px;
          background-color: #fff;
          padding: 20px;
          margin: 5px;
          -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
                  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
          text-align: center;
         display: block
     }

     .boton-nexo img {
          width: 40px;
          vertical-align: middle;
          margin: -12px 12px -8px -4px;
     }

     @media only screen and (max-width: 650px) {
          .abajo {
               flex-direction: column
          }
     }

/* nexo-apps */
.cuadro-nexo{
    padding: 30px 30px 10px!important;
    width:250px
}

/* PRODUCTOS --- SEGÚN MERCEDES NO VA A IR, DESPUES BORRAR */
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  padding:30px !important;
  margin: 5px !important;
  flex:1;
}

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-container p {
  color:white !important;
}
