
.img-full {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    z-index: 1;
}	
.img-full-two {
    width: 80%;
    height: 100vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    z-index: 1;
}	
.img-left {
    width: calc(50% - 15px); 
    margin-right: 10px;
    z-index: 2;
}

.img-right {
    width: calc(50% - 15px); 
    position: relative;
    right: -25px;
    z-index: 3; 
}

.sec-up{
    left: 40px; 
    z-index: 2 !important;
}

.img-two{
    margin-right: -220px; 
    position:relative;
}


.img-semi {
    width: 80%;
    height: 60vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    z-index: 1;

}

.desc-two {
    width: 80%;
    padding: 10px;
    background-color: #000; 
    text-align: center; 
    font-size: 16px;
    color: #fff;
}

.sec-up{
    left: 40px; 
    z-index: 2 !important;
}

.img-two{
    margin-right: -220px; 
    position:relative;
}
.desc{
    color:#fff;
    background-color:#000;
    padding: 10px 10px;
}

.small-line {
    width: 50px;
    height: 2px;
    background-color: black; 
    margin: 20px 0;
    border: none;
}

.line-with-text {
    display: flex;
    align-items: center;
}

.small-line-two {
    width: 80%; 
    height: 2px; 
    background-color: #eeece3;
    border: none;
    margin-right: 10px;
}

.line-text {
    font-size: 14px; 
    color: black;
}



.libs{
background: #fff;
}

.libs h2{
    color: #000;
}

.libs h3{
    color: #313131;
}

.soc{
    margin-bottom: 200px; 
    margin-top: 200px; 
    margin:250px ;
}

.pricing-cards {
    display: flex;
    justify-content: space-around;
}

.card {
    background: #4B5656;
    border-radius: 10px;
    padding: 8px;
    width: 345px;
    margin: 2px;
    text-align: center;
}

.circle {
    width: 150px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-cards ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pricing-cards li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px; 
}

.pricing-cards i{
    font-size: 36px; 
    color: #000;   
}
  
  /* Media queries for responsive design */
  @media (max-width: 992px) {
    .pricing-cards {
      padding: 20px;
    }
    
    .card {
      width: 100%;
    }
  }

 


  .hover-box {
    margin: 0 0 0 0;
    overflow: hidden;
}

.hover-box .hover-img {
    position: relative;
    overflow: hidden;
    height: 800px !important; 
}

.hover-box .hover-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    object-position: top center;
}

.hover-box .over-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40% 10%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    transform: rotateY(90deg);
    transition: all 0.50s ease 0.4s;
}

.hover-box:hover .over-layer {
    transform: rotateY(0deg);
}

.hover-box .hover-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    border: 2px solid #fff;
    transform: scale(0.9, 0.9);
    transition: all 0.50s ease 0s;
}

.hover-box:hover .hover-img::before {
    transform: scale(1, 1);
    opacity: 0;
}

.hover-box .hover-img .over-layer h3 {
    color: #fff;
    margin: 0 0 10px;
}

.hover-box .hover-img .over-layer .hover-info {
    display: inline-block;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px;
}

.hover-box .hover-img .over-layer .hover-info > i {
    margin: 0 5px;
    font-size: 14px;
}

.hover-box .hover-img .over-layer .hover-info > span {
    text-transform: uppercase;
    font-size: 14px;
}

.hover-box .hover-img .over-layer .links {
    margin: 0;
    padding: 0;
}

.hover-box .hover-img .over-layer .links li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.hover-box .hover-img .over-layer .links li a {
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
}

.hover-box .hover-img .over-layer .links li a:hover {
    text-decoration: none;
}


.owl_wrapper{
    width: 100vw;
    overflow: hidden;
  }
  .owl_content{padding-left: 12%;}
  .owl_wrapper .owl-item{
    opacity: 0;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    transition: all .2s;
    -webkit-transform: all .2s;
    z-index: 1;
  }
  .owl_wrapper .active{opacity: 0.5;}
  .owl_wrapper .active.middle_beside{
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;
  }
  .owl_wrapper .active.middle{
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
  .owl_wrapper .active.next_to_mid{margin-left: -1%;}
  .owl_wrapper .active.prev_to_mid{margin-right: -1%;}
  
  
  
  /*===== Navigation =====*/
  .owl_wrapper .prev, .owl_wrapper .next{
    position: absolute;
    top: 100px; left: 100px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #777;
    cursor: pointer;
    z-index: 5;
  }
  .owl_wrapper .next{left: calc(100% - 100px);}
  .no_select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  


  #logo {
    height: 50px; 
}

.navbar-toggler {
    border-color: transparent;
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .nav-item {
        margin: 10px 0;
    }

    .logohe {
        max-width: 100%;
        height: auto;
    }

    .navbar-collapse {
        width: 100%;
    }
}

/* Adjustments for larger screens */
@media (min-width: 768px) {
    .nav-item {
        margin: 0;
    }
}

.hero-wrap {
    width: 100%;
    height: 100%;
  }

@media (max-width: 767.98px) {
    .hero-wrap {
        width: 100%;
        height: 100%;
        background-size: contain;
    }
}




  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-wrap {
      background-size: cover;
      background-position: center;
    }
  }

  @media (min-width: 992px) {
    .hero-wrap {
      background-size: cover;
      background-position: center;
    }
  }

  .iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    border: 0;
}

.art .container-fluid{
    padding: 100px 50px;
}
.art-img{
    background-image: url('images/arte-de-los-impuestos.jpg'); 
    background-size: cover; 
    background-position: center;
    height: 800px;
}
.txt-art{
    padding-left: 25px;
    padding-right: 40px;

}

.plb .img-pub{
    background-image: url('images/bg_5.jpg');
    background-size: cover;
    background-position: center;
    height: 800px;
}
.plb .container-fluid{
    padding: 20px 30px;
}
.plb{
    text-align: justify;
}

.ppf .container-full {
    width: 99%;
}
.ppf .imga {
    background-image: url('images/about.jpg');
    background-size: cover;
    background-position: center;
    height: 800px;
}
.ppf .txt {
    padding-right: 50px;
    margin-left: -45px;
}
.ppf .txt h2,
.ppf .txt p {
    text-align: justify;
}
.ppf .txt a {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .ppf .imga {
        height: 600px;
    }
    .ppf .txt {
        padding-right: 20px;
        margin-left: 0;
        padding-left: 20px;
    }
}

@media (max-width: 767.98px) {
    .ppf .imga {
        height: 400px;
    }
    .ppf .txt {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }
    .ppf .txt h2 {
        text-align: center;
    }
    .ppf .txt p {
        text-align: justify;
    }
    .ppf .txt a {
        font-size: 18px;
    }
}

.user {
    --w:550px;
    --c:(100vw - var(--w));
    
    max-width:500px;
    background:#fff;
    margin:10px auto;
    border-radius:6px;
    overflow:hidden;
    padding:0 20px 0 clamp(20px,var(--c)*1000,180px);
    box-sizing:border-box;
    box-shadow:1px 2px 5px #0005;
    position:relative;
    }
    .user img {
    position:absolute;
    top:clamp(0px,var(--c)*-1000,10px);
    left:clamp(0px,var(--c)*-1000,20px);
    width:clamp(50px,var(--c)*1000,150px);
    height:clamp(50px,var(--c)*1000,100%);
    border-radius:clamp(0px,var(--c)*-1000,50px);
    object-fit:cover;
    object-position:top;
    }
    .user h2 {
    margin:20px 0 10px clamp(0px,var(--c)*-1000,70px);
    }
    .user p{
        text-align: justify;
    }

    .intro .img-intro {
        background-image: url('images/about.jpg');
        background-size: cover;
        background-position: center;
        height: 800px;
    }

    .intro .dside {
        padding-right: 50px;
        margin-left: -45px;
    }

    .intro p {
        text-align: justify;
        margin-top: 20px;
    }

    .intro img {
        width: 60%;
        margin-left: 0;
        margin-top: 70px;
    }

    /* Responsive Design */

    /* Pantallas pequeñas (móviles) */
    @media (max-width: 767.98px) {
        .intro .img-intro {
            height: 300px;
        }

        .intro .dside {
            padding-right: 15px;
            margin-left: 0;
            padding-left: 15px;
        }

        .intro img {
            width: 80%;
            margin-top: 30px;
        }
    }

    /* Pantallas medianas (tablets) */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .intro .img-intro {
            height: 400px;
        }

        .intro .dside {
            padding-right: 30px;
            margin-left: -20px;
        }

        .intro img {
            width: 70%;
            margin-top: 50px;
        }
    }

    /* Pantallas grandes (escritorio) */
    @media (min-width: 992px) {
        .intro .img-intro {
            height: 800px;
        }

        .intro .dside {
            padding-right: 50px;
            margin-left: -45px;
        }

        .intro img {
            width: 60%;
            margin-top: 70px;
        }
    }

	.img-fil {
		background-image: url('images/confucio.jpg');
		background-size: cover;
		background-position: center;
		min-height: 100%;
	}
	
	.filsec .container-fluid {
		padding: 20px 30px;
	}
	
	@media (max-width: 767.98px) {
		.filsec .container-fluid {
			padding: 0;
		}
		.heading-section {
			padding: 20px;
		}
		.img-fil {
			min-height: 100%;
		}
		blockquote p,
		blockquote footer {
			font-size: 18px;
		}
	}
	
	@media (min-width: 768px) and (max-width: 991.98px) {
		.heading-section {
			padding: 30px;
		}
		.img-fil {
			min-height: 350px;
		}
		blockquote p,
		blockquote footer {
			font-size: 19px;
		}
	}
	
	@media (min-width: 992px) {
		.heading-section {
			padding: 50px;
		}
		.img-fil {
			min-height: 500px;
		}
		blockquote p,
		blockquote footer {
			font-size: 21px;
		}
	}
	
	blockquote {
		margin: 20px 0;
	}

 