
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*, h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6, p, a {
    font-family: "Roboto", sans-serif;
}

h1,.h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #021D33
}

h2,.h2 {
  font-size: 2.5rem;
  font-weight: 700
}

h3,.h3 {
  font-size: 2rem;
  font-weight: 700
}

h4,.h4 {
  font-size: 1.5rem;
  font-weight: 700
}
.sectionBgSmall::after {
    width: 700px;
    height: 700px;
}

.boxIconLink {
        position: absolute;
    right: 100px;
    top: 31px;
    background-color: #0e76a8;
    width: 35px;
    height: 35px;
    border-radius: 26px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.boxReview .textReview::before {
    content: '' !important;
    position: absolute;
    background-image: url(/images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    right: 2px;
    z-index: 1;
    bottom: -33px;
}
.boxReview .textReview::after {
    content: '' !important;
    position: absolute;
    background-image: url(/images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    left: -5px;
    z-index: 1;
    top: -15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#back-top {
    position: fixed;
    bottom: 20px;}
    .boxRightHome::after {
        content: none !important;
    }
header .logo img {
    max-width: 85px;
}
.headerPadding {
    padding: 15px 0;
}
.headerPadding.navbar.navbar-sticky .logo img {
    max-width: 65px;
    padding: 6px 0;
}
.row {
    --bs-gutter-x: 0.5rem;
}
.tableItemTop {
    padding: 40px 15px 15px;
    position: relative;
 min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableItemTop img{
    position: absolute;
    background-color: white;
 
  padding: 6px;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    top: -30px;
    left: calc(50% - 30px);
}
.tableItemTop .titleTop{
    color: white;
    font-size: 1rem;
    margin-top: 3px;
    text-align: center;
    text-transform: uppercase;
}

/*.tableItem .tableItemTop:after {
     --border50: calc((100% / 2) - 0);
    content: '';
       position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    left: 0;
   border-left: var(--border50) solid transparent;
    border-right: var(--border50) solid transparent;
}*/

/*item1*/
.tableItem.item1 .tableItemTop {
       background-color: #043937;
}
/*.tableItem.item1 .tableItemTop:after {
  
    border-top: 20px solid #043937;
}*/

.tableItem.item1 .tableItemTop img {
     border: 2px solid #043937;
}
.tableItem.item1 .tableItemBottom {
       background-color: #bccdcc;
}

/*item2*/
.tableItem.item2 .tableItemTop {
       background-color: #02b9b2;
}
/*.tableItem.item2 .tableItemTop:after {
  
    border-top: 20px solid #02b9b2;
}*/

.tableItem.item2 .tableItemTop img {
     border: 2px solid #02b9b2;
}
.tableItem.item2 .tableItemBottom {
       background-color: #b0dddb;
}

/*item3*/
.tableItem.item3 .tableItemTop {
       background-color: #ecc553;
}
/*.tableItem.item3 .tableItemTop:after {
  
    border-top: 20px solid #ecc553;
}*/

.tableItem.item3 .tableItemTop img {
     border: 2px solid #ecc553;
}
.tableItem.item3 .tableItemBottom {
       background-color: #f1e1b2;
}

/*item4*/

.tableItem.item4 .tableItemTop {
       background-color: #fa633e;
}
/*.tableItem.item4 .tableItemTop:after {
  
    border-top: 20px solid #fa633e;
}*/

.tableItem.item4 .tableItemTop img {
     border: 2px solid #fa633e;
}
.tableItem.item4 .tableItemBottom {
       background-color: #ffd2c7;
}


/*item5*/
.tableItem.item5 .tableItemTop {
       background-color: #5387f6;
}
/*.tableItem.item5 .tableItemTop:after {
  
    border-top: 20px solid #5387f6;
}*/

.tableItem.item5 .tableItemTop img {
     border: 2px solid #5387f6;
}
.tableItem.item5 .tableItemBottom {
       background-color: #d5def3;
}


/*tableStart*/

.tableStart .tableItemTop{
    background-color: #021d33;
}
/*.tableItem.tableStart .tableItemTop:after {
   
    content: '';
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    left: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 20px solid #021d33;
}*/
 .tableItem.tableStart .tableItemBottom{
    background-color: #b6c4d0;
 }

 .tableItem.tableStart .tableItemBottom p{
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}
  .tableItem.tableStart .itemText{
     display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
 }
 
 .tableItem .tableItemBottom .itemText{
     justify-content: center !important;
 }
/*interiorItem*/

.tableItem .tableItemBottom .itemText {
    padding: 10px;
    min-height: 160px;
    display: flex;
    align-content: flex-start;
    justify-content:flex-start !important;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.tableItem .tableItemBottom .itemText p {
   font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0;
}
.tableItem .tableItemBottom span{
        font-size: 0.9rem;
    font-weight: 700;
}



/*section interior*/
.boxReview .textReview::before {
    content: none;
}
.boxReview .textReview::after {
    content: none;
}
.boxReview {
    cursor: initial;
}

/*validadores*/
/*.userBox .imgUser {
    height: 240px;
}*/
.userBox h5 {
        font-size: 1.1rem;
}


.border-primary {
    --bs-border-opacity: 1;
    border-color: rgb(83 135 246) !important;
}
.table.tablePrice>:not(caption)>*>* {
    padding: .75rem .5rem;
    text-align: center;
    font-size: 0.95rem;
}
.font-W-400 {
    font-weight: 400;
}
.sectionNumber .boxNumber {
        color: white;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    background: #4e85fa;
    background: linear-gradient(315deg, #5387f6 0%, #76c9eb 100%);
    font-size: 1.3rem;
    font-weight: 700;
}



/*honeycomb*/

.hex-layer-4 {
  display: grid;
  margin: -18px 0px;
  justify-content: center;
  align-content: center;
  grid-template-columns: repeat(4, 0fr);
}
.hex-layer-5 {
  display: grid;
  justify-content: center;
  margin: -30px 0px;
  align-content: center;
  grid-template-columns: repeat(5, 0fr);
}
.hex {
    display: flex;
    align-items: center;
    justify-content:center;
      height: 170px;
    width: 170px;
    padding: 35px;
  align-self: center;
      background: #4e85fa;
    background: linear-gradient(315deg, #5387f6 0%, #76c9eb 100%);
  -webkit-clip-path: polygon(
    50% 0%,
    95% 25%,
    95% 75%,
    50% 100%,
    5% 75%,
    5% 25%
  );
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  transition: background 0.4s;
}
.hex img {
    max-height: 90px;
    max-width: 90px;
}

.hex:hover {
  opacity: 0.7;
  cursor: pointer;
}

.modalServices .nameUser{
   text-transform: uppercase;
    font-size: 1.3rem;
}
.modalServices .imgUser{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    padding: 20px;
    align-self: center;
    background: #4e85fa;
    background: linear-gradient(315deg, #5387f6 0%, #76c9eb 100%);
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transition: background 0.4s;
    

}
.modalServices .imgUser img{
        max-height: 50px;
}
.hex-layer-flex {
    display:none;
}


.containerFilter .filtro.filtrosItemsCheck .form-check-input:checked {
    width: 20px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    border: 0;
    -webkit-filter: invert(1);
    filter: none;
    height: 20px;
        margin-top: 0;
}

.containerFilter .filtro.filtrosItemsCheck .filtrosItems .itemList span {
    cursor: pointer;
    padding-left: 35px;
        font-size: 0.95rem;
    
}
.containerFilter .filtro.filtrosItemsCheck .form-check-input {
        position: absolute;
    background-color: #dfe1ea;
    width: 20px;
    height: 20px;
    margin-top: 0;
}
.cover-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}
.textContenidoBlog img {
    max-width: 100%;
}

@media (max-width: 992px) { 
    
    .bannerHome.sectionBannerTop .boxRight::after, .topFooter::before, .topFooter::after {
        content: none;
    }
    .modalCustom .userReview {
    margin-bottom: 20px;
    flex-direction: column;
}
.modalCustom .userReview .infoUser {
    margin-left: 0;
}
.modalCustom .userReview ~ .btn-close {
    margin-top: -165px;
}
    .listDocentes .boxDocente {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }
    .listDocentes .boxDocente .btn-link {
    margin: 0 auto;
}
    .tableItem .tableItemBottom .itemText {
        min-height: 110px;
    }
    .tableItemTop {
        min-height: 100px;
    }
    h1, .h1 {
    font-size: 3rem;
}
.textContenidoBlog .textoContenido h2 {
    font-size: 1.7rem;
}
.textContenidoBlog .textoContenido h3 {
    font-size: 1.4rem;
}
.textContenidoBlog .textoContenido h4 {
    font-size: 1.2rem;
}
.textContenidoBlog .textoContenido, .textContenidoBlog .textoContenido p, .textContenidoBlog .textoContenido li {
    font-size: 1rem;
}
 .formContainer {
    padding: 45px 30px;
}
.textContenidoBlog img {
        height: auto !important;
    }


.sectionBg {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.modalCustom .modal-body {
    padding: 30px 30px;
}
.boxIconLink {
    position: absolute;
    right: 20px;
    top: 80px;
}
.modalCustom .modal-header {
    padding: 35px 30px 0px;
}
.userBox .imgUser {
    height: auto !important;
}
}

@media (max-width: 768px) { 
    
    .tableItem .tableItemBottom .itemText {
    min-height: 60px;
}
.hex-layer-4, .hex-layer-5 {
    display: none;
}
   .hex-layer-flex {
        display: flex;
        flex-wrap:wrap;
    }
    .hex-layer-flex .hex{
            height: 140px;
    width: 140px;
    padding: 25px;
    margin: 6px auto;
    }
    .hex img {
    max-height: 65px;
    max-width: 65px;
}
}