/*!
Theme Name: Atelierimago
Theme URI: https://them.es/starter
Author: Debora
Author URI: https://them.es/
Description: 
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: atelier-imago
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */


@font-face {
    font-family: 'Menu';
    src: url('fonts/Baskerville.ttc') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PPHatton';
    src:  
		url('fonts/PPHatton-Ultralight.otf') format('opentype'),
		url('fonts/PPHatton-Ultralight.woff') format('woff'),
		url('fonts/PPHatton-Ultralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PPHatton';
    src:url('fonts/PPHatton-UltralightItalic.otf') format('opentype');
    font-style: italic;
}
@font-face {
    font-family: 'Secundaria';
    src:url('fonts/PPAcma-Light.woff') format('woff'),
    url('fonts/PPAcma-Light-2.woff') format('woff'),
    url('fonts/PPAcma-Light-.woff') format('woff'),
    url('fonts/PPAcma-Black.woff') format('woff'),
    url('fonts/PPAcma-Black-2.woff') format('woff'),
	url('fonts/PPAcma-Thin.woff') format('woff'), 
    url('fonts/PPAcma-Light.otf') format('opentype'),
    url('fonts/PPAcma-Light-2.otf') format('opentype'),
    url('fonts/PPAcma-Light-3.otf') format('opentype'),
    url('fonts/PPAcma-Black.otf') format('opentype'),
    url('fonts/PPAcma-Black-2.otf') format('opentype'),
	url('fonts/PPAcma-Thin.otf') format('opentype');
  
    font-weight: normal!important;
    font-style: normal!important;
}
@font-face {
    font-family: 'Tercera';
    src:url('fonts/PPAcma-Semibold-2.woff') format('woff'),
    url('fonts/PPAcma-Semibold-3.woff') format('woff'),
    url('fonts/PPAcma-Semibold-2.otf') format('opentype'),
    url('fonts/PPAcma-Semibold-3.otf') format('opentype');
}
@font-face {
    font-family: 'Nombre';
    src:url('fonts/Antro_Vectra.otf') format('opentype');
}
html {
    margin: 0px !important;
    scroll-behavior: smooth;
}
body {
    font-family: 'Menu', sans-serif!important;
	font-size: 18px !important;
	
}

h1{
	font-family: 'PPHatton', sans-serif!important;
	font-size: 53px!important;
	font-weight: normal!important;
	
    font-style: italic;
}
h2{
    font-family:'Secundaria', sans-serif!important;
    font-size: 32px!important;
    font-weight: normal!important;
}
h3{
    font-family:'Secundaria', sans-serif!important ;
    font-size: 24px!important;
    font-weight: normal!important;
}
h4{
    font-size: 19px!important;
    font-family:'Tercera', sans-serif!important;
    font-weight: bold!important;
}
h5.nombre {
    position: relative;
    top: 90px;
    left: -80px;
    font-family: 'Nombre', sans-serif!important;
    font-size: 53px;
    margin-bottom: 3em;
}


h3.pie-pg, h3 a  {
    color:#e89e00;
}

a{
    color: #7b7c64;
}
p, .home-3 a{
    color: #7b7c64!important;
    font-size: 16px;
}
.page-template-page-nosidebar h3 a {
    color:#ddd5cb!important;
}

/**********menu********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	padding: 30px;
}
.scrolled{
    background-color: #ddd5cb!important;
}
.otrocolor{
    background-color: #7b7c64;
}
menu-principal .nav-link{
	color: #ddd5cb!important;
}
/*body.page-template-page-full .nav-link{
	color: #7b7c64;
}*/
.page-template-page-nosidebar .nav-link, .page-template-home-full .nav-link{
    color: #ddd5cb;
}

nav#header {
    background: transparent;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #e89e00 !important;
    border-bottom: 2px solid;
    display: inline-block; /* Asegura que el borde inferior se ajuste al contenido */
    padding-bottom: 5px;
   
}
.navbar-brand img {
    height: 100%!important;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: block!important;
    }
}
#navbar {
	position: fixed;
	top: -30px;
	left: -20px;
	padding:120px 10px 0px 140px;
	height: 100%;
	width: 350px; /* Ajusta según sea necesario */
	overflow-y: hidden;
	transition: all 0s ease;
}
body.page-template-page-full #navbar, body.page-template-page #navbar{
    background-color: #7b7c64;
}
body.page-template-page-full #navbar .nav-link, body.page-template-page #navbar .nav-link{
	color:#ddd5cb;
}

body.page-template-page-nosidebar #navbar, .page-template-home-full #navbar{
    background-color: #ddd5cb;
}
body.page-template-page-nosidebar #navbar .nav-link, .page-template-home-full #navbar .nav-link{
	color:#7b7c64;
}
body.page.page-id-220, body.page-template-home-full {
    background:#7b7c64;
}
.full-width, .nosidebar-full{
    margin-top:12em;
}
.navbar-toggler {
	position: fixed!important;
	border: none !important;;
	color: #eeeae4 !important;;
	position: relative;
	top: auto;
	left: auto;
	z-index: 1001;
}
.navbar-expand-md .navbar-nav .nav-link {
	margin-right: 50px!important;
	
}
@media (max-width: 1280px) {
    .navbar-expand-md .navbar-nav .nav-link {
        margin-right: 20px!important;
        
    }
}


/*******************  Contenedor paginas ********************/
main {
    margin-top: 150px!important; /* Ajustar según la altura del header */
    padding: 20px;
}
body.page-template-page-full, .page-template-page{
	
    background: #ddd5cb;
    color: #7b7c64;
}
.page-template-page-nosidebar{
    color: #ddd5cb!important;
}
body.page-template-page-nosidebar, .inicio{
    background-color: #7b7c64; 
}
section.sectio-v-100 {
    height: 100vh;
       
}
div.elemento-scroll{
    background: #dbd5cb;
    padding: 35px;
    color: #7b7c64;
}
img.animacion {
    animation: bounce-up 1s ease-in-out infinite;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px!important;
    }
}

body.page-template-page-full table td, body.page-template-page-full p {
    font-family: 'PPHatton', sans-serif!important;
    color: #7b7c64!important;
    font-size: 16px;
    line-height:32px;  
}
body.page-template-page-full h1, .page-template-page h1{
    color: #7b7c64!important;
}
body.page-template-page-nosidebar table td, body.page-template-page-nosidebar p {
    font-family: 'PPHatton', sans-serif!important;
    color: #ddd5cb!important;
    font-size: 16px;
    line-height:32px;
    
}
.page-template-page-nosidebar h1 {
    color: #ddd5cb;
}
/* ---------no sidebar---------*/
.arrow-after {
    position: relative;
    display: inline-block; 
}

.arrow-after::after {
    content: '→'; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    margin-left: 8px; 
    font-size: 1.2em; 
    transition: transform 0.5s ease-in-out;
    
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(-50%) translateX(0);
    }
    40% {
        transform: translateY(-50%) translateX(10px);
    }
    60% {
        transform: translateY(-50%) translateX(5px);
    }
}

.arrow-after:hover::after {
    animation: bounce 0.8s; 
}


li {
    list-style-type: none;
    color:#eeeae4;
    margin:30px 0 0;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
/********conseil********/

.conseil tr td h2 a{
    color: #7b7c64;
}




.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*para los bloques de quien soy*/
.align-bottom-left {
    display: flex;
	flex-direction: column;
    justify-content: flex-end;
    height: 540px!important;
    text-align: justify;
    padding: 20px;

}
span.cruz {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

span.cruz::before {
    content: '+'; 
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 36px; 
    line-height: 1;
    animation: bounce-up 1s ease-in-out infinite;
}
@keyframes bounce-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); /* Ajusta la distancia de rebote hacia arriba */
    }
}
/******************** profesionales *********************/
.detalles td a, .detalles a, .conseil h3 a{
    color:#7b7c64!important;
}
.bloque1 {
    width: 50%;
}

.bloque2 {
    width: 50%;
}
tr td.marg-der {
    border-right: 1px solid;

}
@media(max-width: 768px){
	tr td.marg-der {
	    border-right:none;

	}
}
.bloque-text {
    width: 80%;
    text-align: center;
}
/*footer*/

#footer .menu-item a[aria-current=page], .nav-link:focus, .nav-link:hover, .subtitulos {
    color: #e89e00!important;
}
#footer {
	background: transparent!important;
}
body.page-template-page-full footer#footer a{
    list-style:none;
    color: #7b7c64!important;
}
body.page-template-page-full footer#footer a, #footer p {
    list-style:none;
    color: #7b7c64!important;
}
.table, .wp-block-table table {
    --bs-table-bg: transparent!important;
	--bs-table-border-color: transparent!important;
}
/*ocultando el footer del home-full*/
.page-template-home-full #footer{
    display:none;
}
/***********************Corrusel*********************************/
.carousel-inner {
    width: 70%!important;
}
div#carouselExample, div#carouselExample p {
    background:#7b7c64;
    color:#f1f1f1!important;
    padding:20px;
}
/**************************comentarios clases***************************************/
.columna_izquierda{
    border: 1px solid #7b7c64;
     border-left: none;
}
.vertical-text {
    position: relative;
    transform: rotate(-90deg);
    display: inline-block;
    margin: 10px;
    white-space: nowrap;
    color: #7b7c64;
}
@media(max-width: 768px){
	.vertical-text{
		position:static;
		transform:none;
    }
}
/**************contact form*/
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: transparent;
    border-color: #7b7c64;
    border-top: none;
    border-left: none;
    border-right: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: transparent;
    border: none;
}
form .arrow-after::after{
	margin-left: 78px;
}
@media only screen and (max-width: 768px) {
	.table-responsive table tr td img{
		width:90% !important;
	}
    h5.nombre {
		top:-290px;
		left:10px;
        margin-bottom: 0;
	}
    tr.detalles td{
        width:100%;
        }
}
