html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    top: 0 !important;
}
*, *:before, *:after {
    box-sizing: inherit;
}
/* SCROLL BAR */
::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar
{
    width: 5px;
    height: 8px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px var(--gray);
    background-color: var(--gallery);
}

:root{
    --Cloud-Burst:#212558;
    --Starship:#F6ED48;
}

.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}

.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-200{
    padding-top: 250px;
}
.pt-150{
    padding-top: 150px;
}
.pl-100{
    padding-left: 200px;
}
.color-yellow{
    color: var(--Starship);
}
.color-blue{
    color: var(--Cloud-Burst);
}

a{
    text-decoration: none;
    color: var(--Cloud-Burst);
}

a:hover{
    color: dodgerblue;
}

.button-yellow{
    background: var(--Starship);
    color: var(--Cloud-Burst);
}
.button-yellow:hover{
    background: var(--Cloud-Burst);
    color: var(--Starship);
}
.bg-blue{
    background: var(--Cloud-Burst);
}

.ht{
    height: 200px;
}
/* header*/

.img-bg{
    width: auto;
    height: 47rem;
background-image:url("../img/gif1.gif");
/* background-position: center;
background-repeat: no-repeat; */
background-size: cover;
}

.img-bg-2{
    width: auto;
    height: 47rem;
background-image:url("../img/BG1.jpg");
/* background-position: center;
background-repeat: no-repeat; */
background-size: cover;
}

.img-bg-3{
    width: auto;
    height: 47rem;
background-image:url("../img/BG3.jpg");
/* background-position: center;
background-repeat: no-repeat; */
background-size: cover;
}

.bg-electric{
    background-image:url("../img/bgelectric.png");
}

.bg-oscuro{
    background: var(--Cloud-Burst);
}

.logo-gande-amarillo{
    height: px ;
}

header nav .container .collapse ul .nav-link  {
    color: var(--Starship);
}
  h4{
     font-weight: 100;
   
}

/*traductor*/
.goog-te-banner-frame{
    display: none !important;
}

.goog-logo-link, .goog-logo-link:link{
   display: none !important;
}
.goog-te-gadget{
    color: transparent !important;
}
select.goog-te-combo{
    background: var(--Starship) !important;
    color: var(--Cloud-Burst) !important;
    border-radius: 5px !important;
    padding: 5px !important;
    border: none !important;
   
}
.goog-te-gadget img{
    display: none !important;
}
/* section */
.icon-size{
  font-size: 100px;

}

.bg-yellow-2{
    background: var(--Starship);
    height: 100px;
    width: 100%;
}
.bg-yellow{
    background: var(--Starship);
}

.rlative {
position: relative;
}

.patineta1{
    position: absolute;
    left: 700px;
    top:200px
}

.patineta1 img{
    height: 700px;
}

/* section descarga*/
.icon-img img{
    height: 200px;
}
.section1{
    background: var(--Cloud-Burst);
    position:sticky;
    /* margin-top: 200px; */
}


.img-upload{
    height: 70px;
}
.pl{
padding-left: 700px;
}
/* section*/

.img-cuadre-yellow img{
    height: 200px;
}
.fa-clock{
    font-size: 200px;
}
.fa-shoe-prints{
    font-size: 100px;
}

.height-400{
    height: 400px;
}




/* PARALLAX SEPARATOR SECTION */
.sep {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 450px;
  }
  
  .s01 {
    background-image: url(../img/BG1.jpg);
  }

  .s02 {
    background-image: url(../img/BG2.jpg);
  }
/* END PARALLAX SEPARATOR SECTION */

  /* footer*/

/* sm */
@media (max-width: 575.98px){
    .img-lg-yellow{
      margin-left: 0;
    }
}
  /* md */
  @media (min-width: 767.98px){
   
  }

/* lg */
@media (max-width: 991.98px){
.img-lg-yellow{
    padding-bottom: 0;
    /* padding-left: 270px; */
}

}

@media (min-width: 991.98px){
    .img-lg-yellow{
        padding-left: 270px;
    }
}