
#ig{
    color: #C13584;
}

dialog i{
    color: black;
}

#fb{
    color: #3f729b;
}
#wp{
    color: #25D366

}
#yt{
    color: red;
}
.mid-content{
    background-color: #41242A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bucket-content h1{
    text-align: center;
    color: white;
}
.slider{
    display: flex;
    overflow: hidden;
}
.content-s{
    display: flex;
}
.mid-content{
    flex: none
}

.text-content{
    text-align: left;
    color: white;
}
.flechas:hover{
    cursor: pointer;
}
.consult{
    background-color: black;
    color: white;
    text-align: center;
}
.consult:hover{
    background-color: grey;
    cursor: pointer;
}
#modal::backdrop{
    background-color: rgba(0, 0, 0,.55);
}

#modal {
    border: 1px solid lightgray;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closemodal{
    text-align: right;
}
.content{
    text-align: center;
}
#cerrar:hover{
    background-color: lightgray;
    cursor: pointer;
}

.redes{

    text-align: center;
}

.flechas{
    background-color: white;
    padding: 10px;
    border-radius: 1000px;
    z-index: 1000;
}
#rightbutton{
    position: absolute;
}
#leftbutton{
    position: absolute;
}
.circle-position{
    background-color: gray;
    color: white;
    opacity: 80%;
    z-index:  9800;
    position: absolute;
}

@media screen and (min-width: 1450px) {
    .bucket-content{
        margin-bottom: 20px;
        margin-top: 20px;
        width: 725px;
        border: 2px solid black;
    }
    .bucket-content h2{
        padding: 7.25px;
    }
    .slider{
        width: 725px;
        height: 543px;
    }
    .image{
        width: 725px;
        height: 543px;
    }
    .image img{
        width: 725px;
        height: 543px;
    }
    .text-content{
        padding: 0vw 29px 2vw 29px;
    }
    .text-content li{
        font-size: 20px;
    }
    
    .consult{
        padding: 12px;
        font-size: 25px;
    }

    #modal {
        padding: 1vw;
        height: 25vw;
        width: 50vw;
    }
    .redes{
        margin-top: 87px;
    }
    .redes a{
        font-size: 65px;
        margin-left: 72px;
        margin-right: 72px;
    }
    .content h3{
        margin-bottom: 14px;
    }
    #rightbutton{
        margin-left: 681px;
        margin-top: 220px;
    }
    #leftbutton{
        margin-left: 10px;
        margin-top: 220px;
    }
    .circle-position{
        margin: 100px 0px 0px 650px;
        padding: 10px;
        border-radius: 100px;
    }
}
@media screen and (min-width: 831px) and (max-width:1449px){
    .bucket-content{
        margin-bottom: 1.37vw;
        margin-top: 1.37vw;
        width: 50vw;
        border: 2px solid black;
    }
    .bucket-content h2{
        padding: .5vw;
    }
    .slider{
        width: 50vw;
        height: 37.44vw;
    }
    .image{
        width: 50vw;
        height: 37.44vw;
    }
    .image img{
        width: 50vw;
        height: 37.44vw;
    }
    .text-content{
        padding: 0vw 2px 2vw 2vw;
    }
    .text-content li{
        font-size: 1.37vw;  
    }
    
    .consult{
        padding: .82vw;
        font-size: 1.72vw;
    }

    #modal {
        padding: 1vw;
        height: 25vw;
        width: 50vw;
    }
    .redes{
        margin-top: 6vw;
    }
    .redes a{
        font-size: 4.48vw;
        margin-left: 4.96vw;
        margin-right: 4.96vw;
    }
    .content h3{    
        margin-bottom: .96vw;
    }
    #rightbutton{
        margin-left: 46.96vw;
        margin-top: 15.17vw;
    }
    #leftbutton{
        margin-left: .68vw;
        margin-top: 15.17vw;
    }
    .circle-position{
        margin: 6.89vw 0px 0px 44.82vw;
        padding: 10px;
        border-radius: 100px;
    }
}
@media screen  and (max-width:830px) {
    .bucket-content h2{
        padding: 2vw;
        margin: 0px;
        border: 1px solid black;
    }
    .mid-content{
        padding-top: 70px;
    }
    .flechas{
        display: none;
    }
    .bucket-content{
        width: 100%;
        text-align: center;
    }
    .content-s{
        width: 100%;
    }
    .bucket-content h2{
        width: 100%;
    }
    .slider{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden; 
        -webkit-overflow-scrolling: touch; 
        display: flex; 
        scroll-snap-type: x mandatory; 
        scroll-behavior: smooth;
        height: 75vw;
    }
    
    .image {
        flex: 0 0 100%; 
        scroll-snap-align: start; 
        height: 75vw;
    }
    .slider{
        width: 100%
    }
    .image{
        height: 75vw;
    }
    .image img{
        width: 100%;
        height: 75vw;
    }
    .text-content{
        padding: 0vw 2px 2vw 2vw;
    }
    .text-content li{
        font-size: 3vw;
    }
    
    .consult{
        padding: .82vw;
        font-size: 5vw;
        margin: 3vw 10vw 3vw 10vw;
    }

    #modal {
        padding: 4vw;
        height: 30vh;
        width: 100%;
        transform: translate(-50%, -100%);
    }
    .redes a{
        font-size: 8vw;
        margin-left: 4.96vw;
        margin-right: 4.96vw;
    }

    .redes{
        margin-top: 6.03vw;
    }
    
    #rightbutton{
        margin-left: 46.96vw;
        margin-top: 15.17vw;
    }
    #leftbutton{
        margin-left: .68vw;
        margin-top: 15.17vw;
    }
    .circle-position{
        margin: 15vw 0px 0px 85vw;
        padding: 10px;
        border-radius: 100px;
    }
}
