

.height450{height:450px;}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}
.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}


.social-overlap {
    margin-left: 21%;

    transform: translateY(-50%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.social-bar {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid#ebe9e9;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}

.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 50px;
    font-size: 22px;
}

a {
    text-decoration: none !important;
    color: #3f345f;
    transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

.logbanblan{
  display: none;
}

.col-md-10{
  width: 70%;
  margin-right: 270px;
  margin-bottom: 50px;
}

/*socil*/
.slider-nav{
        display: flex;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;

}
.slider-nav-item:before
{
        position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

    .process-scetion .slider-nav-item:nth-child(2) {
      color: #40beff; }
    .process-scetion .slider-nav-item:nth-child(3) {
      color: #311f9b; }
    .process-scetion .slider-nav-item:nth-child(4) {
      color: #ff9259; }
    .process-scetion .slider-nav-item:nth-child(5) {
      color: #38385f; }
    .process-scetion .slider-nav-item:after {
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      content: '';
      width: 100%;
      background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
      z-index: 0;
      animation: slide 1s linear infinite; }
    .process-scetion .slider-nav-item:last-child:after {
      display: none; }
    .process-scetion .slider-nav-item .ikon {
      font-size: 50px;
      line-height: 80px; }


   
      .process-scetion .slider-nav-item.active:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse; }

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.shadow-img1{
    background-image:url("img/shadow.png");
    background-repeat:no-repeat;
    background-position:bottom;
}

.shadow-img2{
        background-position: bottom;
    background-image: url("img/shadow2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}


.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}
.mt100{margin-top:100px;}


@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i
{
  -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

@media (min-width:858px) and (max-width:940px){
  .col-md-10{
    margin-right: 70% !important;
  }

  .social-bar{
    width: 160% !important;
  }
}















@media only screen and (max-width: 300px) {
  .process-scetion .slider-nav-item
  {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}



.footerbanneralfa{
    margin-top: -29%;
    
}

.footerbanalfa{
    width: 100%;
}

.informacionfooter{
    margin-left: 40%;
    margin-top: -10%;
}

.wapiconn{
    width: 4%;
}

.contacwha{
    margin-left: 4%;
   margin-top: -3%;
}

.whapicon{
    text-decoration: none;
    color: white;
}


.ubicationlog{
    width: 10%;
    margin-bottom: 1%;
}

.location{
    margin-top: -6%;
    margin-left: 16%;
}

.catalogolinkedin{
    width: 15%;
}

.siguenos{
    margin-top: -8%;
    margin-left: 21%;
}

.cat{
    text-decoration: none;
    color: white;
}

.catban{
    margin-top: -5.5%;
    margin-left: 10.5%;
}

.somooslink{
    margin-left: 5%;
    margin-top: 1%;
}

.somooslink a{
    font-size: 15px;
    color: white;
}

.titlelink{
    margin-left: 5%;
    margin-top: -15%;
}

.titlelink h2{
    font-size: 20px;
    color: white;
}

.locationname{
    margin-left: 30%;
    margin-top: 8%;
}

.locationname h2{
    font-size: 15px;
    color: white;
}

.cppy{
    margin-top: 1%;
    margin-left: 45%;
}

.cppy a{
    font-size: 12px;
    color: white;
}

.remit{
    margin-left: 30%;
    margin-top: 2%;
}

.remit2{
    margin-top: -3%;
    margin-left: 40%;
}

.remit3{
    margin-top: -3%;
    margin-left: 50%;
}

.remit4{
    margin-top: -3%;
    margin-left: 60%;
}

.remit5{
    margin-top: -2.5%;
    margin-left: 70%;
}


.remit img{
    width: 3%;
}

.remit2 img{
    width: 5%;
}

.remit3 img{
    width: 5%;
}

.remit4 img{
    width: 5%;
}

.remit5 img{
    width: 10%;
}


/******************Responsive**********************/
@media (min-width:1537px){
  .nav-menu img{
    display: none;
  }
}
@media (min-width:1080px){
  .col-md-10{
    width: 100%;
  }

  .social-bar{
    justify-content: center;
  }

  .height450{
    height: 400px;
  }
}

@media (min-width:1280px){
  .height450{
    height: 470px;
  }
}

@media (min-width:769px) and (max-width:1079px){
  .social-bar {
    width: 170% !important;
    justify-content: center;
  }

  .col-md-10{
    width: 100%;
margin-right: 90% !important;
  }
    .height450{
      height: 319px;
    }
}


@media (min-width:500px) and (max-width:768px){
  .height450{
    height: 600px !important;
  }


}

@media (min-width:300px)and (max-width:420px){
  .informacionfooter{
    margin-top: 5%;
  }

  .locationname{
    margin-top: -17%;
    
  }

  .locationname h2{
    margin-left: 0px !important;
    margin-top: 60% !important;
  }

  .cppy{
    margin-bottom: 10%;
  }

}

@media (min-width:702px) and (max-width:768px){
  .informacionfooter{
    margin-top: 9%;
  }

  .locationname{
    margin-top: -17%;
  }

  .locationname h2{
    margin-left: 0px !important;
  }

  .cppy{
    margin-bottom: 5%;
  }
}




@media (min-width:421px)and (max-width:768px) {
  .footerbanneralfa{
  
    background-image: url(img/container/background.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
   
  }
  .height450{height:450px;}

  .badge-info {
      background-color: rgba(23, 160, 184, 0.17);
      color: #17a2b8;
  }
  
  .section-title .badge {
      margin: 0 0 8px;
  }
  .badge {
      border-radius: 100px;
      font-size: 12px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: normal;
      padding: 4px 14px;
      text-transform: uppercase;
  }
  
  
  .social-overlap {
      margin-left: 2%;
      width: 100%;
      transform: translateY(-50%);
  }
  
  .justify-content-center {
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  .justify-content-center {
      -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }

  .col-md-10{
    width: 100% !important;
    
  }
  
  .social-bar {
    margin-top: -55%;
    margin-left: 20%;
      width: 50%;
      display: flex;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
    border: 1px solid#ebe9e9;
  }
  
  .mb-3, .my-3 {
      margin-bottom: 1rem!important;
  }
  
  .process-scetion .slider-nav-item {
      position: relative;
      flex-grow: 0;
      flex-shrink: 0;
      border-radius: 50%;
      text-align: center;
      background: #fff;
      cursor: pointer;
      transition: all .4s ease;
  }
  
  .social-icons a {
      border-radius: 50px;
      color: #3f345f;
      display: inline-block;
      line-height: 52px;
      height: 30px;
      width: 30px;
      box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
      margin: 15px 20px;
      font-size: 22px;
  }
  
  a {
      text-decoration: none !important;
      color: #3f345f;
      transition: all 0.3s ease 0s;
  }
  
  .slider-nav-item:before {
      position: absolute;
      content: "";
      height: calc(100% + 16px);
      width: calc(100% + 16px);
      top: -8px;
      left: -8px;
      border-radius: 50%;
      border: 1px solid rgba(132, 132, 164, 0.35);
      animation: 1.5s linear 0s normal none infinite focuse;
  }

  /******************FOOTER CONT********************/
  
  
.footerbanneralfa{
  margin-top: -94%;
  
}

.footerbanalfa{
  display: none;
}


/**********************SITELINKS****************************/

.linksin{
margin-bottom: -50px !important;
}

.locationname h2{
  margin-top: 52%;
  margin-left: -37%;
  font-size: 11px;
}

.cppy{
  margin-left: 28%;
}

.contacwha a{
  margin-left: -8%;
  margin-top: -11%;
  font-size: 20px;
}



.wapiconn{
  width: 11%;
 
}
.movewhat{
  margin-left: -16%;
  margin-top: -78%;
}

.catban{
  margin-top: -20%;
  margin-left: -22%;
  font-size: 20px;
}

.catalogolinkedin{
  width: 28%;
}

.catna{
  margin-left: -52%;
  margin-top: -45%;
}

.location{
  margin-top: 20%;
  margin-left: 10%;

}

.iconubication{
  width: 200%;
}

/********************ENtradas******************/

.remit{
  margin-left: 20%;
  margin-top: 0%;
  width: 200%;
}

.remit2{
  margin-left: 32%;
  margin-top: -7.9%;
  width: 155%;
}

.remit3{
  margin-left: 46%;
  margin-top: -7.9%;
  width: 135%;
}

.remit4{
  margin-left: 60%;
  margin-top: -7.9%;
  width: 88%;
}

.remit5{
  margin-left: 70%;
  width: 85%;
  margin-top: -6%;

}

.logblan img{
  margin-left: 30%;
  margin-top: 35%;
  width: 30%;
   display:flex !important;
   margin-bottom: -60%;
}
.col-md-10{
  margin-top: 100%;
}

}
@media (min-width:411px) and (max-width:419px){
  .height450{
    
  }
}

@media (max-width:420px) {
  .footerbanneralfa{
 
   background-image: url(img/container/background.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
   
  }
  .height450{height:450px;}

  .badge-info {
      background-color: rgba(23, 160, 184, 0.17);
      color: #17a2b8;
  }
  
  .section-title .badge {
      margin: 0 0 8px;
  }
  .badge {
      border-radius: 100px;
      font-size: 12px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: normal;
      padding: 4px 14px;
      text-transform: uppercase;
  }
  
  
  .social-overlap {
      margin-left: 2%;
      width: 100%;
      transform: translateY(-50%);
  }
  
  .justify-content-center {
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  .justify-content-center {
      -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  
  .social-bar {
    margin-top: -60%;
      margin-left: 3%;
      width: 90%;
      display: flex;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
    border: 1px solid#ebe9e9;
  }
  
  .mb-3, .my-3 {
      margin-bottom: 1rem!important;
  }
  
  .process-scetion .slider-nav-item {
      position: relative;
      flex-grow: 0;
      flex-shrink: 0;
      border-radius: 50%;
      text-align: center;
      background: #fff;
      cursor: pointer;
      transition: all .4s ease;
  }
  
  .social-icons a {
      border-radius: 50px;
      color: #3f345f;
      display: inline-block;
      line-height: 52px;
      height: 30px;
      width: 30px;
      box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
      margin: 15px 20px;
      font-size: 22px;
  }
  
  a {
      text-decoration: none !important;
      color: #3f345f;
      transition: all 0.3s ease 0s;
  }
  
  .slider-nav-item:before {
      position: absolute;
      content: "";
      height: calc(100% + 16px);
      width: calc(100% + 16px);
      top: -8px;
      left: -8px;
      border-radius: 50%;
      border: 1px solid rgba(132, 132, 164, 0.35);
      animation: 1.5s linear 0s normal none infinite focuse;
  }

  /******************FOOTER CONT********************/
  
  
.footerbanneralfa{
  margin-top: -130%;
  
}

.footerbanalfa{
  display: none;
}


/**********************SITELINKS****************************/

.linksin{
  margin-top: -42%;
}

.locationname h2{
  margin-top: 52%;
  margin-left: -37%;
  font-size: 11px;
}

.cppy{
  margin-left: 28%;
}

.contacwha a{
  margin-left: -8%;
  margin-top: -11%;
  font-size: 20px;
}

.wapiconn{
  width: 11%;
 
}
.movewhat{
  margin-left: -16%;
  margin-top: -78%;
}

.catban{
  margin-top: -20%;
  margin-left: -22%;
  font-size: 20px;
}

.catalogolinkedin{
  width: 28%;
}

.catna{
  margin-left: -52%;
  margin-top: -45%;
}

.location{
  margin-top: 20%;
  margin-left: 10%;

}

.iconubication{
  width: 200%;
}

/********************ENtradas******************/

.remit{
  margin-left: 20%;
  margin-top: 0%;
  width: 200%;
}

.remit2{
  margin-left: 32%;
  margin-top: -7.9%;
  width: 155%;
}

.remit3{
  margin-left: 46%;
  margin-top: -7.9%;
  width: 135%;
}

.remit4{
  margin-left: 60%;
  margin-top: -7.9%;
  width: 88%;
}

.remit5{
  margin-left: 70%;
  width: 85%;
  margin-top: -6%;

}

.logblan img{
  margin-left: 30%;
  margin-top: 35%;
  width: 35%;
   display:flex !important;
   margin-bottom: -60%;
}
.col-md-10{
  margin-top: 100%;
}

}



