@import "dataTables.bootstrap4.css";

table.dataTable td {
  background-color: white !important;
}

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

body {
  line-height: 1;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 18px;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

code,
pre {
  font-size: 1em;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*fin reset css*/

* {
  font-family: 'EncodeSans-Regular', sans-serif;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 9px 50px 9px 70px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.logo_siduv {
  height: 28px;
  width: 118px;
}

.logo_bs_as {
  height: 90px;
  width: 170px;
}

.logo_footer {
  height: auto;
  width: 250px;
  margin-left: -30px;
}

.bar_header {
  width: 3px;
  height: 82px;
  background-color: #D9D9D9;
  margin: 0 25px;
}

.dropdown-toggle {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 15px 20px;
  color: #009AAE;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  padding-bottom: 20px;
  background-color: white;
  min-width: 275px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  border: 0.2vh solid #D6D6D6;
  z-index: 999;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  color: #333;
  margin: 0 12px;
  padding: 12px 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  border-bottom: 0.2vh solid #AFAFAF;
}

.dropdown-item p {
  font-size: 14px;
}

.item_last {
  border-bottom: none;
}

.text_title {
  font-size: 12px;
  margin-left: 20px;
  color: #009AAE;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  transition: all 300ms;
}

.dropdown-toggle.active {
  background-color: #f0f0f0;
  border-radius: 20px 20px 0 0;
  border: 0.2vh solid #009AAE;
  border-bottom: none;
}

.icon_color {
  color: #888888;
}

.container {
  flex: 1;
  padding: 0 160px;
}

.landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 0 80px;
}

.banner {
  position: relative;
  width: 100%;
  background-image: url('/landing/images/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.banner h2 {
  margin-top: 140px;
  padding: 20px 30px;
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
}

.banner h2 span {
  font-size: 60px;
}

.banner p {
  font-size: 17px;
  color: #ffffff;
  padding: 25px 50px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0 0 20px 20px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 0 0 20px 20px;
}

.banner>* {
  position: relative;
  z-index: 2;
}

.align {
  display: flex;
  align-items: center;
}

.bnt_box {
  width: 95%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.bnt_home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
  height: 61px;
  border-radius: 15px;
  border: 0.4vh solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF),
    conic-gradient(from -90deg at 50% 50%, #0DA8BE 0deg, #DE0472 234deg, #0DA8BE 360deg);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #009AAE;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bnt_home:hover {
  background: #00AEC3;
  border-color: #00AEC3;
  color: #FFFFFF;
  transition: all 300ms;
}

.home_siduv {
  margin-top: 30px;
}

.banner_home {
  width: 280px;
  height: auto;
  margin: 30px 0 10px 0;
}

.liner_image {
  width: 800px;
  border-radius: 30px;
  padding: 15px;
  margin-left: -15px;
}

.image_bg {
  background-color: #ECECEC;
  border-radius: 30px;
}

.image_bg img {
  position: relative;
  left: 15px;
  top: 15px;
}

.card_liner {
  padding: 0px 80px;
  display: flex;
  justify-content: center;
  position: relative;
}

.card_liner::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 0px;
  right: 75px;
  bottom: 15%;
  background-color: rgba(0, 174, 195, 0.25);
  z-index: -1;
}

.txt_col {
  width: 43%;
  display: flex;
  padding-left: 80px;
  flex-direction: column;
  justify-content: center;
}

.txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 25px;
  border: 0.5vh solid #009AAE;
  margin: 10px 30px;
  min-height: 120px;
  box-shadow: 0px 2.93px 2.93px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.txt_box .title_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.txt_box .title_box svg {
  color: #009AAE;
  margin-right: 5px;
}

.txt_box h5 {
  font-size: 19px;
  font-weight: 600;
  color: #888888;
}

.txt_box p {
  font-size: 14px;
  color: #888888;
}

@media (max-width: 900px) {
  .card_liner {
    flex-direction: column;
    align-items: center;
  }

  .liner_image {
    width: 100%;
    margin-bottom: 20px;
  }

  .txt_col {
    width: 100%;
    padding-left: 0;
    margin: 0 -15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
  }

  .txt_box {
    margin: 0px;
  }
}

.txt_box_transparent {
  background-color: transparent;
  border-radius: 10px;
  padding: 25px;
  border: none;
  margin: 0 30px;
  max-height: 125px;
  min-height: 100px;
  box-shadow: none;
  border-radius: none;
}

.root-button-section {
  padding-top: 1rem;
  width: 80%;
  margin: 0.75rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.root-button-section button {
  background: #ffffff;
  border: solid 0.2vh #E72276;
  color: #E72276;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin: 0 10px;
}

.root-button-section span {
  color: #888888;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0%;
}

.box_title {
  margin: 40px 0 0 60px;
}

.container_box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 30px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 60px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .container {
    padding: 0 80px;
  }

  .container_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .bnt_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 20px;
  }

  .bnt_home,
  .bnt_box {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .container_box {
    grid-template-columns: repeat(4, 1fr);
  }
}

.section_title {
  color: #00B7C5;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  color: #706F6F;
  padding-right: 30%;
  margin-bottom: 30px;
}

.contact {
  margin-top: 100px;
  padding: 40px 0 40px 150px;
  background: linear-gradient(90deg, #E81F76, #417099);
}

.contact_title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.contact_info svg {
  margin-right: 10px;
  color: #FFFFFF;
}

.contact_info p {
  color: #FFFFFF;
  font-size: 13px;
}

.footer {
  margin-top: 30px;
}

.imagen_footer {
  width: 100%;
  height: auto;
}

.footer_bar {
  margin-top: -0.5vh;
  background: linear-gradient(90deg, #E72276 1.14%, #C3327D 8.14%, #944887 18.14%, #70598E 27.14%, #566594 36.14%, #466D97 43.14%, #417099 50.14%, #00AEC3 101.14%);
  height: 0.7vh;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #D9D9D9;
  padding: 40px 35px;
}

.footer_content a {
  color: #009AAE;
  font-size: 14px;
  font-weight: 600;
}

.redes {
  display: flex;
  background-color: #009AAE;
  justify-content: space-around;
  height: 95px;
  align-items: center;
}

ul.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  padding: 0;
  list-style: none;
  justify-content: center;
}

li.iconoFooter {
  padding: 0 6px;
}

ul li.iconoFooter {
  list-style-type: none;
}

.box_item {
  margin: 42px 0;
}

.box-button {
  /*opacity: 0;
  //visibility: hidden;*/
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  background-color: #E72276;
  padding: 10px 20px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  transition: opacity 0s ease, visibility 0s ease;
  position: sticky;
  z-index: 9999;
}

.box_item:hover .box-button,
.box_item.active .box-button {
  opacity: 1 !important;
  visibility: visible !important;
}

.box_info {
  width: 100%;
  min-height: 140px;
  height: 100%;
  border-radius: 15px;
  border: 0.6vh solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF),
    conic-gradient(from -90deg at 50% 50%, #DE0472 0deg, #0DA8BE 234deg, #DE0472 360deg);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 20px;
}

.box_info h2 {
  margin-bottom: 15px;
  color: #00B7C5;
  font-size: 19px;
  font-weight: 600;
}

.box_info p {
  color: #888888;
  font-size: 14px;
}

.box_item a {
  display: flex;
  transition: all 600ms;
}

.box_item:hover {
  /*margin-top: 0px;*/
}

.box_item:after {
  content: "-----------------------------------------------------";
  justify-content: center;
  padding-top: 3rem;
  color: transparent;
}

.box_item:hover a {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  background-color: #E72276;
  padding: 10px 20px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 600ms;
}

.box_item_resumen {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.resumen {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.box_info_resumen {
  width: 100%;
  min-height: 140px;
  height: 100%;
  border-radius: 15px;
  border: 0.6vh solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF),
    conic-gradient(from -90deg at 50% 50%, #DE0472 0deg, #0DA8BE 234deg, #DE0472 360deg);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 20px 30px;
}

.box_info_resumen h2 {
  margin-bottom: 15px;
  color: #00B7C5;
  font-size: 19px;
}

.box_info_resumen p {
  color: #888888;
  font-size: 14px;
}

.bnt_item {
  margin: 25px 0;
  border-radius: 15px;
  border: 0.6vh solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF),
    conic-gradient(from -90deg at 50% 50%, #0DA8BE 0deg, #DE0472 234deg, #0DA8BE 360deg);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 25px 0;
  text-align: center;
}

.bnt_item h2 {
  font-size: 19px;
  font-weight: 600;
  color: #00B7C5;
}

.box_menu {
  width: 18% !important;
  display: none;
}

.bnt_item:hover .box_menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 28%;
  margin-top: 25px;
  background-color: #FFFFFF;
  border: 0.2vh solid #D6D6D6;
  border-radius: 10px;
  padding: 0 20px 20px 20px;
  z-index: 1000;
  transition: all 300ms;
}

.box_menu p {
  font-size: 15px;
  color: #888888;
  padding-left: 5px;
}

.box_menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.box_menu .disabled p {
  color: #D6D6D6 !important;
}

.disabled .bnt_download {
  background-color: #888888 !important;
  border: 5px solid #888888 !important;
}

.menu_border {
  border-bottom: 0.2vh solid #D6D6D6;
  padding-bottom: 10px;
}

.bnt_download {
  background-color: #00AEC3;
  border-radius: 250px;
  color: #FFFFFF;
  box-sizing: content-box;
  padding: 2px;
  border: 5px solid #00AEC3;
}

.bnt_download:hover {
  border: 5px solid #ccebef;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  border-collapse: collapse !important;
}

.dataTables_wrapper {
  margin-top: 30px;
}

.top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.top .dataTables_length {
  font-size: 13px;
  color: #706F6F;
}

.top .dataTables_filter {
  font-size: 13px;
  color: #888888;
}

.top .form-control,
.top .custom-select {
  border: 0.2vh solid #00AEC3;
  font-size: 13px;
  color: #706F6F;
  background-color: #FFFFFF;
}

.bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bottom .dataTables_info {
  font-size: 13px;
  color: #706F6F;
}

.bottom .dataTables_paginate {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  border: 0.1vh solid #D6D6D6;
  border-top: none;
  padding: 5px 25px;
}

.bottom .pagination {
  display: flex;
}

.bottom .previous {
  margin-right: 10px;
}

.bottom .page-item {
  border: 0.2vh solid #D6D6D6;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  color: #706F6F;
  cursor: pointer;
}

.bottom .page-item:hover {
  color: #00AEC3;
}

.box_table {
  margin-top: 30px;
  width: 100%;
  transition: all 300ms;
}

.box_table thead th p {
  min-height: 50px;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border: 0.1vh solid #D6D6D6;
  border-bottom: none;
  color: #00B7C5;
  font-size: 15px;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
  color: #00AEC3;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 0 !important;
}

.box_table tbody .even,
.box_table tbody .odd {
  border: 0.1vh solid #D6D6D6;
  background-color: #F3F3F3;
}

.box_table tbody tr td {
  padding: 20px 25px;
  text-align: center;
  position: relative;
  color: rgba(68, 68, 68, 0.83);
  border: 0.1vh solid #D6D6D6;
  font-size: 14px;
}

.box_table tbody tr td:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 0.3vh;
  height: 80%;
}

.detail {
  text-align: justify !important;
}

.link {
  background-color: #FFFFFF;
}

.icon_link {
  color: #00AEC3;
}

.icon_link:hover {
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: rgba(0, 174, 195, 0.25);
  border-radius: 200px;
  transition: all 300ms;
}

@media (max-width: 500px) {

  .container,
  .landing,
  .card_liner,
  .container_box {
    padding: 0 10px;
  }

  .subtitle {
    padding-right: 0;
  }

  .bnt_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .container_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .txt_col {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact {
    padding: 40px 0 40px 10px;
  }

  .header {
    flex-direction: column;
  }

  .box_title {
    margin-left: 10px;
  }

  .footer_content {
    flex-direction: column;
    padding: 40px 0px;
  }

  .footer_content .logo_siduv,
  .footer_content a {
    margin-top: 30px;
    text-align: center;
  }
}

.elaboration-resume {
  margin-left: 41%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}