/**
Theme Name: SeaCalmPro
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seacalmpro
Template: astra
*/
.azul{
  color:#00324b;
}
.azul-claro{
  color:#00beff;
}
.gris{
  color:#eaeaea;
}
span.fondo-azul {
    background-color: #00324b;
    padding: 3px 2px 3px 10px;
}
span.fondo-blanco {
    background-color: #ffffff;
    padding: 3px 2px 3px 10px;
    color:#00324B;
}
span.titulo-icono {
    display: block;
    font-weight: bold;
}
#degrada {
    height: 4px !important;
    background: linear-gradient(to right, #00beff, #00324b) !important;
}
span.dashicons.dashicons-instagram {
    top: -2px;
    position: relative;
}
ul#menu-1-44582e0 li a:after {
    display: none;
}

@media screen and (min-width: 1025px) {

/* Centramos el icono de instagram */

.wpr-nav-menu-container.wpr-nav-menu-horizontal ul li {
  vertical-align: center !important;
}

/* 1. Contenedor principal: Lo volvemos 'relative' para que el menú flote bien */
.pll-parent-menu-item {
    position: relative !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 30px !important;
    padding: 6px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    height: fit-content !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    transition: all 0.3s ease-in-out;
}

.pll-parent-menu-item:hover {
    border-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}

/* 2. Enlace: Mantenemos tus iconos de fondo limpios */
.pll-parent-menu-item > a {
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 42px 10px 34px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'%3E%3C/path%3E%3Cpath d='M2 12h20'%3E%3C/path%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-position: left 0px center, right 14px center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: 24px 24px, 14px 14px !important;
}
/* 3. ¡EXTRATERMINACIÓN del punto/icono fantasma residual! */
.pll-parent-menu-item img,
.pll-parent-menu-item .no-translation,
.pll-parent-menu-item > a::before,
.pll-parent-menu-item > a::after,
.pll-parent-menu-item span {
    display: none !important;
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
}

/* 4. Arreglar el submenú para que flote (Absolute) y no descoloque el botón */
.pll-parent-menu-item .sub-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important; /* Lo alinea al borde derecho del botón */
    left: auto !important;
    width: 140px !important; /* Ancho fijo para que no se deforme */
    background-color: #00283d !important; /* Ajusta este color al fondo de tu menú */
    border-radius: 8px !important;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.2) !important;
    margin-top: 3px !important;
    padding: 6px 0 !important;
    z-index: 99999 !important;
    display: none; /* Elementor controla el hover, pero aseguramos la base */
}

/* Forzar el comportamiento de hover nativo por CSS para evitar fallos de JS */
.pll-parent-menu-item:hover .sub-menu {
    display: block !important;
}

/* Limpieza de los enlaces dentro del desplegable */
.pll-parent-menu-item .sub-menu li {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.pll-parent-menu-item .sub-menu li a {
    background-image: none !important;
    padding: 10px 16px !important;
    color: #ffffff !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    text-align: left !important;
    transition: background 0.2s;
    font-weight: 500;
    text-shadow: none !important;
}

.pll-parent-menu-item .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.wpr-sub-icon.fas {
  display: none;
}


}/* Fin de min-width 1025px */
