/* 
Theme Name: Boga - Facultad de Antropología
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* General */

a {color: #599BD4; text-decoration:underline;}
a:active, a:hover {color: #E37425;}
.white-link a{color:white;text-decoration:underline;}
*:focus {outline: none!important;}
html,body{
	font-size:18px;
	color:#21213E;
  	font-family: "Inter", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	line-height: 1.5em;
	overflow-x:hidden;
}

/* IMAGES */
.full-img *{width:100%;}
.full-img a{display: block;}

/* BOTONES */
.btn-icon .elementor-button {
    padding: 11px 45px;
    border-radius: 30px;
    background-color: #B8860B;
	font-family:"Playfair Display", serif;
	font-style:italic;
	transition: 0.3s ease-in-out;
}
.btn-icon .elementor-button:hover{
	background-color:#8B4513;
	transition: 0.3s ease-in-out;
}
.btn-icon .elementor-button::before,.btn-icon .elementor-button::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('https://antropologia.pixelpro.website/wp-content/uploads/2026/01/icono-out.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 12px;
    top: 10px;
}

.btn-icon .elementor-button {
    position: relative;
}

.btn-icon .elementor-button::after {
    left: inherit;
    right: 12px;
    transform: rotate(180deg);
    top: 4px;
}

.btn-icon.color-2 .elementor-button::before, .btn-icon.color-2 .elementor-button::after {
	background-image: url('https://antropologia.pixelpro.website/wp-content/uploads/2026/02/icono-left.svg');
}
.btn-icon.color-2 .elementor-button{
	background-color: white;
	color:#556B2F;
}
.btn-icon.color-2 .elementor-button:hover{
	background-color:#ffe9c8;
	transition: 0.3s ease-in-out;
}

/* TÍTULOS */
.elementor-heading-title :is(h1,h2,h3,h4,h5,h6), h1,h2,h3,h4,h5,h6 {
	font-family: "Playfair Display", serif;
	font-weight: bold;
}

h1, .elementor-heading-title h1{font-size:35px;}
h2, .elementor-heading-title h2{font-size:28px;}
h3, .elementor-heading-title h3{font-size:23px;}
h4, .elementor-heading-title h4{font-size:21px;}
h5, .elementor-heading-title h5{font-size:20px;}
h6, .elementor-heading-title h6{font-size:18px}

/* CUSTOM ACORDEON */
.trigger-ac .elementor-heading-title{
    cursor:pointer;
}
.trigger-ac .elementor-heading-title::before {
    content: '';
    width: 30px;
    height: 20px;
    background-image: url('https://antropologia.pixelpro.website/wp-content/uploads/2026/01/open-ac.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.trigger-ac.active .elementor-heading-title::before{
    background-image: url('https://antropologia.pixelpro.website/wp-content/uploads/2026/01/close-ac.svg');
}
.trigger-ac.active .elementor-heading-title, .trigger-ac:hover .elementor-heading-title{
    color:#8B4513;
}
.trigger-ac.active .elementor-widget-container{
    border-color:#8B4513;    
}
.custom-ac, .ac-image {
    display: none;
}
.elementor-editor-active .custom-ac, .elementor-editor-active .ac-image, .ac-image.active{
	display: block;
}
/* CUSTOM MODAL */
.modal-equipo .dialog-close-button {
    background-image: url(https://antropologia.pixelpro.website/wp-content/uploads/2026/02/Boton-cerrar-overlay.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.modal-equipo .dialog-close-button svg{
	opacity:0;
}
/* HEADER */
header .elementor-sticky--active {
    background-color: #000000eb !important;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

/* PROCESO DE INVESTIGACIÓN */
/* Time line */
body:not(.elementor-editor-active) .time-line {
    overflow-x: auto;
    overflow-y: hidden;
}

body:not(.elementor-editor-active) .time-line  .time-line-wrap{
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    flex-direction: inherit;
    overflow-x: auto;
    overflow-y: hidden;
    background-image: url(https://antropologia.pixelpro.website/wp-content/uploads/2026/02/time-line-dot-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}
body:not(.elementor-editor-active) .step {
    flex: 0 0 1500px !important;  
    width: 1500px;         
}

@media (max-width: 767px){
	body:not(.elementor-editor-active) .step {
		flex: 0 0 300px !important;  
		width: 300px;         
	}	
}
