/*PARTE 1 */
#main{
    background-repeat: no-repeat;
    background:#fff;
}
#parte1{
    background: url(/hino/imag/v1/icon/camion-aljibe-banner-hero-fondo.png);
    background-repeat: no-repeat;
    padding:0px;
    width:100%;
    height:100%;
    background-size:cover;
    /*max-width:1440px;*/
    margin:0 auto;
}
.legal {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20px;
    max-width: 65%;
    font-size: 12px;
}
#parte1 .cont_p1{
    max-width:1196px;
    margin:0 auto;
    display: flex;
}
#parte1 #img_cam{
    height:484px;
    width:693px;
    margin-left: 49px;
    margin-top: 23px;   
}
#parte1 .tit1{
    color:black;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
    display:inline-block;
    width:486px;
}
#parte1 .epig1{
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size:32px;
    line-height: 37px;
    color:black;
    margin-bottom: 16px;
    height: 78px;
    width: 365px;
}

#parte1 .btn-main1{
    background:none;
    color:black;
    font-size:18px;
    letter-spacing:0.5px;
    border: solid 1px;
    transition: 0.5s;
    font-weight: bold;
    width: 220px;
    height: 55px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
#parte1 .btn-main1:hover{
    color:white;
    border:none;
    background: #BF0010;
}
#parte1 .btn-main1:active{
    background: #8C000B;
}

#parte1 .cont-txt1{
    padding-bottom: 77px;
    padding-top: 96px;
    z-index: 1;
}
#parte1 + #hr{
    height: 1px;
    width: 1196px;
    background:black;
    margin:auto;
    margin-bottom:60px;
}
@media only screen and (max-width: 426px) {
    
    #parte1 .cont_p1{
        flex-wrap:wrap-reverse;
    }
    
    #parte1 .epig1{
        font-size: 18px;
        color: black;
        margin-bottom: 12px;
        padding-top: 0px;
        width: 230px;
        height: 46px;
        line-height: 20.7px;
        
    }
    #parte1 .tit1{
        font-size:32px;
        line-height: 34px;
        width:256px;
        margin-bottom: 13px;
    }
    #parte1 .cont-btn1 {
        
        margin-bottom:40px;
       
    }
    #parte1 .btn-main1{
         font-size: 14px;
         line-height: 16px;
         width: 160px;
         height: 36px;
    }
    #parte1 .btn-main1:active{
    color:white;
    border:none;
    background: #BF0010;
    }
    
    #parte1 #img_cam{
        margin: 0;
        height: 231px;
        width: 330px;
        margin-bottom:16px;
        /*margin-left: -25px;*/
    }
    #parte1 .cont-txt1{
       padding: 0px 30px;
       margin-bottom:40px;
    }
    #parte1 + #hr {
        width:253px;
        margin-bottom: 24px;
    }
}  
@media only screen and (min-width: 427px) and (max-width: 1196px) {
    #parte1 .cont_p1{
    flex-direction: column-reverse;
    align-items: center;
    } 
    #parte1 + #hr{
    width: 83%;
    margin:0 auto;
    height: 2.5px;
    }
}
@media only screen and (min-width: 1600px) {
    #parte1 .cont_p1{   
        max-width:1556px;
    }
    #parte1 .cont-txt1 {
        padding-top: 143px;
    }
    #parte1 #img_cam{
    height: 645px;
    width: auto;
    margin: 0;
    margin-top: 41px;
    margin-left: 98px;
    }
    #parte1 + #hr{
    height: 1px;
    width: 1556px;
    background:black;
    margin:auto;
    }
    #parte1 .tit1{
        font-size: 64px;
        line-height:73.59px;
        margin-bottom: 71px;
        display:inline-block;
        width:557px;
    }
    #parte1 .epig1{
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 36px;
        width: 518px;
        height: 104px
    }
    #parte1 .btn-main1{
        font-size: 24px;
        line-height: 28px;
        width: 300px;
        height: 75px;
    }

}

/*PARTE 2*/
#parte2 {
    margin: 0 auto;
    max-width:1283px;
    background:#fff;
    padding: 0;
    margin-top:60px;
}
#parte2 .cont_tit{
    max-width: 954px;
    margin: 0 auto;
    text-align: center;
}
#parte2 .texto{
    font-size:18px;
    line-height: 21px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    text-align:center;
    max-width: 954px;
    margin: 0px auto;
    width: 75%;
    margin-top:24px;
}
#parte2 .tit {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    display:inline-block;
    min-width: 238px;
}
#parte2 + .separa {
    height: 96px;
}
 @media only screen and (min-width: 1556px)  {
    #parte2 .tit {
    font-size: 48px;
    line-height: 55px;
    min-width: 238px;
    margin-bottom: 32px; 
    }
    
    #parte2 .texto {
    font-size: 20px;
    line-height: 23px;
    max-width: 1208px;
    margin: 0px auto;
    width: 1208px;
    margin-bottom: 25px;
  }
  #parte2{
    margin: 0 auto;
    max-width: 1283px;
    background: #fff;
    padding: 0;
    margin-top: 60px;
}
}

@media only screen  and (max-width: 426px) {
    #parte2 .tit {
    font-size: 26px;
    margin: 0 41px;
    line-height: 30px;
    }
    #parte2 .texto{
        font-size: 16px;
        line-height: 18px;
        min-width: 238px;
        margin-top: 30px;
    }
    #parte2 {
        margin-top:24px;
    }
    #parte2 + .separa {
    height: 80px;
    }
}

/*PARTE 3*/

#parte3{
    background:#fff;
    width:100%;
}
#parte3 .cont_articulos{
    display: flex;
    max-width: 1196px;
    width: 86%;
    justify-content: center;
    margin: 0 auto;
    gap: 25px;
}
#parte3 .cont_articulos .medio{
    /*margin: 35px 25px 0;*/
    margin-top:35px;
}
#parte3 .cont_articulos .tit2{
    font-size: 24px;
    line-height: 28px;
    color: white;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    width: 300px;
    bottom:90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#parte3 #cont_img.img_wrap{
    max-height: 450px;
    min-height: 340px;
    max-width: 382px;
    min-width: 289px;
    z-index: 2;
}
#parte3 .cont_articulos .img_wrap{
    min-width: 382px;
    height:450px;
}

#parte3 .imagen{
    height: 100%;
    width: 100%;
    display: block;
    opacity:1;
}
  
#parte3 .swiper-container .img-wrap{
    display: inline-block;
}

#parte3 .swiper-container .tit2 {
    font-size: 18px;
    line-height: 21px;
    color:white;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    width:230px;
    height:42px;
    top: calc(100% - 59px);
    position:absolute;
    right: 12px;
}
#parte3 .swiper-button-next-5{
    background: url(/hino/imag/v1/auxi/car_arrow_right.png) no-repeat center;
    width: 41px;
    height: 41px;
    display:none;
    border: solid 1px;
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease-in, transform 0.5s;
    left: 0;
    top: calc(100% - 19px);
    transform: translateX(218px);
}
#parte3 .swiper-button-prev-5{
    background: url(/hino/imag/v1/auxi/car_arrow_left.png) no-repeat center;
    width: 41px;
    height: 41px;
    display:none;
    border: solid 1px;
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease-in, transform 0.5s;
    left: 0;
    top: calc(100% - 19px);
    transform: translateX(166px);
}

#parte3 + .separa {
    height: 90px;
}

#parte3 .swiper-container {
  position: relative;
  top: 50%;
  height: 396px;
  overflow: hidden;
  display: none;
}
#parte3 .swiper-container .swiper-slide {
    position:relative;
    transition: transform 0.3s, left 1s;
    opacity: 1;
    background: white;
    display:inline-block;
    max-width: 382px;
    min-width: 289px;
    min-height: 340px;
    max-height: 450px;
    height: fit-content;
    width: 27%;
    transform: translateX(-46px);
}
#parte3 .swiper-container .swiper-slide-active {
    transform: translateX(-46px);
}
#parte3 .swiper-container .swiper-slide-next {
    transform: translateY(56px) translateX(-46px);
}

@media only screen and (max-width: 426px) {
    #parte3 + .separa {
        height: 63px;
    }
    #parte3 #cont_img.img_wrap{
    max-height: 340px;
    max-width: 289px;
    }
    #parte3 .swiper-button-prev-5, #parte3 .swiper-button-next-5{
        display:inline-block;
    }
    #parte3 .swiper-container {
         display:flex;
    }
    #parte3 .cont_articulos{
         display:none;
    }
}
@media only screen and (min-width: 426px) and (max-width: 950px){
    #parte3 .cont_articulos{
        flex-direction: column;
        align-items: center;
    }
    #parte3 .cont_articulos .img_wrap{
        width: 382px;
    }
} 
@media only screen and (min-width: 950px) and (max-width: 1250px){
    #parte3 .cont_articulos .img_wrap{
        min-width:auto;
        width: auto;
        height: max-content;
        max-width: 382px;
        max-height: 450px;
    }
} 
@media only screen and (min-width: 1556px) {
    #parte3 .cont_articulos{
        max-width: initial;
        width: 1556px;
    }
    #parte3 .cont_articulos .medio{
        margin-top:44px;
    }
    #parte3 .cont_articulos .img_wrap{
        width: 502px;
        height: 604px;  
    }
    #parte3 .cont_articulos .tit2 {
        font-size: 32px;
        line-height: 37px;
        width:384px;
        bottom: 118px;
    }
    #parte3 + .separa {
        height: 128px;
    }
}

/*PARTE 4*/
#parte4 {
    width:100%;
    margin: 0 auto;
    background:#fff;
    display: flex;
    justify-content: center
}
#parte4 .cont_p4{
    text-align:center;
        width:100%;
}
#parte4 .cont_tit{
    padding-bottom: 20px;
}
#parte4 .tit {
    font-size: 40px;
    color:black;
    font-family:helvetica;
    font-weight:normal;
    display:inline;
    line-height: 46px;
}
#parte4 .tit2 {
    font-size: 24px;
    line-height: 28px;
    color:black;
    font-family: helvetica;
    font-style: normal;
    font-weight:bold;
    display:inline;
}
#parte4 .cont_tit2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#parte4 .auxi2 {
      width: 350px;
      
}
#parte4 .text {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    width: 246px;
    padding-top: 15px;
}
#parte4 + .separa {
    height: 90px;
}
 @media only screen and (min-width: 1556px) {
     
    #parte4 .cont_p4 {
    text-align: center;
    width: 100%;
    }
    #parte4 .tit {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
   }
   #parte4 .cont_tit2 {
        gap: 72px;
    }
   #parte4 .cont_tit {
        padding-bottom: 32px;
    }
    #parte4 .auxi2 {
        width: 303px;
    }
   #parte4 .tit2 {
    font-size: 32px;
    line-height: 37px;
    color: black;
    font-family: helvetica;
    font-style: normal;
    font-weight:bold;
   }
   #parte4 .text {
    display: inline-block;
    width: 303px;
    padding-top: 12px;
    font-size:20px;
    line-height: 23px;
    }
    #parte4 + .separa {
        height: 128px;
    }
 }
 
@media only screen and (max-width: 426px) {
    #parte4 .cont_tit{
        padding-bottom: 0;
        width: 280px;
        margin: 0 auto;
    }
    #parte4 .tit {
    font-size: 36px;
    line-height: 41px;
    }
    #parte4 .auxi2 {
        margin-top: 29px;
    }
    #parte4 .tit2 {
    padding-top: 15px;
    line-height: 21px;
    font-size: 18px;
    }
    #parte4 .text {
    width: 225px;
    }
    #parte4 + .separa {
        height: 80px;    
    }
    
}

/*PARTE 6*/

#parte6 {
    width:100%;
    margin: 0 auto;
    background:#fff;
    display: flex;
    justify-content: center
}
#parte6 .cont_p6{
    text-align:center;
    width:100%;
    max-width: 1196px;
}
#parte6 .cont_titulo{
    width: 90%;
    margin: auto;
}
#parte6 .tit {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color:black;
    display:inline;
}
#parte6 .cont_articulos {
    display: flex;
    justify-content: space-evenly;
}
#parte6 .articulo {
    width: 264px;
    margin: 0 15px;
    margin-top: 40px;
}
#parte6 .img_dest{
    width:264px;
    height:215px;
    margin-bottom: 24px;
}
#parte6 .cont_texto {
    width:264px;
    }
#parte6 .tit2 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color:black;
    display:inline-block;
    margin-bottom: 8px;
}
#parte6 .text {
    display: inline-block;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-align: center;

}
#parte6 + .separa {
    height: 90px;
}
@media only screen  and (max-width: 426px) {
    #parte6 .cont_articulos {
    flex-direction: column;
    align-items: center;
}
    #parte6 .tit {
    font-size: 36px;
    line-height: 41px;
    }
    #parte6 .img_dest{
    width:254px;
    }
    #parte6 .articulo {
    width: 254px;
    }
    #parte6 .cont_texto {
    width:238px;
    margin: 8px;
    }
    #parte6 .cont_texto .text{
    margin-top:14px;
    }
    #parte6 + .separa {
        height: 52px;    
    }
}
@media only screen  and (max-width: 850px) {
    #parte6 .cont_articulos {
    flex-direction: column;
    align-items: center;

    }
}
@media only screen and (min-width: 1556px)  {
    #parte6 .cont_p6 {
        max-width: 1556px;
    }
    #parte6 .tit {
        font-size: 53px;
        line-height: 61px;
    }
    #parte6 .articulo {
        width: 352px;
        margin: 0 30px;
        margin-top: 48px;
        height: 543px;
    }
    #parte6 .img_dest {
        width: 352px;
        height: 286px;
        margin-bottom: 32px;
    }
    #parte6 .cont_texto {
        width: 348px;
    }
    #parte6 .tit2{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 16px;
    }
    #parte6 .text {
        font-size: 20px;
        line-height: 23px;
    }
    #parte6 + .separa {
        height: 128px;
    }
}

#parte7 {
    width:100%;
}
#parte7 .cont_p7{
    background:#E5E5E5;
    max-width:1195px;
    width: 89.5%;
    height:486px;
    margin: 0 auto;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#parte7 .tit {
    font-size: 48px;
    /*width:90%;*/
    color:black;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    display:inline-block;
    line-height: 55px;
    margin-top: 89px;
    max-width: 709px;
}
#parte7 .cont_texto {
    max-width:954px;
    width: 85%;
    margin-top: 44px;
    }
#parte7 .text{
    font-size:24px;
    line-height: 28px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
}
#parte7 .btn_principal{
    display: inline-block;
    color: #ffffff;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    width:320px;
    background:#BF0010;
    height:60px;
    margin-top: 55px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transition:0.3s;
}
#parte7 .btn_principal:hover{
    background:#8C000B;
}
#parte7 + .separa {
    height: 80px;
}
@media only screen and (max-width: 470px) {
    #parte7 .cont_p7{
        min-width:284px;
        height:438px;
    }
    #parte7 .tit {
    font-size: 24px;
    line-height: 28px;
    max-width: 200px;
    margin-top: 53px;
    }
    #parte7 .cont_texto {
    min-width: 284px;
    width: 92%;
    margin: 0 auto;
    margin-top:19px;
    }
    #parte7 .cont_texto .text{
    margin: 0 auto;
    width: 237px;
    font-size: 18px;
    line-height: 21px;
    }
    #parte7 .cont_texto .text strong{
        display:block;
    }
    #parte7 .btn_principal{
        font-size: 18px;
        line-height: 21px;
        width:192px;
        height:45px;
        margin-top: 30px;
    }
    #parte7 .btn_principal:active{
    width:192px;
    background:#8C000B;
    }
    #parte7 + .separa {
        height: 20px;    
    }
}
@media only screen and (min-width: 585px) and (max-width: 860px){
    #parte7 .tit {
        margin-top: 53px;
    }
}
@media only screen and (min-width: 470px) and (max-width: 584px){
    #parte7 .tit {
        font-size: 40px;
        line-height: 44px;
        margin-top: 53px;
    }
    #parte7 .btn_principal {
        margin-top: 40px;
    }
     
}
@media (min-width: 865px) 
{
    .espacio {display: none;}
}
@media only screen and (min-width: 1556px) and (max-width: 2100px) {
    #parte7 .cont_p7{
        max-width: 1744px;
        width: 91%;
        height: 650px;
    }
    #parte7 .tit {
        font-size: 64px;
        line-height: 74px;
        max-width:1034px;
        margin-top:109px;
    }
    #parte7 .cont_texto {
        max-width: 1392px;
        width: 85%;
        margin-top: 61px;
    }
    #parte7 .text {
        font-size: 32px;
        line-height: 37px;
    }
    #parte7 .btn_principal{
        font-size: 32px;
        line-height: 37px;
        width: 467px;
        height: 88px;
        margin-top: 82px;
    }
    #parte7 .btn_principal:active{
    width:525px;
    }
    #parte7 + .separa {
        height: 128px;    
    }    
}


