/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
 
 

/* Theme customization starts here */


/*textos*/

.h1 .h2 .h3 .h4 .h5{
    font-family: 'Nunito', sans-serif;
}

.textos-serif{
    font-family: 'Cormorant Garamond', serif;
    font-size:1.1em;
    /*line-height:1.2em;*/
	opacity:1 !important;
	font-style: italic;
    
}

.textos-serif-rosado{
    font-family: 'Cormorant Garamond', serif;
    font-size:1.4em;
    line-height:1.2em;
    font-style: italic;
    color:#edcad2;
}

.texto-bloque-oscuro{
    font-family: 'Nunito', sans-serif;
    font-weight:300;
    color:#464f45;
}

 .texto-bloque-oscuro#texto1{
    /*margin-top:-1em;*/
}

.titulo2-oscuro {
    font-family: 'Nunito', sans-serif;
    color: #464f45;
    font-size: 32px; /* Tamaño ligeramente mayor */
    font-weight: 700;
}

.titulo2-claro {
    font-family: 'Nunito', sans-serif;
    font-size: 36px; /* Consistencia con oscuro */
    color: #eaeee7;
    font-weight: 700;
}

.titulo3-oscuro {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
   /* line-height: 1.4em;  Mejor legibilidad */
    color: #464f45;
    font-weight: 800 !important; /* Menos pesado que título 2 */
}

.titulo3-claro {
    font-family: 'Nunito', sans-serif;
     font-size: 28px;
   /* line-height: 1.4em;  Mejor legibilidad */
    color: #eaeee7;
    font-weight: 600;
    display: inline;
}

.titulo4-oscuro {
    font-family: 'Nunito', sans-serif;
    color: #464f45;
    font-size: 22px; /* Conserva claridad */
    font-weight: 600; /* Más ligero que título 3 */
}



.fondo-pink {
	background-image: linear-gradient(120deg, #F8EAED 0%, #F8EAED 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0px 90%;
    display:inline;  
}


.fondo-verde {
   background-image: linear-gradient(120deg, #eaeee7 0%, #eaeee7 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0px 90%;
    display:inline; 
}

.regular-rosado{
    color:#edcad2;
}

.links-color{
	color:#464f45 !important;
	text-decoration:underline;
}



/*botones*/

.button-pink{
    font-family: 'Nunito', sans-serif;
    text-transform:uppercase;
	color: #EDCAD2 !important;
	background-color: #464F45;
	display: inline-block;
	padding:1.5em 3em;
	margin-top:1.2em;
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	transition: background 250ms, box-shadow 250ms;
	box-shadow: 0 24px 30px -12px rgba(178, 152, 158, 0.4);
}

.button-pink:hover{
    color: #464F45 !important;
	background-color: #EDCAD2;
	background-image: url("https://wowma.co/wp-content/uploads/2020/10/bkg-flowers-oscuras.png");
	box-shadow: 0 24px 40px -12px rgba(178, 152, 158, 0.2);
	transition: background 350ms, box-shadow 650ms;
	background-size: 200px;
	background-repeat: no-repeat;
}


/*testimonios*/


.testimonial_rotator_slide_title{
	font-family: 'Cormorant Garamond', serif;
    font-size:1.3em;
    line-height:1.3em;
	color:#464f45;
}

.testimonial_rotator_quote{
	font-family: 'Cormorant Garamond', serif;
    font-size:1.1em;
    line-height:1.3em;
}

.testimonial_rotator_author_info{
	font-family: 'Cormorant Garamond', serif;
    font-size:1.1em;
    line-height:1.3em;
}

.testimonial_rotator_prev, .testimonial_rotator_next {
    top: 50% !important;
}

.footer_btm {
    clear: both;
    padding: 20px 0px 20px;
    background: #eaeee7;
    border-top: 1px solid #eaeee7;
    margin-top: 16px;
    overflow: hidden;
}

.fa {
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*formulario de contacto */


.wpcf7-text{
	color:#fff !important;
}

.wpcf7-textarea{
	color:#fff !important;
}

.wpcf7-submit{
	font-family: 'Nunito', sans-serif !important;
  text-transform:uppercase !important;
	background-color:#EDCAD2 !important;
    color:#464F45 !important;
	display: inline-block;
	padding:1rem 3rem !important;
	border-radius:3px !important;
	margin-top:1.2em !important;
	font-size: 0.6em !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	text-decoration: none !important;
	text-align: center;
	transition: background 250ms, box-shadow 250ms !important;
	box-shadow: 0 24px 30px -12px rgba(178, 152, 158, 0.4) !important;
}

.wpcf7-submit:hover{
	background-color:#EAEEE7 !important;
    color:#464F45 !important;
	transition: background 250ms, box-shadow 250ms !important;
	box-shadow: 0 24px 30px -12px rgba(178, 152, 158, 0.4) !important;
}

/*color iconos*/

.redes a span{
	font-size:20px;
	color:#EDCAD2 !important;
	margin-right:10px;
}

.redes a span:hover{
	font-size:20px;
	color:#ffffff !important;
}

/* Notebook */
@media (max-width: 1024px) {
    .h1 { font-size: 42px; }
    .h2 { font-size: 32px; }
    .h3 { font-size: 24px; }
    .h4 { font-size: 20px; }
    .h5 { font-size: 16px; }

    .textos-serif {
        font-size: 1em;
    }
    .textos-serif-rosado {
        font-size: 1.2em;
    }
	.titulo2-oscuro, .titulo2-claro {
        font-size: 32px; /* Coincide con h2 en notebook */
    }

    .titulo3-oscuro, .titulo3-claro {
        font-size: 24px; /* Coincide con h3 en notebook */
    }

    .titulo4-oscuro {
        font-size: 20px; /* Coincide con h4 en notebook */
    }
}

@media (max-width: 768px) {
    .h1 { font-size: 36px; }
    .h2 { font-size: 28px; }
    .h3 { font-size: 22px; }
    .h4 { font-size: 18px; }
    .h5 { font-size: 15px; }

    .textos-serif {
        font-size: 0.95em;
    }
    .textos-serif-rosado {
        font-size: 1em;
    }
	.titulo2-oscuro, .titulo2-claro {
        font-size: 28px; /* Coincide con h2 en tablet */
    }

    .titulo3-oscuro, .titulo3-claro {
        font-size: 22px; /* Coincide con h3 en tablet */
    }

    .titulo4-oscuro {
        font-size: 18px; /* Coincide con h4 en tablet */
    }
}

@media (max-width: 480px) {
    .h1 { font-size: 30px; }
    .h2 { font-size: 22px !important; } 
    .h3 { font-size: 26px; }
    .h4 { font-size: 16px; }
    .h5 { font-size: 14px; }

    .textos-serif {
        font-size: 0.9em;
    }
    .textos-serif-rosado {
        font-size: 0.9em;
    }
	.titulo2-oscuro, .titulo2-claro {
        font-size: 22px !important; /* Coincide con h2 en celular */
		font-weight:800;
    }

    .titulo3-oscuro, .titulo3-claro {
        font-size: 20px; /* Coincide con h3 en celular */
    }

    .titulo4-oscuro {
        font-size: 16px; /* Coincide con h4 en celular */
    }
}	
	.testimonial_rotator_slide_title{
    font-size:1.1em;
    line-height:1.1em;
	color:#464f45;
}

.testimonial_rotator_quote{
    font-size:1em;
    line-height:1.3em;
}

.testimonial_rotator_author_info{
    font-size:1em;
    line-height:1.3em;
}
.redes a span{
	font-size:26px;
	color:#EDCAD2 !important;
	margin-right:20px;
}

.redes a span:hover{
	font-size:26px;
	color:#ffffff !important;
}
	
}