@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.icon-home-line{
    margin: 1rem;
    display: none;
}
body{
    display: flex;
    width: 100%;
    justify-content: center;
}
.container{
    margin-top: 70px;
    width: 100%;
    background: #fff;
}


h2,h3,h4,p {
    overflow-wrap: break-word;
}
.cont-nav{
    left: 0;
    top:0;
    position: fixed;
    display: flex;
    background: var(--head-background);
    justify-content: center;
    height: 70px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #DFDFDF;
}

.navegator{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    height: 70px;
    width: 80%;
    justify-content: space-between;
}
.logo{
    display: flex;
    min-width: 10rem;
    align-items: center;
    height: 100%;

}

.logo img{
    height: 75%;
    width: 90%;
    object-fit: cover;
}
.nav-opcions{
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
}
.log{
    display: flex;
    justify-content: right;
}
.log a{
    width: auto !important;
    justify-content: right;
}
.nav-opcions a,.log a{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 8px;
    font-size: .9rem;
    align-items: center;
    color: var(--head-title);
    font-weight: bold ;
    text-decoration: none;
}

.check{
    color: var(--head-title-check)!important;
    box-shadow: inset 0 -1.5px 0 0 var(--head-title-check);
    border-bottom: 1px solid var(--head-title-check);
}

.nav-opcions a:hover{
    color: #4f4c4c;
}

.footer{
    background: #262626;
    display: flex;
    justify-content: center;
}
.max-margen-nav{
    width: var(--margen-nav);
    display: flex;
}
.max-margen{
    justify-content: center;
    width: var(--margen);

}.bloq-two{
     display: block !important;
 }
.dis-bloq-two{
    display: none !important;
}
.cont-ft{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    gap: 6rem;
    padding: 5rem 0;
}
.ft-info{
    width: 18rem;
}
.ft-info h1,.footer h2{
    font-size: 1.1rem;
}
.ft-info .lema{
    text-align: justify;
    margin: 1rem 0;
    font-size: .86rem;
}
.cont-ico{
    min-width: 1rem !important;
    height: 1rem;
}
.cont-ico img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ft-info .direccion{
    font-size: .9rem;
    display: flex;
    gap: .4rem;
}
.ft-info .lugar{
    font-size: .86rem;
}

.web{
    margin: 1.4rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
}
.web .share{
    width: 2rem;
    height: 2rem;
}
.list-ft-contact{
    list-style: none;
}
.list-ft-contact li{
    font-size: .9rem;
    display: flex;
    gap: .7rem;
    margin: .9rem 0 ;
}
.work-us a {
    color: #fff;
    font-weight: bold;
}
.work-us a:hover {
    text-decoration: underline;
}
.sub-service{
    position: relative;
}

.list-sub-service{
    box-shadow: 0px 1px 3px 0px #00000040;
    display: none;
    list-style: none;
    background: #fff;
    width: 16rem;
    position: absolute;
}
.list-sub-service a p{
    width: 100%;
}
.list-sub-service a{
    box-shadow: inset 3px 0 0 0 #d7d7d7;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
}
.list-sub-service a:hover{
    color: #4f4c4c !important;
    box-shadow: inset 3px 0 0 0 #F39100;
}

.list-service{
    margin-top: .9rem;
    display: grid;
    gap: .8rem 1rem;
    list-style: none;
}
.list-1{
    grid-template-columns: 1fr;
}

.list-2{
    grid-template-columns: 1fr 1fr;
}

.list-service li{
    max-width: 10rem;
    font-size: .9rem;
}
.list-service li a {
    color: #fff;
}
.list-service a:hover {
    text-decoration: underline;
}
.svc-grid-column-1{
    grid-column: 1;
}
.svc-grid-column-2{
    grid-column: 2;
}

a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.btn {
    position: relative;
    display: inline-block;
    padding: 5px 16px;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-primary {
    color: var(--title);
    background-color: #ffffff!important;
    border-color: var(--title);
    box-shadow: 0 1px 0 rgba(27,31,36,0.1),inset 0 1px 0 rgba(255,255,255,0.03);
}

#move-service{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0;
}
#move-service .active{
    color: #ffffff;
    width: 30px;
    text-align: center;
    background-color: var(--title) !important;
}