* {
    margin:0px;
    padding:0px;
    padding-right: 0px;
    padding-left: 0px;
}

html {
    margin:0px!important;
    padding-right: 0px!important;
}


body {
    overflow-x: hidden!important;
    display:block;
    margin:0px!important;
    font-size:16px;
    font-weight: 400;
    line-height: 22px;
    font-family:'IBM Plex Sans', sans-serif;
    background-color:var(--white);
    color:var(--black);
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px!important;
    padding-left: 0px;
    margin:0px;
}

:root {
    --gray10: #F4F4F4;
    --gray20: #E0E0E0;
    --gray30: #C6C6C6;
    --gray40: #A8A8A8;
    --gray50: #8D8D8D;
    --gray60: #6F6F6F;
    --gray80: #393939;
    --gray90: #262626;
    --gray100:#161616;
    --white:  #FFFFFF;
    --black:  #000000;
}


.spanborder {
    border-right: .05em solid var(--white);
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
      border-color: transparent;
    }
  }

.pt-1 {
    padding-top:1rem;
} 

.pt-2 {
    padding-top:2rem;
} 

.pt-3 {
    padding-top:3rem;
} 

.pb-1 {
    padding-bottom:1rem;
} 

.pb-2 {
    padding-bottom:2rem;
} 

.pb-3 {
    padding-bottom:3rem;
} 

a {

    transition: .5s ease;
    font-family:'IBM Plex Sans';
}


h1, h2, strong, h4 {
    font-style: normal;
}

h1, h1 span, .h1 {
    font-weight: 300;
    font-size:3.375rem;
    line-height:3.75rem;
}  

h2, h2 span {
    font-weight: 300;
    font-size:1.75rem;
    line-height:2.25rem;
}  

h3, h3 span, h3 strong {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.75rem;
} 

h4, h4 span{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

h5, h5 span{
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
}

strong, .text-bold {
    font-weight: 700!important;
}

#brandcontainer {
    padding-right:0.2rem;
    display:inline-block;
}

#brandcontainer img {
    height: 28px;
}

.container-fluid {
    margin-left:0rem;
    padding-right:0rem;
}

.navbar {
    font-size: 16px!important;
    line-height: 22px;
    background-color:rgba(25, 25, 25, 0.9)!important;
    float: right;
    padding-left:1rem;
    height: 3.25rem;
}

.navbar-brand {
    font-size: 18px!important;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: normal;
}


.navbar-toggler {
    border:none;
}  

.navbar-toggler:focus, .navbar-toggler:focus-visible, .navbar-toggler:hover {
    text-decoration: none;
    border:none;
    outline:none;
} 



.livegothome {
    width:50px;
    height:50px;
    position:relative;
    bottom: 1px;
    right:4px;
}







a:hover {
    text-decoration: none;
} 

a.nav-link {
    font-size:17px!important;
    text-align: left;
    color:var(--gray30)!important;
    font-weight:500;
    padding-right: 2.5rem!important;
}

a.nav-link:hover {
    color:var(--white)!important;
    font-weight:500;
}


.abs {
    margin-top:30px;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--black);

}

#firstcontainer {
    padding-left:0px!important;
    padding-right:0px!important;
    height:100%;
    max-width: 1920px;
    margin:0rem 0rem 4rem;
} 

#secondcontainer {
    padding-left:0px!important;
    padding-right:0px!important;
    height:100%;
    max-width: 1920px;
    margin:auto;
    background-color: var(--gray10);
    border-bottom: 0px solid var(--gray80);
} 

.casecontainer {
    z-index: 999;
    padding-left:2rem;
    padding-right:2rem;
    height:100%;
    max-width: 1580px;
    margin:auto;
} 

.arrow-scrolldown {
    position:relative;
    top:0rem;
    width: 100%;
    display: flex;
    padding-top:0rem;
   
    
    justify-content: center;
    align-items: center;
    padding:0rem;
    
    padding-bottom:2rem;
    background-color: var(--gray10);
}

#arrow-scrolldown-img {
    padding:0rem;
    cursor:pointer;
}

.firstsection {
    max-width: 1920px;
    
    margin:auto;
    display: flex;
    height:auto;
    min-height: 12vh;
    background-color: var(--white);
    border-bottom: 0px solid var(--gray80);
    
    color: var(--black);
    padding-top:3rem;
}

.firstsection h1 {
    margin-top:4rem;
}
.firstsection img {
    width: 50px;
    display:inline-block;
    position:relative;
    top:4px;
}


#introimg {
    padding-top:0px;
    margin-top:0px;
    width:100%;
    height: auto;
}

.introbox {
    padding-top:6rem;
}

.description {
    max-width: 33rem;
    padding-bottom: 10px;
    bottom: 10px;
    color: var(--gray80)!important;
    margin:0px!important;
}

.description2 {
    margin: 1rem 2rem 0rem 2rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--black)!important;
}

.titlebrands {
    padding-top: 1rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: var(--black)!important;
}

.description3 {
    max-width: 22rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--white)!important;
}

.whylivegot {
    text-align: center;
    font-size: 3rem;
    font-weight: 350;
    color: var(--black);
    margin: 0rem 1.8rem 0rem 1.8rem;
    line-height: 3rem;

  }

  .providers {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 350;
    color: var(--black);
    margin:3rem 0rem 1rem;

  }

.contactsn {
    text-decoration: none;
    max-width: 10rem;
    font-size: 1rem;
    font-weight: 250;
    color: var(--white)!important;
    cursor: pointer;
    
}

/* Container holding the image and the text */
.contactlogo {
    width: 4rem;
    height: 4rem;
    position: relative;
    right:1rem;
    text-align: right;
    color: white;
  }


.msgbox {
    color: white;
    margin-left: 2rem;
    margin-top:3rem;
    padding-left:0px;
}


.descmsg {
    margin-top:4rem;
    max-width: 30rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-weight: 300;
    color: var(--white)!important;
}

.msgform {
   
    text-decoration: none;
    max-width: 70rem;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 200;
    color: var(--white)!important;
    cursor: pointer;
    
}

.msginput {
    
    padding-left: 0.5rem;
    padding-top: 0.2rem;
    background-color: rgba(25, 25, 25, 0.3);
    border: 1px solid var(--white);
    margin: 0.3rem;
    color: var(--white);
    margin: 0rem 0rem 1rem 0.5rem;
    width: 70%;
    resize: none;

}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display:flex;
  }
  
  .carousel-inner img {
    
    width: 100%!important;
    height: auto!important;
  }



.minidescription {
    max-width: 200px!important;
}

.firstsection .description {
    margin-top:15rem;
}



/*brand carrousel slider*/
.tech-slideshow {
    
    max-width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
  
  .mover-1 {
    width: 10000px;
    height:5rem;
    overflow-x:hidden;
    top: 0;
    left: 0;
  }

  .tech-slideshow .mover-1 {
    animation: moveSlideshow 20s linear infinite;
  }

  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-1760px);  
    }
  }
  
  .mover-1 img {
    display:inline-block;
    vertical-align:middle;
    width:90px;
    height: auto;
    margin:1rem;
  }

.btn {
    height: 44px;
    border-radius: 0px;
    padding: 0.75rem 2rem 0.75rem 1rem;
    line-height: 1rem;
    min-width: 140px;
    text-decoration:none;
}

.btn:hover{
    text-decoration:none;
}  

.primarybutton {
    color:var(--black);
    background-color: var(--gray30);
    border: 1px solid var(--gray80);
}

.primarybutton:hover {
    background-color: var(--gray80);
    border: 1px solid var(--gray80);
    color:var(--white);
}

.secondarybutton {
    color:var(--black);
    background-color: var(--gray30);
    border: 1px solid var(--gray80);
}

.secondarybutton:hover {
    background-color: var(--gray80);
    border: 1px solid var(--gray80);
    color:var(--white);
}

.firstsection .buttongroup {
    margin-top:2rem;
    display: flex;
}

.buttongroup {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}


.buttongroup button{
    margin-right: 1rem;
}


.contactimg {
    width:2rem;
    height:2rem; 
}



.section {
    padding-top:3rem;
    padding-bottom:3rem;
    padding-left:0rem;
    width: 100%; 
    display: flex;
}

.sectionbuild {
    padding-top:0rem;
    padding-bottom:0.2rem;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; 
    display: flex;

}

.contact {
    padding-top:5rem;
    padding-bottom:5rem;
    display: flex;
    width: 100%;
}

.contactus {
    padding-left: 0px;
}

.contact-card p {
    margin-bottom:5px;
} 

.contact-card {
    margin-bottom:2rem;
    padding-left:0rem;
}  

footer {
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
} 

footer img {
    max-height: 42px;
    margin-bottom:0rem;
} 

.credit {
    font-size: 0.9rem;
    color:var(--gray60);
    margin-top:0.9rem;
    padding-right: 5rem;
    align-items: center;
}  

.full-img img {

    max-width: 610px;
    object-fit: contain;
    width: 100%;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

#thirdcontainer {
    padding-left:0rem!important;
    padding-right:0rem!important;
    height:100%;
    max-width: 1920px;
    margin:0px;
    background-color: var(--gray10);
   
    
}  

#fourthcontainer {
    padding-left:2rem!important;
    padding-right:2rem!important;
    height:100%;
    max-width: 1920px;
    margin:0px!important;
    background-size:     cover;
    background-image: url("../img/contact_back6.jpg");
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--gray80);
    border-top: 1px solid var(--gray80);

}  

.socialnetwork {
    /*background-color: rgba(25, 25, 25, 0.5);  */
    margin: 2rem 0rem 0rem 2rem;
    width: 90%;
    height: 90%;
    /*margin:3rem 3rem 3rem 3rem;*/    
}

.buildings .section .row {
    margin: 0rem 0rem 0rem; 
}


.wrapper {
    padding: 0rem 0rem 0rem 0rem;
    max-width: 100%;
    height:620px;
    text-align: center;
    margin: 0rem 1rem 6rem 1rem;
    
}

.buildimages {
    display: block;
  max-width:408px;
  max-height:580px;
  width: auto;
  height: auto;
}

.parent {
    width: 100%;
    margin: 0rem;
    height: 100%;
    overflow: hidden;
    position: relative;
   display: inline-block;
    cursor: pointer;

    
}

.child {
    height: 100%;
    width: auto!important;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    
  align-items: center;
  justify-content: center;
}

/* Several different images */
.bg-one {
    background-image: url("../img/arrotea.png");
}

.bg-two {
    background-image: url("../img/bogota.png");
}
.bg-three {
    background-image: url("../img/donato.png");
}
.bg-four {
    background-image: url("../img/gavilan.png");
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.75);
    
}

.bgtext {
    display: none;
    font-size: 1.3rem;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}


/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 0px 0px}
    .wrapper {padding: 0px 0px;}
}


.firstsection .premise {
    order:1;
    height: auto;
    padding-left:2rem;

}

.premise {
    margin-bottom:0rem;
}

.divider {
    border-top:0px solid var(--gray80);
}

.subcontainer {
    background-color: var(--black);
    /* padding:6rem 2rem 6rem 2rem; */
    padding: 0.0rem 0.0rem 0.0rem 0.0rem; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 1rem;
}

.subcontainer button {
    margin-top:1.5rem;
}   

.subcontainer h2 {
    margin-bottom:1.5rem;
}

.subcontainer-items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.subcontainer-items .col {
    padding-right:1rem;
    padding-bottom:0rem;
    max-width: 21%;
}

.subcontainer .col:last-child {
    padding-right:0rem;
}

.subcontainer p {
    color:var(--gray30);
}


img.icon-sm {
    width:14px;
    height:auto;
    display:inline-block;
}

#arrowscrolltoTop {
    position: fixed;
    bottom:2rem;
    right:2rem;
    z-index: 1;
} 

.hideme {
    opacity:0;
    transition: all 0.5s ease;
} 

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    flex-direction: row;
    padding-right: 0.5rem;
}

.uparrow {
    width:50px;
    height:50px;
    border: 2px solid var(--white);
    border-radius: 100%;
    background-color: rgba(25, 25, 25, 0.5)
}

.livegotlogo {
    width: 8rem;
    height: 8rem;
    padding-top:10px;


}

@media (max-width: 416px) {
   #brandcontainer img {
    height: 20px;
   } 

   .arrow-scrolldown {
    top:-4.5rem;
    padding-top:1rem;
   }

   .card {
    margin-right: 0px;
    margin-bottom:2rem;
    }

    .buttongroup button:first-child {
        margin-bottom:1rem;
    }

    .benefits-items .item {
        display: flex;
        flex-direction: row;
    }
    .benefits-items .item .text {
        margin-left: 1.5rem;
    }
    .firstsection h1 {
        margin-top:3rem;
    }

    .introbox {
        padding-top:3rem;
    }


} 


@media (max-width: 767px) {

    .introbox {
        padding-top:3rem;
    }

    .arrow-scrolldown {
        top:-4.5rem;
        padding-top:1rem;
       }

    .firstsection .premise {
        order:2;
    }

    .firstsection {
        height:100%;
    }    

    .step-img img {
        width: 125px;
        height: auto;
        margin-top:-2rem;
        margin-left:2rem;
        margin-bottom:2rem;
    }
    .firstsection h1 {
        margin-top:4rem;
    }

}


@media (max-width: 992px) {

    .itemright {
        margin-top: 2rem;
    }    

    .flex-end {
        display: flex;
        justify-content: center;
    }

    .description {
        max-width: 400px;
    }

    .firstsection {
        height: auto;
        
    }

    .introbox {
        padding-top:3rem;
    }

    .minidescription {
        max-width:100%!important;
    }

    .subcontainer-items .col {
        padding-right:1rem;
        padding-bottom:1rem;
        max-width: 100%;
    }

    .typewritereffect {
        font-weight: 300;
        font-size:2.0rem;
        line-height:2.25rem;
        min-height: 4.80rem;
    }   

    h1, h1 span, .h1 {
        font-weight: 300;
        font-size:2.25rem;
        line-height:2.5rem;
    }  


    .firstsection h1 {
        margin-top:4rem;
    }
    .firstsection .description {
        margin-top:4rem;
    }


    .subcontainer {
        background-color: var(--black);
        padding:4rem 2rem 4rem 2rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .subcontainer h2 {
        margin-bottom:3rem;
    }


    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-start;
        flex-direction: column;
    }

    .navbar-collapse {
        height: 100vh!important;
        position: absolute;
        background-color: rgba(34, 34, 34, 0.96);
        top: 52px;
        right: 0%;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 20px;
        padding-bottom: 15px;
        width: 50%;
        transition: all 0.5s ease;
        display: block;
        flex-direction:column;
    }
    .navbar-collapse.collapsing {
        height: 100vh!important;
        margin-right: -80%;
        right: 0;
        transition: all 0.5s ease;
    }
    .navbar-collapse.show {
        height: 100vh!important;
        right: 0;
    }

}




/* styles for min-width */


@media (min-width: 100px) {
   
    .introbox {
        padding-top:2rem;
    }
    

    .typewritereffect {
        height: 116px;
    } 

    #aboutus {
        flex-direction:column;
    }

    footer {
        flex-direction: column;
    } 

   
    .subcontainer-items {
        flex-direction: column;
    }   
    .buttongroup {
        flex-direction:column;
        align-items: flex-start;
    }

    .firstsection h1 {
        margin-top:1rem;
    }

    .arrow-scrolldown {
        top:-4.5rem;
        padding-top:1rem;
       }


}




@media (min-width: 339px) {

    .typewritereffect {
        max-width: 270px;
        
    } 

    .introbox {
        padding-top:2rem;
    }

    .description {
        max-width: 20rem;
    }

    .firstsection h1 {
        margin-top:2rem;
    }

    .arrow-scrolldown {
        top:-4.5rem;
        padding-top:1rem;
       }


} 

@media (min-width: 430px) {


    .introbox {
        padding-top:2rem;
    }

    .buttongroup {
        flex-direction:row;
    }
    .typewritereffect {
        max-width: 270px;
        margin-top: 15px;
    } 
    .description {
        max-width: 26rem;
    }

    .firstsection h1 {
        margin-top:2rem;
    }

    .arrow-scrolldown {
        top:-4.5rem;
        padding-top:1rem;
       }

} 

@media (min-width: 580px) {

    .subcontainer-items {
        flex-direction: row;
    }   
    footer {
        flex-direction: row;
    } 

    .typewritereffect {
        max-width: 400px;
        margin-top: 15px;
    } 
    .description {
        max-width: 33rem;
    }

    .firstsection h1 {
        margin-top:3rem;
    }
} 

@media (min-width: 768px) {
    
    #aboutus {
        flex-direction:row;
    }

    .typewritereffect {
        max-width: 400px;
        margin-top: 15px;
    } 
    .description {
        max-width: 33rem;
    }

    .firstsection h1 {
        margin-top:4rem;
    }

    .introbox {
        padding-top:6rem;
    }

} 



@media (min-width: 1080px) {

    .typewritereffect {
        max-width: 450px;
        margin-top: 15px;
    } 

    .firstsection h1 {
        margin-top:4rem;
    }

} 

/* Icon 0 */

#nav-icon0 {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  
  /* Icon 2 */
  
  #nav-icon0 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: var(--gray20);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon0 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  
  #nav-icon0 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }
  
  #nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
    top: 0px;
  }
  
  #nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
    top: 10px;
  }
  
  #nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
    top: 20px;
  }
  
  #nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon0.open span:nth-child(1) {
    left: 0px;
    top: 9px;
  }
  
  #nav-icon0.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
  }
  
  #nav-icon0.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon0.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon0.open span:nth-child(5) {
    left: 0px;
    top: 19px;
  }
  
  #nav-icon0.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
  }
  