    .btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:75px;
    right:20px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #fff;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}
.preloadercon{
    display: flex;align-items: center;justify-content: center;
}
.loading{
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 10px solid #5995FD;
    position: relative;
    animation: a1 2s linear infinite;
  }
  
  .loading::before,.loading::after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: -10px;
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .loading::before{
    border-top: 10px solid #00ADF0;
    transform: rotate(120deg);
  }
  
  .loading::after{
    border-top: 10px solid #1F4E79;
    transform: rotate(240deg);
  }
  
  .loading span{
    position: absolute;
    width: 150px;
    height: 200px;
    color: #1F4E79;
    text-align: center;
    font-weight: 600;
    font-size:18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: a2 2s linear infinite;
  }
  
  @keyframes a1 {
    to{
      transform: rotate(360deg);
    }
  }
  
  @keyframes a2 {
    to{
      transform: rotate(-360deg);
    }
  }
  
      .containergus {
    position: absolute;
    top: 0;
    background: #fff;
 
    width: 100%;
    min-height: 100vh;
    display: flex;
    z-index:999999999999999999999999999;
    justify-content:center;
    text-align:center;
    left: 50%;
    transform: translateX(-50%);
    padding:100px;
    
  }
  
  
  body {
    margin: 0;
    overflow-Y: hidden; /*quitar el scroll*/
  }
  
  
  
  .cerrar {
   display:none;
  }
  
  @keyframes preloader {
    90% {
      width: 100%;
      opacity: 1;
    }
    100% {
      width: 100%;
      opacity: 0;
    }
  }
  

  @media screen and (min-width:315px) {
     .carousel{
         margin-top:15%
     }
    .losdiv{
        width:100%;height:40vh;position:relative;
      }
  
  #imggust{
    width:100%;height:40vh;
  }
  #botonosgus{
    position:absolute;right: 0%;color:black;bottom:10%;
    
  }
  }
  
  @media screen and (min-width:375px) {
     .carousel{
         margin-top:15%
     }
    .losdiv{
        width:100%;height:40vh;position:relative;
      }
  
  #imggust{
    width:100%;height:40vh;
  }
  #botonosgus{
    position:absolute;left: 0%;color:black;bottom:10%;
    
  }
  }
  
  
  
  @media screen and (min-width:425px) {
      
    .carousel{
         margin-top:12%
     }   
    .losdiv{
        width:100%;height:40vh;position:relative;
      }
  
  #imggust{
    width:100%;height:40vh;
  }
  #botonosgus{
    position:absolute;right: 0%;color:black;bottom:10%;
    
  }
  }
  
  @media screen and (min-width:768px) {
      
     .carousel{
         margin-top:12%
     }  
    .losdiv{
        width:100%;height:60vh;position:relative;
      }
  
  #imggust{
    width:100%;height:60vh;
  }
  #botonosgus{
    position:absolute;left: 50%;color:black;bottom:10%;
    
  }
  }
    
  
  @media screen and (min-width:1024px) {
      
       .carousel{
         margin-top:5%
     }
    .losdiv{
        width:100%;height:85vh;position:relative;
      }
  
  #imggust{
    width:100%;height:85vh;
  }
  #botonosgus{
    position:absolute;left: 50%;color:black;bottom:20%;
  
  }
  }