*{
    margin: 0px;
    padding: 0px;
}

.container-detalles{
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    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%;
}

.container-guia{
    width: 100%;
    height: 70vh;
    margin-top: 5%;
    overflow: hidden;
}

.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;
}

.guia{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-1{
    width: 45%;
    height:85rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.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;
    border-radius: 10em;
}

.item-guia-compra img:hover{
    background-color: transparent;
    filter: url("filters.svg#filter-id");
}

.item-guia-compra h1{
   font-size: 20px;
   color: #004A87;
   font-weight: bold;
   text-align: left;
   width: 100%;
   margin-top: 25px;
   cursor: pointer;
}


.section-3 .paso-1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-3 .paso-1 .text-1{
    width: 100%;
    margin-bottom: 30px;
}
.section-3 .paso-1 .text-2 h6,
.section-3 .paso-1 .text-1 h6{
    font-size: 20px;
    color: #004A87;
    font-weight: bold;
    font-family: 'Roboto';
}


.section-3 .paso-1 .text-2 span,
.section-3 .paso-1 .text-1 span{
    font-size: 15px;
    font-family: 'Roboto';
    color: #229bff;
}

.text-2{
    display: flex;
    flex-direction: column;
}

.section-3 .paso-1 .text-2 span{
    margin-bottom: 50px;
    border-bottom: solid 1px #004a87a1;
}

.section-3 .paso-1 .text-1 ol li{
    font-size: 14px;
    font-family: 'Roboto';
}


/*estilos para script*/

.active{
    background-color: red;
    border-radius: 4em;
}


 /*Ocultamos los div hijos */


@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);
    }
}

@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{
        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);
    }

    .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);
    }

}

@media screen and (max-width:661px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        -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: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;
        margin-top: 35px;
        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-guia .guia .section-1 .paso-1 .item-guia-compra img,
    .container-guia .guia .section-1 .paso-2 .item-guia-compra img,
    .container-guia .guia .section-1 .paso-3 .item-guia-compra img,
    .container-guia .guia .section-1 .paso-4 .item-guia-compra img,
    .container-guia .guia .section-1 .paso-5 .item-guia-compra img{
        width: 150px;
        height: 150px;
    }

    .container-guia .guia .section-1 .paso-1 .item-guia-compra h1,
    .container-guia .guia .section-1 .paso-2 .item-guia-compra h1,
    .container-guia .guia .section-1 .paso-3 .item-guia-compra h1,
    .container-guia .guia .section-1 .paso-4 .item-guia-compra h1,
    .container-guia .guia .section-1 .paso-5 .item-guia-compra h1{
       font-size: 20px;
       text-align: center;
    }

}

@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);
    }
}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        -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);
    }
}


