body{
    font-family: 'Work Sans';
    color: #FF9800;
    background-color:#ffffff; 
}

body form{
    color: #212121;
}

h1{
    font: bold;
    font-size: 34px;
    
}

h2{
    font: bolder;
    font-size: 20px;
    
}
h3{
    
    font: bolder;
    font-size: 16px;
    
}
p{
    font: normal;
    font-size: 16px;
    color: #212121;
}
p2{
    font: medium;
    font-size: 16px;
}



#inicio{
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;

}

.inicio{
    padding-top: 300px;
    padding-bottom: 250px;
    background-color: #212121;
}
.dark-overlay {
    background-color: #212121 position absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
.navbar{
    border-bottom: #FF9800 3px solid;
}
#desplega{
    background-color: #343A40;
    
}

/*Botones playstore-appstore*/
.btn-store {
    color: #FF9800;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #FF9800 !important;
  }
  
  .btn-store:focus, 
  .btn-store:hover {
    color: #ffffff !important;
    background-color: #FF9800;
    border-color: #FF9800 !important;
  }
  
  .btn-store .btn-label, 
  .btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
  }
  
  .btn-store .btn-caption {
    font-size: 24px;
  }

  /*Acordeon videos*/
  .accordion{
    margin: 20px 0;
    
  }
  .accordion .item {
      border: none;
      margin-bottom: 50px;
      background: none;
      
  }
  .t-p{
    color: #FF9800;
    padding: 40px 30px 0px 30px;
    
  }
  .accordion .item .item-header h2 button.btn.btn-link {
      background: #212121;
      color: #FF9800;
      font-weight: 400;
      line-height: 2.5;
      text-decoration: none;
      border-radius: 30px;
  }
  .accordion .item .item-header {
      background: #212121;
      border-radius: 30px;
  }
  
  .accordion .item .item-header h2 button {
      color: white;
      font-size: 20px;
      padding: 15px;
      display: block;
      width: 100%;
      text-align: left;
  }
  
 

  /*Boton contactanos*/
  .con-btn{
background-color: #FF9800;
  color: white;
  padding: 15px 129px;
  text-decoration: none;
 

background: #FF9800;
color: black;
border-radius: 11px;
text-align:right;
  }
  .con-btn:hover {
    background-color: #FFE0B2;
    color: black;
    text-decoration: none;
  }

  /*Espacios*/
.espacio{
    padding: 65px;
  }
  .espacio2{
    padding: 15px;
  }
  .espacio3{
    padding: 25px;
  }

 
/*Botones de algo*/
  .det-btn{
    background-color: #FF9800;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  height: 100%;
  width: 100%;

background: #FF9800;
color: black;
border-radius: 11px;
text-align:right;
  }
  .det-btn:hover {
    background-color: #FFE0B2;
    color: black;
    text-decoration: none;
  }

  /*Botones busqueda rápida de info*/
  .inf-btn{
    background-color: #FF9800;
  color: white;
  padding: 15px 50px;
  text-decoration: none;
  height: 100%;
  width: 100%;

background: #FF9800;
color: black;
border-radius: 11px;
text-align:right;
  }
  .inf-btn:hover {
    background-color: #FFE0B2;
    color: black;
    text-decoration: none;
  }

  
h1-2{
  color: #FF9800;
  font: bold;
    font-size: 34px;
}

/*Formato tabla de planes*/
td{
  color: #FF9800; 
  text-align: center;
  vertical-align: middle;
}
#td{
  vertical-align: middle;
}
th{
  width: 400px;
}
