@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../MaterialIcons-Regular.woff2') format('woff2'),
        url('../MaterialIcons-Regular.woff') format('woff'),
        url('../MaterialIcons-Regular.ttf') format('truetype'),
        url('../MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('../MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Uni Neue Regular";
   font-display: swap;
   src: url('../UniNeueRegular.ttf') format('truetype'),
        url('../UniNeueRegular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Uni Neue Bold";
   font-display: swap;
   src: url('../UniNeueBold.ttf') format('truetype'),
        url('../UniNeueBold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Uni Neue Light";
   font-display: swap;
   src: url('../UniNeueThin.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Greenwich Light";
   font-display: swap;
   src: url('../Greenwich-Light.woff') format('woff'),
        url('../Greenwich-Light.ttf') format('truetype'),
        url('../Greenwich-Light.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Greenwich Med";
   font-display: swap;
   src: url('../Greenwich-Medium.woff') format('woff'),
        url('../Greenwich-Medium.ttf') format('truetype'),
        url('../Greenwich-Medium.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Ionicons";
   font-display: swap;
   src: url('../ionicons.woff') format('woff'),
        url('../ionicons.ttf') format('truetype'),
        url('../ionicons.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../MaterialIcons-Regular.woff') format('woff'),
        url('../MaterialIcons-Regular.ttf') format('truetype'),
        url('../MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Fabric MDL2 Assets";
   font-display: swap;
   src: url('../fabricmdl2icons-2.47.woff2') format('woff2'),
        url('../fabricmdl2icons-2.47.woff') format('woff'),
        url('../fabricmdl2icons-2.47.ttf') format('truetype');
}
@font-face
{
   font-family: "LineAwesome";
   font-display: swap;
   src: url('../line-awesome.woff2') format('woff2'),
        url('../line-awesome.woff') format('woff'),
        url('../line-awesome.ttf') format('truetype'),
        url('../line-awesome.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "dripicons-v2";
   font-display: swap;
   src: url('../dripicons-v2.woff') format('woff'),
        url('../dripicons-v2.ttf') format('truetype'),
        url('../dripicons-v2.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "ExoSoft-Medium";
   font-display: swap;
   src: url('../ExoSoft-Medium.ttf') format('truetype');
}
@font-face
{
   font-family: "Altone SemBd";
   font-display: swap;
   src: url('../Altone-SemiBold.ttf') format('truetype');
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes push
{
   0% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes push
{
   0% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes push
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-webkit-keyframes transform-wiggle
{
   0% { -webkit-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -webkit-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -webkit-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -webkit-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -webkit-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -webkit-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -webkit-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -webkit-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -webkit-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
}
@-moz-keyframes transform-wiggle
{
   0% { -moz-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -moz-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -moz-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -moz-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -moz-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -moz-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -moz-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -moz-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -moz-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
}
@keyframes transform-wiggle
{
   0% { transform: rotate(0deg) skewX(9deg) ;  }
   10% { transform: rotate(0deg) skewX(-8deg) ;  }
   20% { transform: rotate(0deg) skewX(7deg) ;  }
   30% { transform: rotate(0deg) skewX(-6deg) ;  }
   40% { transform: rotate(0deg) skewX(5deg) ;  }
   50% { transform: rotate(0deg) skewX(-4deg) ;  }
   60% { transform: rotate(0deg) skewX(3deg) ;  }
   70% { transform: rotate(0deg) skewX(-2deg) ;  }
   80% { transform: rotate(0deg) skewX(1deg) ;  }
   90% { transform: rotate(0deg) skewX(0deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
@-webkit-keyframes transform-3d-flip
{
   0% { -webkit-transform: perspective(400px) rotateX(0deg) ;  }
   40% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes transform-3d-flip
{
   0% { -moz-transform: perspective(400px) rotateX(0deg) ;  }
   40% { -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-3d-flip
{
   0% { transform: perspective(400px) rotateX(0deg) ;  }
   40% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-webkit-keyframes flip
{
   0% { -webkit-transform: perspective(400px) rotateX(0deg) rotateY(-360deg) scale3d(1,1,1) ;  }
   50% { -webkit-transform: perspective(400px) rotateX(0deg) rotateY(-180deg) scale3d(1.2,1.2,1.2) ;  }
   100% { -webkit-transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes flip
{
   0% { -moz-transform: perspective(400px) rotateX(0deg) rotateY(-360deg) scale3d(1,1,1) ;  }
   50% { -moz-transform: perspective(400px) rotateX(0deg) rotateY(-180deg) scale3d(1.2,1.2,1.2) ;  }
   100% { -moz-transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes flip
{
   0% { transform: perspective(400px) rotateX(0deg) rotateY(-360deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(400px) rotateX(0deg) rotateY(-180deg) scale3d(1.2,1.2,1.2) ;  }
   100% { transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
a.RECIO
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   position: relative;
   display: inline-block;
}
a.RECIO::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
a.RECIO:hover::after
{
   background: #00B86F;
   height: 2px;
}
a.RECIO:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.RECIO:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.RECIO:hover
{
   color: #00B86F;
   text-decoration: none;
}
a.RECIOMENU
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.RECIOMENU::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.RECIOMENU:hover::after
{
   background: #08153F;
   height: 2px;
}
a.RECIOMENU:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.RECIOMENU:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.RECIOMENU:hover
{
   color: #08153F;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.recio_todo
{
   font-family: "Greenwich Light";
   font-size: 27px;
   text-decoration: none;
   background-color: transparent;
}
@media only screen and (min-width: 1024px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
