
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: sans-serif;
}

/* ------------------------------------ */
a {
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
  margin: 0px;
  list-style-type: square;
}


/* ------------------------------------ */
input {
  display: block;
  outline: none;
  border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}



.container-table100 {
  width: 100%;
  min-height: 10vh;
  background: #ffffff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 10px;
}

.wrap-table100 {
  width: 1500px;
  border-radius: 10px;
  overflow: hidden;
}

.table1 {
  width: 100%;
  display: table;
  margin: 0;
  border-color: #30A3A3;
  border-style: solid;
  border-width: 5px;
}

@media screen and (max-width: 768px) {
  .table1 {
    display: block;
  }
}

.row1 {
  display: table-row;
  background: #fff;
}

.textd{
  vertical-align: middle;
  text-align: justify;
  padding-top: 20px;
}

.row1.header1 {
  color: #ffffff;
  background: #30A3A3;
}

@media screen and (max-width: 768px) {
  .row1 {
    display: block;
  }

  .row1.header1 {
    padding: 0;
    height: 0px;
  }

  .row1.header1 .cell1 {
    display: none;
  }

  .row1 .cell1:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell1 {
  display: table-cell;


}

@media screen and (max-width: 768px) {
  .cell1 {
    display: block;
  }
}

.row1 .cell1 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  border-color: #30A3A3;
  border-bottom-style: : solid;
  border-bottom-width: 2px;

}

.row1.header1 .cell1 {
  font-family: Poppins-Regular;
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}


.row1 .cell1:nth-child(1) {
  width: 450px;
  padding-left: 10px;
  
}

.row1 .cell1:nth-child(2) {
  width: 200px;
}

.row1 .cell1:nth-child(3) {
  width: 450px;
}


.row1 .cell1:nth-child(4) {
  width: 400px;
}


.table1, .row1 {
  width: 100% !important;

}

.row1:hover .cell1{
  color: #30A3A3;/*importante define el color cuando se posiciona el cursor*/ 
  cursor: context-menu;
}

.row1.header1:hover .cell1{
  color: #30A3A3; /*importante define el color de las letras del header cuando se posiciona*/
  background-color: #ffffff;
  cursor: context-menu;
  }

.equipos{
  color: #58B04E;
  font-size: 35px;
}

@media (max-width: 768px) {
  .row1 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
    border-color: #30A3A3;
    border-style: solid;
    border-width: 1px
  }
  
  .row1 .cell1 {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;

  }
  .row1 .cell1:nth-child(1) {
    padding-left: 30px;

  }
  
  .row1 .cell1 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table1, .row1, .cell1 {
    width: 100% !important;
  }

  .textd{
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
}
}