body {
    margin:0;
    padding:0;
    font-family: 'Gotham', sans-serif;
}

a {
    cursor:pointer;
}

img {
    max-width:100%;
}

.section .row {
    align-items: center;
}

.section {
    position:relative;
}

.otros_prods {
    padding: 70px 0;
}

.principal {
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
}

.barra_cyber {
    background-color: #f2f2f2;
    padding: 10px 0;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

.flex_wrap {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}

.logo_cyber {
    max-height: 30px;
}

.barra_cyber p {
    margin:0;
    line-height:1;
    color: #015bfc;
    font-weight: 900;
}

.barra_cyber p span {
    color: #e02346;
    text-transform:uppercase;
}

.accesorios {

}

.neumaticos {
    /* background: url(../img/bg-neumaticos1.jpg) no-repeat center center; */
    background-size: cover;
    position:relative;
    z-index: 0;
}

.txt_tit h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    position:absolute;
    top: 10%;
    lefT:10%;
}

.barra_neumaticos {
    position:absolute;
    width:100%;
    bottom:0;
    lefT:0;
    z-index: 0;
}

.barra_neumaticos img {
    max-width:100%;
}

.posrel {
    position:relative;
}


.neumaticos .txt_contenido {
    margin:0;
    color:#fff;
    position:absolute;
    z-index: 1;
    bottom:70px;
    left: 13%;
    /* text-align: center; */
}

.neumaticos .txt_contenido h2 {
    font-weight: 900;
    margin:0;
    font-size: 57px;
    line-height:40px;
    text-transform:uppercase;
}

.neumaticos .txt_contenido h3 {
    font-weight: 900;
    margin:0;
    font-size: 120px;
    line-height:1;
}

.neumaticos .txt_contenido h4 {
    text-transform:uppercase;
    margin-bottom:20px;
}

.btn.btnCaren {
    background: #235fa2;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;letter-spacing: 2px;
    padding: 18px 10px 10px;
    margin: 0;
    position: absolute;left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}

.btn.btnCaren:hover {
    background: #ff5d00;
    color:#fff;
}

.btn.btnCaren.ppal {
    background: #ff5d00;
    bottom: 10%;
}

.accesorios {
    /* background: url(../img/bg-accesorios.jpg) no-repeat center center; */
    background-size: cover;
}

.lubricantes {
    /* background: url(../img/bg-lubricantes.jpg) no-repeat center center; */
    background-size: cover;
}

.img_banner img {
    max-width:100%;
}


/** Footer **/
footer {
    background-color:#0A4C98;
    padding:70px 0 20px;
}

/** Proceso compra **/
.procesoCompra {
    width: 100%;
    /* border: 1px solid #DADADA; */
    border-radius: 20px;
    /* background: #fff; */
    max-width: 1100px;
    margin: 0px auto;
}

.columnas {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: stretch;
}

.columna {
    width:100%;
    /* border-left: 1px solid #DADADA; */
}

.columna:first-child {
    border-left: 0;
}

.int_columna {
    padding: 10px;
}

.flex_info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.img_pc img {
    max-width: 100%;
    width: 70px;
}

.int-boxinfo__pc h3 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none;
}

.int-boxinfo__pc h3 span {
    font-weight: 300;
    display: block;
    color: #ffffff75;
    font-size: 15px;
}

.logos_foot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom:50px;
    gap:30px;
}

.logos_foot img {
    max-width:130px;
}

.copy {
    text-align:center;
    color: #fff;
    font-size:12px;
    margin:0;
}

.vista-m {
    display:none;
}

@media (max-width: 767px) {
    .vista-m {
        display:block;
    }

    .neumaticos, .accesorios, .lubricantes, #imgPpal, #imgPpal2 {
        display:none;
    }

    .logos_foot img {
        max-width:80px;
    }

    .row .col-sm-4 {
        margin-bottom:20px;
    }

    .flex_info {
        flex-direction: column;
    }
}