@font-face {
    font-family: 'nunitoregular';
    src: url('../font/nunito-regular-webfont.woff2') format('woff2'),
         url('../font/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitobold';
    src: url('../font/nunito-bold-webfont.woff2') format('woff2'),
         url('../font/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icon-catalogo{
    padding-top: 18px !important;
}

html, body {
    font-family: "nunitoregular";
    background-color: #fff;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.bg-gris
{
    background: rgb(130,130,129);
    background: linear-gradient(90deg, rgba(130,130,129,1) 0%, rgba(255,255,255,1) 25%, rgba(130,130,129,1) 50%, rgba(255,255,255,1) 75%, rgba(130,130,129,1) 100%); 
}
.bg-gris-plano
{
    background: #e5e5e5
}
.quienes-bold
{
    font-size: 3em;
    font-weight: 800;
}
.quienes
{
    font-size: 2.3em;
}
.titulo-redes
{
    font-weight: 800;
    font-size: 25px;
    color: #000;
}
.borde-superior-gris
{
    border-top: 5px solid #707070;
}
.borde-superior
{
    position: relative;
    border-top: 10px solid #ff4e02;
}
.ficha-resumen .card{
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    border-right: 2px solid #e5e5e5;
}
.icon-flecha
{
    position: relative;
    top: 6px;
    font-size: 2.8rem !important;
}
.nav-link  
{
    color: #ff3636;
}
.gradiente
{
    background: rgb(117,117,117);
background: linear-gradient(90deg, rgba(117,117,117,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 21%, rgba(113,113,113,1) 32%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 50%, rgba(140,140,140,1) 66%, rgba(255,255,255,1) 82%, rgba(102,102,102,1) 100%); 
}

footer 
{
    font-weight: 900;
}
.navbar-toggler{
    background-color: white;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color:#000000;
    font-weight: 200;
    font-size: 1.25rem;
}
.nav-tabs .nav-link, .nav-tabs .nav-link:focus {
    font-size: 1.25rem;
    font-weight: 200;
    background-color: #f000;
    color: #000000;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;

}
.nav-tabs:hover .nav-link:hover, .nav-tabs:hover .nav-link:hover {
    margin-right: 0;
    font-size: 1.25rem;
    font-weight: 200;
    background-color: #f000;
    border: none;
    color: #000000;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -3px 0 #ddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #ebebeb;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
    -webkit-box-shadow: inset 0 -3px 0 #e55204;
    box-shadow: inset 0 -3px 0 #e55204;
    color: #000000;
    font-size: 1.25rem;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
#btn-agregar-war.btn-warning {
    color: #fff;
    background: #e94e1b -webkit-gradient(linear, left top, left bottom, from(#e76337), to(#e94e1b)) repeat-x  !important;
    background: #e94e1b linear-gradient(180deg, #e76337, #e94e1b) repeat-x !important;
    border-color: #ffffff  !important;
    font-family: 800 !important;
}
#unidades
{
    margin-top: 10px !important;
    margin-left: 10px !important;    
}
#sis-mensaje .text-warning
{
    color: #ff5c14 !important;
}
#sis-mensaje .btn-light
{
    background-color: #e1e1e1 !important;
    background: #e1e1e1 !important;
}
#sis-mensaje .btn-warning
{
    background-color: #ff5c14 !important;
    background: #ff5c14 !important;
}
h3.precio{
    font-size: 2.7rem;
}
.numero-select
{
    font-size: 1.4rem;
    padding-left: 16px !important;
}

b, strong {
    font-weight: 800;
}
.color-h1
{
    color: #e94e1b !important;
}
.fondoGris {
    background-color: #ebebeb;
}
.fondoGris2 {
    background-color: #e1e1e1;
}
.altocat
{
    max-height: 180px;
}
.fondoDeg-categorias .iconos-cat
{
    position: relative;
    top: 60px;
    z-index: 5;
}
.fondoDeg-categorias .iconos-cat h3
{ 
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
}
.fondoDeg-categorias{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(21,21,21,1) 69%, rgba(106,106,106,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(21,21,21,1) 69%, rgba(106,106,106,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(21,21,21,1) 69%, rgba(106,106,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#6a6a6a",GradientType=1); 
}
.mt-6
{
    margin-top: 10rem !important;
}
#promos h3{
    font-weight: bold;
    color: #000;
    font-size: 1.9rem;
}
#promos a,#promos a:hover{
    text-decoration: none;
    color: #000;
}
#promos .border-der{
    border-right: 4px solid #EFEFEF;
}
#promos hr{
    border-bottom: 4px solid #E55204;
}
#promos .carousel-control-prev, #promos .carousel-control-next {
    top: 70px;
    bottom: 0;
    background-color: #000;
    height: 50px;
}
#oferta
{
    margin-top: 150px;
    margin-bottom: 150px;
}
#oferta h1{
    font-weight: bold;
    color: #000;
    font-size: 2rem;
}
#oferta a
{
    text-decoration: none;
    color: #fff;
}
footer a
{
    text-decoration: none;
    color: #000;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
footer a:hover
{
    text-decoration: none;
    color: rgb(37, 37, 37);
}
.footer-icon
{
    width: 35px;
}
.soferts
{
    position: absolute;
    top: 90px;
    left: 150px;
    z-index: 10;
    margin-top: -180px;
}
.zoom {
    display:inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }

.bg-warning
{
    background-color: #e55204 !important;
}
#promos .carousel-control-prev {
    left: unset !important;
    right:70px !important;
}
#promos .carousel-control-next {
    right: 20px;
}
.fondovehiculo
{
   background-color: #f6f6f6;
}
.btn-warning
{
    background-color: #ff4d0e !important;
    background: #ff4d0e !important;
}
.ttl-alianzas
{
    font-size: 40px;
    font-weight: 800;
    color:#000;
}

.fondopromo
{
    background-image: url(../imgs/fondopromo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#000;
}
.fondovehiculo h2{
    font-size: 40px;
    font-weight: 800;

}
.fondovehiculo p{
    font-size: 30px;
}
.bg-negro {
    font-size: 30px;
}
.bordeabajo
{
    border-bottom: 5px solid #000000;
}
.bg-oscuro
{
    background-color:#000;
    color: #fff;
}
div.conoce h2 {
    text-align: justify;
    font-size: 32px;
    text-transform: uppercase;
    padding-right: 0px;
    padding-left: 0px;
}
div.conoce h2.espacio {
    letter-spacing: 25px;
}
section#contactanos h1 {
    letter-spacing: 25px;
}
.carousel-control-prev{
    background-image: url(imgs/control-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel-control-next{
    background-image: url(imgs/control-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#contactanos{
    background-color: #e7e3e3;

}
#contactanos h1,#contactanos p{
    font-size: 40px;
    font-weight: 800;
    color:#000;
}
#contactanos p{
    font-size: 20px;
    font-weight: 100;
}

#cuentas-banco .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
.margen-top
{
    margin-top: 40px !important;
}
.imag-container img {
}
.imag-container {
    position: relative;
    height: auto;
}
.overlay {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    background-color: #df633a ;
}
.imag-container:hover .overlay {
    opacity: 1;
    color: white;
}
.overlayLeft{
    height: 100%;
    width: 0;
    top: 0;
    left: 0px;
    padding: 1rem;
    background-color: #df633a ;
}
.imag-container:hover .overlayLeft{
width: 100%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay2 {
    position: absolute;
    top: 0;
    background: #d4d4d4;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 13px;
    text-align: center;
}
.imag-container:hover .overlay2 {
    opacity: 1;
}
.borrar:hover
{
    cursor: pointer;
}
#filtro
{
    font-size: 1.5rem;
    font-stretch: extra-expanded;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.modalficha {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.datos-vendedor
{
    z-index: 10;
    right: 25px;
    bottom:  20px;
    font-size: 18px;
    background-color: #e94f13 !important;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.5;
    transition:all ;

}
.icon-whasap
{
    z-index: 10;
    right: 25px;
    bottom:  60px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all ;

}
.datos-vendedor p{
    margin: 5px !important;
}
.datos-vendedor i{
    margin-left: 6px !important;
    margin-right: 6px !important;
    
}
.datos-vendedor:hover
{
    opacity: 1;
    cursor: pointer;
}
.datos-vendedor > span{
    font-size: 14px;
    text-align: right;
    display: none;
}
.datos-vendedor:hover span
{
    display: inline-block;
}
/* Modal Content */
.modalficha-content {
  position: relative;
  background-color: #ffff;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus:hover {
    border: none;
    color: #e94f13;
}
/* The Close Button */
.closeficha {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.closeficha:hover,
.closeficha:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prevficha,
.nextficha {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextficha {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevficha:hover,
.nextficha:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertextficha {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-containerficha {
  text-align: center;
  background-color: white;
  padding: 2px 16px;
  color: white;
}

img.demoficha {
  opacity: 0.6;
}

.activeficha,
.demoficha:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-light {
    background-color: #a1a1a1 !important;
}

#buscador-menu .input-group .form-control {
    background-color: white;
    padding-left: 1rem;
    font-size: 1rem;
}
.carousel-indicators {
    bottom: -60px;
}
.carousel-indicators li
{
    height: 10px;
}
.no-mostrar{
    display: none;
}

.carpromo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 360px;
    background: #000;
}
.carpromo .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carpromo .image img {
    width: 100%;
    transition: .5s;
}
.carpromo:hover .image img {
    opacity: .5;
    transform: translateX(30%);/*100%*/
}
.carpromo .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;/*100%*/
    height: 100%;
    background: #ffc107;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}
.carpromo:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.carpromo .details .center {
    padding: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carpromo .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.carpromo .details .center h1 span {
    font-size: 14px;
    color: #262626;
}
.carpromo .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}
.carpromo .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}
.carpromo .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}
.carpromo .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}
.carpromo .details .center ul li a:hover {
    background: #ff3636;
}
@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    width: 4% !important;
}

.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-file {
    width: 100%;
    display: flex;
    height: 200px;
    cursor: pointer;
    font-size: 1rem;
    max-width: 100%;
    overflow: visible;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.input-file .dz-message {
    z-index: 4;
    width: 100%;
    border-radius: .25rem;
    font-size: 32px;
    padding: 4rem 1rem;
    position: relative;
    border: 2px dashed #ced4da;
}

.input-file .dz-message.danger {
    border: 2px dashed #dc3545;
}

.input-file .media_file_upload {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    cursor: pointer;
    position: absolute;
    height: 100% !important;
}

.input-file #prev-img {
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 5px;
	height: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	text-align: center;
	background-color: #fff;
}

[id*="input-amount-"][disabled] {
    color: #495057!important;
}

#amount-total,
[id*="discount-info-"] {
    display: none;
}

[id*="discount-info-"],
[id*="discount-info-"] td {
    padding-top: 0 !important;
    font-size: 11.5px;
    color: #dc3545;
    text-align: left;
    border-top: none !important;
    vertical-align: middle !important;
}

#amount-total,
#amount-total td {
    font-size: 12px;
    text-align: left;
    border-bottom: none;
    padding-top: .25rem;
    padding-bottom: .25rem;
    vertical-align: middle;
}

.total-amount {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#required-file,
#required-amounts {
    display: none;
}

.content-certificates {
    padding: 1rem;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    border: 2px solid #444444;
    justify-content: space-around;
}

.text-certification {
    top: -18px;
    padding: 5px;
    font-weight: 600;
    position: absolute;
    background: #ffffff;
}

.lock-check,
.shield-check {
    display: flex;
}

.lock-check svg,
.shield-check svg {
    width: 50px;
    height: auto;
}

.lock-check svg{
    margin-right: 2px;
}

.lock-check .text-lock-check,
.shield-check .text-shield-check {
    display: flex;
    font-weight: 600;
    flex-direction: column;
}

.lock-check .text-lock-check .text-bold-lock-check,
.shield-check .text-shield-check .text-bold-shield-check {
    font-weight: 800;
}

.shield-check svg .clr-i-outline.clr-i-outline-path-2 {
    fill: #28a745;
}

.accordion.no-menu {
    color: inherit;
    font-size: inherit;
    background: transparent !important;
}

.accordion.no-menu:hover {
    font-weight: inherit !important;
}

.accordion.no-menu:after {
    content: '';
}

.title-card-accordion button {
    font-weight: 800;
    font-size: 14px;
}

.card-ui-component-action-container {
    flex-direction: row-reverse;
}

.modal-terms,
.modal-prev-transaction {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    display: flex;
    position: fixed;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    transition: all 0.5s ease;
}

.modal-prev-transaction.show {
    opacity: 1;
    z-index: 1000;
    transition: all 0.5s ease;
}

.modal-terms.show {
    opacity: 1;
    z-index: 1001;
    transition: all 0.5s ease;
}

.modal-prev-transaction .swal2-icon,
.modal-prev-transaction button {
    display: flex;
    margin: 0 auto !important;
}

.modal-prev-transaction .swal2-title.text-center {
    margin: 0;
    color: inherit;
    max-width: 100%;
    font-weight: 600;
    position: relative;
    font-size: 1.875em;
    text-align: center;
    padding: .8em 1em 0;
    text-transform: none;
    word-wrap: break-word;
}

.modal-terms .container {
    height: 100%;
}

.content-terms {
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
    padding-right: 10px;
    max-height: calc(100% - 200px);
    height: calc(100% - 200px);
}

@media screen and (max-width: 376px) {
    .modal-prev-transaction .swal2-title.text-center {
        padding: 0;
    }

    .modal-prev-transaction .container {
        height: 100%;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .modal-prev-transaction .container .content-prev {
        height: calc(100% - 300px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .content-terms {
        max-height: calc(100% - 250px);
        height: calc(100% - 250px);
    }
}
