/*default scrollbar*/
.cuadro-comp::-webkit-scrollbar {
  width: 10px;
  background: #fff;
  height: 10px;
}
.cuadro-comp::-webkit-scrollbar-thumb {
  background: #0c4c91;
  border-radius: 20px;
}

.cuadro-comp table tr td:nth-child(even) {
  background-color: #fdfdfd;
}
.btnSelect {
  cursor: pointer;
} 
.cuadro-comp{
    border-radius: 10px;
    padding: 20px 35px;
    box-shadow: 0px 10px 50px 1px;
    overflow-x: auto;
    width: 800px;
    height: 90vh;
    position: absolute;
    background: white;
    border: 1px solid #72b9e7;
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 6%;
}

.cuadro-comp table tr td, th{
  background: white;
  border: none;
  width: 10% !important;
  font-weight: bold;
      font-size: 13px;
}  

th { 
  min-width: 300px;
  color: #72b9e7;
}
tr { 
  border-bottom: 1px solid #f7f7f7 !important;
}
.check{
  width: 25px;
}
.cober{
  text-align: left;
  min-width: 400px;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  font-weight: bold;
  color: #0c4c91;
}
.footerTabla{
  position: sticky;
  left: 0;
} 
.Hcober{
  min-width: 400px;
  position: sticky;
  left: 0;
  padding: 5px 15px;

}
.imgcuadro{
  position: relative;
  left: 0;
  top: -14px;
  right: 0;
  z-index: 9;
  margin: auto;
  display: block;
  height: 90px;
}
.bgBlack{
  width: 100%;
  height: 100vh;
  background: #0000004f;
  z-index: 999999999;
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  align-items: center;
  justify-content: center;
}
#planesHead th{
  border: 0;
  background: #0c4c91;
    color: white;
}
.oculto{
  display:none;
}
.mostrar{
  display: block;
}
.hidden{
  display: hidden !important;
}
.btncotizar {
  background: #72b9e7 !important;
  padding: 3px 40px !important;
  border: 1px solid #72b9e7 !important;
  border-radius: 3px !important;
  color: white !important;
  transition: 500ms all ease !important;
  cursor: pointer;
}
.btncotizar:hover {
  border: 1px solid #72b9e7 !important;
  background: transparent !important;
  color: #72b9e7 !important;
}
th, td {
  border: 1px solid #c3c3c3;
  text-align: center;
}
tr:nth-last-child(2) {
  color: #fcb514;
  font-size: 40px ;
  font-weight: bold;
  border-bottom: 0 !important;
} 

tr:nth-last-child(2) td { 
  font-size: 25px !important; 
} 
tr:nth-last-child(2) td::before {
  content: '$'; 
} 
tr:nth-last-child() {
  border-bottom: 0 !important;
} 
#trlast{
  border-bottom: 0 !important;
} 
tr:nth-last-child(2) td:first-child  {
  color: #72b9e7;
  font-size: 18px;
  font-weight: bold;
}   
.closeCuadro{
  position: sticky;
  top: 0;
  right: 0;
  margin-left: auto;
  font-size: 24px;
  z-index: 9;
  font-weight: bold;
  background: #fcb614;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  padding-bottom: 8px;
  border-radius: 100%;
  cursor: pointer;
}
tr:nth-last-child(2) td:first-child::before  {
  content: '';
}  
tr {
  border-bottom: 1px solid #d1d1d1  !important;
}
.nota {
  font-size: 15px;
  color: #72b9e7;
  font-weight: bold;
}
.entry-content thead th, .entry-content tr th {
  color: #555;
  font-weight: 700;
  padding: 9px 24px;
}
.volver{
background: #fcb514!important;
  padding: 3px 40px !important;
border:1px solid #fcb514 !important;
  border-radius: 3px !important;
  color: white;
transition:500ms all ease !important;
}
.volver:hover{
  border:1px solid #fcb514 ;
  background: transparent !important;
  color: #fcb514 !important; 
}
/*default scrollbar*/
.boxImg img{
  width: auto;
  margin: auto;
  display: block;
  position: relative; 
  max-height: 84px;
  }
  .boxItemCotiza{
    background: white;
    border-radius: 30px;
    padding: 20px;
    padding-top: 0;
    box-shadow: 0 11px 43px -25px black;
    margin-bottom: 50px;
    min-height: 688.94px;
  }
  .boxPrice{
    text-align:center;
  }
  .boxPrice h1{
    font-weight:bold;
    font-size:33px;
    line-height:20px;
  }
  .boxPrice p{ 
    font-size:14px;
    line-height:15px;
    margin:0;
  }
  .boxPrice span{ 
    font-size:14px;
  }
  .btnSelect{
    margin: 10px auto;
    background: #f5fbff;
    width: max-content;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
    color:#335da8;
    margin-bottom:50px;
  }
  .selecActive{ 
    background: #cfebff; 
  }
  .titC{
    font-weight: 400;
    font-size:14px; 
    padding:0;
    margin-left:5px;
    margin-bottom:5px;
  }
  .cant{
    font-size: 10px;
    padding: 6px;
    background: #e8e6e6;
    width: 100%;
    margin: 0 2px;
    text-align: center;
    cursor:pointer;
    border-radius: 5px;
  }
  .cant:hover{
        background: #66BFFF;
  }
  .fondoAzulO{
    background:#2f3e6c;
    color:white; 
  }
.boxImg{
	position: relative;
    height: 84.44px;
}
  .bordRadiusR{
        border-radius: 0px 8px 8px 0px;
  }
  a{
     text-decoration: none;
  }
  .boxCantidad{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:15px;
    width: 100%;
    padding-bottom: 3px;
    overflow: auto;
  } 
.boxCantidad::-webkit-scrollbar {
  width: 7px;
  background: #fff;
  height: 7px;
}
.boxCantidad::-webkit-scrollbar-thumb {
  background: #0c4c91;
  border-radius: 20px;
}
  .boxBeneficios{
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .text-center{
   text-align: center !important;
  }
  .margTop{
    margin-top:40px;
  }
  #boxCalc{
    margin-top: 50px;
    justify-content: center;
  }
  #uso{
    max-width: 300px;
    margin: auto;
    padding: 8px;
  }
  .boxItemB{
    font-size: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 33%;
    line-height: 1;
    align-items: center;
    justify-content: center; 
    margin-bottom: 20px;
  }
  .boxItemB img{
    width:20px;
    margin-bottom: 5px;
  }
  .bold{
     font-weight:bold;
  }