:root {
  --blue1: #3874a8;
  --blue1b: #4691d3;
  --gray1: #f2f2f2;
  --gray2: #d9d9d9;
}


body {
    margin: 0;
    direction:rtl;
}

a{
    color: #000;
}

a:visited{
    color: #000;
}

.container {
    background: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.text1{
    direction: rtl;
    display: inline-block;
    text-decoration: none;
    color: #383838;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.textRight{
    text-align: right;
}

.t24{
    font-size: 26px;
    line-height: 30px;
}

.btn{
    height: 40px;
    padding: 8px 12px;
    margin: 5px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.menuBtn1{
    width: 12.5%;
    height: 80px;
    background-color: var(--blue1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    box-sizing: border-box;
    
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    
    cursor:pointer;
    user-select: none;
}
.menuBtn1:hover{
/*    background-color: var(--blue1b);*/
    opacity: 0.85;
}

.menuBtn2{
    width: 25%;
    height: 80px;
    background-color: var(--blue1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    box-sizing: border-box;
    
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    
    cursor:pointer;
    user-select: none;
}
.menuBtn2:hover{
/*    background-color: var(--blue1b);*/
    opacity: 0.85;
}

.menuBtn3{
    width: 16.666%;
    margin: 0 0 0 -4px;
    height: 120px;
    background-color: var(--blue1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    
    cursor:pointer;
    user-select: none;
}
.menuBtn3:hover{
/*    background-color: var(--blue1b);*/
    opacity: 0.85;
    text-decoration: underline;
}

.portrait{
    width: calc(16.66% - 4px);
    display: inline-block;
    padding-bottom: 6px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--gray2);
    text-align: center;
}

.bannerFrame{
    position: relative;
    width: 100%;
    height: 550px;
/*    text-align: center;*/
    overflow: hidden;
}

.bannerFrameImage{
    height: 550px;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.infoImageContainer{
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.infoImage{
    width: 100%;
    max-width: 640px;
    border-radius: 12px;
}

.title{
    width: 100%;
    height: 90px;
    text-align: center;
    color: var(--blue1);
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 36px;
    text-align: center;
    line-height: 100px;
    box-sizing: border-box;
}

.title2{
    width: 100%;
/*    height: 70px;*/
    color: var(--blue1);
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-top: 12px;
}

.title3{
    font-weight: 600;
}

.nlb{
    display: inline-block;
}

.infoIcons{
    width: 100px;
    margin-top: 10px
}

.frameWide{
    width: 100%;
    text-align: right;
}

.imageWide{
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.infoFrame{
    display: inline-block;
    width: calc(50% - 4px);
    
    padding: 12px;
    background-color: var(--gray1);
    box-sizing: border-box;
    
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    
    cursor: pointer;
}
.infoFrame:hover{
    background-color: #e3e3e3;
}

.infoFramePic{
    width: 50%;
}

.infoText{
    display: none;
    width: 100%;
    
    padding: 12px 18px;
    background-color: var(--gray1);
    box-sizing: border-box;
    
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
}

.infoFrameTextBox{
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 8px;
    
    color: #777777;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: right;
    line-height: 24px;
}

.infoFrameTextTitle{
    color: #000;
    font-weight: 600;
}

.logostrip{
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    text-align: left;
}

.strip1{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.frame1{
    margin: 6px;
    width: calc(100% - 12px);
    padding: 12px;
    box-sizing: border-box;
    border-radius: 12px;
}

.frame2{
    margin: 6px 0;
    display: inline-block;
    min-width: 220px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 18px;
    text-align: center;
}

.frame3{
    height: 400px;
    margin: 6px;
    display: inline-block;
    width: calc(100% - 12px);
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    border-radius: 18px;
}

.frame3half{
    display: inline-block;
    width: calc(50% - 2px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.frame3Image{
    height: 400px;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.frame3padding{
    padding: 46px;
}

.frameContainer{
    width: 220px;
    display: inline-block;
}

.frame2top{
    width: calc(100% - 12px);
    margin: 6px 6px 0 6px;
    border-radius: 18px 18px 0 0;
    text-align: center;
    padding: 6px;
}

.frame2btm{
    width: calc(100% - 12px);
    margin: 0 6px 6px 6px;
    border-radius: 0 0 18px 18px;
}

.imgWide{
    border-radius: 12px;
    padding: 6px;
}

.gray1{
    background-color: var(--gray1);
}

.gray2{
    background-color: var(--gray2);
}

.blue1{
    background-color: var(--blue1);
    color: white;
}

.movileHide{
    display: inline-block;
}

.menuHide{
        display: inline-block;
    }

.movileShow{
    display: none;
}

.gmap{
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px) {
    .frame3padding{
        padding: 24px;
    }
}

@media (max-width: 1000px) {
    .menuHide{
        display: none;
    }
    .infoFrame{
        width: 100%;
    }
    .menuBtn3{
        width: 33.33%;
    }
    .infoFramePic{
        max-width: 300px;
    }
    .bannerFrame{
        height: 400px;
    }
    .bannerFrameImage{
        height: 400px;
    }
    .frame3{
        height: 450px;
    }
    .frame3half{
        height: 450px;
    }
    .frame3Image{
        height: 450px;
    }
    .frame3padding{
        padding: 18px;
    }
}

@media (max-width: 800px) {
    .menuBtn{
        width: 33.33%;
        height: 50px;
        line-height: 50px;
    }
    .frame3{
        height: auto;
    }
    .frame3half{
        display: block;
        width: calc(100%);
        height: auto;
    }
    .frame3Image{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        left:auto;
        right: auto;
    }
}

@media (max-width: 600px) {
    .menuBtn1{
        width: 25%;
    }
    .menuBtn2{
        width: 50%;
    }
    .menuBtn3{
        width: 50%;
    }
    .movileHide{
        display: none;
    }
    .movileShow{
        display: block;
    }
    .frameContainer{
        width: 100%;
    }
    .frame2{
        width: calc(100% - 12px);
    }
    .frame3{
        width: calc(100% - 12px);
    }
    
}
        