.redes-icono,
.seccion-texto,
footer {
    text-align: center;
}

.dospartes,
.swiper-container {
    overflow: hidden;
    display: flex;
}

.float,
.redes-icono {
    color: #fff;
    font-size: 30px;
}
.todo {
    background: linear-gradient(to bottom, #D4AF37 75%, #fff 25%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 1600px;
    height: 600px;
    padding: 25px;
}

.swiper-container {
    flex: 2;
    margin: 85px 0 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.swiper-slide.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70vh;
}

.swiper-slide img {
    width: 80%;
    height: 80%;
    border-radius: 10px;
    box-shadow: 25px 25px 10px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet-active {
    background: #312e2e;
}

.swiper-pagination {
    bottom: 10px;
}

.contenedor_todo {
    width: 25%;
    height: 315px;
    margin-right: 30px;
    padding: 0;
    margin-top: 11vh;
    background-color: transparent;
    border-radius: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.seccion-texto {
    justify-content: center;
    align-items: center;
    background-color: #D4AF37;
    padding: 20px;
    width: 100%;
    height: 800px;
}

footer {
    background-color: #fff;
    color: #000;
    padding: 5px 0;
}

.redes-sociales a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.redes-sociales-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 30px 0;
}

.redes-icono {
    width: 50px;
    height: 50px;
    background-color: #000;
    margin: 0 50px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #001;
    transition: transform .3s, border .3s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.redes-icono:hover {
    transform: scale(1.4);
}

.logoimg {
    position: absolute;
    width: 110px;
    height: 100px;
    margin-left: -50px;
    margin-top: -60px;
    background-color: #fff;;
    border-radius: 50%;
    border: 3px solid #fff;
}

.gratis {
    text-decoration: line-through;
}

.encabezado {
    background-color: #000;
    text-align: left;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.dospartes,
.parte1 {
    background-color: transparent;
}

.dospartes,
.parte1,
.parte2 {
    text-align: center;
}

.promotext {
    width: 200px;
    height: 100px;
    margin-top: -11px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.titulo {
    margin-top: 10%;
}

.dospartes {
    width: 100%;
    height: 90%;
    margin-top: 60px;
    flex: 2;
    padding: 0;
}

.parte1 {
    width: 35%;
    height: 540px;
    margin-left: 5%;
    margin-top: 17px;
}

.parte2 {
    width: 40%;
    height: 100%;
    background-color:#fff;
    margin-left: 13%;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
}

.dolar,
.local {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3px;
    text-align: left;
    width: 75%;
    margin: 10px auto;
}

.float,
.info {
    text-align: center;
}

.dolar p,
.local label {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.dolar input[type=text],
.local input[type=text] {
    width: 100%;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid transparent;
    font-size: 18px;
    color:#D4AF37;;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.dolar input[type=text]:focus,
.local input[type=text]:focus {
    outline: 0;
}

.flag-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: cover;
    transition: transform .3s;
    margin-top: 30px;
}

.flag-icon:hover {
    transform: scale(1.1);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #D4AF37;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.pais,
.pais option {
    background-color: #fff;
}

.my-float {
    margin-top: 12px;
    font-weight: 700;
}

.parte1 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info {
    font-size: 12px;
    font-weight: 700;
}

.mensaje-envio-rapido,
.pais {
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info fieldset,
.info > div {
    margin: 5px 0;
}

.info label,
.info span {
    display: inline-block;
    margin-right: 12px;
    font-weight: 700;
}

.fiel legend {
    font-size: 10px;
}

.pais {
    width: 25%;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    margin-left: auto;
    display: block;
}

.boton-crear-cuenta,
.mensaje-envio-rapido {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
}

.pais option {
    padding: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.mensaje-envio-rapido {
    width: 75%;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-left: 12%;
    justify-content: center;
    border-radius: 5px;
}

.mensaje-envio-rapido .fas {
    margin-right: 50px;
    color: #333;
}

.boton-crear-cuenta {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color .3s;
}

.boton-crear-cuenta:hover {
    transform: scale(1.05);
}

.boton-crear-cuenta i {
    margin-right: 8px;
}

@media (max-width: 600px) {
    .container {
        flex-direction: column-reverse;
        align-items: center;
        text-align: left;
        height: 1100px;
    }

    .swiper-container {
        flex: 1;
        margin-top: 55px;
    }

    .contenedor_todo {
        width: 100%;
        height: 300px;
    }

    .swiper-slide:not(.center) {
        display: none;
        visibility: hidden;
    }

    .redes-sociales-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .redes-icono {
        width: 500px;
        height: 50px;
        margin-right: 20px;
        margin-top: 140px;
    }

    .seccion-texto {
        text-align: center;
        width: 100%;
        height: 1200px;
    }

    .dospartes {
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 100%;
        height: 100%;
    }

    .parte1,
    .parte2 {
        text-align: center;
    }

    .parte1 {
        width: 100%;
        height: 400px;
        margin: 0;
        background-color: #000;
    }

    .pais,
    .parte2 {
        background-color: #fff;
    }

    .parte2 {
        width: 340px;
        height: 600px;
        margin-top: 50px;
        margin-left: 5px;
    }

    .pais {
        width: 55%;
        padding: 8px 12px;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        color: #333;
        margin-left: auto;
        display: block;
    }
}
