/** FONTS * --------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Homenaje&family=Teko:wght@300;400;500;600;700&display=swap');




    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
      }	


/** Nav y Background image al principio * --------------------------------------------------*/

html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 600px;
  }
}




/** VIEWS Background image al principio height 500px * ---------------------*/
html,
body,
header,
.views {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .views {
    height: 500px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .views {
    height: 600px;
  }
}
/**  * ---------------------*/

/** VIEWSS Background image al principio height 500px * ---------------------*/
html,
body,
header,
.viewss {
  height: 100%;
  padding-bottom: 40px;	
}

/**  * ---------------------*/


/** VIEWSSS Background image al principio height 500px * ---------------------*/
.viewsss {
  height: auto;
  padding-top: 2.5rem;    
}


/**  * ---------------------*/




 


.btn .fa {
  margin-left: 3px;
}

.top-nav-collapse {
  background-color: #1a2346 !important;
}



@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #1a2346 !important;
  }
}

.btn-white {
  color: black !important;
}

h6 {
  line-height: 1.7;
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.7)), to(rgba(29, 210, 177, 0.7)));
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}




.nav-link {
    font-family: Homenaje;
    font-size: 22px;
    font-weight: normal;
    color: #d9d9d9 !important;
}



.nav-name {
    font-family: Homenaje;
    font-size: 16px;
    font-weight: bolder;
    color: #5d5d5d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px; 
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.nav-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 4px;   
 /**   background-color: #9d9d9d; 
    border-radius: 50px;
    border-color: #e54a28;
    border-style: groove;   --*/
	border-bottom-color: #e54a28;
	border-bottom-style: ridge;
}


.line {
	border-bottom-color: #e54a28;
	border-bottom-style:solid;
	border-bottom-width:thin;
}









/** Video * --------------------------------------------------*/
          .video-fluid {
            width: 100%;
            height: auto;
          }









/**Flecha para hacer la pagina hacia arriba-------------------------------------*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:black;
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
}






/** Scrollable Menu * --------------------------------------------------*/
.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}














/** sticky * --------------------------------------------------*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-115px;
    top:68%;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left; 
    margin:0px 4px;
    margin-right:15px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}







/********* OVERLAY IMAGES *******/
/* Main container */
.overlay-imageA {
 position: relative;
 width: 100%;
}

/********* Overlay on hover *******/
/* New overlay on hover */
.overlay-imageA .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;	
}
/* New overlay appearance on hover */
.overlay-imageA:hover .hover {
 opacity: 1;
}







.titulo-banner {
    font-family: Homenaje;
    font-size: 40px;
    font-weight: bolder;
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 5px;   
}

.titulo-subbanner {
    font-family: Homenaje;
    font-size: 35px;
    font-weight: bolder;
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 4px;   
}

.titulo-subbanner-suc {
    font-family: Homenaje;
    font-size: 40px;
    font-weight: bolder;
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 2px;
    margin-top: 4px;   
}


.over-tit {
    font-family: Homenaje;
    font-size: 22px;
    font-weight: bolder;
    color: #656565;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 5px;   
}


.over-tit-ases {
    font-family: Homenaje;
    font-size: 22px;
    font-weight: bolder;
    color: #b9b9b9;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 5px;   
}







/********* PARALLAX *******/

.parallax1 { 
    background-image: url("http://ummotosmexico.mx/umw/img/parallax-1.jpg"); height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }











/********* LIGHTBOX *******/


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position:fixed;
  top: 70px;
  right: 10px;
  font-size: 35px;
  font-weight: bold;
}

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

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

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

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

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

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



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo: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);
}







/*Contador Tiempo Tamaño*/
#time-counter {
    font-size: 2.5rem;
    color: #adadad;
    font-weight: 400;
    border-color: #000000;
    border-radius: 25px;
    border-style: solid;
}











/********* CAROUSEL Con cards *******/

@media (max-width: 768px) {
    .carousel-inner.mul .carousel-item.mul > div {
        display: none;
    }
    .carousel-inner.mul .carousel-item.mul > div:first-child {
        display: block;
    }
}

.carousel-inner.mul .carousel-item.active.mul,
.carousel-inner.mul .carousel-item-next.mul,
.carousel-inner.mul .carousel-item-prev.mul {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
   
    .carousel-inner.mul .carousel-item-right.active.mul,
    .carousel-inner.mul .carousel-item-next.mul {
      transform: translateX(33.333%);
    }
   
    .carousel-inner.mul .carousel-item-left.active.mul,
    .carousel-inner.mul .carousel-item-prev.mul {
      transform: translateX(-33.333%);
    }
   

}

.carousel-inner.mul .carousel-item-right.mul,
.carousel-inner.mul .carousel-item-left.mul{
  transform: translateX(0);
}







.carousel .carousel-control-next-icon {
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
		background-size: 18px;
}

.carousel .carousel-control-prev-icon {
		    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
		background-size: 18px;
	
}	












/********* LANDING PAGE CC *******/

/********* Collapse Modelos CC *******/

.demobut {

  margin: 0.5rem;
  text-align: center;   
}

.demogal {
  background-color: rgba(255, 255, 255, 0.38);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;    
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.22);
}

.cctitle1 {
  color: #e0e0e0;
  font-family: Homenaje;
  font-weight:600;    
  text-align: center;    
}

.cctitle2 {
  color: #e54a28;
  font-family: Homenaje;
  font-weight:400;    
  text-align: center;    
}

hr.hrcc {
  background-color:#d1d1d1;
  margin: 2rem 0rem 2rem 0rem;
  padding: 0.2rem 0rem 0rem 0rem;    
  font-weight:600;    
  text-align: center;    
}

.cclog {
  max-width: 15rem;
  min-width: 15rem;
  text-align: center;    
}







/********* LANDING PAGE CC *******/
.bftitle1 {
  color: #bfbfbf;
  font-family: Homenaje;
  font-weight:600;    
  text-align: center;    
}

.bftitle2 {
  color: #1a2346;
  font-family: Homenaje;
  font-weight:800;    
  text-align: center;    
}




/********* MODAL *******/ 
.modal-backdrop {
    position: inherit;
}

.close.bf {
    position:inherit;
    margin-right: 1rem; 
}


.modal.bf {
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.87);
}














/********* PRELOADER *******/
.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(226, 73, 17);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(18, 180, 209,0);
    border-top: 2px solid rgba(18, 180, 209,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(226, 73, 17,.5);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(18, 180, 209, 0); 
    border-top: 2px solid rgba(18, 180, 209, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  } 

.preloader {
    margin: auto;
  	background: url(https://ummotosmexico.mx/umw/img/um-preloader.png) no-repeat center;
    background-size: 80px;
    width: 80px;
    height: 80px;
    }
  











/** COOKIES * --------------------------------------------------*/
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: small; 
    background-color: rgba(17, 23, 47, 0.92);
    color: rgba(255, 255, 255, 0.79);
    box-shadow: 0px -5px 15px rgba(37, 51, 64, 0.7);
    padding: 20px;
    z-index: 99;
}




 


/** COTIZADOR CUADRO RESULTADOS * --------------------------------------------------*/
.cuadrores {
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	text-align: left;
	border-style: solid;
	border-width: thin;
	border-color: #898989;
	background-color: rgba(255, 255, 255, 0.46);
    }


/** COTIZADOR BOTON COMPRA / CREDITO * ------------------------------------------------*/
.btncot {
    background-color: #1c295f;
	color: #ffffff;
	border-radius: 50px;
	border-style: solid;
	border-width: thick;
	border-color: #e84723;
	font-weight: 500;
    }

 