*{
    margin: 0;
    padding: 0;
}

:root{
    --color-1:#104573;
    --color-2:#104D73;
    --color-3:#29A7D9;
    --color-4:#25B8D9;
    --color-5:#F0F2F2;
}
html{
    font-family: 'Rubik';
    scroll-behavior: smooth;
}

.start-landing{
    display: flex;
    height: 10em;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.logo{
    margin-left: 2.3em;
}

.logo a img{
    background-size: cover;
    height: 150px;
    width: 239,38px;
}

.contact{
    border-radius: 20px;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-1);   
    margin-right: 5em;
}

.contact:hover{
    transform: scale(1.02);
    transition: all 0.3s ease;
}


.contact img{
    background-size: cover;
    height: 50px;
    width: 50px;
    margin-left: 10px;
}

.contact a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-5);
    padding: 15px;
}

.section-inicial-service {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.section-inicial-service h2{
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-1);
    border-bottom: solid 3px var(--color-3);
}

.grid-content{
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 70%;
    height: 400px;
    gap: 50px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 220px;
  height: 153px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1002;
}

.service-item:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.service-item a {
  text-decoration: none;
  color: #104573;
}

.img-service-item {
  position: relative;
  background-size: cover;
  width: 100px;
  height: 100px;
  padding: 2px;
}

.menu{
    height: 37px;
    background-color: var(--color-1);
    border: solid 2px black;
    display: flex;
    align-items: center;
}

.menu ul {
    width: 100vw;
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-transform: capitalize;
}

.menu ul li a{
    color: var(--color-5);
    text-decoration: none;
}

.menu ul li a:hover{
    color: #25B8D9;
    transition: all 0.5s ease;
}

.menu-inicial{
    height: 400px;
    width: 100%;
    background: var(--color-3);
}

.menu-inicial img{
    background-size: cover;
    height: 400px;
    width: auto;
}

.main-bg-white{
    max-width: 100%;    
    background-color: var(--color-5);
}


.main-bg{
    max-width: 100%;
    height: 450px;
    background-color: var(--color-1);
}

.main-bg-opacity{
    max-width: 100%;
    height: 450px;  
    background-color: rgba(10, 45,73,0.3);
    
}

.service{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card-img{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 250px;
    display: block;
}

.service-card   {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin-top: 80px;
    display: flex;
    background-color: var(--color-5);
    max-width: 90%;
    border-radius: 10px;
}

.service-card-reverse{
    flex-direction: row-reverse;
}

.service-card-img-reverse{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 250px;
    display: block;
}

.service-card:hover{
    transform: scale(1.01);
    transition: all 0.3s ease;
}

.text-service{
    margin-left: 20px;
    margin-right: 20px;
}

.text-service h3{
    margin-top: 20px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: var(--color-1);
}

.text-service p{
    padding: 5px;
    color:rgb(116, 115, 115);
    font-size: 1.1em;
}

.end-card{
    margin-bottom: 50px;
}

.budget-section{
    height: auto;
    display: flex;
    justify-content: center;
}

.budget-section-content{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.budget-section-content p{
    width: 70%;
    color: rgb(116, 115, 115);
    text-align: center;
}


.budget-btn{
    display: flex;
    margin-top: 30px;
    background-color: #25B8D9;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.budget-btn a{
    padding: 20px;
    width: 300px;
    text-decoration: none;
    color: var(--color-5);
}
/* Footer */

.footer{
  border-top: solid 1px rgb(116, 115, 115);
  border-bottom: solid 1px rgb(116, 115, 115);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 400px;
  background-color: #fff;
}

.logo-footer img{
  background-size: cover;
  height: 250px;
}


.footer-item h4{
  color: var(--color-3);
  font-size: 20px;  
  margin-left: 70px;
}

.footer-item p{
  color: rgb(116, 115, 115);
  font-size: 18px;  
  margin-left: 70px;
}

.end-site{
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
  color: rgb(116, 115, 115);
}

.end-site a{
  text-decoration: none;
  color: #104573;
}

@media (max-width: 1280px){
    .grid-content{
        width: 1000px;
    }

    .text-service h3{
        font-size: 20px;
    }
    .text-service p{
        font-size: 18px;
    }
}

@media (max-width: 1024px){
    .footer{
  display: flex;
  flex-direction: column;
}

.footer-item{
  margin: 10px 0px 0px 0px;
  text-align: center;
  width: 400px;
}
.footer-loc{
  margin: 0px;
}

.footer-item p{
  margin: 0px 0px 0px 0px;
}

.footer-item h4{
  margin: 0px;
}

.text-service p{
    font-size: 15px;
}
 .text-service h3{
    font-size: 17px;
}

.grid-content{
    width: 750px;
}

.service-item{
    width: 170px;
    height: 150px;
}
}

@media (max-width: 768px){
    .service-card{
        flex-direction: column;
        width: 600px;
        height: 500px;
    }

    .service-card-img{
        border-radius: 10px 10px 0px 0px;
    }

    .service-card-img-reverse{
        border-radius: 10px 10px 0px 0px;
    }

    .grid-content{
        width: 640px;
    }

    .service-item{
        width: 140px;
        height: 130px;
    }

    .img-service-item{
        height: 80px;
    }
}

@media (max-width: 640px){
    .service-card{
        width: 500px;
        height: 400px;
    }

    .grid-content{
        width: 450px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .section-inicial-service{
        height: 820px;
    }
     .service-item{
        width: 200px;
        height: 130px;
    }

    .service-card-img{
        height: 200px;
    }

    .service-card-img-reverse{
        height: 200px;
    }
}

@media (max-width: 475px){
    .end-site{
        font-size: 13px;
    }
        .service-card{
        width: 370px;
        height: 500px;
    }

    .service-card-img{
        height: 200px;
    }

    .service-card-img-reverse{
        height: 200px;
    }

    .grid-content{
        width: 340px;
    }

    .service-item{
        width: 150px;
        height: 130px;
    }

    .img-service-item{
        height: 80px;
        width: 80px;
    }

    .text-service-item{
        font-size: 15px;
    }
}

@media (max-width: 670px){
    .start-landing{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 15em
    }
    
    .logo{
        margin: 0px;
    }


    .contact{
        margin-right: 0px;
    }
}

@media (max-width: 500px){
    .menu-link a{
        font-size: 14px;
    }
}

@media (max-width: 350px){
    .menu-link a{
        font-size: 12px;
    }
}

