/* ----------------------- INDEX ----------------------- */
/* Responsive */
@media (max-width: 767px) {
    .Port{
        height: 90vh;
    }
    .Port_Img img.active {
        width: 35%;
    }
    .Port_Text_Title h2{
        font-size: 25px;
    }
    .Port_Text_Title h1{
        font-size: 35px;
    }
    .Port_Text_Button a {
        cursor: pointer;
        font-size: 20px;
    }
    .Port_Text_Title{
        max-height: 15%;
    }
    .Port_Text{
        height: 30%
    }
    .Port_Img {
        height: 75%;
        display: flex;
      }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .Port{
        height: 100vh;
    }
    .Port_Img img.active {
        width: 65%;
    }
    .Port_Text{
        height: 20%
    }
    .Port_Img {
        height: 80%;
        display: flex;
      }
}

@media (min-width: 1025px) and (max-height: 1080px){
    .Port {
        height: 100vh;
    }
    .Port_Img img.active {
        width: 65%;
    }
    .Port_Text{
        height: 20%
    }
    .Port_Img {
        height: 80%;
        display: flex;
      }
}
.Port{
    width: 100vw;
}
.Port_Img img {
    width: 0px;
    height: 100%;
    max-height: 100%;
    flex-grow: 1;
    object-fit: cover;
    transition: 0.5s ease;
    filter: brightness(0.5);
    cursor: pointer;
}
.Port_Img img.active {
    height: 100%;
    max-height: 100%;
    filter: contrast(120%); 
    cursor: auto;
}
.Port_Text{
    padding: 1% 3%;
    background-color: #262401;
}
.Port_Text_Title h1, .Port_Text_Title h2{
    color: #f2ede4;
}
.Port_Text_Title h1{
    font-weight: normal;
}
.Port_Text_Title h2{
    font-weight: bold;
    font-style: oblique;
}
.Port_Text_Button{
    display: flex;
    align-items: center;
}
.Port_Text_Button a{
    cursor: pointer;
    height: auto;
    font-size: 25px;
    font-weight: bolder;
    color:#262401;
}
.Port_button{
    width: 50%;
    text-align: center;
    border-radius: 30px;
    height: 20%;
    background-color: #737048;
}


/* Services */
@media (max-width: 767px) {
    .service h2{
        font-size: 15px;
    }
    .selected h2{
        font-size: 20px;
        color: #f2ede4 !important;
        opacity: 1 !important;
        transition: opacity 0.5s ease
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .selected h2{
        font-size: 47px;
        color: #f2ede4;
        opacity: 1 !important;
        transition: opacity 0.5s ease
    }
}

@media (min-width: 992px) {
    .selected h2{
        font-size: 50px;
        color: #f2ede4 !important;
        opacity: 1 !important;
        transition: opacity 0.5s ease
    }
}
.our_services{
    padding: 2% 5%;
    height: 700px;
    display: flex;
    align-items: center; 
}
.our_services h1{
    color: #f2ede4;
    text-align: center;
}
.line-left{
    border-left: 2px solid #f2ede4;
}
#our_services {
    background-size: cover;
    background-position: center;
    background-image: url('../img/Home_page/WebDevelopment.avif');
    transition: background-image 0.1s ease;
}
.service{
    padding-left: 3% !important;
}
.service h2{
    opacity: 0.6;
    font-weight: normal;
    color: #d9d4cc;
}
.service h4{
    font-size: 15px;
    color: #f2ede4;
    opacity: 0.6;
}
.service::before a {
    text-decoration: none;
    color: inherit;
}
.service a:hover {
    text-decoration: underline;
    color: #f2ede4;
}
.service:hover h4{
    color: #f2ede4;
    opacity: 1;
}
.service:hover h2{
    /* color: #737048; */
    color: #f2ede4;
    opacity: 1;
    font-weight: bold;
}
.selected{
    height: 30%;

}

.selected h4{
    color: #f2ede4;
    opacity: 1 !important;
    transition: opacity 0.5s ease
}

   
  
/********************************************
                Why Choose Us Section
*********************************************/
/* Responsive */
@media (max-width: 767px) {
    .img-principle {
        text-align: center;
        height: 120px;
    }
    
    .img-principle img {
        width: 80%;
        height: 100%;
    }
    .principle {
        width: 50%; /* Ajusta el ancho de cada principio y el margen entre ellos */
        margin-bottom: 20px; /* Ajusta el margen inferior según tus necesidades */
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .img-principle {
        text-align: center;
        height: 170px;
    }
    
    .img-principle img {
        width: 80%;
        height: 100%;
    }
    .principle {
        width: 25%; /* Ajusta el ancho de cada principio y el margen entre ellos */
        margin-bottom: 20px; /* Ajusta el margen inferior según tus necesidades */
    }
}

@media (min-width: 992px) {
    .img-principle {
        text-align: center;
        height: 300px;
    }
    
    .img-principle img {
        width: 80%;
        height: 100%;
    }
    .principle {
        width: 25%; /* Ajusta el ancho de cada principio y el margen entre ellos */
        margin-bottom: 20px; /* Ajusta el margen inferior según tus necesidades */
    }
}
.img-principle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-principle img {
    width: 60%;
    height: 80%;
}


.Why_choose_us {
    /* margin-top: 3%; */
    text-align: center;
    width: 100vw;
    background-color: #011126;
    /* background: linear-gradient(180deg, #f2ede4 0%, #d4cf87 35%, #737048 100%);  */
}
.Why_choose_us h2{
    padding: 3%;
}
.Why_choose_us h2,.Why_choose_us p, .Why_choose_us h4{
    color: #f2ede4;
}
.Principles {
    display: flex;
    justify-content: space-between;
}





.body-principle {
    text-align: center;
}

.name-principle {
    font-weight: bold;
}

.scroll-section.Why_choose_us {
    opacity: 0;
    transform: translateY(100px) translateX(0px);
    transition: opacity 0.5s ease, transform 1s ease;
}

.scroll-section.Why_choose_us.visible {
opacity: 1;
transform: translateY(0) translateX(0px);
animation-fill-mode: forwards;
}


/********************************************
                Review Section
*********************************************/
.testimonial-slider .testimonial-quote {
    display: none;
    margin: 10% 10% 5%;

}
.slide-buttons {
    justify-content: center;
    text-align: center;
    margin-bottom: 5%;
}
.testimonial-slider .testimonial-quote:first-child {
    display: block;
}
.testimonial-quote {
    font-size: 16px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #011126; 
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #011126;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em; 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}
