/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
img.custom-logo {
    max-width: 140px;
}

.site-navigation ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: none;
    color: rgba(31, 36, 46, 0.8);
    margin: 0px 3px;
    padding: 8px 19px;
}

.site-navigation ul.menu li a:hover {
    color: rgb(31, 36, 46);
    background: rgb(241, 242, 244);
    border-radius: 6px;
}

.brand-gradient-bar {
    height: 3px;
    background: linear-gradient(90deg, rgb(45, 134, 65), rgb(46, 89, 158), rgb(238, 179, 43), rgb(224, 114, 41), rgb(188, 56, 47));
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0px; }

.w-full {
    width: 100%;
}

.w-3\.5 {
    width: 0.875rem;
}

.h-3\.5 {
    margin-bottom: -2px;
    height: 0.875rem;
}

.bg-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 36, 46);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    & svg {
        margin-right: 6px;
    }
}

.bg-primary:hover {
    color: rgb(255, 255, 255);
    background: rgb(58, 66, 82);
}

.site-navigation ul.menu li.menu-item-has-children::after {
    display: none !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.site-navigation ul.menu li ul {
    background: rgb(255, 255, 255);
    min-width: 150px;
    top: 100%;
    width: 218px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 6px;
    z-index: 99999 !important;
}
.text-brand-blue {
    color: #2e599e;
}
.site-navigation ul.sub-menu li a {
    width: 100%;
}

.footer {
    background: rgb(31, 36, 46);
    color: rgb(227, 229, 232);
    padding: 60px 20px 30px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer h3 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 18px;
}

.footer p {
    line-height: 1.6;
    font-size: 14px;
}

.footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer a {
    color: rgb(207, 214, 230);
    text-decoration: none;
    transition: color 0.2s;
}

.footer a:hover {
    color: rgb(255, 255, 255);
}

.socials {
    margin-top: 15px;
}

.socials a {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 10px;
    background: rgb(31, 39, 64);
    border-radius: 6px;
    font-size: 13px;
}

.footer-bottom {
    border-top: 1px solid rgb(42, 51, 82);
    margin-top: 40px;
    padding-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 13px;
    margin: 5px 0px;
}

.footer-links a {
    margin-left: 15px;
    font-size: 13px;
}

.cta {
    background: rgb(31, 36, 46);
    text-align: center;
    padding: 80px 20px 60px;
    color: rgb(255, 255, 255);
    font-family: Arial, sans-serif;
}

.cta-container {
    max-width: 800px;
    margin: auto;
}

.cta h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255) !important;
}

.cta p {
    color: rgb(185, 192, 211);
    margin-bottom: 25px;
    font-size: 16px;
}

.cta-btn {
    display: inline-block;
    background: rgb(46, 89, 158);
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: background 0.2s;
}

.cta-btn:hover {
    background: rgb(93, 103, 214);
}

.service-card {
    background: rgb(255, 255, 255);
    padding: 28px;
    border-radius: 10px;
    max-width: 280px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
}

.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(229, 231, 235);
    border-radius: 8px;
    margin-bottom: 18px;
}

.service-card h3 {
    font-size: 18px;
    margin: 0px 0px 12px;
    color: rgb(31, 41, 55);
    font-family: "Playfair Display", sans-serif;
}

.service-card p {
    color: rgb(107, 114, 128);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 18px;
}

.service-link {
    text-decoration: none;
    color: rgb(79, 70, 229);
    font-weight: 500;
    font-size: 14px;
}

.service-link:hover {
    text-decoration: underline;
}

.contact-section {
    m;max-width: 1000px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.contact-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px!important;
    color: rgb(31, 41, 55);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    color: rgb(55, 65, 81);
    font-weight: 500;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 14px;
    background: rgb(255, 255, 255);
    transition: border 0.2s, box-shadow 0.2s;
    border: 1px solid rgb(209, 213, 219) !important;
}

.form-group textarea {
    min-height: 130px;
    resize: vertical;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: rgb(79, 70, 229);
    box-shadow: rgba(79, 70, 229, 0.15) 0px 0px 0px 2px;
}

.checkbox {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgb(107, 114, 128);
}

.checkbox input {
    margin-top: 4px;
    width: auto;
    margin-right: 5px;
}

input[type="submit"] {
    width: 100%;
    background: rgb(31, 41, 55);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

input[type="submit"]:hover {
    background: rgb(17, 24, 39);
}

@media (max-width: 700px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}
#instalacion{
	& ul{
  list-style:none;
  padding-left:20px;
}

& ul li{
  position:relative;
  margin-bottom:8px;
}

	& ul li::before{
		content:"•";
		color:#2d8641;
		position:absolute;
		left:-15px;
		font-size: 30px;
		top: -13px;       
	}
}
#ul-naranja{
	& ul{
  list-style:none;
  padding-left:20px;
}

& ul li{
  position:relative;
  margin-bottom:8px;
}

	& ul li::before{
		content:"•";
		color:#e07229;
		position:absolute;
		left:-15px;
		font-size: 30px;
		top: -13px;       
	}
}
#ul-rojo{
	& ul{
  list-style:none;
  padding-left:20px;
}

& ul li{
  position:relative;
  margin-bottom:8px;
}

	& ul li::before{
		content:"•";
		color:#bc382f;
		position:absolute;
		left:-15px;
		font-size: 30px;
		top: -13px;       
	}
}

#nosotras-ul{
	& ul{
	  list-style:none;
	  padding-left:20px;
	}

	& ul li{
	  position:relative;
	  margin-bottom:8px;
	}

	& ul li::before{
		content: "•";
		color: #2e599e;
		position: absolute;
		left: -20px;
		font-size: 30px;
		top: -12px;
	}
}

strong.prensa {
    color: #2e599e;
    background: #2e599e1a;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: bold;
}

strong.video {
    color: #bc382f;
    background: #bc382f1a;
}

strong.redes {
    background: hsl(24 75% 52% / .1);
    color: #e07229;
}
@media (max-width: 768px){

  .sub-menu{
    display:block;
    padding-left:20px;
  }

}

/*Menu*/

.menu-item-has-children{
   position:relative;
}
.submenu-toggle svg {
    width: 30px;
    height: 22px;
}
.submenu-toggle{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
	display:none;

}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: none !important;
    color: inherit !important;
}
@media (min-width:1001px){

.menu-item-has-children:hover > .sub-menu{
    display:block;
}

}
@media (max-width:1000px){
.sub-menu{
    display:none;
}
.menu-item-has-children > a{
   display:block;
   padding-right:40px;
	& svg {
		display:none;
	}
}
	.submenu-toggle{
		display:block;
	}
	

}

