/*BOTONES*/
.btn {
    border: 1px solid #126782;
    background-color: #126782;
    /*color: black;*/
    padding: 5px 68px;
    font-size: 20px;
    cursor: pointer;
}
.success {
    border-color: #126782;
    color: #fff;
}

.success:hover {
    background-color: #fff;
    color: #126782;
}

.blaver {
    background-color: #126782;
    color: #126782;
    background: #fff;
    margin: 10px 0 20px 0
}

.blaver:hover {
    border-color: #208682;
    color: #fff;
    background: #208682
}

/*IFRAME*/
.container4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media (max-width: 574px) {
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 300vh;
        border: none;
    }
}
/* TABLAS DINAMICAS  */

/* Style the tab */
.tab {
    float: left;
    border: 1px solid rgb(255, 255, 255);
    background-color: #ffffff;
    width: 20%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: auto;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #208682;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #208682;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid rgb(255, 255, 255);
    width: 80%;
    border-left: none;
    height: auto;
}
/*modo celular*/
@media (max-width: 500px) {
    .body6{
        font-size: 0.5rem;
    }
    .rtbs>.rtbs_content{
        padding: 10px 10px 1px;
    }
    .tab {
        float: left;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        width: 100%;
        height: auto;
    }
    .tabcontent {
        float: left;
        padding: 0px -42px;
        border: 1px solid #ccc;
        width: 100%;
        border-left: none;
        height: auto;
    }
}
@media (max-width: 280px) {
    .body6{
        font-size: 0.5rem;
    }
    .rtbs>.rtbs_content{
        padding: 10px 10px 1px;
    }
    .tab {
        float: left;
        border: 1px solid #ccc;
        background-color: #208682;
        width: 100%;
        height: auto;
    }
    .tabcontent {
        float: left;
        padding: 0px -40px;
        border: 1px solid #ccc;
        width: 100%;
        border-left: none;
        height: auto;
    }
}

/* FONDO PORTAL DE TRANSPARENCIA */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../img/informacion/fondo-pdt.jpg");
    height: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  .letra{
    font-size:70px;
  }
  
  /* MODO CELULAR */
  @media (max-width: 574px) {
    .letra{
      font-size:40px;
    }
  }
  @media (max-width: 280px) {
    .letra{
      font-size:30px;
    }
  }
