/* work with max-width for easiest responsiveness */



/* FONTS  */

@font-face {
    font-family: Longhaul;
    src: url(../assets/fonts/Longhaul.ttf)
}

@font-face {
    font-family: DolceVitaHeavyBold;
    src: url(../assets/fonts/DolceVitaHeavyBold.ttf)
}

@font-face {
    font-family: DolceVitaLight;
    src: url(../assets/fonts/DolceVitaLight.ttf)
}

@font-face {
    font-family: DolceVita;
    src: url(../assets/fonts/DolceVita.ttf)
}




* {
    margin: 0;
}

#mastercontainer { overflow: hidden; }

body {
    margin: 0;
    overflow-x: hidden;
    position: relative
}

html, body {
    overflow: visible;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }



/* NAVBAR */

body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  color: #ea8e29;
  font-family: 'Inter', sans-serif;
}

#menuToggle
{
  display: block;
  position: relative;
  top: -34px;
  left: 18px;
  z-index: 4;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ea8e29;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #ffffff;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ea8e29;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ea8e29;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  font-family: 'Inter', sans-serif;
  background: #000000;
  opacity: 80%;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 7px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



/* LANDING  */

.black-ribbon {
    background-color: #000000;
    width: 100vw;
    height: 50px;
    position: relative;
    z-index: 3;

}

.schedule {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ea8e29;
    text-align: end;
    padding: 6px 30px 3px 0px;
    margin: 0px 0px;
}

.working-hours {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: end;
    padding: 0px 30px;
    margin: 0px 0px;
}

.video-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
}

.background-video {
    position: fixed;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -3;
}

.overlay-svg {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.svg-bg {
    position: absolute;
    top: 0;
    width: 50%;
    opacity: 63%;
    z-index: -2;
    margin-right: -40px;
    margin-top: 20px;
}

.landing-content {
    position: relative;
    z-index: 3;
    margin-right: 4vw;
    margin-left: 4vw;
    margin-top: 6vh;
}

.landing-logo {
    width: 35%;
    margin-bottom: 15vh;
    z-index: 3;
}

h1 {
    font-family: 'Longhaul', sans-serif;
    font-size: 8vh;
    line-height: 8.5vh;
    letter-spacing: 5px;
    color: #ffffff;
    text-align: end;
    margin: 0;
    z-index: 3;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 4.3vh;
    line-height: 5vh;
    font-weight: 400;
    color: #ffffff;
    text-align: end;
    margin: 0;
    z-index: 3;
}

h3 {
    font-family: 'Longhaul', sans-serif;
    font-size: 10vh;
    line-height: 11vh;
    letter-spacing: 5px;
    color: #eea53c;
    text-align: end;
    margin: 0 0 -15px 0;
    z-index: 3;
}

.down-icon {
    margin: 10px auto 10px;
    display: flex;
    justify-content: space-around;
    
}

.icon-svg{
    width: 3vw;
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    -webkit-animation: bounceAnimation 5s forwards; 
    animation: bounceAnimation 5s forwards;
}

@keyframes bounceAnimation {
    0%   {transform(translateY(0));}
    50%  {transform(translateY(-30px));}
    100% {transform(translateY(0));}
}
@-webkit-keyframes bounceAnimation {
    0%   {margin-bottom: 0px;}
    50%  {margin-bottom: 20px;}
    100% {margin-bottom: 0px;}
}




/* .alert-danger{
    z-index: 10000;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    padding: 15px 40px;
    min-width: 420px;
    color: #ffffff;
    position: fixed;
    right: 0;
    top: 60px;
    border-left: 8px solid red;
    background: rgba(31,31,31,0.7);
    border-radius: 4px;
    opacity: 80%;
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
  } */
  
/* @import "compass/css3";

@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}

.bounce {
    @include animation(bounce 2s infinite);
  } */



/* WHATSAPP FIXED BUTTON */

.whatsapp-fixed {
    position:fixed;
	width:48px;
	height:48px;
	bottom:25px;
	right:25px;
	text-align:center;
    z-index:100;
}

.whatsapp-btn {
    border: none;
    background-color: rgba(31,31,31,0);
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50px;
}

.whatsapp-btn:hover {
    cursor: pointer;
}



/* TOP FIXED BUTTON */

.top-fixed {
    position:fixed;
	width:48px;
	height:48px;
	bottom:25px;
	left:25px;
	text-align:center;
    z-index:100;
}

.top-btn {
    border: none;
    background-color: rgba(31,31,31,0);
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50px;
    opacity: 50%;
}

.top-btn:hover {
    opacity: 100%;
    cursor: pointer;
}


/* GENERAL CONTENT PROPERTIES */

.page-content {
    background-color: #eea53c;
    position: absolute;
    width: 100vw;
}

.section-titles {
    font-family: 'Longhaul', sans-serif;
    font-size: 46px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 1px;
    font-weight: 300;
}

.bg-gradient-1 {
    background-image: linear-gradient(180deg, rgba(234,141,40,1), rgba(234,141,40,0));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
    height: 1200px;
}



/* WHO WE ARE */

.who-we-are {
    background-image: url(../assets/images/quienes-somos-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
    height: 80%;
    margin-top: -1200px;
}

.st1 {
    margin-top: 130px;
}

.who-we-are-content {
    display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.who-we-are-png {
    width: 45%;
    height: 45%
}

.text1 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 38px;
    font-size: 22px;
    font-weight: 400;
    width: 24vw;
    height: auto;
    display: flex;
    align-items: center;
}



/* SERVICES */

.our-services {
    background-image: url(../assets/images/fondo4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
    height: 1025px;
    padding: 5px 0 0 0;
}

.services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 185px;
    justify-items: center;
    max-width: 760px;
    margin: auto;
    margin-top: 78px;
}

.service {
    display: block;
    background-color: #2d2d2d;
    border-radius: 15px;
    padding: 5px;
    opacity: 80%;
    width: 150px;
    height: 150px;
    margin-bottom: 30px !important;
}

.material-symbols-outlined {
    color:#ffffff;
    display: block !important;
    font-size: 60px !important;
    text-align: center;
    margin-top: 7px;
}

.service-description {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 4px;
}



/* TIME COMMITMENT */

.time-commitment {
    max-width: 950px;
    margin: auto;
    padding-top: 20px;
}

.commitment-bg {
    background-image: url("../assets/images/gacela.svg");
    background-position: right;
    background-repeat: no-repeat;
    height: 624px;
    margin-top: 0;
}

.commitment-content {
    margin-top: -650px;
    height: 690px;
}

.commitment-title {
    font-size: 75px;
    line-height: 77px;
    text-align: left;
    margin-top: 70px;
    font-weight: 300;
    letter-spacing: 3px;
}
    
.text2 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 50px;
    width: 22vw;
    height: auto;
    display: flex;
    align-items: center;
}

.scooter-png {
    height: 90%;
    margin-top: -333px;
    margin-left: 262px;    
}

.contact-us-form {
    max-width: 350px;
    margin-top: -305px;
}

.form-input {
    border-radius: 15px;
    height: 29px;
    width: 375px;
    border: none;
    margin-bottom: 10px;
    padding: 2px 12px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.form-submit {
    border-radius: 50px;
    height: 35px;
    width: 130px;
    border: none;
    margin-top: 15px;
    color: #ffffff;
    background-color: #2d2d2d;
    font-family: 'DolceVita', sans-serif;
    font-size: 16px;
}

.form-submit:hover {
    background-color: #ea8e29;
    color: #000000;
    cursor: pointer;
}

/* TIME COMMITMENT ALERTS */

.alert-success{
    z-index: 10000;
    background: rgba(31,31,31,0.7);
    color:#ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding: 15px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 60px;
    opacity: 80%;
    border-left: 8px solid #3AD66E;
    border-radius: 4px;
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
  }
  .alert-danger{
    z-index: 10000;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    padding: 15px 40px;
    min-width: 420px;
    color: #ffffff;
    position: fixed;
    right: 0;
    top: 60px;
    border-left: 8px solid red;
    background: rgba(31,31,31,0.7);
    border-radius: 4px;
    opacity: 80%;
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
  }
  @keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}



/* WHATSAPP CONTACT LARGE BUTTON */

.link-whatsapp {
    text-decoration: none;
}

.whatsapp-contact {
    background-image: url("../assets/images/contact-whatsapp-img.png");
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 165px;
    margin-top: -185px;
    padding-top: 169px;
}

.contact-us-button {
    display: block;
    background-color: #ffffff;
    border-radius: 20px;
    font-family: 'DolceVita', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    border: none;
    width:700px;
    height: 50px;
    margin: auto;
    padding: 12px 6px;
}

.contact-us-button:hover {
    cursor: pointer;
    background-color: #2d2d2d;
    color: #eea53c;
}



/* DELIVERY PLANS */

.delivery-plans {
    background-image: linear-gradient(0deg, rgba(234,141,40,0.4), rgba(234,141,40,0));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
}

.st3 {
    margin-top: 30px;
}

.text3 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    width: 40vw;
    height: auto;
    display: flex;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.general-plan {
    display: block;
    align-self: center;
    margin-top: 40px;
}

.outside-border{
    border: #ea8d28 solid 3px;
    border-radius: 11px;
    width: 250px;
    margin: auto;
    height: 280px;
    box-shadow: 0 9px 23px rgba(0,0,0,0.06);
}

.plans-subtitle {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    background-color: #ea8d28;
    font-size: 25px;
    height: 60px;
    padding: 20px;
    text-align: center;
}

.include {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
}

.included {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}

.ask-budget1-button {
    background-color: #ea8d28;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: auto;
    margin-top: -20px;
    display: block;
    border-radius: 45px;
    border: none;
    width: 160px;
    height: 50px;
}

.ask-budget1-button:hover {
    background-color: #2d2d2d;
    cursor: pointer;
}

.office-plans {
    max-width: 800px;
    background-color: rgba(234,141,40,0.38);
    width: 800px;
    height: 410px;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 30px 0px;
}

.plans-title {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    text-align: center;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 185px;
    max-width: 760px;
    margin: auto;
    margin-top: 30px;
}

.outside-border1{
    border: #ea8d28 solid 3px;
    border-radius: 11px;
    width: 250px;
    margin: auto;
    height: 320px;
    box-shadow: 0 9px 23px rgba(0,0,0,0.06);
}

.plans-subtitle2 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    background-color: #ea8d28;
    font-size: 25px;
    height: 20px;
    padding: 45px;
    text-align: center;
}

.fixed-plans {
    max-width: 800px;
    background-color: rgba(234,141,40,0.38);
    width: 800px;
    height: 410px;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 30px 0px;
}

.fixed-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 185px;
    max-width: 760px;
    margin: auto;
    margin-top: 30px;
}

.outside-border2{
    border: #ea8d28 solid 3px;
    border-radius: 11px;
    width: 220px;
    margin: auto;
    height: 330px;
    box-shadow: 0 9px 23px rgba(0,0,0,0.06);
}

.text4 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    width: 40vw;
    height: auto;
    display: flex;
    margin: 50px auto 0;
    padding-bottom: 50px;
    text-align: center;

}



/* TRUCK BANNER */

.truck-banner {
    background-image: linear-gradient(115deg, rgba(31,31,31,0.77), rgba(31,31,31,0.77)), url("../assets/images/banner-bg.png") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.truck-banner-content {
    max-width: 1200px;
    display: block;
    margin: auto;
}

.truck-title{
    font-size: 78px;
    text-align: left;
    color:#ffffff;
    font-family: 'Longhaul', sans-serif;
    display: block;
    max-width: 650px;
    line-height: 100px;
    padding: 50px 0 0 0;
}

.truck-img{
    width: 70%;
    margin-top: -315px;
    display: block;
    float: right;
}



/* DELIVERY AREA */

.delivery-area-map {
    display: block;
    align-self: center;
    max-width: 1000px;
    width: 950px;
    margin: auto;
    margin-top: 60px;
}

.locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30px;
    max-width: 800px;
    margin: auto;
    margin-top: 70px;
    justify-content: center;
}

.location {
    display: block;
    text-align: center;
    color:#ffffff;
    font-family: 'Inter', sans-serif;
    width: 330px;
    margin-bottom: 20px !important;
}



/* MUNICIPAL AFFAIRS */

.st5 {
    margin-top: 160px;
}

.municipal-affairs {
    background-image: linear-gradient(0deg, rgba(234,141,40,0.5), rgba(234,141,40,0));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
    padding: 0 0 90px 0;
}

.municipal-affairs-img1 {
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    display: block;
}

.municipal-affairs-img2 {
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    display: none;
    padding: 0 10px;
    width: 95vw;
}

.ask-budget2-button {
    background-color: #2d2d2d;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin: auto;
    margin-top: 50px;
    display: block;
    border-radius: 45px;
    border: none;
    width: 230px;
    height: 60px;
}

.ask-budget2-button:hover {
    background-color: #ea8e29;
    color: #000000;
    cursor: pointer;
}


/* BENEFITS */

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

.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 90px;
    max-width: 800px;
    margin: auto;
    margin-top: 70px;
    justify-items: center;
}

.benefit {
    display: block;
    background-color: #2d2d2d;
    border-radius: 15px;
    opacity: 80%;
    width: 330px;
    margin-bottom: 20px !important;
    padding: 10px;
}

.benefit-text {
    font-family: 'Inter', sans-serif;
    color:#ffffff;
    font-size: 20px;
    display: block;
    text-align: center;
}

.benefits-list1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 115px;
    max-width: 800px;
    margin: auto;
    margin-top: 0;
    justify-items: center;
}

.benefits-list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 135px;
    max-width: 800px;
    margin: auto;
    margin-top: 0;
    justify-items: center;
}



/* CONTACT US */

.contact-us {
    background-color: #2d2d2d;
    height: 540px;
    padding: 70px 0;
    margin-top: 70px;
    border-radius: 0 0 30px 30px;
}

.contact-us-bg {
    background-image: url("../assets/images/gacela-opaca.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 0;
}

.st7 {
    margin-top: 0;
}

.contact-us-content {
    margin-top: -470px;
}

.contact-us-form2 {
    max-width: 550px;
    margin-top: 30px;
    margin: 40px auto 0;
}

.form-input2 {
    border-radius: 15px;
    height: 40px;
    width: 400px;
    border: none;
    opacity: 90%;
    margin: 0 auto 16px;
    display: block;
    padding: 2px 12px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.form-input3 {
    border-radius: 15px;
    height: 120px;
    width: 400px;
    border: none;
    opacity: 90%;
    margin: 0 auto 12px;
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.form-submit2 {
    border-radius: 15px;
    height: 50px;
    width: 210px;
    border: none;
    margin: 15px auto;
    color: #ffffff;
    background-color: #000000;
    display: block;
    font-family: 'DolceVita', sans-serif !important;
    letter-spacing: 1px;
}



/* FOOTER */

.footer {
    height: 350px;
    max-width: 1600px;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 135px;
    margin: auto;
}

.footer-logo {
    width: 275px;

}

.footer-grid1 {
    max-width: 400px;
}

iframe {
    margin-top: 40px;
}

.footer-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3vw;
    color: #ffffff;
    text-align: end;
    letter-spacing: 1px;
    line-height: 2vw;
}

.footer-content {
    font-family: 'Inter', sans-serif;
    font-size: 0.8vw;
    color: #ffffff;
    text-align: end;
    line-height: 1vw;
}

.footer-content1 {
    font-family: 'Inter', sans-serif;
    font-size: 0.8vw;
    color: #ffffff;
    text-align: end;
    line-height: 1vw;
    margin-bottom: 1vw;
}

.phone {
    text-decoration: none;
}

.insta-link {
    color: #ffffff;
    font-size: 2vw;
    display: block !important;
    text-align: right;
    margin-top: 20px;
}

.insta-button {
    text-decoration: none;
}