*{
    font-size: 'Roboto';
}


*{
    margin: 0px;
    padding: 0px;
}


.container-detalles{
    width: 100%;
    height: auto;
    position: relative;
}

.img-fondo-banner{
    width: 100%;
    height: 490px;
    background-image: url('../../assets/img/FONDO 2.webp');
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borde-img{
   position: absolute;
   width: 100%;
   overflow: hidden;
   bottom: -10px;
}

.borde-img img{
    width: 107%;
}

/*inicia guia de compra*/


.container-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-end;
}

#text-1{
    color: #229bff;
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: bold;
}

#text-2{
    color: #004A87;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
}

#text-3{
    color:#229bff;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(167, 167, 167);
}

/*container-guia*/


.container-guia{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.guia{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-1{
    width: 45%;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items:center;
    gap: 100px;
    margin-bottom: 10%;
}

.guia .section-img-svg{
    width: 10%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.guia .section-img-svg .linea{
    width:20px;
    z-index: 1;
}


.guia .section-3{
    width: 45%;
    height: 75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
/* inician pasos */

.paso-1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paso-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paso-3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paso-4{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paso-5{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-guia-compra{
    width: 70%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-guia-compra img{
    width: 200px;
    height: 200px;
}

.item-guia-compra h1{
   font-size: 20px;
   color: #004A87;
   font-weight: bold;
}

.items-collapse{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

.items-collapse .item-contenido-guia{
    width: 150px;
    height: 150px;
}

.items-collapse .item-contenido-guia img{
   width: 150px;
   height: 150px;
}

.items-collapse .item-contenido-guia span{
    text-align: center;
    font-size: 14px;
    color: #004A87;
 }


 /*Ocultamos los div hijos */


/*responsivo */


@media screen and (max-width:1200px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 79%, 50% 100%, 100% 80%, 100% 0);
    }
}

@media screen and (max-width:1025px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 85%, 100% 0);
    }

    .section-1 .paso-1 .item-guia-compra img,
    .section-1 .paso-3 .item-guia-compra img,
    .section-1 .paso-5 .item-guia-compra img{
        width: 170px;
        height: 170px;
    }

    .section-3 .paso-2 .item-guia-compra img,
    .section-3 .paso-4 .item-guia-compra img{
        width: 170px;
        height: 170px;
    }

    .section-1 .items-collapse{
        gap: 15px;
        width: 100%;
    }

    .section-1 .paso-1 .items-collapse .item-contenido-guia img,
    .section-1 .paso-3 .items-collapse .item-contenido-guia img,
    .section-1 .paso-5 .items-collapse .item-contenido-guia img{
        width: 130px;
        height: 130px;
    }

    .section-3 .items-collapse{
        gap: 15px;
        width: 100%;
    }
    
    .section-3 .paso-2 .items-collapse .item-contenido-guia img,
    .section-3 .paso-4 .items-collapse .item-contenido-guia img{
        width: 130px;
        height: 130px;
    }

}


@media screen and (max-width:935px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0);
    }
}

@media screen and (max-width:889px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }
}

@media screen and (max-width:769px){
    .img-fondo-banner{
        margin-top: 30px;
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 84%, 50% 100%, 100% 85%, 100% 0);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        text-shadow: 1px 1px 1px rgb(167, 167, 167);
    }


    .section-1 .paso-1 .item-guia-compra img,
    .section-1 .paso-3 .item-guia-compra img,
    .section-1 .paso-5 .item-guia-compra img{
        width: 150px;
        height: 150px;
    }

    .section-3 .paso-2 .item-guia-compra img,
    .section-3 .paso-4 .item-guia-compra img{
        width: 150px;
        height: 150px;
    }

    .section-1 .items-collapse{
        gap: 15px;
        width: 100%;
    }

    .section-1 .paso-1 .items-collapse .item-contenido-guia img,
    .section-1 .paso-3 .items-collapse .item-contenido-guia img,
    .section-1 .paso-5 .items-collapse .item-contenido-guia img{
        width: 100px;
        height: 100px;
    }

    .section-3 .items-collapse{
        gap: 15px;
        width: 100%;
    }
    
    .section-3 .paso-2 .items-collapse .item-contenido-guia img,
    .section-3 .paso-4 .items-collapse .item-contenido-guia img{
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:661px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }

    .container-guia{
        height: auto;
    }

    .section-1 .paso-1 .item-guia-compra h1,
    .section-3 .paso-2 .item-guia-compra h1,
    .section-1 .paso-3 .item-guia-compra h1,
    .section-3 .paso-4 .item-guia-compra h1,
    .section-1 .paso-5 .item-guia-compra h1{
        font-size: 16px;
        width: 100%;
    }
    
    .section-1 .paso-1 .item-guia-compra img,
    .section-1 .paso-3 .item-guia-compra img,
    .section-1 .paso-5 .item-guia-compra img{
        width: 150px;
        height: 150px;
    }

    .section-3 .paso-2 .item-guia-compra img,
    .section-3 .paso-4 .item-guia-compra img{
        width: 150px;
        height: 150px;
    }

    .section-1 .items-collapse{
        gap: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .section-1 .paso-1 .items-collapse .item-contenido-guia img,
    .section-1 .paso-3 .items-collapse .item-contenido-guia img,
    .section-1 .paso-5 .items-collapse .item-contenido-guia img{
        width: 100px;
        height: 100px;
    }

    .section-3 .items-collapse{
        gap: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .items-collapse .item-contenido-guia{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section-3 .paso-2 .items-collapse .item-contenido-guia img,
    .section-3 .paso-4 .items-collapse .item-contenido-guia img{
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:621px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 86%, 100% 0);
    }
}

@media screen and (max-width:550px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
    }

        
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
        text-shadow: 1px 1px 1px rgb(167, 167, 167);
    }

}

@media screen and (max-width:450px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        margin-top: 60px;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 93%, 100% 0);
    }   
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: bold;
        text-shadow: 1px 1px 1px rgb(167, 167, 167);
    }

    
    .section-1 .paso-1 .item-guia-compra h1,
    .section-3 .paso-2 .item-guia-compra h1,
    .section-1 .paso-3 .item-guia-compra h1,
    .section-3 .paso-4 .item-guia-compra h1,
    .section-1 .paso-5 .item-guia-compra h1{
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .section-1 .paso-1 .item-guia-compra,
    .section-3 .paso-2 .item-guia-compra,
    .section-1 .paso-3 .item-guia-compra,
    .section-3 .paso-4 .item-guia-compra,
    .section-1 .paso-5 .item-guia-compra{
        width: 100%;
        gap: 20px;
    }
    
    .section-1 .paso-1 .item-guia-compra img,
    .section-1 .paso-3 .item-guia-compra img,
    .section-1 .paso-5 .item-guia-compra img{
        width: 120px;
        height: 120px;
    }

    .section-3 .paso-2 .item-guia-compra img,
    .section-3 .paso-4 .item-guia-compra img{
        width: 120px;
        height: 120px;
    }

    .section-1 .items-collapse{
        gap: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .section-1 .paso-1 .items-collapse .item-contenido-guia img,
    .section-1 .paso-3 .items-collapse .item-contenido-guia img,
    .section-1 .paso-5 .items-collapse .item-contenido-guia img{
        width: 80px;
        height: 80px;
    }

    .section-3 .items-collapse{
        gap: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .items-collapse .item-contenido-guia{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section-3 .paso-2 .items-collapse .item-contenido-guia img,
    .section-3 .paso-4 .items-collapse .item-contenido-guia img{
        width: 80px;
        height: 80px;
    }

}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-position:center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
    }
}


