*{
    margin:0;
    padding:0;
}

#index{
    width:100%;    
    height:100vh;
    margin:0;
    padding:0;
}

.section,.desktop,.mobile{
    width:100%;    
    margin:0 0 -5px 0;
    padding:0;
}

.inter{
    text-align:center;
    padding:50px 0;
}

.bienvenidos{
    width:70%;
}
.servicios,.division{
    width:30%;
    display:block;
    margin: 0 auto;
}
.servicios{
    padding:70px 0 150px 0;
}
.internado{
    width:60%;
    margin-top:-120px;
    z-index:2;
    position: relative;
}
.ruta{
    z-index:1;
    margin-top: -200px;
}

.mobile{
    display:none;
}

.botones{
    width:100%;
    height:60%;
    background-image:url("./images/CTA.jpg");
    background-size:cover;
    background-position:center center;
    display:flex;
    justify-content:center;
    align-items:center;
}
    

#index .botones a {
    color: white;
    padding: 20px 40px;
    font-size: 1rem;
    background-color: #0577be;
    width: 240px;
    margin:0px 15px;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    text-align: center;
    text-decoration:none;
    margin-top: 100px;
    border-radius:10px;
    font-family:Roboto,arial;
}

/*#index .botones {
    padding: 20px 0px 80px 0px;
}*/

.center, .center-align {
    text-align: center;
}

@media only screen and (max-width: 600px){
    #index .botones a {
        width: 70%;
        display: block;
        margin: 15px auto;
    }
.desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
    
    #index .botones {
    padding: 100px 0px 0px 0px;
}

.botones{
    height:30%;
    background-image:url("./images/rCTA.jpg");
    display:inline-block;
}
    
}


 /*--- WHATSAPP FLOTANTE ---*/
 /* En Laptops */
  a#mktiwhats-button{
    display: block;
    position: fixed;
    z-index: 100001;
    width: 50px;
    height: 50px;
    bottom: 13px;
    left: 15px;
  }
  a#mktiwhats-button svg{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 3px;
  }

  /* En Celulares */
  @media only screen and (max-width: 980px) {
    a#mktiwhats-button{
      display: block;
      width: 50px;
      height: 50px;
      bottom: 13px;
      left: 10px;
    }
    a#mktiwhats-button svg{
      padding: 2px;
    }
  }