
:root{

    --marfil: rgba(236,230,218,.70);

    --texto:#444;

    --acento:#A07C42;

    --sombra:0 8px 25px rgba(0,0,0,.08);
	
	--fondoinicio: rgba(230, 205, 205, 1);
	
	--fondocontacto: rgba(237, 232, 242, 1);

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

body{

    font-family:Segoe UI, Arial, sans-serif;
	

	/* background:rgba(230, 220, 220, 1); */
	/* background:var(--marfil); */
	background:var(--fondoinicio);

}

/*==========================================================*/

.navbar{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    height:78px;

    padding:0 60px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    /* background:var(--marfil); */
	background:rgba(216,205,205,.50);
	/* 	 */
	/* background:#rgba(200,170,170,.70); */

    backdrop-filter:blur(10px);

    -webkit-backdrop-filter:blur(10px);

    box-shadow:0 4px 15px rgba(0,0,0,.04);

    transition:.35s;

    z-index:999;

}

/*==========================================================*/

.navbar.scroll{

    height:60px;

    box-shadow:var(--sombra);

}

/*==========================================================*/

.logo img{

    height:110px;

    transition:.35s;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	
	margin-top: 60px;

}

.navbar.scroll .logo img{

    height:34px;
	
	margin-top: 5px;

}

/*==========================================================*/

.menu{

    display:flex;

    list-style:none;

    gap:42px;

}

.menu li{

    position:relative;

}

.menu a{

    text-decoration:none;

    color:var(--texto);

    font-weight:600;

    letter-spacing:.5px;

    position:relative;

    padding:8px 0;

}

/*==========================================================
    Línea inferior animada
==========================================================*/

.menu a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:2px;

    background:var(--acento);

    transition:.3s;

}

.menu a:hover::after{

    width:100%;

}

.menu a.activo::after{

    width:100%;

}

.menu a:hover,
.menu a.activo{
    color: var(--acento);
}

/*==========================================================
    HAMBURGUESA
==========================================================*/

.hamburguesa{

    display:none;

    width:42px;

    height:42px;

    background:none;

    border:none;

    cursor:pointer;

    position:relative;

}

.hamburguesa span{

    position:absolute;

    left:7px;

    width:28px;

    height:3px;

    background:#555;

    border-radius:3px;

    transition:.35s;

}

.hamburguesa span:nth-child(1){

    top:11px;

}

.hamburguesa span:nth-child(2){

    top:19px;

}

.hamburguesa span:nth-child(3){

    top:27px;

}

/*==========================================================
    Animación a X
==========================================================*/

.hamburguesa.activo span:nth-child(1){

    transform:rotate(45deg);

    top:19px;

}

.hamburguesa.activo span:nth-child(2){

    opacity:0;

}

.hamburguesa.activo span:nth-child(3){

    transform:rotate(-45deg);

    top:19px;

}

/*==========================================================
    MÓVIL
==========================================================*/

@media(max-width:900px){

    .navbar{

        padding:0 30px;

    }

    .hamburguesa{

        display:block;

    }

    .menu{

        position:absolute;

        left:0;

        top:100%;

        width:100%;

        flex-direction:column;

        align-items:center;

        background:rgba(247,244,236,.96);

        backdrop-filter:blur(12px);

        overflow:hidden;

        max-height:0;

        opacity:0;

        transition:
            max-height .45s ease,
            opacity .35s ease;

        gap:0;

    }

    .menu li{

        width:100%;

        text-align:center;

    }

    .menu a{

        display:block;

        padding:22px;

    }

    .menu.activo{

        max-height:500px;

        opacity:1;

    }

}


/*==========================================================
    STORY
==========================================================*/

.story-section{

    /* background:#F7F2E8; */
	/* background: linear-gradient(181deg,rgba(247, 242, 232, 1) 0%, rgba(237, 229, 218, 1) 55%, rgba(230, 221, 209, 1) 63%, rgba(247, 242, 232, 1) 100%); */
	
	/* background: #F7F2E8; */
	/* background:var(--marfil); */
	/* background:rgba(247, 242, 232, 1) */
	/* background:rgba(230, 220, 220, 1); */
	
	/* background: var(--fondoinicio); */
    padding:130px 30px 50px 30px;
	/* margin-top: 130px; */
	
	background: var(--fondoinicio);

}

.story-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:80px;

    align-items:center;
	

}

/*==========================================================*/

.story-label{

    display:block;

    color:#A07C42;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:.9rem;

    font-weight:600;

    margin-bottom:20px;

}

.story-title{

    font-size:1.5rem;

    line-height:1.2;

    color:#333;

    margin-bottom:30px;
	
	/* background:rgba(230, 220, 220, .5); */
	
	background: var(--fondoinicio);

}

.story-text{
	
	font-size:1.0rem;

    color:#777248;

    line-height:1.9;

    margin-bottom:12px;
	
	/* background: #F7F2E8; */
	/* background: linear-gradient(181deg,rgba(247, 242, 232, 1) 0%, rgba(245, 229, 208, 1) 55%, rgba(240, 222, 201, 1) 63%, rgba(247, 242, 232, 1) 100%); */
	
	/* background: #F7F2E8; */
	/* background: radial-gradient(circle,rgba(247, 242, 232, 1) 0%, rgba(245, 229, 208, 1) 55%, rgba(240, 222, 201, 1) 63%, rgba(247, 242, 232, 1) 100%); */
	
	/* background: #F7F2E8; */
	/* background:var(--marfil); */
	
	background: var(--fondoinicio);
	/* background:rgba(230, 220, 220, 1); */
	
	background:
	radial-gradient(
		circle,
		rgba(245,235,220,.60) 0%,
		rgba(240,230,215,.25) 12%,
		rgba(236,230,218,.10) 35%,
		var(--fondoinicio) 65%
	);
	/* background: radial-gradient(circle, var(--fondoinicio) 0%, rgba(245, 229, 208, 1) 7%, rgba(220, 220, 220, 1) 14%, rgba(230, 220, 220, 1) 15	%, var(--fondoinicio) 100%); */
	/* background: radial-gradient(circle,Circulo interior 0%, rgba(245, 229, 208, 1) 7%, tercer circulo desde dentro 14%, rgba(230, 220, 220, 1) 24%, Exterior 100%); */
}

.story-text-simple{
	
	font-size:1.0rem;

    color:#777248;

    line-height:1.9;

    margin-bottom:12px;
	
	/* background: #F7F2E8; */
	/* background:var(--marfil); */
	/* background:rgba(247, 242, 232, 1) */
	/* background:rgba(230, 220, 220, 1); */
	background: var(--fondoinicio);
}



/*==========================================================
    COMPOSICIÓN
==========================================================*/

.story-images{

    position:relative;

    height:560px;

}

/*==========================================================*/

.story-card{

    position:absolute;
	
	/* Marco de las fotos */
    /* background:#FFCFA; */
	/* background:var(--marfil); */
	background:#E8E5E5;

    padding:5px;

    border-radius:2px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:0 18px 45px rgba(0,0,0,.10);

    transition:.45s;

}

.story-image{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:2px;

}

/*==========================================================
    FOTO VERTICAL
==========================================================*/

.story-card-vertical{

    width:300px;

    height:430px;

    right:20px;

    top:0;

    z-index:1;

}

/*==========================================================
    FOTO HORIZONTAL
==========================================================*/

.story-card-horizontal{

    width:340px;

    height:240px;

    left:0;

    bottom:0;

    z-index:2;

}

/*==========================================================
    ANIMACIÓN
==========================================================*/

.story-images:hover .story-card-vertical{

    transform:

        translateY(-10px)

        rotate(-2deg);

}

.story-images:hover .story-card-horizontal{

    transform:

        translateY(-6px)

        translateX(10px)

        rotate(2deg);

}

/*==========================================================
    RESPONSIVE
==========================================================*/

@media (max-width:700px){

	.story-text{
	
		font-size:1.2rem;
    }
	
	.story-text-simple{
	
		font-size:1.2rem;
    }
	
    .story-container{
        grid-template-columns:1fr;
    }

    .story-images{
        display:block;
        position:relative;
        width:320px;
        height:360px;
        margin:40px auto 0;
    }

    .story-card{
        position:absolute;
    }

    .story-card-vertical{
        width:180px;
        height:260px;
        right:0;
        top:0;
    }

    .story-card-horizontal{
        width:210px;
        height:140px;
        left:0;
        bottom:0;
    }

}

/* Finaliza STORY */

/* transición */

.section-transition{

    position:relative;

    margin-top:-2px;

    z-index:3;

}


/* la onda */

.section-transition svg{

    display:block;

    width:100%;

    height:140px;

}


/* color de la onda */

.section-transition path{

    fill:var(--fondocontacto);

}


/* halo luminoso */

.section-transition::before{

    content:"";

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    top:-120px;

    width:90%;

    height:220px;

    background:

    radial-gradient(

        ellipse at center,

        rgba(255,255,255,.95) 0%,

        rgba(255,244,247,.75) 35%,

        rgba(255,233,240,.35) 55%,

        transparent 80%

    );

    filter:blur(35px);

    pointer-events:none;

}


/* sombra extremadamente suave */

.section-transition::after{

    content:"";

    position:absolute;

    left:8%;

    right:8%;

    top:18px;

    height:45px;

    border-radius:50%;

    background:rgba(0,0,0,.05);

    filter:blur(18px);

    pointer-events:none;

}

/*==========================================================
    CONTACT 3
==========================================================*/


.contact3-section{

    /* background:#F7F3EB; */
	/* background:rgba(237, 232, 242, 1); */
	
	background:var(--fondocontacto);
		
    padding:10px 30px;

}


.contact3-container{

    max-width:1250px;

    margin:auto;

    display:grid;

    grid-template-columns:780px 1fr;

    gap:20px;

}



/*==========================================================
    INFO
==========================================================*/


.contact3-label{

    color:#A07C42;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:.9rem;

    font-weight:600;

}


.contact3-title{

    margin:20px 0;

    font-size:1.5rem;

    color:#333;

}


.contact3-description{

    color:#777248;

    line-height:1.8;

    margin-bottom:35px;

}



/*==========================================================
    CARD INFO
==========================================================*/


.contact3-card{

    background:#FCFCFA;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}


.contact3-item{

    display:flex;

    gap:18px;

    margin-bottom:28px;

}


.contact3-item:last-child{

    margin-bottom:0;

}



.contact3-icon{

    width:48px;

    height:48px;

    background:#A07C42;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}



.contact3-icon svg{

    width:24px;

    height:24px;

    fill:white;

}


.contact3-item strong{

    color:#333;

}


.contact3-item p{

    color:#666;

    margin-top:5px;

    line-height:1.6;

}



/*==========================================================
    MAPA
==========================================================*/


/* .contact3-map{ */

    /* margin-top:30px; */

    /* border-radius:20px; */

    /* overflow:hidden; */

    /* height:230px; */

    /* box-shadow:0 15px 35px rgba(0,0,0,.08); */

/* } */


/* .contact3-map iframe{ */

    /* width:100%; */

    /* height:100%; */

    /* border:0; */

/* } */



/*==========================================================
    FORMULARIO
==========================================================*/


.contact3-form{

    background:#FCFCFA;

    padding:45px;

    border-radius:22px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}


.contact3-form-title{

    color:#333;

    font-size:1.8rem;

    margin-bottom:25px;

}


.contact3-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:25px;

}


.contact3-form label{

    display:block;

    margin:20px 0 8px;

    color:#555;

    font-weight:600;

}


.contact3-form input,
.contact3-form textarea{

    width:100%;

    padding:15px;

    border-radius:12px;

    border:1px solid #DDD;

    font-family:inherit;

}


.contact3-form input:focus,
.contact3-form textarea:focus{

    outline:none;

    border-color:#A07C42;

}


.contact3-form button{

    margin-top:30px;

    padding:16px 40px;

    border:0;

    border-radius:40px;

    background:#A07C42;

    color:white;

    cursor:pointer;

}



/*==========================================================
    RESPONSIVE
==========================================================*/


@media (max-width:700px){

    .contact3-container{

        grid-template-columns:1fr;

    }


    .contact3-grid{

        grid-template-columns:1fr;

    }

}

/* Finaliza CONTACT 3 */

/*==========================================================
    FOOTER
==========================================================*/


.footer-section{

    background:#302E2A;

    color:#EAE6DD;

    padding:80px 30px 25px;

}



.footer-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:

        1.5fr

        1fr

        1fr

        1fr;

    gap:45px;

}



/*==========================================================
    MARCA
==========================================================*/


.footer-logo{

    width:160px;

    margin-bottom:25px;

}



.footer-description{

    color:#C9C3B8;

    line-height:1.8;

    max-width:300px;

}



/*==========================================================
    REDES
==========================================================*/


.footer-social{

    display:flex;

    gap:12px;

    margin-top:25px;

}



.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.1);

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

}



.footer-social svg{

    width:20px;

    height:20px;

    fill:white;

}



.footer-social a:hover{

    background:#A07C42;

    transform:translateY(-3px);

}



/*==========================================================
    COLUMNAS
==========================================================*/


.footer-column h3{

    color:white;

    margin-bottom:22px;

    font-size:1.1rem;

}



.footer-column ul{

    list-style:none;

}



.footer-column li{

    margin-bottom:13px;

    color:#C9C3B8;

}



.footer-column a{

    color:#C9C3B8;

    text-decoration:none;

    transition:.3s;

}



.footer-column a:hover{

    color:white;

}



/*==========================================================
    CONTACTO
==========================================================*/


.footer-contact li{

    line-height:1.6;

}



/*==========================================================
    BARRA INFERIOR
==========================================================*/


.footer-bottom{

    max-width:1200px;

    margin:55px auto 0;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.15);

    display:flex;

    justify-content:space-between;

    color:#AAA;

    font-size:.9rem;

}



/*==========================================================
    RESPONSIVE
==========================================================*/


@media(max-width:900px){


    .footer-container{

        grid-template-columns:1fr 1fr;

    }


}



@media(max-width:600px){


    .footer-container{

        grid-template-columns:1fr;

    }


    .footer-bottom{

        flex-direction:column;

        gap:15px;

    }


}

/* Finaliza FOOTER */