/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/

/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}

/*****************************TEST SLIDER*************************************/
section.sld-food {
	height: 840px;
	overflow: hidden;
}

section.sld-food .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}

.centered-text h1 {
	font-size: 3rem;
}
/***************************BOTTOM FLOAT*****************************/
.floating-buttons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
.floating-button:hover {
	transform: scale(1.1);
}
.contact {
	background: linear-gradient(180deg, #EBDEE4 0%, #D3B7C1 100%);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
	align-items: center;
}
.chat-button {
	display: inline-block;
	background-color: #dc2626;
	color: white;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 8px;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 14px;
	transition: background-color 0.3s ease;
	max-width: 100%;
	text-align: center;
}
.chat-button:hover, .chat-button:active {
	background-color: #b91c1c;
	color: white!important;
}
.chat-icon {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 544px) {}

/*** cards home ***/
.cardhide .contenthide p { opacity: 0;transition: opacity 0.2s ease-in-out;}
.cardhide:hover .contenthide p {opacity: 1;}
.cardhide {background-size: 100%!important;
    transition: background-size 0.5s ease-in-out!important;}
.cardhide:hover {background-size: 120%!important; }



/****** slide testimonials ***/

.slidetestimonials button{ background: white !important;  border: solid 1px #00000021;}
.slidetestimonials button:hover, .slidetestimonials button:active{background: #D7362B!important; opacity: 1!important;}
.slidetestimonials button:hover path, .slidetestimonials button:active path{fill: white!important;}
.slidetestimonials .splide__arrow--prev { left: 0em!important;}
.slidetestimonials .splide__arrow--next {right: 0em!important;}

    .testimonial-card {
background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin: 0px auto;
    justify-content: center;
    }
    .testimonial-content {
     font-family: inherit;
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 300;
    line-height: 1.6;
    margin: 4px 0px 4px 0px;
    text-align: center;
    }

.testimonial-content{margin: 10px 0px!important;
      margin: 3px 0px !important;
    color: #080808;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 400;
}

.testimonial-name {
   color: #767575;
    margin-top: auto;
    font-weight: 500;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px !important;
    text-align: center;
    font-style: normal;
	margin-top: 10px;
    }

    .splide__slide {
        padding: 10px;
    }

		@media (max-width: 768px) {
    .testimonial-card {
        padding: 20px;
    }
    .testimonial-content {
        font-size: 14px;
    }
    .testimonial-name {
        font-size: 12px;
    }
}


/********* tabs horizontales ***/
.process-tabs-v1 .tab:last-child .tab-number {
  clip-path: none !important;
}

.process-tabs-v1 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*.process-tabs-v1 {
  padding: 20px;
  background: #f5f5f5;
} */

.process-tabs-v1 .customdesigntabs {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border: 1px solid #ddd;
  height: 200px;
}

.process-tabs-v1 .tab {
  position: relative;
  flex: 1;
  min-width: 100px;
  max-width: 130px;
  border-right: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-tabs-v1 .tab:last-child {
  border-right: none;
}

.process-tabs-v1 .tab-trigger {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: 15px 10px;
  cursor: pointer;
  background: none;
  border: none;
}

.process-tabs-v1 .tab.active {
  flex: 4;
  max-width: none;
}

.process-tabs-v1 .tab-number-container {
  margin-bottom: 15px;
	margin-left: -15px;
}

.process-tabs-v1 .tab-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  background: #91c2ff;
  position: relative;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-tabs-v1 .tab.active .tab-number {
  background: #004a94;
}

.process-tabs-v1 .tab-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.process-tabs-v1 .tab-title {
  font-size: 0.85em;
  color: #666;
  line-height: 1.3;
  margin-bottom: 10px;
  word-wrap: break-word;
  hyphens: auto;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: left;
}

.process-tabs-v1 .tab.active .tab-title {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  transform: translateY(0);
}

.process-tabs-v1 .tab-description {
  position: absolute;
  font-size: 0.85em;
  line-height: 1.4;
  color: #666;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: left;
	font-weight: 400;
}

.process-tabs-v1 .tab.active .tab-description {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 980px) {
	.process-tabs-v1 .tab-description{height: 0px!important; font-size: 16px;}
	.process-tabs-v1 .active .tab-description{height: auto!important;}
	
	
  .process-tabs-v1 .customdesigntabs {
    flex-direction: column;
    height: auto;
  }

  .process-tabs-v1 .tab {
    max-width: none;
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
    height: auto;
  }

  .process-tabs-v1 .tab:last-child {
    border-bottom: none;
  }

  .process-tabs-v1 .tab-trigger {
    padding: 10px;
  }

  .process-tabs-v1 .tab.active {
    flex: auto;
  }

  .process-tabs-v1 .tab-description {
    position: relative;
    transform: translateY(0);
  }

  .process-tabs-v1 .tab-number {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
  }

  .process-tabs-v1 .tab-title {
    font-size: 16px!important;
  }
}

/*** header css ***/
div.nv_header {
  height: 100%;
  display: flex;
  flex-direction: column;
}
div.nv_header nav.elementor-nav-menu--main {
  height: 100%;
  border-top: 1px solid #DBD9D9;
}
div.nv_header li.free-con {
  flex-basis: 22%;
  padding: 0.5rem;
  background-color: #D7362B;
  border-radius: 5px;
  justify-content: center;
}
div.nv_header li.free-con a.elementor-item {color: #fff !important;}
div.nv_header ul.elementor-nav-menu li:not(:last-child) {
  flex-basis: 19.5%;
  border-right: 1px solid #DBD9D9;
  /*border-bottom: 1px solid #DBD9D9; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.nv_header li.inm-icon::before, div.nv_header li.work-icon::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}


div.nv_header li.stu-icon::before, 
div.nv_header li.spon-icon::before  {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

div.nv_header li.inm-icon::before {
  background-image: url(/wp-content/uploads/immigrate-icon.svg);
}

div.nv_header li.itemtop.inm-icon::before, div.nv_header li.inm-icon:hover::before {
  background-image: url(/wp-content/uploads/immigrate-icon-active.svg);
}

div.nv_header li.work-icon::before {
  background-image: url(/wp-content/uploads/work-icon.svg);
}

div.nv_header li.itemtop.work-icon::before, div.nv_header li.work-icon:hover::before  {
  background-image: url(/wp-content/uploads/work-icon-active.svg);
}

div.nv_header li.stu-icon::before {
  background-image: url(/wp-content/uploads/study-icon.svg);
}

div.nv_header li.itemtop.stu-icon::before,div.nv_header li.stu-icon:hover::before  {
  background-image: url(/wp-content/uploads/study-icon-active.svg);
}

div.nv_header li.spon-icon::before {
  background-image: url(/wp-content/uploads/people-sponsorship-icon.svg);
}

div.nv_header li.itemtop.spon-icon::before, div.nv_header li.spon-icon:hover::before {
  background-image: url(/wp-content/uploads/people-sponsorship-icon-active.svg);
}



div.nv_header a.elementor-item, div.nv_header a.elementor-item:hover, div.nv_header a.elementor-item:focus {
  flex-grow: initial !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

div.nv_header a.elementor-item span.sub-arrow{
	padding: 3px;
}

.itemtop {background: #fff2f2!important}
.itemtop .elementor-item {color: #D7362B!important; fill: #D7362B!important;}

/*** slide blog and news ***/
div.post-blg article.elementor-post {
  align-items: center;
}
div.down-menu ul.elementor-icon-list-items {justify-content: space-between !important;}

div.down-menu ul.elementor-icon-list-items li span svg {margin: 0px !important;}
div.down-menu ul.elementor-icon-list-items {
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 100%;
}
div.down-menu ul.elementor-icon-list-items li {
  flex-direction: column;
  gap: 10px;
  margin: 0px !important;
  padding: 0.7rem;
  flex-wrap: nowrap;
}
div.down-menu ul.elementor-icon-list-items li:last-child {
  flex-basis: 22%;
  padding: 0.5rem;
  background-color: #D7362B;
  border-radius: 5px;
}
div.down-menu ul.elementor-icon-list-items li:not(:last-child) {flex-basis: 19.5%;border-right: 1px solid #DBD9D9;border-top: 1px solid #DBD9D9;border-bottom: 1px solid #DBD9D9;}
div.down-menu ul.elementor-icon-list-items li:last-child span {
  color: #FFFDFD !important;
}


.slidersminihome .arrowstyle i:before{color:#767575}

.slidersminihome {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.slidersminihome .slide-wrapper {
    display: flex;
    align-items: stretch;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
	max-width: 90%;
    margin: 0px auto;
}

.slidersminihome .slide-image-container {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.slidersminihome .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.slidersminihome .slide-content {
    width: 55%;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.slidersminihome .slide-title {
    font-size: 18px;
    font-weight: 700;
    color: #080808;
    line-height: 21px;
    margin-bottom: 0px;
}

.slidersminihome .slide-excerpt {
    font-size: 17px;
    line-height: 22px;
    color: #767575;
    margin: 5px 0px 20px 0px;
}

.slidersminihome .read-article {
    display: inline-block;
    background-color: #FFF2F2;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    width: fit-content;
    color: #D7362B;
    line-height: 21px;
    font-weight: 700;
    font-family: 'Roboto';
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2) !important;
}

.slidersminihome .read-article:hover, .slidersminihome .read-article:active{color: #FFF2F2!important; background:#D7362B; }
div.news_ctn h2.elementor-heading-title a, div.news_ctn li.elementor-icon-list-item a {text-decoration: none;}


/* Responsive */
@media (max-width: 768px) {
    .slidersminihome .slide-wrapper {
        flex-direction: column;
    }

    .slidersminihome .slide-image-container,
    .slidersminihome .slide-content {
        width: 100%;
    }

    .slidersminihome .slide-image-container {
        height: 200px;
    }

    .slidersminihome .slide-content {
        padding: 20px;
    }

    .slidersminihome .slide-title {
        font-size: 20px;
    }

    .slidersminihome .slide-excerpt {
        font-size: 14px;
    }
	
	div.post-blg article.elementor-post {flex-direction: column-reverse;gap: 15px;}
	div.post-blg article.elementor-post a.elementor-post__thumbnail__link {margin: 0 !important;}
	
	
}

.slidersminihome .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; /* Permite hacer clic en elementos debajo */
    z-index: 10;
}

.slidersminihome .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    pointer-events: auto; /* Habilita los clics en los botones */
    transition: background-color 0.3s;
}

.slidersminihome .splide__arrow:hover {
    background: #f5f5f5;
}

.slidersminihome .splide__arrow--prev {
    left: -20px;
}

.slidersminihome .splide__arrow--next {
    right: -20px;
}

.slidersminihome .nav-arrow {
    font-size: 24px;
    line-height: 1;
    color: #666;
}

/* Ajuste para dispositivos móviles */
@media (max-width: 768px) {
    .slidersminihome .splide__arrow {
        width: 30px;
        height: 30px;
    }
    
    .slidersminihome .splide__arrow--prev {
        left: -15px;
    }
    
    .slidersminihome .splide__arrow--next {
        right: -15px;
    }
    
    .slidersminihome .nav-arrow {
        font-size: 20px;
    }
}

.slidersminihome .imgslide img{border-radius: 8px!important;}
.slidersminihome .splide__arrow--next:hover i:before, .slidersminihome .splide__arrow--prev:hover i:before{color: red!important}
.slidersminihome .splide__arrow--next i, .slidersminihome .splide__arrow--prev i{font-size: 30px}
.slidersminihome .splide__arrow--next{margin-right: 8px !important; background: transparent!important; box-shadow: none!important;}
.slidersminihome .splide__arrow--prev{margin-left: 8px !important; background: transparent!important; box-shadow: none!important;}

#containersteps::before {background-size: 80rem!important;}


/**** tabla pop up ***/

  .mycustomtable * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .mycustomtable {
		font-family: inherit;
			background-color: none!important
			max-width: 1200px;
			margin: 0 auto;
			padding: 0px;
        }
        .mycustomtable .container {
            background: white;
            border-radius: 8px;
            overflow: hidden;
			    max-height: 70vh;
    overflow-y: visible;
        }
        .mycustomtable .search-container {
            padding: 16px;
            border-bottom: 1px solid #e0e0e0;
			max-width: 250px;
    		margin: 0px auto;
        }
        .mycustomtable .search-input {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #c5d4e7;
            border-radius: 4px;
            font-size: 14px;
        }
        @media screen and (min-width: 769px) {
            .mycustomtable .table {
                width: 100%;
                border-collapse: separate;
                border-spacing: 0;
            }
            .mycustomtable .table th {
                background-color: #e8f1fc;
                color: #1a5189;
                font-weight: 600;
                text-align: left;
                padding: 15px;
                border: 1px solid #c5d4e7;
            }
            .mycustomtable .table td {
                padding: 15px;
                border: 1px solid #c5d4e7;
                background: white;
            }
            .mycustomtable .accordion-view {
                display: none;
            }
        }
        @media screen and (max-width: 768px) {
            .mycustomtable .table {
                display: none;
            }
            .mycustomtable .accordion-view {
                display: block;
            }
            .mycustomtable .accordion-item {
                border: 1px solid #e0e0e0;
            }
            .mycustomtable .accordion-header {
                padding: 16px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                background: white;
            }
            .mycustomtable .accordion-header .main-title {
                font-weight: 500;
                color: #1a5189;
            }
            .mycustomtable .accordion-content {
                display: none;
                padding: 16px;
                background: #f8f9fa;
            }
            .mycustomtable .accordion-content.active {
                display: block;
            }
            .mycustomtable .content-row {
                margin-bottom: 12px;
            }
            .mycustomtable .content-row:last-child {
                margin-bottom: 0;
            }
            .mycustomtable .content-label {
                font-weight: 500;
                margin-bottom: 4px;
                color: #666;
            }
            .mycustomtable .content-value {
                color: #333;
            }
            .mycustomtable .toggle-icon {
                font-size: 24px;
                color: #666;
            }
        }


/*** responsive menu ***/
@media only screen and ( max-width: 1023px ) {
	div.nv_header ul.elementor-nav-menu li:not(:last-child) {border: 0px!important;}
	div.nv_header ul.elementor-nav-menu > li:not(:last-child) {margin-bottom: 20px!important;}
	div.nv_header .ic-men a.has-submenu{margin-left: 35px!important; margin-top: -25px!important;}
	div.nv_header .ic-men .sub-arrow {position: absolute; right: 0;}
	div.nv_header ul.sub-menu{margin-top: 10px!important;}
	div.nv_header li.free-con a{padding-top: 0px !important; display: flex; flex-wrap: nowrap; align-items: center; flex-direction: row; justify-content: center;} 
	#menusinglemovil ul {gap: 20px!important;}
	div.nv_header li.inm-icon::before, div.nv_header li.work-icon::before, div.nv_header li.stu-icon::before, div.nv_header li.spon-icon::before { height: 24px!important;}
		
/* Ocultar el ícono de plus cuando el elemento tiene la clase itemopen */
#movilmenu .menu-item-has-children.itemopen > a .sub-arrow .e-fas-plus {
  display: none;
}
/* Crear un pseudo-elemento para mostrar el ícono de minus cuando el elemento tiene la clase itemopen */
#movilmenu .menu-item-has-children.itemopen > a .sub-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: currentColor; /* Usa el color actual del texto */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	
	
div.nv_header .elementor-sub-item.menu-link {font-family: 'Roboto'!important; color: black!important;}
	div.nv_header_vi .ic-men a.has-submenu, div.nv_header_vi li.free-con a.elementor-item {
		font-family: 'Roboto' !important;
		font-weight: 700 !important;
	}
	div.nv_header li.free-con a.elementor-item:hover {
		color: #D7362B !important;
	}
	
}


