html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  background:#f7f7f9;
  font-size:1rem;
  font-weight:400;
  font-family: 'Product Sans', sans-serif;
}

.btn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  outline: 0;
  border: 0;
  font-weight:500;
  padding:10px 30px;
  font-size:1.1rem;
}

.btn-primary {
    color: #222;
    background-color: #ffc700 !important;
}

.btn-primary:hover {
    color: #222;
    background-color: #fcc70c !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33,33,33, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border:none !important;
  outline:0px !important;
}

.navbar-toggler.navbar-toggler {
  border:none !important;
  outline:0px !important;
} 

.navbar-nav .nav-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.card {
     -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
	border:none  !important;
	color:#000 !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 1200px) {
  .navbar-nav {
    margin:0;
  }
  /* General styles for all menus */
  .cbp-spmenu {
    background: #FFF;
    position: fixed;
    padding:0;
    margin:0 !important;
    overflow-x:hidden;
    overflow-y:visible;
    display:block;
  }
  .cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
  }
  .cbp-spmenu a {
    display: block;
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -260px;
  }
  .cbp-spmenu-right {
    right: -260px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 260px;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.navbar-toggle {
    border: none;
    background: darkred;
    width: 48px;
    height: 48px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

 
 .main-container {
	 width:100%;
	 height: calc(100% - 60px) !important;
	 background-image: url(../img/bg.png);
	 background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
 }

.main-content {
    width: 100%;
    height: 100%;
}

header {
	z-index:99;
	 position:relative;
	 background:#FFF;
	 height:60px;
	 box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%), inset 0 -1px 0 0 #dadce0;
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-align: end;
    align-items: end;
}




.nav-link {
	font-weight:500;
	color:#222 !important;
}

.navbar-nav .active>.nav-link {
	background:#fcc70c;
}



.sliderrr {
	-webkit-transition: opacity .4s ease-in-out,visibility 0s .4s;
    transition: opacity .4s ease-in-out,visibility 0s .4s;
	
}

.swiper-slide {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out,visibility 0s .4s;
    transition: opacity .4s ease-in-out,visibility 0s .4s;
	
}

.swiper-slide-active {
	opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s;
}



h1{
	font-weight:800;
	letter-spacing: -0.05rem;
 
}

h2{
	font-weight:800;
}

h3{
	font-weight:800;
}

.swiper-0 {
	   text-align:center;
}

 



.contact {
	list-style:none;
	padding:0;
	margin:0;
}

.contact li {
	margin-bottom:10px;
}

.contact li .bi {
	margin-right:10px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    box-shadow: 0px 2px 4px #00000099;
    z-index: 100;
    text-align: center;
}


.whatsapp .bi {
    top: 11px;
    left: 11px;
    position: absolute;
    font-size: 38px;
	width:40px;
}




.nav-icon {
	width:30px;
	float:left;
}

.nav-title {
	font-size:20px;
	line-height:30px;
	margin-left:10px;
	float:left;
}



.caracteristicas {
   list-style:none;
   padding:0;
   margin:0;
   text-align:left;
}

.caracteristicas li {
margin-bottom:20px;
}
.caracteristicas li img {
	height:48px;
	width:48px;
	float:left;
	margin-right:20px;
}

.caracteristicas h3 {
	font-size:1rem;
	margin:0;
	padding:0;
}


.swiper-0 img {
	max-width:100%;
}

.imagen-sobre {
	width:100%;
	height:150px;
	background-image: url(../img/coches.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
.nav-link {
    padding:10px 30px!important;
}

.swiper-0 img {
	max-width:80%;
}

}

@media screen and (min-width: 768px) {
.nav-link {
    padding:8px 20px!important;
	border-radius:8px;
}

}