/* 
Theme Name: AlphaSeneca
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&family=Poppins&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');*/
/* End fonts */

:root {
  --gold: #c39d63;
  --gray: #20292f;
  --white: #ffffff;
  --heading-color: #bfbfbf;
  /*--title-color: #1f1f1f;*/
  --title-color: #185169;
  --text-color: #939393;
  /*--header-background: #3c4a55;*/
  --header-background: #185169C4;
}

/* header */
/*.home header.sticky-header {
  background-color: #185169C4 !important;
}*/
.home header.sticky-header > .elementor-container {
  background-color: transparent !important;
}

.home header.sticky-header.elementor-sticky--effects {
  /*background-color: #185169C4 !important;*/
  background-color: rgba(24, 81, 105, 0.81) !important;
}
.home header.sticky-header.elementor-sticky--effects > .elementor-container {
  background-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1440px) {
  header.sticky-header {
    padding-left: 50px !important;
  }
}

header.sticky-header {
  --header-height: 100px;
  --shrink-me: 0.8;
  --transition: 0.3s ease-in-out;

  /*background-color: var(--header-background) !important;*/
  background-color: #185169 !important;
  overflow: hidden;

  transition: background-color var(--transition),
    background-image var(--transition), backdrop-filter var(--transition),
    opacity var(--transition);
}

.elementor-25.elementor-location-header .elementor-section-wrap {
  /*background-color: var(--header-background) !important;*/
  background-color: var(--header-background) !important;
}

header.sticky-header.elementor-sticky--effects {
  /*background-color: var(--header-background) !important;*/
  /*background-color: #030303 !important;*/
  background-color: rgba(24, 81, 105, 0.81) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

header.sticky-header > .elementor-container {
  transition: min-height var(--transition);
  /*background-color: var(--header-background) !important;*/
  background-color: #185169C4 !important;
}

header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
  background-color: transparent !important;
}

header.sticky-header .elementor-nav-menu .elementor-item {
  transition: padding var(--transition);
}

header.sticky-header.elementor-sticky--effects
  .elementor-nav-menu
  .elementor-item {
  /*padding-bottom: 10px!important;
    padding-top: 10px!important;*/
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

header.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
  height: calc(100% * var(--shrink-me));
}

header.elementor-sticky--effects .elementor-widget-theme-site-logo a img {
  height: 60px !important;
}

header.sticky-header .logo h2 {
  font-family: "Poppins", sans-serif !important;
  color: var(--header-background) !important;
  font-weight: 600 !important;
  font-size: 23px !important;
}

header.sticky-header nav li a {
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  color: var(--white) !important;
  /*font-weight: 600 !important;*/
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0.15em;
  position: relative;
}

header.sticky-header nav li.current_page_item a,
header.sticky-header nav li:hover a {
  color: #b48d18 !important;
}

header.sticky-header nav li:hover a::after {
  bottom: 0;
  content: "";
  background-color: #b48d18 !important;
  opacity: 1 !important;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

header.sticky-header nav li a.elementor-item-active {
  font-weight: bold;
}


/* End header */

/* Responsive header */
@media (max-width: 1025px) {
  header.sticky-header {
    overflow: visible;
  }

  header.sticky-header nav li a {
    background-color: var(--header-background) !important;
  }
  .elementor-25 .elementor-element.elementor-element-1965139d {
    width: 50% !important;
  }
}

@media (max-width: 1024px) {
  .elementor-25 .elementor-element.elementor-element-34cb763a {
    padding: 0 20px 0 20px !important;
  }
}

@media (min-width: 1401px) and (max-width: 1560px) {
  .main-hero {
    padding: 7em 4rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .main-hero {
    padding: 6em 3rem !important;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .main-hero {
    padding: 3em 2rem !important;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-25
    .elementor-element.elementor-element-2793a9c1
    .elementor-nav-menu--main
    > .elementor-nav-menu
    > li
    > .elementor-nav-menu--dropdown,
  .elementor-25
    .elementor-element.elementor-element-2793a9c1
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .elementor-25
    .elementor-element.elementor-element-2793a9c1
    .elementor-nav-menu--main
    > .elementor-nav-menu
    > li
    > .elementor-nav-menu--dropdown,
  .elementor-25
    .elementor-element.elementor-element-2793a9c1
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 16px !important;
  }

  main .entry-title h1.elementor-heading-title,
  main header.page-header h1 {
    font-size: 56px !important;
    margin-top: 0.5em !important;
  }

  .site-header,
  body:not([class*="elementor-page-"]) .site-main {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 600px) {
  .elementor-25 .elementor-element.elementor-element-1965139d {
    width: 50% !important;
  }
}

main.type-page header.page-header h1.entry-title {
  display: none !important;
}

main .entry-title h1.elementor-heading-title,
main header.page-header h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 72px;
  color: #B28D17 !important;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: lighter !important;
}

/* Hero section */
.main-hero {
  padding: 15em;
}

.main-hero h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 72px;
  color: var(--white) !important;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: lighter !important;
}

.main-hero p {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 19px !important;
  color: var(--white) !important;
  line-height: 1.8em !important;
  text-align: center;
  margin-bottom: 0.5em;
}

@media (max-width: 800px) {
  .main-hero {
    padding: 2em;
  }
}

@media (max-width: 760px) {
  .hero-buttons .button-no-background {
    display: flex;
    justify-content: center;
  }

  .hero-buttons .section-button {
    display: flex;
    justify-content: center;
  }
}

/* Content */

.button-no-background a {
  background: none !important;

  color: var(--white) !important;
  border: 2px solid var(--white) !important;
  border-radius: 0;

  letter-spacing: 1px;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
}

.section-button a {
  background-color: #b48d18 !important;

  color: var(--white) !important;
  border: 2px solid #b48d18;
  border-radius: 0;

  letter-spacing: 1px;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
}
.section-button a:hover,
.section-button a:focus {
  background-color: var(--gold) !important;
  border: 2px solid var(--gold);
  color: var(--white) !important;
}

.section-header h2 {
  /*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 12px !important;
  color: var(--heading-color) !important;
  font-size: 14px !important;
}

.section-header.left h2 {
  text-align: left;
}

.section-header.center h2 {
  text-align: center;
}

.section-header.right h2 {
  text-align: right;
}

.section-header.left::after {
  content: "";
  width: 10%;
  height: 4px;
  display: block;
  position: relative;
  left: 0;
  background-color: var(--gold);
}

.section-header.center::after {
  content: "";
  width: 10%;
  height: 4px;
  display: block;
  position: relative;
  left: 45%;
  background-color: var(--gold);
}

.section-header.right::after {
  content: "";
  width: 10%;
  height: 4px;
  display: block;
  position: relative;
  left: 95%;
  background-color: var(--gold);
}

.section-title h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 48px !important;
  color: var(--title-color) !important;
  line-height: 1.3em;
}

.section-text p {
  line-height: 1.8em;
  color: var(--text-color) !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 17px !important;
}

.section-quote h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  color: var(--title-color) !important;
  line-height: 1.3em;
  text-align: left;
  font-weight: lighter !important;
}

.card-title h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  color: var(--title-color) !important;
  font-size: 18px !important;
}

.card-header h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  color: var(--gold) !important;
  letter-spacing: 2px;
  line-height: 1.9em;
}

.card-text p {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8em;
}

.card {
  height: fit-content;
  height: -moz-fit-content;
}
/* End content */

/* Responsive content */
@media (max-width: 1025px) {
  .gallery {
    margin: 0 !important;
    padding: 0 0 0 2em !important;
  }
}
/* Footer */
.footer h1 {
  font-size: 24px !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  line-height: 1.8em !important;
}

.footer h2 {
  font-size: 17px !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  line-height: 1.8em !important;
}

.footer h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1.3em !important;
}

.footer .footer-text p {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  line-height: 1.9em !important;
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer .footer-text p strong {
  font-weight: bold !important;
  font-size: 16px !important;
}

.footer .contact-form input {
  -webkit-appearance: none;
  padding: 14px 4%;
  background-color: #111111 !important;
  width: 100%;
  font-weight: 400;
  border-width: 0;
  border-radius: 3px !important;

  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.8em;
}

.footer button {
  background-color: #b48d18 !important;

  color: var(--white) !important;
  border: 2px solid #b48d18 !important;
  border-radius: 0;

  letter-spacing: 1px;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
}

.footer button:hover,
.footer button:focus {
  color: var(--white) !important;
  background-color: var(--gold) !important;
  border: 2px solid var(--gold) !important;
}

/* end footer */
/* footer Responsive */
@media (max-width: 1025px) {
  .footer .elementor-container .elementor-row {
    display: flex;
    flex-wrap: wrap;
  }
}

/* pop up */
.elementor-popup-modal {
  /*background-color: #030303c4 !important;*/
  background-color: #185169C4 !important;
}

.elementor-popup-modal .contact-form input,
.elementor-popup-modal .contact-form textarea {
  -webkit-appearance: none;
  padding: 14px 4%;
  /*background-color: #111111 !important;*/
  background-color: #185169 !important;
  width: 100%;
  font-weight: 400;
  border-width: 0;
  border-radius: 3px !important;

  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 17px !important;
  /*color: rgba(255, 255, 255, 0.8) !important;*/
  color: #FFF !important;
  line-height: 1.8em;
}

.elementor-popup-modal .contact-form .elementor-field-group .elementor-field-textual::placeholder {
	opacity: 1;
	color: #fff;
}

.elementor-popup-modal button {
  background-color: #b48d18 !important;

  color: var(--white) !important;
  border: 2px solid #b48d18 !important;
  border-radius: 0;

  letter-spacing: 1px;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
}

.elementor-popup-modal button:hover,
.elementor-popup-modal button:focus {
  color: var(--white) !important;
  background-color: var(--gold) !important;
  border: 2px solid var(--gold) !important;
}

.elementor-popup-modal h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1.3em !important;
}

.page-header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.psac-slider-and-carousel .owl-dots .owl-dot {
  background: #333333;
}
.psac-slider-and-carousel .owl-dots .owl-dot.active {
	background: #b48d18;
}

.psac-post-slides .psac-post-image-bg {
	opacity: 0.58 !important;
}

.psac-post-slider.psac-design-1 .psac-post-overlay {
	background: rgba(255,255,255,0.61) !important;
	border: 5px solid #b48d18 !important;
}

.psac-post-title a {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

.wrap-content-page .elementor-text-editor a:focus,
.wrap-content-page .elementor-text-editor a:hover {
  color: #b28d17 !important;
}

.elementor-message {
	color: #fff;
}


.wrap-post-carousel {
  position: relative;
}

.wrap-post-carousel .more-button {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 28px;
  width: auto;
}

.wrap-post-carousel .more-button a.elementor-button-link {
  padding: 0 !important;
  background: none !important;
}

.wrap-post-carousel .more-button a.elementor-button-link:focus span,
.wrap-post-carousel .more-button a.elementor-button-link:hover span{
  color: #b48d18 !important;
}



/* share btns */
.addthis_tool .at4-share-container {
  border: none;
}

.page .addthis_tool,
.more-publications .addthis_tool {
  display: none !important;
}
.single-post .at-below-post.addthis_tool::before {
  content: "Comparte este Artículo";
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 20px;
  font-weight: bold;
  color: var(--gold) !important;
  line-height: 1.3em;
  margin-bottom: 10px;
}


#summary-posts article .elementor-post__card {
  position: relative;
  overflow: visible !important;
}

#summary-posts article .elementor-post__card .addthis_tool {
  position: absolute;
  left: -35px;
  top: 25px;
  overflow: hidden;
  width: 35px !important;
  padding-top: 10px;
}

#summary-posts article .elementor-post__card .addthis_tool .at-resp-share-element .at-share-btn {
  display: block;
}

#summary-posts article .elementor-post__card .at-resp-share-element .at-share-btn .at-label {
	display: none !important;
}

#summary-posts article .elementor-post__card .at-style-responsive .at-share-btn {
  background-color: #eceeef !important;
  border-radius: 2px 0 0 2px !important;
	padding: 9px;
}
#summary-posts article .elementor-post__card .at-style-responsive .at-share-btn:hover {
  background-color: #b28d17 !important;
}

#summary-posts article .elementor-post__card .at-style-responsive .at-share-btn .at-icon {
	fill: #a0b1b5 !important;
}
#summary-posts article .elementor-post__card .at-style-responsive .at-share-btn:hover .at-icon {
  fill: #fff !important;
}

@media (max-width: 1210px) {
  #summary-posts article .elementor-post__card .addthis_tool {
    display: none !important;
  }
}