/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
   @import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
   /* ==========================================================================
      2. GENERAL
      ========================================================================== */
   body {
     font-family: 'Lato', sans-serif;
     color: #5D5E60;
     font-size: 14px;
     font-weight: 400;
     background: #fff;
     overflow-x: hidden;
   }
   
   ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D4D5D7;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D4D5D7;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #D4D5D7;
  }


   html {
     overflow-x: hidden;
   }
   
   p {
     font-size: 14px;
     line-height: 26px;
   }
   
   a:hover, a:focus {
     color: #4AA6FF;
   }
   
   a {
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   h1, h2, h3, h4, h5 {
     font-family: 'Lato', sans-serif;
     font-size: 40px;
     font-weight: 700;
     letter-spacing: 1px;
   }
   
   ul {
     margin: 0;
     padding: 0;
     font-size: 16px;
   }
   
   ul li {
     list-style: none;
   }
   
   a:hover,
   a:focus {
     text-decoration: none;
     outline: none;
   }
   
   a:not([href]):not([tabindex]) {
     color: #fff;
   }
   
   a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
     color: #4AA6FF;
   }

   .no_seleccionable {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
   }
   
   /* ==========================================================================
      2.1 Section Title
      ========================================================================== */
   .section {
     padding: 80px 0 0px 0;
   }

   .section-banner{
    margin-top: 80px;
   }
   
   .section-header {
     color: #fff;
     margin-bottom: 40px;
     text-align: center;
   }
   
   .section-header .section-title {
     font-size: 42px;
     margin-top: 0;
     text-transform: uppercase;
     font-weight: 700;
     color: #5D5E60;
     position: relative;
   }
   
   .section-header .section-title span {
     color: #4AA6FF;
   }
   
   .section-header .section-subtitle {
     margin-top: 15px;
     color: #5D5E60;
     font-size: 14px;
     font-weight: 400;
   }
   
   .section-header .lines {
     margin: auto;
     width: 70px;
     position: relative;
     border-top: 2px solid #4AA6FF;
     margin-top: 15px;
   }
   
   /* ==========================================================================
      2.2 Buttons
      ========================================================================== */
   .btn {
     font-size: 14px;
     padding: 11px 11px;
     border-radius: 0px;
     font-weight: 400;
     color: #fff;
     text-transform: uppercase;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     display: inline-block;
   }
   
   .btn:focus,
   .btn:active {
     box-shadow: none;
     outline: none;
     color: #fff;
   }
   
   .btn-common {
     border: 1px solid #4aa6ff;
     background: #4aa6ff;
     position: relative;
     color: #fff;
     z-index: 1;
     border-radius: 7px;
   }
   
   .btn-common:hover {
     color: #fff;
     background: #33b391;
     border-color: #33b391;
     transition: all .50s ease-in-out;
     -moz-transition: all .50s ease-in-out;
     -webkit-transition: all .50s ease-in-out;
   }
   
   .btn-border {
     color: #fff;
     background-color: transparent;
     border: 2px solid #fff;
     border-radius: 4px;
   }
   
   .btn-border:hover {
     border: 2px solid #fff;
     color: #fff;
     background-color: #4AA6FF;
   }
   
   .btn-lg {
     padding: 14px 33px;
     text-transform: uppercase;
     font-size: 16px;
   }
   
   .btn-rm {
     padding: 7px 0px;
     color: #999;
     text-transform: capitalize;
   }
   
   .btn-rm i {
     vertical-align: middle;
   }
   
   button:focus {
     outline: none !important;
   }
   
   .clear {
     clear: both;
   }
   
   /* ==========================================================================
      2.3 Social Iocns
      ========================================================================== */
   .social-icons {
     margin-top: 40px;
   }
   
   .social-icons ul {
     margin: 0;
     padding: 0;
     list-style: none;
   }
   
   .social-icons ul li {
     display: inline;
   }
   
   .social-icons ul li a {
     display: inline-block;
     margin-right: 5px;
     margin-bottom: 15px;
     border-radius: 50%;
     line-height: 40px;
     width: 40px;
     height: 40px;
     text-align: center;
     background: #ddd;
     font-size: 16px;
   }
   
   .social-icons ul li a:hover {
     color: #fff;
   }
   
   .facebook a {
     color: #4867AA;
   }
   
   .facebook a:hover {
     background: #4867AA;
   }
   
   .twitter a {
     color: #1DA1F2;
   }
   
   .twitter a:hover {
     background: #1DA1F2;
   }
   
   .google-plus a {
     color: #DD4D42;
   }
   
   .google-plus a:hover {
     background: #DD4D42;
   }
   
   .youtube a {
     color: #DF2926;
   }
   
   .youtube a:hover {
     background: #DF2926;
   }
   
   .linkedin a {
     color: #007BB6;
   }
   
   .linkedin a:hover {
     background: #007BB6;
   }
   
   .pinterest a {
     color: #BD081C;
   }
   
   .pinterest a:hover {
     background: #BD081C;
   }
   
   .dribbble a {
     color: #EA4C89;
   }
   
   .dribbble a:hover {
     background: #EA4C89;
   }
   
   .behance a {
     color: #0B7CFF;
   }
   
   .behance a:hover {
     background: #0B7CFF;
   }
   
   /* ==========================================================================
      2.4  Pre Loader
      ========================================================================== */
   #loader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #5D5E60;
     z-index: 9999999999;
   }
   
   .spinner {
     width: 40px;
     height: 40px;
     top: 45%;
     position: relative;
     margin: 0px auto;
   }
   
   .double-bounce1, .double-bounce2 {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background-color: #4AA6FF;
     opacity: 0.6;
     position: absolute;
     top: 0;
     left: 0;
     -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
     animation: sk-bounce 2.0s infinite ease-in-out;
   }
   
   .double-bounce2 {
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
   }
   
   @-webkit-keyframes sk-bounce {
     0%, 100% {
       -webkit-transform: scale(0);
     }
     50% {
       -webkit-transform: scale(1);
     }
   }
   
   @keyframes sk-bounce {
     0%, 100% {
       transform: scale(0);
       -webkit-transform: scale(0);
     }
     50% {
       transform: scale(1);
       -webkit-transform: scale(1);
     }
   }
   
   /* ========================================================================== 
     -2.5 Scroll To Up 
      ========================================================================== */
   .back-to-top {
     display: none;
     position: fixed;
     bottom: 18px;
     right: 15px;
   }
   
   .back-to-top i {
     display: block;
     width: 36px;
     height: 36px;
     line-height: 36px;
     color: #fff;
     font-size: 14px;
     text-align: center;
     border-radius: 4px;
     background-color: #4AA6FF;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   /* ==========================================================================
      3. Hero Area
      ========================================================================== */
   #hero-area {
     /*background: url(../img/hero-area.jpg) fixed no-repeat;*/
     background-size: cover;
    background-color: #215E9A;
    overflow: hidden;
    position: relative;
   }
   
   #hero-area .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #4AA6FF;
     opacity: 0.9;
   }
   
   #hero-area .contents {
     padding: 188px 0 80px;
   }
   
   #hero-area .contents h1 {
     color: #fff;
     font-size: 40px;
     font-weight: 600;
     margin-bottom: 1px;
   }
   
   #hero-area .contents p {
     font-size: 20px;
     color: #fff;
     font-weight: 400;
     line-height: 30px;
     letter-spacing: 0.5px;
   }
   
   #hero-area .contents .btn {
     margin: 18px 0px 0px 0px;
     text-transform: uppercase;
   }
   
   #hero-area .banner_bottom_btn {
     margin-top: 40px;
   }
   
   #hero-area .banner_bottom_btn i {
     color: #fff;
     font-size: 48px;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   #hero-area .banner_bottom_btn i:hover {
     color: #4AA6FF;
   }

   .img-logo {
     width: 100%;
   }

   .imagen-principal-container {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .imagen-principal-container img {
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 0 7px black;
  }

  .imagen-principal-div h1 {
    display: none;
  }

   #numero-input{
    border-radius: 36px;
    font-size: 47px;
    text-align: center;
    width: 72%;
    border: none;
    font-family: 'Lato Black', sans-serif;
   }

   #buscar_numero{
    border-radius: 36px;
    font-size: 29px;
    width: 73%;
    border: #fff 3px solid;
    text-transform: none !important;
    background-color: #4aa6ff;
    padding: 15px 11px;
   }

   .enlaceAzar {
     margin: 15px 0;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .enlaceAzar-texto {
    font-size: 20px !important;
    text-decoration: solid;
    text-decoration-line: underline;
    text-decoration-color: white;
    margin: 0;
   }
   
   .enlaceAzar-texto a {
     color: #fff !important;
   }

   #hero-area .buscador-boleto-simple #buscar_numero {
     margin-top: 0 ;
   }

   #hero-area .buscador-boleto-simple > div:nth-child(2) {
    display: flex;
   }

   #hero-area .buscador-boleto-simple form > div {
    padding: 0;
   }

   #hero-area .buscador-boleto-simple p {
     font-size: 18px;
   }

   .buscador-boleto-simple .enlaceAzar-texto {
     font-size: 20px !important;
   }

  @media screen and (max-width: 991px) {
    #hero-area .contents {
      padding: 110px 7% 80px !important;
    }
    
    #hero-area .buscador-boleto-simple {
      padding: 110px 7% 15px !important;
    }

    .imagen-principal-container img {
      max-width: 100%;
      max-height: 100%;
    }

    .imagen-principal-div {
      order: 1;
      padding: 0;
    }

    .imagen-principal-div h1 {
      display: block;
      font-size: 42px !important;
      margin: 16px 0;
    }

    .buscador-principal-div {
      order: 2;
      margin-top: 10vw;
      padding: 0;
    }

    .buscador-principal-div h1 {
      display: none;
    }

    #hero-area .contents p {
      font-size: 33px;
    }

    .enlaceAzar-texto {
      font-size: 33px !important;
    }

    #hero-area .buscador-boleto-simple p {
      font-size: 24px;
    }

    .buscador-boleto-simple .enlaceAzar-texto {
      font-size: 24px !important;
    }

    #numero-input {
      width: 100%;
    }

    #buscar_numero {
      width: 100%;
    }
    
    .navbar {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

.navbar{
    z-index: 999999999;
}

  @media screen and (max-width: 767px) {
    .imagen-principal-div h1 {
      font-size: 36px !important;
    }

    .navbar-brand {
      display: flex;
      justify-content: center;
      margin: 0;
    }

    #hero-area .contents p {
      font-size: 25px;
    }

    .enlaceAzar-texto {
      font-size: 25px !important;
    }

    #hero-area .buscador-boleto-simple p {
      font-size: 19px;
    }

    .buscador-boleto-simple .enlaceAzar-texto {
      font-size: 19px !important;
    }
  }

  @media screen and (max-width: 575px) {
    .imagen-principal-div h1 {
      font-size: 5vw !important;
    }
    #hero-area .contents {
      padding: 80px 7% 30px !important;
    }
    #hero-area .buscador-boleto-simple {
      padding: 90px 7% 0px !important;
    }
    .boton-carrito-movil {
      zoom: 80%;
      font-size: 11.4px;
    }
    #hero-area .buscador-boleto-simple form > input {
      margin: 0 0 15px 0;
    }

    #hero-area .contents p {
      font-size: 4.6vw;
    }

    .enlaceAzar-texto {
      font-size: 4.6vw !important;
    }

    #hero-area .buscador-boleto-simple p {
      font-size: 4.2vw;
    }

    .buscador-boleto-simple .enlaceAzar-texto {
      font-size: 4.3vw !important;
    }
  }

   /* ==========================================================================
      4. Navbar Style
      ========================================================================== */
   .boton-carrito {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    text-align: center;
   }

   .boton-carrito-movil {
     display: none;
   }

   .boton-carrito .lnr-cart {
    font-size: 50px;
   }

   .boton-carrito .cesta-cantidad-total {
    color: white;
    background: #ffc100;
    border-radius: 90%;
    width: 25px;
    height: 25px;
    line-height: 2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 61px;
    top: -3px;
    font-family: 'Lato Black', sans-serif;
   }

   .navbar-nav li {
     display: flex;
     align-items: center;
   }

   .top-nav-collapse .lnr-cart {
      display: none;
   }

   .top-nav-collapse #form_carrito_compra {
    padding-top: 0;
  }

   .top-nav-collapse .cesta-cantidad-total {
    top: 8px !important;
    margin-left: 35px;
   }

   .navbar-brand {
     position: relative;
     padding: 0px;
     display: flex;
     justify-content: center;
   }
   
   .top-nav-collapse {
    background: #fff;
    z-index: 999999999;
    top: 0px !important;
    padding: 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
  }
   
   .top-nav-collapse .navbar-brand {
     top: 0px;
   }
   
   .top-nav-collapse .navbar-nav .nav-link {
     color: #5D5E60 !important;
     margin-top: 0px !important;
     margin-bottom: 0px !important;
   }
   
   .top-nav-collapse .navbar-nav .nav-link:hover {
     color: #4AA6FF !important;
   }
   
   .top-nav-collapse .navbar-nav .nav-link.active {
     color: #fff !important;
   }
   
   .indigo {
     background: white;
   }
   
   .navbar-expand-lg .navbar-nav .nav-link {
    color: #5c5d5f;
    padding: 0 22px;
    line-height: 40px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  
  .navbar-expand-lg .container {
    padding: 0;
  }
   
   .navbar-expand-lg .navbar-nav li a:hover,
   .navbar-expand-lg .navbar-nav li .active > a,
   .navbar-expand-lg .navbar-nav li a:focus {
     color: #4AA6FF;
   }

   #main-navbar ul {
     width: -webkit-fill-available !important;
   }
   
   .navbar .nav-link.active {
     color: #fff !important;
     background: #4aa6ff;
   }
   
   .dropdown-toggle::after {
     display: none;
   }
   
   .slicknav_btn {
     border-color: #5c5d5f;
     z-index: 5;
     font-size: 50px;
     padding: 0 0 20px 0;
     border: none;
   }
   
   .slicknav_menu .slicknav_icon-bar {
     background: #5c5d5f;
   }

   #form_carrito_compra {
    padding-top: 8px;
   }
   
   .slicknav_nav {
     position: absolute;
     left: 0;
     top: 90px;
   }
   
   @media screen and (max-width: 1199px) {
    #main-navbar ul {
      font-size: 14px;
    }
   }
   
   /* only small tablets */
   @media (min-width: 768px) and (max-width: 991px) {
     #nav-main li a.nav-link {
       padding-top: 18px;
     }
   }
   
   .navbar-toggler {
     display: none;
   }
   
   .mobile-menu {
     display: none;
   }
   
   .slicknav_menu {
     display: none;
   }

  @media screen and (max-width: 991px) {
    .navbar-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #mobile-menu {
      display: none;
    }
    .slicknav_menu {
    display: flex;
    }
    .slicknav_nav li {
      width: 720px;
      margin-right: auto;
      margin-left: auto;
    }
    .slicknav_nav a {
      padding: 5px 10px;
    }
    .boton-carrito-movil {
      display: flex;
      color: #5c5d5f;
    }
    .slicknav_nav {
      top: 80px;
    }
    .navbar-brand {
      margin: 0;
    }
    .navbar-brand img {
      width: 80%;
    }
   
    .top-nav-collapse .slicknav_nav {
      top: 65px;
    }
  }

   @media screen and (max-width: 767px) {
    .slicknav_nav li {
      width: 540px;
    }
   }

   @media screen and (max-width: 575px) {
    .slicknav_nav li {
      width: 100%;
    }
    .slicknav_nav a {
      padding: 5px 25px;
    }
    .slicknav_nav {
      top: 65px;
    }
    .slicknav_btn {
      font-size: 45px;
    }
    .top-nav-collapse .lnr-cart {
       display: block;
    }
    .top-nav-collapse .cesta-cantidad-total {
      top: 5px !important;
      margin-left: 0;
    }
   }
   
   /* ==========================================================================
     5. Services section
      ========================================================================== */
   .item-boxes {
     text-align: center;
     padding: 0px 15px;
     margin-bottom: 15px;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
   }
   
   .item-boxes .icon {
     width: 60px;
     height: 60px;
     text-align: center;
     border: 1px solid #f1f1f1;
     display: inline-block;
     border-radius: 30px;
     margin-bottom: 30px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
   }
   
   .item-boxes .icon i {
     font-size: 26px;
     line-height: 60px;
     color: #4aa6ff;
   }
   
   .item-boxes h4 {
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 10px;
   }
   
   .item-boxes:hover .icon {
     background: #4AA6FF;
   }
   
   .item-boxes:hover .icon i {
     color: #fff;
   }

   .logos-autoridad-div-container{
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
   }

   .logos-autoridad-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
   }

   @media screen and (max-width: 991px) {
    .logos-autoridad-div .separadorLogos{
      flex-basis: 100%;
    }

    .logos-autoridad-div img{
      width: 22vw;
    }

    .logos-autoridad-div{
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .logos-autoridad-div-container{
      padding: 2vw 0;
    }
   }

   @media screen and (max-width: 767px) {
    .logos-autoridad-div-container{
      padding: 5vw 0;
    }

    .logos-autoridad-div img{
      width: 25vw;
    }
   }

   .filtro-numeros-div-container{
    background-color: #ECF7F6;
    width: 100%;
    padding: 30px 0;
   }

   .logos-autoridad-img{
   width: 100%;
   height: auto;
   }

   .boleto-azar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
   }
   
   .boleto-azar-div {
     background: white;
     padding: 5% 8%;
     text-align: center;
     position: relative;
   }

   .boleto-azar-div .btn-cerrar {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 14px;
    cursor: pointer;
   }
   
   .boleto-azar-div h1 {
     font-weight: 100;
   }
   
   .boleto-azar-div p {
     font-size: 18px;
   }
   
   .boleto-azar-div .numero-azar {
     font-size: 50px;
     font-weight: bold;
   }
   
   .boleto-azar-div > * {
     margin: 22px 0;
   }
   
   .boleto-azar-div > *:first-child {
     margin-top: 0;
   }
   
   .boleto-azar-div > *:nth-child(5) {
     margin-bottom: 0;
   }

   .boleto_numero-loteria {
    position: absolute;
    left: 42%;
    top: 30px;
  }
  
  .boleto_numero-loteria p {
    position: absolute;
   /* font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;*/
    font-size: 37px;
    color: #4a4a4a;
    font-weight: 700;
    letter-spacing: 9px;
    top: -1px;
    left: -8px;
  }

  .cotenedor-boleto-total {
    margin-bottom: 20px;
  }
  
  .cotenedor-boleto-total .boleto-total-imagen {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .boleto-total-imagen img {
    border: 2px solid rgb(209 209 209);
  }

  .cant-decimos p{
    text-align: center;
    margin-bottom: 5px;
  }

  .pocos-decimos {
    color: #DF2926;
  }

  .btn-cesta, .boleto-azar-div .btn-aceptar{
    border-radius: 31px;
    font-size: 17px;
    border: #fff 1px solid;
    text-transform: none !important;
    background-color: #4aa6ff;
    width:100%;
    padding: 17px 11px;
    cursor: pointer;
    min-height: 63.2px;
   }

   .container-btn-cesta-cantidad{
    border-radius: 31px;
    font-size: 17px;
    border: #d1d1d1 2px solid;
    text-transform: none !important;
    background-color: #fff;
    width: 100%;
    color: #5D5E60;
    min-height: 63.2px;
    margin-top: 3px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    cursor: default;
    font-family: 'Lato', sans-serif !important;
   }

   .container-btn-cesta-cantidad .lnr-cart{
    font-family: 'Lato', sans-serif !important;
   }

   .container-btn-cesta-cantidad .lnr-cart::before{
    font-family: 'Linearicons-Free' !important;
    margin-right: 5px;
    font-size: 26px;
   }

   .operaciones-numeros-carrito,
   .operaciones-numeros-carrito-detalle {
     cursor: pointer;
   }

   .cesta-cantidad-numero{
    font-size: 25px;
    text-transform: none !important;
    color: #5D5E60;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 20%;
    cursor: default;
    font-family: 'Lato Black', sans-serif;
   }

   .btn-mas-numeros{
    border-radius: 20px;
    font-size: 24px;
    border: #4aa6ff 2px solid;
    text-transform: none !important;
    background-color: #fff;
    color: #5D5E60;
    min-height: 63.2px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    width: 100%;
   }

   .container-mas-numeros {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
  .container-mas-numeros > div {
    padding: 0 6px;
  }

   .btn-cesta-cantidad .lnr-circle-minus:before,
   .btn-cesta-cantidad .lnr-plus-circle:before {
    font-size: 28px;
   }

   .btn-cesta-cantidad .lnr-cart {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: inherit;
   }

   .btn-cesta-cantidad .lnr-cart::before {
    font-family: 'Linearicons-Free';
    font-size: 35px;
    margin-right: 15px;
   }

   .sorteo-header {
    color: #fff;
    margin-top: 0;
    text-align: left;
  }
   .sorteo-title{
    font-size: 32px;
    font-weight: 700;
    color: #5D5E60;
    position: relative;
   }
   .lista-numeros-title {
     font-size: 32px;
     margin: 10px 0 24px 0;
     font-weight: 400;
     color: #5d5e60;
   }

   .sorteo-fecha{
    font-size: 26px;
     font-weight: 400;
     color: #5D5E60;
     position: relative;
    }
    .sorteo-cambio{
      font-size: 20px;
      font-weight: 400;
      position: relative;
      text-decoration-line: underline;
    }

    .botoneraDecimos-container {
        border-radius: 20px;
        border: 1px solid black;
        padding: 9px 5px;
        display: flex;
        flex-direction: column;
        text-align: center;
        height: auto;
    }

    .buscar_terminaciones {
        font-family: 'Lato Black', sans-serif;
    }

    .botoneraDecimos-container > div {
      margin: 3px 0;
    }
    
   .boleto_numero-loteria {
    position: absolute;
    left: 40%;
    top: 30px;
  }

  .sin-boleto {
    background-color: #4aa6ff;
    color: white;
    position: absolute;
    left: 0%;
    right: 0;
    height: 200px;
  }
  .sin-boleto-height {
    height: 200px;
  }
.filtro-numeros-div-container-height {
    height: 200px;
}


  .sin-boleto .container {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sin-boleto .container p {
    margin: 0;
    font-size: 35px;
      line-height: inherit;
      text-align: center;
  }




  #form_numeros section {
    width: -webkit-fill-available;
    margin: 0 -150px;
  }

  .encesta_div {
    display: flex;
    width: -webkit-fill-available;
    align-items: center;
    margin-left: 5px;
  }

  .encesta_div span:last-child {
    padding-top: 4px;
  }

  .container-btn-cesta-cantidad .cantidad_marco {
    width: 110px !important;
  }
  
  @media screen and (max-width: 1200px) {
    .boleto_numero-loteria p {
      font-size: 32px;
      letter-spacing: 7px;
      top: -5px;
      left: -9px;
    }
    .container-btn-cesta-cantidad .cantidad_marco {
        width: 75px !important;
    }
  }
  
  @media screen and (max-width: 991px) {
    .lista-numeros-title {
      padding-left: 15px;
      text-align: center;
    }

    .boleto_numero-loteria p {
      font-size: 24px;
      letter-spacing: 4px;
      top: -15px;
      left: -4.5px;
    }

    .sorteo-header {
      text-align: center;
      margin-bottom: 25px;
    }

    .controls .separadorControls{
      flex-basis: 100%;
    }

    .controls a{
      width: 15%;
      height: 85px;
      margin: 0 !important;
      border-radius: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px !important;
    }

    .botoneraDecimos-container {
      margin: 0 8%;
    }

    .controls{
      flex-wrap: wrap !important;
      justify-content: space-around !important;
    }

    .controls{
      padding: 2vw 0;
    }

    .botoneraDecimos-container > div:first-child {
      font-size: 31px;
    }
    .sorteo-title {
      font-size: 37px;
    }
    .sorteo-fecha {
      font-size: 30px;
    }
    .sorteo-cambio {
      font-size: 30px;
    }
    .boton-carrito .cesta-cantidad-total {
      left: 51px;
      top: 5px;
    }

    .container-btn-cesta-cantidad .cantidad_marco input {
        width: 70px;
    }
    .encesta_div span:last-child {
        display: none;
    }
    .encesta_div {
        justify-content: center;
    }
    .container-btn-cesta-cantidad .cantidad_marco span {
        font-size: 15px;
    }
    .encesta_div {
        margin-left: 0;
    }
    .container-btn-cesta-cantidad .cantidad_marco {
        width: auto !important;
    }
  }

  @media screen and (max-width: 767px) {
    .boleto_numero-loteria p {
      font-size: 30px;
      letter-spacing: 5px;
      top: -10px;
      left: -9.5px;
    }
    .sorteo-title {
      font-size: 27px;
    }
    .sorteo-fecha {
      font-size: 21px;
    }
    .sorteo-cambio {
      font-size: 21px;
    }

    .botoneraDecimos-container {
      margin: 0 6%;
    }

    .botoneraDecimos-container > div:first-child {
      font-size: 24px;
    }

    .controls a{
      font-size: 22px !important;
      height: 70px;
    }
    .encesta_div span:last-child {
        display: inline;
    }
    .encesta_div span:last-child .prescindible {
        display: none;
    }
    .encesta_div {
        justify-content: start;
    }
    .encesta_div {
        margin-left: 5px;
    }
  }

  @media screen and (max-width: 575px) {
    #form_numeros section {
      margin: 0;
    }

    .lista-numeros-title {
      padding:12px 55px 0;
        font-size: 5.5vw;
    }

    .cotenedor-boleto-total {
      padding: 0 40px;
    }
    .cant-decimos p {
      font-size: 17px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .cotenedor-boleto-total {
      margin-bottom: 30px;
    }
    .boleto_numero-loteria {
      bottom: 0;
      position: absolute;
      left: -9;
      top: 0;
      right: 0;
    }
    .boleto_numero-loteria p {
      font-size: 9vw;
      letter-spacing: 1.7vw;
      bottom: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      text-align: left;
      margin: 12.5% 1% 1% -4%;
    }

    .botoneraDecimos-container > div:first-child {
      font-size: 4.3vw;
    }
    
    .botoneraDecimos-container {
      margin-left: 8vw;
      margin-right: 8vw;
    }

    .controls a{
      font-size: 5vw !important;
      height: 13vw;
    }

    .sorteo-title {
      font-size: 4.6vw;
    }
    .sorteo-fecha {
      font-size: 3.7vw;
    }
    .sorteo-cambio {
      font-size: 3.7vw;
    }
    .container-btn-cesta-cantidad .cantidad_marco input {
        width: 30vw;
    }
    .encesta_div span:last-child {
        font-size: 3.8vw;
    }
    .encesta_div span:last-child .prescindible {
        display: inline;
    }
    .container-btn-cesta-cantidad .lnr-cart::before {
        margin-right: 0.8vw;
        margin-left: 1vw;
    }
    .container-btn-cesta-cantidad .cantidad_marco span {
        font-size: 17px;
    }
    .encesta_div {
        margin-left: 0;
    }
    .container-btn-cesta-cantidad .cantidad_marco {
        width: 28vw !important;
    }

    .sin-boleto .container p {
        text-align: center;
          margin: 0;
          font-size: 22px;
        margin: 8px

      }



  }
   
   /* ==========================================================================
     6. Features Section Style
      ========================================================================== */

      .intrucciones-container {
        background-color: #5e9ded;
      }

      .intrucciones-container .container {
        display: flex;
        justify-content: center;
        padding: 40px 0;
        position: relative;
      }

      .instruccion-paso {
        border: 2px solid white;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 10px 10px 15px 10px;
        font-size: 15px;
        width: 20%;
        margin: 0 5%;
        z-index: 5;
        background-color: #5e9ded;
      }

      .intrucciones-container .instruccion-paso:nth-child(2) {
        margin-left: 0;
      }
      .intrucciones-container .instruccion-paso:last-child {
        margin-right: 0;
      }
    
    hr.linea-instrucciones {
      height: 0.5px;
      background: white;
      width: 100%;
      position: absolute;
      top: 44%;
    }

    .instruccion-orden {
      font-size: 50px;
      font-weight: 700;
      font-family: 'Lato Black', sans-serif;
    }

    .instruccion-cuerpo {
      display: inherit;
    }

    .admin-ofi-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 70px 0;
    }
    
    .admin-ofi-container img {
      width: 130px;
      margin-right: 35px;
    }
    
    .admin-ofi-container p {
      margin: 0;
      font-size: 18px;
    }
    
    .admin-ofi-container .titulo {
      font-size: 28px;
      font-weight: bolder;
      margin-bottom: 8px;
    }
    
    .admin-ofi-container .resaltado {
      font-weight: bolder;
    }

    @media screen and (max-width: 991px) {
      .admin-ofi-container {
        width: auto;
        align-items: flex-start;
      }
      .admin-ofi-container img  {
        margin-right: 4vw;
      }
      .admin-ofi-container p  {
        text-align: justify;
      }

      .instruccion-paso {
        height: 170px;
      }
    }

    @media screen and (max-width: 767px) {
      .intrucciones-container .container {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        max-width: none;
      }

      .intrucciones-container hr {
        display: none;
      }

      .instruccion-paso {
        flex-basis: 50%;
        margin: 0;
      }
    }

    @media screen and (max-width: 575px) {
      .admin-ofi-container {
        margin: 0 5vw;
        width: auto;
        align-items: flex-start;
      }
      .admin-ofi-container img  {
        margin-right: 4vw;
      }
      .admin-ofi-container p  {
        text-align: justify;
        font-size: 14px;
      }
      .admin-ofi-container .titulo  {
        font-size: 22px;
      }
    }

   #features {
     background: url(../img/bg1.jpg) fixed no-repeat;
     background-size: cover;
     color: #fff;
     overflow: hidden;
     position: relative;
   }
   
   #features .section-title {
     color: #fff;
   }
   
   #features .section-subtitle {
     color: #fff;
   }
   
   #features .icon {
     display: inline-block;
     width: 60px;
     height: 60px;
     border-radius: 30px;
     text-align: center;
     position: relative;
     z-index: 1;
   }
   
   #features .box-item {
     padding: 15px 0;
   }
   
   #features .box-item .icon {
     border: 1px solid #4AA6FF;
     text-align: center;
     float: left;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   #features .box-item .icon i {
     color: #4AA6FF;
     font-size: 24px;
     line-height: 60px;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
   }
   
   #features .box-item .text {
     padding-left: 80px;
   }
   
   #features .box-item .text h4 {
     color: #4AA6FF;
     font-weight: 700;
     font-size: 16px;
     text-transform: uppercase;
     line-height: 22px;
   }
   
   #features .box-item .text p {
     font-size: 14px;
     line-height: 26px;
   }
   
   #features .box-item:hover .icon {
     background: #4AA6FF;
   }
   
   #features .box-item:hover .icon i {
     color: #ffffff;
   }
   
   #features .show-box img {
     position: absolute;
     bottom: -120px;
   }
   
   /* ==========================================================================
     7. Video promo Style
      ========================================================================== */
   .video-promo {
     background: #4aa6ff;
     color: #fff;
     overflow: hidden;
     position: relative;
   }
   
   .video-promo .video-promo-content {
     color: #fff;
   }
   
   .video-promo .video-promo-content h2 {
     color: #fff;
     font-size: 30px;
     text-transform: uppercase;
     margin-bottom: 30px;
   }
   
   .video-promo .video-promo-content p {
     margin-bottom: 30px;
   }
   
   .video-promo .video-promo-content .video-popup {
     width: 80px;
     height: 80px;
     text-align: center;
     border: 3px solid #fff;
     color: #fff;
     border-radius: 50%;
     display: inline-block;
     font-size: 30px;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
   }
   
   .video-promo .video-promo-content .video-popup i {
     line-height: 72px;
   }
   
   .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #4AA6FF;
     opacity: 0.9;
     filter: alpha(opacity=90);
   }
   
   /* ==========================================================================
     8. Portfolio Section
      ========================================================================== */
   #portfolios .mix {
     padding: 10px;
   }
   
   #portfolios .portfolio-item .shot-item, .listado-boletos-container {
     margin: 0px;
   }
   /*
   #portfolio .mix {
     display: none;
   }*/

   .listado-boletos-container {
    overflow: hidden;
    width: 100%;
  }

  .btn-mostrar-mas-container {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .btn-mostrar-mas-div {
    margin: 0 15px;
  }

  .btn-mostrar-mas {
    border-radius: 31px;
    font-size: 17px;
    border: #4aa6ff 2px solid;
    background-color: #fff;
    width: 100%;
    color: #5D5E60;
    min-height: 63.2px;
    margin-top: 3px;
    padding: 11px;
    cursor: pointer;
    margin-bottom: 20px;
  }

   #cargar_numeros, #numeros_filtrados, #portfolio, #portfolio_filtrados, #form_numeros {
    width: -webkit-fill-available;
   }

   #portfolio_filtrados{
       /*padding-top: 67px;*/
   }
   .boleto-unico .listado-boletos-container {
    display: flex;
    justify-content: center;
   }
   /*
   #cargar_numeros {
      position: relative;
   }*/
   
   .controls {
     text-align: center;
     display: flex;
    justify-content: center;
    flex-wrap: nowrap;
   }
   
   .controls .active {
     color: #4AA6FF !important;
     border-color: #4AA6FF;
     background: transparent;
   }
   
   .controls .btn {
     text-transform: uppercase;
     margin: 2px;
   }
   
   .controls:hover {
     cursor: pointer;
   }
   
   .portfolio-img {
     overflow: hidden;
     display: block;
     position: relative;
   }
   
   .portfolio-img img {
     width: 100%;
   }
   
   .shot-item {
     margin-right: 15px;
     border-radius: 4px;
     background: #fff;
     position: relative;
   }
   
   .shot-item img {
     width: 100%;
   }
   
   .shot-item .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     text-align: center;
     opacity: 0;
     background: rgba(0, 0, 0, 0.7);
     top: 0;
     left: 0;
   }
   
   .shot-item:hover .overlay {
     opacity: 1;
   }
   
   .overlay .item-icon {
     height: 48px;
     width: 48px;
     line-height: 48px;
     color: #4AA6FF;
     left: 50%;
     margin-left: -24px;
     margin-top: -24px;
     top: 50%;
     position: absolute;
     z-index: 2;
     visibility: hidden;
     opacity: 0;
     cursor: pointer;
     text-align: center;
     font-size: 20px;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     border: 1px solid #4AA6FF;
     border-radius: 50%;
   }
   
   .overlay .item-icon:hover {
     background: #4AA6FF;
     color: #fff;
   }
   
   .shot-item:hover .item-icon {
     visibility: visible;
     opacity: 1;
   }

   @media screen and (max-width: 991px) {
    .btn-mostrar-mas {
      font-size: 14px;
    }
   }

   @media screen and (max-width: 575px) {
    .btn-mostrar-mas-div {
      margin: 0 40px;
    }

    .btn-mostrar-mas {
      margin-bottom: 30px;
      font-size: 17px;
    }
   }
   
   /* ==========================================================================
     9. Pricing Table
     ========================================================================== */
   .pricing-table {
     padding: 0px 0px 40px 0px;
     margin: 0 auto;
     margin-bottom: 5px;
     border: transparent;
     text-align: center;
     background-color: #FFFFFF;
     border: 1px solid #f1f1f1;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
   }
   
   .pricing-table:hover {
     box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
   }
   
   .pricing-table .pricing-details h2 {
     font-size: 26px;
     font-weight: 700;
     color: #5D5E60;
     margin-bottom: 20px;
     text-transform: uppercase;
     background: #f1f1f1;
     padding: 30px 0;
   }
   
   .pricing-table .pricing-details span {
     display: inline-block;
     font-size: 48px;
     font-weight: 400;
     color: #4AA6FF;
     margin-bottom: 20px;
   }
   
   .pricing-table .pricing-details ul {
     margin-bottom: 35px;
   }
   
   .pricing-table .pricing-details ul li {
     padding: 10px;
     font-size: 15px;
     border-bottom: 1px dotted #f1f1f1;
   }
   
   .table-left {
     margin-top: 20px;
   }
   
   /* ==========================================================================
    10. Counter Section Style
    ========================================================================== */
   .counters {
     background: url(../img/counter.jpg) fixed;
     position: relative;
   }
   
   .counters .facts-item {
     text-align: center;
     color: #fff;
   }
   
   .counters .facts-item .icon {
     margin-bottom: 30px;
   }
   
   .counters .facts-item .icon i {
     font-size: 50px;
     color: #fff;
   }
   
   .counters .facts-item .fact-count h3 {
     font-size: 35px;
     color: #fff;
     margin-bottom: 15px;
   }
   
   .counters .facts-item .fact-count h4 {
     font-size: 20px;
     font-weight: 400;
     color: #fff;
   }
   
   /* ==========================================================================
   11. Testimonial Section Style
    ========================================================================== */
    .owl-wrapper {
      display: flex !important;
    }

   #testimonial {
     background-color: #eef7f6;
     color: rgb(0, 0, 0);
     overflow: hidden;
     position: relative;
     padding: 30px 0;
   }

   .testimonial-div-container{
    background-color: #ECF7F6;
    width: 100%;
   }
   
   .testimonial-item {
     text-align: center;
     position: relative;
     height: 100%;
   }
   
   .testimonial-item .testimonial-text span {
     font-size: 14px;
     color: #999;
   }
   
   .testimonial-item .testimonial-text {
     font-size: 14px;
     font-weight: 400;
     padding: 0 10px;
     margin: 0;
     line-height: 30px;
   }
   
   .testimonial-comment {
    padding: 0 0 15px 0;
    margin: 0;
  }

  .testimonial-author {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
   
  .testimonial-date {
    padding: 10px 0 50px 0;
    margin: 0;
    font-size: 17px;
  }
   
  .testimonial-rating {
    margin: 0;
    padding: 10px 20px 0 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .testimonial-rating img {
    margin: 0 5px;
    width: 30px;
    height: auto;
  }
   
   .owl-theme .owl-controls .owl-page span {
     background: #4AA6FF;
   }
   
   .owl-theme .owl-controls {
     margin-top: 20px;
   }

   .owl-buttons {
    display: flex;
    justify-content: space-between;
    top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
   }
   
   /* ==========================================================================
     12. Team Section
      ========================================================================== */
   .single-team:hover .team-details {
     opacity: 1;
   }
   
   .single-team {
     position: relative;
     -webkit-transition: 0.5s;
     transition: 0.5s;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
     border-radius: 0px;
     background: #4AA6FF;
     overflow: hidden;
   }
   
   .single-team img {
     width: 100%;
   }
   
   .single-team .team-inner {
     -webkit-transition: 0.5s;
     transition: 0.5s;
   }
   
   .single-team .team-details {
     text-align: center;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     transition: 0.5s;
     border-radius: 0px;
     background: #f1f1f1;
     padding: 15px;
   }
   
   .single-team .team-details .team-title {
     margin-bottom: 5px;
     font-size: 20px;
     font-weight: 700;
     color: #5D5E60;
   }
   
   .single-team .team-details p {
     color: #5D5E60;
   }
   
   .single-team .social-list li {
     display: inline-block;
   }
   
   .single-team .social-list li a {
     display: block;
     height: 34px;
     line-height: 34px;
     text-align: center;
     width: 34px;
     margin: 2px;
     color: #4AA6FF;
     font-size: 14px;
     background: #fff;
     border-radius: 50px;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     transition: 0.5s;
   }
   
   .single-team .social-list .facebook a:hover {
     background: #4867aa;
     color: #fff;
   }
   
   .single-team .social-list .twitter a:hover {
     background: #1da1f2;
     color: #fff;
   }
   
   .single-team .social-list .google-plus a:hover {
     background: #dd4d42;
     color: #fff;
   }
   
   .single-team .social-list .linkedin a:hover {
     background: #007bb6;
     color: #fff;
   }
   
   /* ==========================================================================
     13. Blog 
      ========================================================================== */
   #blog .blog-item-wrapper {
     background: #fff;
     border-radius: 0px;
     -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
     -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
     transition: transform 0.2s linear, box-shadow 0.2s linear;
   }
   
   #blog .blog-item-wrapper:hover .blog-item-img:before {
     opacity: 1;
     height: 100%;
     width: 100%;
   }
   
   #blog .blog-item-img {
     position: relative;
   }
   
   #blog .blog-item-img img {
     width: 100%;
   }
   
   #blog .blog-item-text {
     padding: 20px 0;
   }
   
   #blog .blog-item-text h3 {
     line-height: 26px;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 10px;
   }
   
   #blog .blog-item-text h3 a {
     color: #5D5E60;
   }
   
   #blog .blog-item-text h3 a:hover {
     color: #4AA6FF;
   }
   
   #blog .blog-item-text p {
     line-height: 25px;
     margin-bottom: 20px;
   }
   
   .meta-tags {
     margin-bottom: 20px;
   }
   
   .meta-tags span {
     color: #999;
     margin-right: 10px;
   }
   
   .meta-tags span i {
     margin-right: 5px;
   }
   
   .meta-tags span a {
     color: #999;
   }
   
   .meta-tags span a:hover {
     color: #4AA6FF;
   }
   
   /* ==========================================================================
     14. Contact Us
     ========================================================================== */
   .contact-us h3 {
     font-size: 36px;
     margin-bottom: 45px;
   }
   
   .contact-us p span {
     color: #4AA6FF;
     padding-left: 10px;
   }
   
   #contact {
     background: #343a40;
     color: #fff;
     position: relative;
   }
   
   .form-control {
     width: 100%;
     margin-bottom: 10px;
     padding: 14px;
     border-color: #fff;
     border-radius: 0px;
     color: #fff;
     background: transparent;
     font-size: 14px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
   }
   
   .form-control:focus {
     box-shadow: none;
     color: #fff;
     border-color: #4AA6FF;
     background: transparent;
     outline: none;
   }
   
   .btn.disabled, .btn:disabled {
     opacity: 1;
   }
   
   .text-danger {
     font-size: 14px;
     margin-top: 10px;
   }
   
   .list-unstyled li {
     color: #d9534f;
   }
   
   /* ==========================================================================
   15. Footer Style
    ========================================================================== */

    .inferior-container {
      background-color: #00203d;
      color: white;
    }
    .inferior-container .container {
      padding: 0;
    }

    .inferior-container a, .inferior-container a:visited {
      color: white;
    }

    .inferior-container a:visited {
      color: white;
    }

    .inferior-container .row {
      padding: 40px 80px;
    }

    .inferior-container p {
      display: inline-block;
      padding: 0;
      margin: 0;
    }

    .inferior-linea {
      height: 0.1px;
      background: white;
      width: 100%;
      margin-top: 35px;
    }

   footer {
     padding: 15px 0;
     color: #5c5d5f;
   }
   
   footer a, footer a:visited{
    color: #5c5d5f;
    text-decoration-line: underline;
   }

   @media screen and (max-width: 575px) {
    .inferior-container p {
      text-align:  center !important;
      width: 100% !important;
    }
    .inferior-container span,
    footer span {
      display: block;
    }
    .inferior-container .separadorFooter,
    footer .separadorFooter{
      display: none;
    }
    .inferior-container .row {
      padding: 4vw 8vw;
    }
  }
   
  
  /* ==========================================================================
  15. Footer Style
  ========================================================================== */

  div.header_detalle_pedido {
    margin-top: 114px;
    background-color: #00203D;
    color: white;
    padding: 20px 0;
    font-size: 24px;
  }
  
  div.header_detalle_pedido .row > * {
    padding: 0;
  }

  div.header_detalle_pedido .row {
    margin: 0;
  padding: 0 28px;
}

div.header_detalle_pedido .container {
    padding: 0;
}
  
  .total_decimos_carr_precio {
    font-family: 'Lato Black', sans-serif;
  }

  div.header_detalle_pedido .header_detalle_pedido_tit {
    display: flex;
    align-items: center;
  }

  div.header_detalle_pedido .lnr-cart {
    font-size: 38px;
    padding-right: 15px;
  }
  
  div.header_detalle_pedido .total_decimos_carr_precio {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  #boletos_pedido {
    padding: 0;
  }
  
  .linea_detalle_pedido {
    padding: 20px 8px;
    border-bottom: 3px solid #eef7f6;
    margin: 0;
  }

  .mas_info_detalle_div {
      display: none;
  }

  .linea_detalle_pedido .sorteo_div .info_boleto_carrito_div {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }

  .linea_detalle_pedido .sorteo_div, 
  .linea_detalle_pedido .sorteo_div .datos_numero {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .linea_detalle_pedido .sorteo_div .datos_numero {
    padding-left: 20px;
  }

  .linea_detalle_pedido .cantidad_container {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .linea_detalle_pedido .icono_sorteo {
    height: 40px;
    width: 40px;
  }

  .linea_detalle_pedido .numero {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    color: black;
    font-family: 'Lato Black', sans-serif;
  }

  .linea_detalle_pedido .cantidad_div,
  .container-btn-cesta-cantidad .cantidad_div {
    display: flex;
    align-items: center;
    background: #eef7f6;
    border-radius: 30px;
    padding: 10px;
  }

  .container-btn-cesta-cantidad .cantidad_div {
    padding: 3px 10px;
  }
  
  .linea_detalle_pedido .cantidad_marco,
  .container-btn-cesta-cantidad .cantidad_marco {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
  }
  
  .linea_detalle_pedido .cantidad_marco input,
  .container-btn-cesta-cantidad .cantidad_marco input {
    background: none;
    border: none;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #5D5E60;
    line-height: 24px;
    height: 19px;
    font-family: 'Lato Black', sans-serif;
  }

  .linea_detalle_pedido .cantidad_div .operaciones-numeros-carrito-detalle,
  .operaciones-numeros-carrito {
    background-color: #4aa6ff;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 42px;
    border-radius: 90%;
    color: white;
    font-family: 'Poppins', sans-serif;
      z-index: 9999999;
  }

  .linea_detalle_pedido .precio_div {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 20px 0 0;
  }

  .linea_detalle_pedido .precio_div .precio,
  .linea_detalle_pedido .cant_escogida {
    font-size: 17px;
    padding-right: 18px;
    font-family: 'Lato Black', sans-serif;
  }

  .linea_detalle_pedido .precio_div input,
  .linea_detalle_pedido .mas_info_detalle {
    background: none;
    border: 1px solid black;
    font-family: 'Linearicons-Free' !important;
    font-size: 20px;
    cursor: pointer;
  }

  .linea_detalle_pedido .mas_info_detalle {
    border-color: transparent;
    font-family: 'FontAwesome';
    font-weight: bolder;
  }

  .form_carrito_container {
      padding: 20px 0 0 0;
  }

  .section_carrito  {
    padding: 0;
}

.sec_car_der {
    padding-left: 18px;
}
.sec_car_izq {
    padding-right: 18px;
}

.confirmacion_pedido {
    margin-bottom: 40px;
}

.header_section_carrito  {
    margin-top: 12px;
}

  .input {
    position: relative;
    padding: 0;
    margin-top: 14px;
  }

  .body_section_carrito > .input.col-lg-6 {
    padding-right: 6px;
  }

  .body_section_carrito > .input.col-lg-6 + .input.col-lg-6 {
    padding-right: 0;
    padding-left: 6px;
  }

  textarea.input__field {
    resize: none;
    overflow: hidden;
  }
    
  .input__label {
    position: absolute;
    left: 12px;
    top: -1.5px;
    padding: 0 10px;
    background-color: white;
    line-height: 5px;
    font-weight: bold;
  }  
    
  .input__field {
    width: 100%;
    height: 100%;
    padding: 10px 20px 4px;
    border-width: 1px;
  }  

  .input__info {
    position: absolute;
    right: 14px;
    top: calc(50% - 7.5px);
    background: #4aa6ff;
    color: white;
    font-size: 9px;
    font-weight: bold;
    border-radius: 90%;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 1px 0 0 0;
    cursor: pointer;
  }

  .input_con_info {
      padding-right: 35px;
  }

  .input__err {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 12px;
    color: red;
    display: none;
  }

  .input__invalido .input__err {
    display: inline;
  }

  .input__invalido .input__field {
    border-color: red;
    background-color: white;
  }

  .input__invalido .input__label {
    color: red;
  }

    .body_section_carrito > .input.col-lg-12 + .input.col-lg-6 .input__err {
        padding-right: 6px;
    }

  .titulo_sect_carrito span:first-child{
    font-size: 20px;
    font-weight: bolder;
  }  

  .titulo_sect_carrito{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #215E9A;
    color: white;
  }  

  .descripcion_sect_carrito {
    padding: 10px 20px;
    background-color: #eef7f6;
  }

  .descripcion_sect_carrito .importante {
    font-weight: bold;
  }
  
  .descripcion_sect_carrito p {
    margin: 0;
    line-height: 20px;
    text-align: justify;
  }

  .descripcion_sect_carrito br {
    line-height: 10px;
  }

  .body_section_carrito {
    padding: 15px 0 0 0;
    margin: 0;
}

.body_section_carrito p {
    padding: 0;
    margin: 0 0 3px 0;
    font-weight: bold;
}

.contenedor_resumen_pedido  {
    margin: 10px 0 0 0;
    border: 3px solid #eef7f6;
    padding: 20px 15px;
}

.contenedor_resumen_pedido .total_decimos_carr,
.contenedor_resumen_pedido .gastos_envío_carr_precio,
.contenedor_resumen_pedido .precio_total_carr {
    font-family: 'Lato Black', sans-serif;
}

.contenedor_resumen_pedido > *  {
    padding: 0;
}

.contenedor_resumen_pedido > span  {
    font-size: 20px;
    line-height: 45px;
}

.separador_resumen_pedido {
    height: 3px;
    background-color: #F7A800;
    margin: 20px 0;
}

.boton_confirmar_pedido {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: #F7A800;
    padding: 20px;
    border: none;
    border-radius: 35px;
    margin: 20px 0;
    cursor: pointer;
}

.boton_confirmar_pedido:disabled {
    opacity: 35%;
}

.casilla_condiciones_pedido_div,
.casilla_notificaciones_div {
    display: flex;
    align-items: center;
    padding: 0;
}
.casilla_notificaciones_div {
    margin: 5px 0;
}

.casilla_condiciones_pedido_div input,
.casilla_notificaciones_div input {
    width: 26px;
    height: 26px;
}

.casilla_condiciones_pedido_div span,
.casilla_notificaciones_div span {
    padding-left: 12px;
}

.casilla_condiciones_pedido_div span a {
    color: #5D5E60;
    text-decoration: underline;
}

.precio_total_carr {
    font-size: 30px !important;
    font-weight: bold;
    color: black;
}

.errores_en_formulario {
    color: red;
    font-size: 14px;
    margin: -10px 0px 10px 0 !important;
    display: none;
}

.logos_autoridad_carr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.logos_autoridad_carr .div_img {
    width: 49%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #eef7f6;
}
.logos_autoridad_carr .div_img img {
    width: auto;
    height: 100%;
}

  .input__info_dialog {
    position: absolute;
    top: -72px;
    right: 0px;
    width: 252px;
    background: #4aa6ff;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    color: white;
    line-height: 18px;
    z-index: 20;
    display: none;
  }
  
  .input__info_dialog:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid transparent;
    border-right: 12px solid #4aa6ff;
    border-top: 12px solid transparent;
    border-bottom: 20px solid #4aa6ff;
    right: 7px;
    bottom: 4px;
    transform: rotate(26deg) skewY(38deg);
    z-index: -1;
  }

  .dialogo_dir_entrega {
    top: -50px;
    right: 40px;
  }

  .dialogo_dir_entrega::before {
    right: 2px;
    bottom: 16px;
    transform: rotate(-13deg) skewY(41deg) scaleY(2);
  }

  .texto_rojo_imp {
    color: red;
    }
    .texto_rojo_imp a{
        color: red !important;
    }

  @media screen and (max-width: 991px) {
    .sec_car_izq {
        padding-right: 0;
    }
    .sec_car_der {
        padding-left: 0;
    }
    .body_section_carrito > .input.col-lg-6,
    .body_section_carrito > .input.col-lg-6 + .input.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
    }
    div.header_detalle_pedido {
        margin-top: 90px;
    }
  }

  @media screen and (max-width: 767px) {
    .mas_info_detalle_div {
        display: block;
    }
    .linea_detalle_pedido .cantidad_container {
        padding-top: 20px;
        justify-content: start;
        display: none;
    }
    .linea_detalle_pedido .sorteo_div {
        justify-content: space-between;
    }
    .linea_detalle_pedido .precio_div {
        padding: 20px 0 0 0;
        display: none;
    }
  }

  @media screen and (max-width: 575px) {
    div.header_detalle_pedido {
        margin-top: 70px;
    }

    div.header_detalle_pedido .row,
    #boletos_pedido,
    .section_carrito, 
    .sec_car_izq, 
    .sec_car-der {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    div.header_detalle_pedido {
        font-size: 5vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    div.header_detalle_pedido .lnr-cart,
    .linea_detalle_pedido .sorteo_div .datos_numero {
        padding-left: 3vw;
    }

    div.header_detalle_pedido .lnr-cart::before {
        padding-left: 5px;
    }
    .titulo_sect_carrito {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    .titulo_sect_carrito span:first-child {
        font-size: 4.5vw;
    }
    .titulo_sect_carrito span:nth-child(2) {
        font-size: 2.8vw;
    }
    .contenedor_resumen_pedido > span {
        font-size: 4.5vw;
        line-height: 11vw;
    }
    .precio_total_carr {
        font-size: 8vw !important;
    }
    .linea_detalle_pedido .precio_div .precio, 
    .linea_detalle_pedido .cant_escogida {
        padding-right: 2.3vw;
    }
    .logos_autoridad_carr .div_img {
        height: 14.5vw;
    }
    .errores_en_formulario {
        font-size: 3.2vw;
    }
  }
