

@font-face {
    font-family: "Dancing Script";
    src: url("../fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}

body{
    font-family: Montserrat;
    font-size: 12px !important;
    background-color: #f0f0f0;
}

#landingPage_container{ margin-top: 50px; }

#invitationTemplatePreview_modal iframe body { zoom: 0.93; }

#invitationTemplatePreview_modal .popup-header {
    border-radius: 6px !important;
    background: linear-gradient(to right, #ffb6c1, #ff80b6, #ffe4e1);
}

#invitationTemplatePreview_modal .popup-content{

    width: 93% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#services .service-block{
    padding-bottom: 30px;
}

#Advantages_section .service-block{

    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #ffbdeb;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 16px;
    background: linear-gradient(to bottom, #ffe4e1, #ffb6c1, #ff80b6);
    box-shadow: black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#Advantages_section #Flexibility_advantaje { background: linear-gradient(to bottom, #ffe4e1, #ffb6b6, #ff8080); }

#Advantages_section #InteractiveAndDinamic_advantaje { background: linear-gradient(to bottom, #ffe4e1, #b6d7ff, #a8a4fd); }

#Advantages_section #AlwaysAttendance_advantaje { background: linear-gradient(to bottom, #e1fff1, #b6ffe0, #f3fda4); }


#Advantages_section #cheapInvitation_advantaje{
    background: linear-gradient(to bottom, #e1ffef, #b6ffdd, #80ffaa);
}

#Advantages_section #LessTime_advantaje{

    background: linear-gradient(to bottom, #fffde1, #fff5b6, #ffdd80);
}


#services .serviceImage_container{ 
    text-align: center;
    padding-bottom: 10px; 
}

#services .serviceName{ 
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 0px !important
}

#Advantages_section .service_title{ 
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    padding-bottom: 0px !important
}

#Advantages_section .serviceDetail p{ text-align: justify; }

#services .serviceDetail{ 
    text-align: center;
    font-size: 12px;
}

#services .serviceImage { width: 80px; }

/*Estilos del header*/

/* Botón flotante de WhatsApp */
#whatsapp-button {
    position: fixed;
    bottom: 20px; /* Distancia inicial desde el fondo */
    left: 50%; /* Centrado horizontal */
    transform: translateX(-50%); /* Ajuste para centrar en la pantalla */
    background-color: #25d366; /* Color de fondo del botón */
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Botón redondeado */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 28px;
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease, left 0.3s ease; /* Transición para scroll */
    animation: pulse 1.5s infinite; /* Animación de pulsación */
}

/* Efecto de pulsación */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 20px 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

#whatsapp-button:hover {
    transform: translateX(-50%) scale(1.1);
}

main #servicios{ font-size: 16px;}

main ul{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

main ul a{
    width: 30%;
    background-color: rgba(233, 193, 193, .4);
}

main ul a:hover{
    background-color: rgba(233, 193, 193, .8);
}

li{
    width: 100%;
    /*padding: 25px 0; */
    text-align: center;
}

header li { 
    color: #FFF; 
}

/*Contenido*/
main{
    min-height: 90vh;
    width: 100%;
}

main h2{
    font-family: Dancing Script;
    text-align: center;
    font-size: 2.2em;
}

main > div:first-child{
    background-image: url(../images/firstSection_top-min_v5.png);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: top;
    padding-top: 250px;
}

main > div:first-child > div:first-child{
    width: 40%;
    height: 200px;
    margin: auto;
}

main > div:first-child > div:first-child h2{
    padding: 70px 15px;
    border: #000 3px solid;
    background-color: rgba(233, 193, 193, .5);
}

main > div:first-child > div:last-child{
    width: 50%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

main > div:first-child > div:last-child > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main > div:first-child > div:last-child > div:nth-child(2){
    flex-direction: row-reverse;
}

main > div:first-child > div:last-child img{
    width: 300px;
}

main > div:first-child > div:last-child p{
    width: 300px;
    font-size: 1em;
}

main > div:nth-child(2), main > div:nth-child(3){
    padding-bottom: 30px;
}

main > div:nth-child(2){
    width: 100%;
    margin: auto;
    padding-top: 100px;
    min-height: 60vh;
}

main > div:nth-child(2) h2{
    padding: 50px 15px;
    border: #000 3px solid;
    background-color: rgba(233, 193, 193, .5);
    width: 30%;
    margin: auto;
}

main > div:nth-child(2) > div{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    background-image: url(../images/fondo_anillos-min.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: center;
}

main > div:nth-child(2) > div > div > div{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

main > div:nth-child(2) img{
    width: 30px;
}

main > div:nth-child(2) p{
    padding-left: 10px;
    font-size: 1em;
}

main > div:nth-child(2) p{
    padding-left: 10px;
    font-size: 1em;
}

main > div:nth-child(3){
    min-height: 80vh;
    text-align: center;
    background-image: url('/assets/images/threeSection_bottom-min_v5.png');
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: bottom;
}

main > div:nth-child(3) img{
    width: 300px;
}

main > div:last-child {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/img_contact_left-min.png), url(../images/img_contact_right-min.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    z-index: 1;
}

main > div:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* Blanco con 50% de opacidad */
    z-index: -1; /* Para que el pseudo-elemento quede detrás del contenido */
}


main > div:last-child h2{
    font-size: 2.5em;
}

main > div:last-child form{
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    padding-bottom: 25px;
    background-color: rgba(233, 193, 193, .2);
    border: #000 1px solid;
    margin-top: 50px;
}

main > div:last-child form input, button{
    /*margin-top: 30px; */
    width: 250px;
    height: 30px;
}

main > div:last-child form textarea{
    margin-top: 30px;
}

main > div:last-child form button{
    background-color: rgba(233, 193, 193, .8);
    height: 50px;
    font-family: Dancing Script;
    text-align: center;
    font-size: 1.5em;
}


/*Footer*/
footer{
    width: 100%;
    background-color: #000;
    color: #FFF;
    text-align: right;
}

footer p{
    padding: 20px 5px;
}

/*Reglas generales*/
.flex{
    display: flex;
}
.hor{
    flex-direction: row;
}
.ver{
    flex-direction: column;
}



/* table view */
@media (min-width: 768px) and (max-width: 1024px) {
    
    header{
        height: 150px !important;
    }

    header img{ width: 60px !important; }


    main > div:first-child{
        background-size: 100% 30% !important;
        padding-top: 180px !important;
    }

    main > div:first-child h2{
        font-size: 2em !important;
    }

    main > div:first-child > div:first-child{
        width: 60% !important;
    }

    main > div:first-child > div:last-child{
        width: 80% !important;
    }

    main > div:nth-child(2) > div{
        width: 80% !important;
    }

    main > div:last-child{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        background-size: 80% 100%, 80% 100% !important;
    }

    #AdvantagesList_section .col-sm-6{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #Exclusivity_advantaje { margin-bottom: 116px !important; }
    #LessTime_advantaje { margin-bottom: 136px !important; }

    #fastContactIcons_section .line_separato_1{
        width: 40%;
        margin-left: 72px;
    }

    #InvitationTemplateList_titleImage_container{
        margin-right: -20px !important;
    }

    .mobile-preview_1{ margin-left: 44px !important; }

    #five_steps_title { text-align: left !important; }

    img#InvitationDesigner_imageSection{ width: 167px !important }

}

@media (min-width: 1024px){

    #landingPage_container {
        margin-top: 78px !important;
    }

    #InvitationManager_titleImage_container { margin-right: -27px; }

    #DesignerSteps_section { margin-left: 200px !important; }

    #InteractiveAndDinamic_advantaje { margin-bottom: 126px !important; }

    #LessTime_advantaje{ margin-bottom: 155px !important;}

    #AdvantagesList_section .col-sm-6{
        width: 31%;
        margin-left: 1.1%;
        margin-right: 1.1%;
    }

    img#InvitationDesigner_imageSection{ width: 229px !important }
}


@media (min-width: 768px){

    #InvitationManager_Info_section .step_item{
        margin-bottom: 30px !important;
    }

    #AdvantagesList_section .serviceDetail {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* mobile view */
@media (max-width: 768px) {
    
    header{
        height: 100px !important;
    }

    li{
        padding: 10px 0 !important;
    }

    main > div:first-child{
        background-size: 100% 40% !important;
        padding-top: 90px !important;
    }

    main > div:first-child > div:first-child{
        width: 70% !important;
        height: 120px !important;
    }

    main > div:first-child > div:first-child h2{
        padding: 25px 10px !important;
        border: #000 2px solid !important;
        font-size: 1.5em !important;
    }

    main > div:first-child > div:last-child{
        width: 95% !important;
        padding-top: 20px !important;
    }

    main > div:first-child > div:last-child img{
        width: 100px !important;
    }

    main > div:first-child > div:last-child p{
        width: 200px !important;
        font-size: 12px;
    }

    main > div:nth-child(2){
        padding-top: 30px !important;
        min-height: 40vh !important;
    }

    main > div:nth-child(2) h2{
        padding: 25px 10px !important;
        border: #000 2px solid !important;
        width: 70% !important;
        font-size: 1.5em !important;
    }

    main > div:nth-child(2) > div > div > div{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    main > div:nth-child(2) p{
        padding-left: 5px !important;
        font-size: 0.7em;
    }

    main > div:nth-child(3){
        min-height: 50vh !important;
        background-size: 100% 40% !important;
    }

    main > div:nth-child(3) img{
        width: 200px !important;
    }
    

    main > div:last-child{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        background-size: 90% 100%, 90% 100% !important;
    }

    main > div:last-child form{
        width: 80% !important;
        padding-bottom: 15px !important;
        margin-top: 30px !important;
    }

    main > div:last-child form textarea{
        width: 80% !important;
    }

    footer p{
        font-size: 0.8em !important;
    }

    #fillBasicCoupleData_bullet{ width: 34px !important; }
    #customizeTemplate_bullet{ width: 50px !important; }
    #publishTemplate_bullet{ width: 38px !important; }

}

/* *********************************************************************** */

/* General Styles */
#introduction_section {
    background-color: #f8f8f8;
    padding-top: 30px;
  }

#introduction_section .btn{ text-transform: none !important; }
  
  .hero-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px !important;
  }

#InvitationManager_Info_section .hero-title {
    font-size: 19px;

}
  
.hero-subtitle {

font-size: 14px;
color: #595959;
}

#InvitationManager_Info_section .timeline{
    height: auto;
}



  #GoToInvitationManager_firstButton, #GoToInvitationTemplatesSection {
    background-color: #ffd4d4 !important;
  }

  img#InvitationDesigner_imageSection{

    width: 127px;
  }

#InvitationManager_Info_section .representativeImage {

    width: 46px;
    margin-left: 14px !important;
}
  
  /* Imagen de los móviles */
  .mobiles img {
    max-width: 100%;
    height: auto;
  }

  .device_mockup{
    display: inline-block;
    position: relative;
    z-index: 4 !important;
  }
  
  /* Invitaciones superpuestas */
  .invitation {
    width: 120px;
    height: 240px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 2;
    border-radius: 16px;
  }
  
  .invitation-1 {
    background-image: url(/assets/images/invitationsPreviews/invi3_preview_1.png);
    top: 3.5% !important;
    left: 5.7% !important;
    height: 90% !important;
    width: 28.1% !important;
    transform: rotate(1deg);
  }
  
  .invitation-2 {

    top: 1.5%;
    left: 50.4%;
    transform: translateX(-50%);
    background-image: url(/assets/images/invitationsPreviews/invi4_preview_1.png);
    display: inline-block;
    z-index: 3 !important;
    width: 33% !important;
    height: 92.1% !important;
    transform: translateX(-50%);
    background-image: url('/assets/images/invitationsPreviews/invi4_preview_1.png');
    display: inline-block;
    z-index: 3 !important;


  }
  
  .invitation-3 {
    top: 2.2%;
    right: 6.1%;
    background-image: url(/assets/images/invitationsPreviews/invi1_preview_1.png);
    transform: rotate(-1deg);
    width: 27%;
    height: 91.2% !important;
    background-image: url('/assets/images/invitationsPreviews/invi1_preview_1.png');
    transform: rotate(-1deg);

  }



#introduction_section.gradient-background {
    background: linear-gradient(to bottom, #ffe4e1, #ffb6c1, #ff80b6);
    /* Color inicial suave (#ffe4e1), color intermedio (#ffb6c1), y color más intenso (#ff80b6) */
    width: 100%;
}

#services_section.gradient-background {
    background: linear-gradient(to bottom, hsl(293, 91%, 91%), #f0b6ff, #d367d3);
    /* Color inicial suave (#ffe4e1), color intermedio (#ffb6c1), y color más intenso (#ff80b6) */
    width: 100%;
}

#invitationTemplateList_section.gradient-background {
    background: linear-gradient(to bottom, hsl(0, 100%, 94%), #ffb6b6, #e78383);
    width: 100%;
}

#InvitationManager_Info_section.gradient-background {
    background: linear-gradient(to bottom, hsl(283, 79%, 87%), #deb6ff, #da92ec);
    width: 100%;
}

#Advantages_section.gradient-background {
    background: linear-gradient(to bottom, hsl(0, 17%, 92%), #e5dceb, #dad0dd);
    width: 100%;
}

#DelegateSteps_section p, #DesignerSteps_section p{
    text-align: left;
}

  .background_image{

    position: absolute; /* Asegura que esté en el mismo contexto de apilamiento */
    z-index: 0; /* Menor prioridad */
  }
  
  /* Contenedor interactivo */
  .mobile-center {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 240px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
  }
  
  .invitation-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* Responsividad */
  @media (max-width: 768px) {
    .invitation {
      width: 114px;
      height: 243px;
      z-index: 1;
    }
  
    .mobile-center {
      width: 90px;
      height: 180px;
    }
  }

#Contact_section{
    background-image: url('/assets/images/bg/bg/s8.jpg');
    background-size: cover;
    background-position: center center;
}

#contactForm_section{
    background-color: #ffe0e5; /* inherit */
    border-radius: 28px;
}


.wave-clip {
    background-color: #ffffff;
    height: 100px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    /* Alternativa con onda más suave */
    /* clip-path: path('M0,100 C50,0 50,100 100,100 Z'); */
}

.socialMediaContact_icon_container { padding-bottom: 10px; }
  
.socialMediaContact_icon{
    color: white;
    font-size: 30px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.line_separato_1{
    width: 69%;
    height: 2px;
    background-color: #f4c2ed;
    margin-left: 13px;
}

  .whatsapp_icon{
    background-color: #25D366;
  }

  .instagram_icon{
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  }

  .facebook_icon{
    background-color: #1877F2;
  }

.contentSection{
    padding-bottom: 240px;
}

.wave_separator{
    margin-top: -240px;
}

#InvitationTemplateList_titleImage_container{
    margin-top: -20px;
}

  form#contactForm .form-control{
    border-bottom-color: #888686 !important;
  }

#InvitationTemplateSelector_Wrapper .swiper-slide{ box-shadow: none !important;}

#InvitationTemplateSelector{

    padding-left: 0px !important;
    padding-right: 0px !important;
}

#IntroductionDescription_container p {
    font-size: 14px;
    text-align: justify;
}

.titleIcon { 
    
    width: 60px;
    margin-left: 14px;
}

#Advantages_section .serviceImage{
    margin-top: -56px;
    width: 100px;
}

#Advantages_section  .serviceBodyContent{
    padding-top: 20px;
}

.title_section{

    padding-top: 20px;
    padding-bottom: 20px;
}

#invitationTemplateList_section h2{
    font-size: 30px;
    margin-top: 0px;
    font-weight: bolder;
    text-align: left;
}

#invitationTemplateList_section .shortDescription{
    font-size: 14px;
}

#invitationTemplateList_section .invitationTemplate_title {
    font-weight: bolder;
    font-size: 16px !important;
    color: #f83456;
    /* text-decoration: underline; */
}

#invitationTemplateList_section .invitationTemplate{

    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

#InvitationManager_Info_section .step_item{
    display: flex; 
    align-items: center; 
    margin-bottom: 4px;
}

#InvitationManager_Info_section .timeline-bullet{
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
    background-color: #ed77cc; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: white; 
    margin-right: 10px;
}

.wave_separator[data-id="invitationTemplateList_section"] {
    margin-top: -67px;
}
