body {
    width: 100%;
    background: rgb(186, 39, 244);
    background: -moz-linear-gradient(180deg, rgba(186, 39, 244, 1) 0%, rgba(185, 39, 243, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(186, 39, 244, 1) 0%, rgba(185, 39, 243, 1) 100%);
    background: linear-gradient(180deg, rgba(186, 39, 244, 1) 0%, rgba(185, 39, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba27f4", endColorstr="#b927f3", GradientType=1);
    margin: 0 auto;
    box-sizing: border-box;

    position: relative;
}

.layout {
    width: 85%;

    display: block;
    position: relative;
    /* width: 100%; */
    height: auto;
    background-image: url(../img/fondo-layout.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -1px 2px 68px 8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 2px 68px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 68px 8px rgba(0, 0, 0, 0.75);
    padding: 0;
    /* Eliminar padding del layout */
    margin: 0 auto;
    /* Eliminar márgenes del layout */
}

.nombre {
    display: block;
}

.title {
    margin-top: 80px;
}

.foto {
    margin-top: -50px;
    transition: filter 0.3s ease;
    cursor: pointer;
    width: 30%;
}

.foto:hover {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}

.redondeado {
    border-radius: 3rem;
}

.azul-clarito {
    background-color: #1C9AFF;
}

.monitor {
    border: #023373 5px solid;
}

.profile-header {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    /* Asegurarse de que no haya margen */
}

.profile-header img {
    display: block;
}

.cover-photo {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
    /* Para asegurarnos de que las imágenes grandes no rompan el diseño */
    margin: 0;
    /* Eliminar margen del contenedor de la foto de portada */
}

.cover-photo img {
    width: 100%;
    height: auto;
    /* Mantiene la proporción de la imagen */
    display: block;
    /* Elimina cualquier espacio en blanco debajo de la imagen */
}

.profile-photo {
    position: absolute;
    background-color: #e2e2e2;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid white;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.profile-photo img {
    width: 100%;
    height: auto;
}
.salma{
    position: absolute;
    top: -55px;
}
.monse{
    position: absolute;
    top: -25px;
}

.numero {
    font-family: sans-serif;
    font-size: 1.2rem;
}

.tarjeta {
    border-radius: 1rem;
}

.facebook-boton,
.instagram-boton,
.x-boton,
.p-boton,
.w-boton,
.c-boton {
    width: 230px;
    height: auto;
    border-radius: .3rem;
    margin: 1rem;
}

.w-boton {
    background-color: #00bb2d;
}

.c-boton {
    background-color: #31D2F2;
}

.p-boton {
    background-color: #f0b915;
}

.facebook-boton {
    background-color: #3b5998;
}

.instagram-boton {
    background-color: #C13584;
}

.x-boton {
    background-color: #c4302b;
}

.w-boton:hover {
    background-color: #01821f;
}

.c-boton:hover {
    background-color: #2291a7;
}

.p-boton:hover {
    background-color: #a17c0e;
}

.facebook-boton:hover {
    background-color: #293e6a;
}

.instagram-boton:hover {
    background-color: #7b2656;
}

.x-boton:hover {
    background-color: #90231f;
}

.enlace {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cinto {
    background-color: #B23D98;
    /* background: rgb(229, 128, 7);
    background: -moz-linear-gradient(180deg, rgba(229, 128, 7, 1) 0%, rgba(255, 159, 6, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229, 128, 7, 1) 0%, rgba(255, 159, 6, 1) 100%);
    background: linear-gradient(180deg, rgba(229, 128, 7, 1) 0%, rgba(255, 159, 6, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58007", endColorstr="#ff9f06", GradientType=1); */
}

.icono-u{
    color: #DC3545;
}

.icono-t{
    color: #FFC107;
}

.icono-w{
    color: #00bb2d;
}

.contacto-u:hover {
    background-color: #DC3545;
    color: white !important;
}

.contacto-u:hover .icono-u {
    color: white !important;
}

.contacto-t:hover {
    background-color: #FFC107;
    color: white !important;
}

.contacto-t:hover .icono-t {
    color: white !important;
}

.contacto-w:hover {
    background-color: #00bb2d;
    color: white !important;
}

.contacto-w:hover .icono-w {
    color: white !important;
}


.carousel-inner {
    overflow: hidden;
}

.carousel-inner>.carousel-item>img {
    max-height: 100vh;
    object-position: center;
}

.show{
    view-timeline-name: --image;
    view-timeline-axis: block;

    animation-timeline: --image;
    animation-name: show;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}


.logo {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

@keyframes show {
    from {
        opacity: 0;
        scale: 25%;
    }

    to {
        opacity: 1;
        scale: 100%;
    }
}

/* Botón flotante */
.f-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #1F99FF;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;

    width: 150px;
    height: auto;
    border-radius: .3rem;
    margin: 1rem;
}

.f-btn:hover {
    background-color: #175e99;
}

/* ------------------------------------------ANIMACION FONDO------------------------------------------------- */
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.345);
    animation: animate 120s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 86%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 5%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 6%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 6%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 7%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 90%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 90%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 2%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-3000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.text-whatsapp{
    color: #00bb2d;
}
/* ------------------------------------------FIN ANIMACION FONDO--------------------------------------------- */

@media screen and (max-width: 1400px) {
    .numero {
        font-size: 1rem;
    }

    .profile-photo {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 1127px) {
    .numero {
        font-size: .8rem;
    }

    .profile-photo {
        width: 200px;
        height: 200px;
    }
}

/* Añade un margen inferior adicional en dispositivos pequeños */
@media (max-width: 767.98px) {
    .altura {
        margin-bottom: 1.5rem;
        /* Ajusta este valor según tus necesidades */
    }

    .profile-photo {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 550px) {
    .numero {
        font-size: .5rem;
    }

}

@media screen and (max-width: 400px) {
    .profile-photo {
        width: 120px;
        height: 120px;
    }
}