

#Top_bar {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1);
    z-index: 10;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding: 29px 12px;
    color:#0b213d;
    font-weight: 600;
    font-family:"Roboto", sans-serif;
    font-size: 15px;
}



#Top_bar .logo {
    float: left;
     padding: 15px 0;
     margin: 0 10px 0 20px !important;
}

 
 #text-slider{
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Roboto;
    margin-top:80px;
    margin-left:40px;
    padding-bottom: 200px;

 }

  #text-slider span{
    font-weight: 600;
 }

 .glow {
    box-shadow: 0 5px 40px 0 rgba(0, 129, 255, 0.3);
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;margin-top:30px;
    
}

.img-header {
   background-color: #f3f9fd;
}

.spacing{padding-bottom:300px;}

.pad{padding:0 20px;}

#main{background-color:#f3f9fd}

p{margin-bottom: 0px;}

h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

.iconos{margin-bottom: 25px;}

.carousel{margin-top:40px;}

.space-bottom{padding-bottom: 50px;}

.space-bottom-2{padding-bottom:30px;}

.space-bottom-3{padding-bottom:70px;}


.space-bottom-4{padding-bottom:400px;}

.desc-1{
    text-align: left;
    padding-top: 30px;
    padding-left: 145px;
    color:#717c89;
}

.desc-1 h4{color:#161922;}

.icon-grid{
    width:126px;
    position: absolute;
    left: 10px; 
    width: 126px;
    height: 126px;
 
    padding-top: 20px;
    margin-bottom: 15px;
}

.bg-blanco{
    padding: 10px 20px 35px 0px;
    background-color:transparent;
    margin: 0 0 40px;
    float: left;
   
}

.bg-blanco:hover{
    background-color:#fff;
    border-radius: 5px;
    
    box-shadow: 0 5px 40px 0 rgba(0, 129, 255, 0.1);
}

.nav-tabs {
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    width: 52%;
    margin: 0 auto;
    box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    margin-top:20px;
    margin-bottom:20px;
    padding: 15px 0px;
}

.nav-tabs a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 17px 31px!important;
    color:#444;
    border-radius:50px;
}



/* BOTONES BTN */
.btn-primary {
    border-radius: 100px !important;
}

.btn-secundary {
    border-radius: 100px !important;
}


/*

#accordionExample {
    padding-bottom: 130px;
        
}
*/

.nav-tabs .active a{
    color:#fff;
    background-color:#0081FF;
}

.video{padding:30px 0px;}

.logos-image{text-align:center;}

.logos{background-color:#fff;margin-bottom:30px;}

.footer{background-color:#ecf5fe}

.footer p{font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.875em;
    color: #5a6671;
    font-weight: 400;}

.pad-bold{padding:100px 40px;}

.footer h4{color:#213a8e}

.copy p{color: #747f89;text-align: center;padding:20px;}

.footer a{color: #5a6671;font-weight: 400;line-height:1.875em}
.footer a:hover{text-decoration: none;}

#rt-footer a:hover,
#rt-copyright a:hover{
    color:blue;
}


body .modal-ku {
width: 1000px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.modal-backdrop {
    display: none !important;
}



/*
@charset "utf-8"; 
*/


.panel{
  position: absolute;
  top:0;
  left:0;
  display:flex;
  justify-content: center;
  align-items: center;
  height:100%;
  width: 100%;
  transition: transform 300ms;
  z-index:-1;
}
.panel div{ 
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  background: beige;
  width: 400px;
  height:400px;
  z-index:1000;
}
.panel[data-on='on'] 
{
  transform: scale(1);
}
.panel[data-on='off'] 
{
  transform: scale(0);
}




.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }