@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Playpen+Sans:wght@500&family=Roboto:ital,wght@0,500;1,500&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Playpen Sans', cursive;
}

html {
    height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    height: auto;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    background-color: #EBEFF4;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

.divLanding{
    position: absolute;
    width: 100%;
    height: 2rem;
    background-color: #072F43;
    z-index: 9999;
}

.header{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding-top: 2.5rem;
    background-color: transparent;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    gap: 5.5rem;
}

.header a {
    text-decoration: none;
    color: #072F43;
    font-size: 1rem;
    padding-top: 1.3rem;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.header a:hover{
    color:#EB7807;
    transition: all 0.3s ease-in-out;
}

.generalContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 6%;
    height: auto;
    min-height: 50vh;
    justify-content: space-around;
    text-align: center;
    padding-right: 7%;
    background-image: url('/prAssets/images/bg_home.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contGeneral{
    position: relative;
    align-content: center;
}

.contGeneralTxt{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    color: #072F43;
}

.alcarazGpoImg{
    width: 80%;
}

.textosContGeneral{
    width: auto;
    min-width: 40vw;
    text-align:start;
    padding-top: 5.8rem;
    display: flex;
    flex-direction: column;
}

.spanLanding{
    font-size: 3.8rem;
    font-weight: 100;
    line-height: 4.5rem;
}


.btnSaver{
    padding-top: 6rem;
    display: flex;
    flex-direction: row;
    justify-content:end;

}

.landingBtn{
    background-color: #EB7807;
    color: #ffffff;
    border-radius: 30%;
    border: 2px solid #EB7807;
    backdrop-filter: blur(50px);
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.3rem;
    border-radius: 50px;
    text-decoration: none;
    max-width: 300px;
    text-align: center;
}

.landingBtn:hover{
    background-color: #ffffff;
    color: #EB7807;
}


.summaryLanding {
    height:auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    padding-top: 5rem;
}

.plecaSummary {
    height:auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #072F43;
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.plecaSummary2 {
    height:35px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #072F43;
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.plecaSummary span {
    margin: 20px;
    color: #EBEFF4;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    border: none;
    line-height: 2rem;
    margin-left: 15%;
    margin-right: 15%;
}

.stampPleca{
    height: 2rem;
}


  .circle2 {
    width: 100px;
    height: 50px;
    border-radius: 0 0 200px 200px;
    background-color: #072F43;
    display: flex;
    justify-content: center;
  }

  .plecaSaver{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

.summaryLanding h1{
    text-align:center;
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 3rem;
    color: #072F43;
}

.summaryLanding p{
    text-align: justify;
    justify-content: center;
    
}

.summaryLanding h4{
    text-align: right;
    padding-top: 2rem;
}

.signSvr{
    width: 100%;
    justify-content: right;
}

.firmaGpo {
    width: 20%;
    padding-top: 1rem;
    float: right;
}


.whyLanding{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 2.5rem;
}

.innerWhyGallery h2{
    color: #EB7807;
    font-weight: 800;
}

.innerWhyGallery p{
    font-size: 1.2rem;
    padding-left: 1rem;
}

.qtLanding{
    color: #EB7807;
}

.whyGallery{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    padding-top: 2rem;
}

.innerWhyGallery {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    width:40%;
}

.servicesLanding {
    height:auto;
}

.servicesLanding h2{
    text-align: center;
    justify-items: center;
}


.galleryHead{
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 30px;
    padding-bottom: 5rem;
    color: #072F43;
}

 .workGallery{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left:10%;
    padding-right:10%;
    gap: 6rem;
    padding-top: 3rem;
 }

 .insideGallery{
    position:relative;
    width: 100%;
    height: 100%;
    max-width: 380px;
    justify-content: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 5px #ffffff;
    transition: all 0.3s ease-in-out;
 }

 .imgSaver {
    margin: 2rem;
    border-radius: 50%;
    border: solid  5px #072F43;
 }

 .textSaver {
    text-align: left;
    padding-bottom: 2rem;
 }

.insideGallery h3 {
    font-weight: 800;
    color: #0A3C4E;
    text-align: center;
    padding-bottom: 2rem;
}

.insideGallery li {
    line-height: 2rem;
    font-size: 1rem;
}

.insideGallery li::marker{
    color: #EB7807;
}

.insideGallery:hover{
    border: solid 5px #EB7807;
    transition: all 0.3s ease-in-out;
}




.container{
    margin: auto;
    max-width: 1170px;
    padding: 0 15px;
}

.section-header{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 10%;
    padding-bottom: 5%;
}




.footerLanding {
    width: 100%;
    background-color: #072F43;
}

.foot {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    padding: 50px 0px;
    justify-content: space-around;
    align-content: center;
}

.footGpo {
    width: 100%;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerBox {
    display: flex;
    flex-direction: column;
}

.footerBox h2{
    font-size: 1.2rem;
    color: #EBEFF4;
    font-weight: 800;
    padding-bottom: 1rem;
}

.footerBox h4{
    font-size: .9rem;
    color: #EBEFF4;
    line-height: 2rem;
}

.footerBox h3{
    font-size: 1.2rem;
    color: #EBEFF4;
    font-weight: 800;
    padding-bottom: 1rem;
    text-align: center;
}

.footBtnSaver{
    padding-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footerBox button {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EB7807;
    font-size: .9rem;
    border: solid  2px #EB7807;
    color: #EBEFF4;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
}

.footerBox button:hover{
    background-color: #EBEFF4;
    font-size: .9rem;
    border: solid  2px #EB7807;
    color: #EB7807;
    border-radius: 15px;
}

.footerBox li {
    list-style: none;
    line-height: 2rem;
    color: #EBEFF4;
}

.footerBox li:hover {
    color: #EB7807;
}

.copyright {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #EBEFF4;
    align-items: center;
    padding-bottom: 1rem;
}

.redSocial {
    display: flex;
    flex-direction: row;
    gap:.3rem;
}

.redSocial i {
    margin: .3rem;
    color: #EBEFF4;
    font-size: 1.8rem;
}

.redSocial i:hover {
    color: #EB7807;
}


.contactAnimation{
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-bottom: 5rem;
}


.contactForm{
    height: auto;
    width: 55%;
    min-width: 310px;
    padding: 40px;
    background: #ffffff;
    max-width: 800px;
    border-radius: 15px;
    border: 2px solid;
    border-color: #ffffff;
    position: relative;
}


.contactForm h2{
    font-size: 30px;
    color:#000000;
    padding-bottom: 10px;
}

.contactForm .inputBox {
    position:relative;
    width: 100%;
    margin-top: 20px;
}

.contactForm .inputBox input, textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 3px solid #072F43;
    outline: none;
    resize: none;
    background-color: #ffffff;
}

.contactForm .inputBox span {
    position: absolute;
    left:0;
    padding:5px 0;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color:#072F43;
}

.contactForm .inputBox input:focus ~ span, 
.contactForm .inputBox input:valid~ span,
.contactForm .inputBox textarea:focus ~ span, 
.contactForm .inputBox textarea:valid~ span
{
    color: #EB7807;
    font-size: 12px;
    transform: translateY(-20px);
}


.contactForm .inputBox input[type="submit"]
{
    width: 100%;
    background-color: #EB7807;
    color: #EBEFF4;
    border:none;
    cursor:pointer;
    padding:15px;
    transition:.3s ease background-color;
    border-radius: 10px;
    border: 3px solid;
    border-color: #EB7807;
}

.contactForm .inputBox input[type="submit"]:hover {
    border: 3px solid;
    border-color: #EB7807;
    background-color: #EBEFF4;
}

.contactForm .inputBox input[value="Enviar"]:hover {
    color: #EB7807;
    font-weight: 500;
}

#status{
    width:90%;
    max-width: 200px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 8px;
}

#status.success{
    background-color:#00983a;
    color: #EBEFF4;
    animation:status 4s ease forwards;
}

#status.error{
    background-color:#990a0a;
    color: #EBEFF4;
    animation:status 4s ease forwards;
}

@keyframes status{
    0%{
        opacity:1;
        pointer-events:all;
    }
    90%{
        opacity:1;
        
        pointer-events:all;
    }
    100%{
        opacity:0;
        pointer-events:none;
    }
}



@media (max-width: 1600px) {

.spanLanding{
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 3.5rem;
}

.landingBtn{
    font-size: 1rem;
}

}


@media (max-width: 1200px) {

    .spanLanding{
        font-size: 2.3rem;
        font-weight: 100;
        line-height: 3.5rem;
    }

    .btnSaver{
        padding-top: 2rem;
    }
    
}


@media (max-width: 1000px) {


    .header{
        gap: 3.5rem;
    }
    
    .header a {
        font-size: .8rem;
        padding-top: 1.3rem;
        font-weight: 800;
    }

    .spanLanding{
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 3.5rem;
    }

    .landingBtn{
        font-size: .7rem;
    }

    .btnSaver{
        padding-top: 2rem;
    }

    .alcarazGpoImg{
        width: 70%;
    }
    
}

@media (max-width: 750px) {


    .header{
        gap: 2.5rem;
    }
    
    .header a {
        font-size: .6rem;
    }

    .spanLanding{
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 3rem;
    }

    .landingBtn{
        font-size: .5rem;
    }

    .btnSaver{
        padding-top: 2rem;
    }

    .alcarazGpoImg{
        width: 70%;
    }

    
.whyLanding{
    font-size: 1.5rem;
}

.innerWhyGallery h2{
    font-size: 1rem;
}

.innerWhyGallery p{
    font-size: 0.8rem;
}

h1 {
    font-size: 1.5rem;
    margin: 0px 15px;
}

.summaryLanding h1 {
    font-size: 1.5rem;
    margin: 0px 15px;
}

.summaryLanding p {
    font-size: .8rem;
}

.plecaSummary span {
    font-size: .8rem;
}
    
}

@media (max-width:550px) {


    .header{
        gap: 2.5rem;
    }
    
    .header a {
        font-size: .6rem;
    }

    .generalContainer {
        min-height: 40vh;        
    }

    .spanLanding{
        font-size: .8rem;
        font-weight: 800;
        line-height: 2rem;
    }

    .landingBtn{
        font-size: .5rem;
    }

    .btnSaver{
        padding-top: 2rem;
    }

    .alcarazGpoImg{
        width: 70%;
    }
    
}


@media (max-width:420px) {


    .header{
        gap: 1.3rem;
    }
    
    .header a {
        font-size: .5rem;
    }

    .generalContainer {
        min-height: 40vh;        
    }

    .spanLanding{
        font-size: .8rem;
        font-weight: 500;
        line-height: 2rem;
    }

    .landingBtn{
        font-size: .3rem;
    }

    .btnSaver{
        padding-top: 2rem;
    }

    .alcarazGpoImg{
        width: 70%;
    }
    
}