/**
Theme Name: Epoxi Suelos
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: epoxi-suelos
Template: astra
*/

/* General */
.grey {
    background-color: rgb(228, 226, 217);
}

.yellow {
    background-color: #f9af06;
}

.black {
    background-color: #000000;
}


.ast-builder-html-element p {
    margin: 0;
}

p {
    margin-bottom: 0 !important;
}

/* Link */
a.link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.link-text {
    color: black;
    padding: 10px 15px;
    border-radius: 25px;
}
.link-text.white {
    color: white!important;
}
.link-arrow {
    padding: 10px;
    border-radius: 100%;
    margin: 0 10px;
}
/*HERO SLIDER ELEMENTOR*/
.swiper-wrapper{

	background-color: black!important;
	border-radius:30px;

}
.swiper-slide-image{
	opacity:.7!important;
}
.swiper-pagination{
	top:-40px!important;
	
}

.swiper-pagination span{
	opacity:1!important;
}
.swiper-pagination-bullet-active{
	border: 3px solid white;
}
.swiper-pagination span:nth-child(1){
	background-color:lightgrey!important;
}
.swiper-pagination span:nth-child(2){
	background-color:#af2b1e!important;
}
.swiper-pagination span:nth-child(3){
	background-color:#287233!important;
}
.swiper-pagination span:nth-child(4){
	background-color:#2271b3!important;
}
.swiper-pagination span:nth-child(5){
	background-color:#f39f18!important;
}

.elementor-97 .elementor-element.elementor-element-dca7597 .elementor-image-carousel-caption {

position: absolute;
z-index: 999;
top: 30%;
left: 45px;

}
	.swiper-slide-image{
		object-fit:cover!important;
	}

@media (max-width:600px){
	.swiper-slide-image{
		height:70vh!important;
		object-fit:cover!important;
	}
	.elementor-97 .elementor-element.elementor-element-dca7597 .elementor-image-carousel-caption {

position: absolute;
z-index: 999;
top: 70%;
left: 20px;

}
}
/* Footer */
h2.widget-title {
    color: white !important;
}

footer a.menu-link {
    color: white !important;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-info a {
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 700;
}

.design-ingo a {
    color: #f9af06;
}

/* Cards */
.top-bar {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    flex-direction: row;
    color: var(--headline-color);
    padding: 25px 25px 25px 25px !important;
    justify-content: center;
}

.top-bar h2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.top-bar svg {
    color: white;
}

.action-buttons {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.5rem;
    scroll-snap-align: start;
    width: 100%;
    flex-wrap: wrap;
}

.action-button {
    color: var(--accent-text);
    border-radius: 1rem;
    height: 2rem;
    gap: 0.25rem;
    cursor: pointer;
    display: flex;
    padding: 0 0.75rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    align-items: center;
    text-decoration: none;
    background: var(--secondary);
}

.action-button--primary:active {
    background: var(--accent-active);
}

.action-button:active {
    background: var(--secondary-active);
}

.action-button--horizontal-scroll {
    cursor: pointer;
    border: none;
    outline: none;
    width: 40px;
    border-radius: 40px;
    height: 40px;
    background: #c8c8c8 !important;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.action-button--horizontal-scroll:hover {
    background: #48A089;
}

.action-button--horizontal-scroll:active {
    background: #48A089;
}

.action-button--horizontal-scroll:disabled {
    cursor: not-allowed;
    background: #c8c8c8 !important;
}

#action-button--previous {
    transform: rotate(-90deg);
}

#action-button--next {
    transform: rotate(90deg);
}

.action-button:hover {
    background: var(--secondary-hover);
}

.action-button--primary {
    background: var(--accent);
}

.action-button--primary:hover {
    background: var(--accent-hover);
}

#events, #events2 {
    display: flex;
    gap: 1.5rem;
    padding: 20px;
    width: 100%;
    flex-direction: row;
    overflow: auto;
}

.event1, .event2 {
    appearance: none;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    overflow: hidden;
    color: rgba(29, 32, 59, 1);
}

.event1 {
    min-width: 40rem;
}

.event2 {
    min-width: 15rem;
}

.event__image {
    position: relative;
}

.event__indicator {
    position: absolute;
    padding: 0.5rem;
    min-width: 7.5rem;
    min-height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white);
    align-items: center;
    border-radius: 0.5rem;
}

.event1 img, .event2 img {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    object-position: top;
}

.event1 img {
    height: 30rem;
}

.event2 img {
    height: 25rem;
}

.event1 h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--event-headline);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titular-cards {
    position: absolute;
    color: white;
    font-size: 35px;
    font-weight: 600;
    bottom: 0.5rem;
    left: 1.5rem;
    margin-bottom: 16px;
}

.titular-cards p {
    margin-bottom: 15px;
}

/* Icons */
.icons-why {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons-why h3 {
    color: black;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
}

.icons-why p {
    color: #636363;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}




/* Faqs */
.faq-container, .faq-containerw {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 40px 0;
    border-radius: 1em;
}

details {
    font-size: 1rem;
    margin: 0 auto;
    width: 100%;
    border-radius: 0.5rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #FFFFFF1A;
}

details:hover {
    background-color: unset;
}

details:hover svg {
    stroke: black;
}

details[open] {
    background-color: unset;
}

details[open] .faq-title {
    color: black;
}

.faq-containerw details[open] .faq-title {
    color: white;
}

summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    list-style: none;
    padding: 1rem;
    align-items: center;
}

summary svg {
    stroke: black;
}

.faq-containerw summary svg {
    stroke: white;
}

details[open] summary svg {
    transform: rotate(90deg);
}

.faq-containerw details[open] summary svg {
    transform: rotate(90deg);
}

summary:hover .faq-title {
    color: black;
}

.faq-containerw summary:hover .faq-title {
    color: white;
}

summary::-webkit-details-marker {
    display: none;
}

summary:focus {
    outline: none;
}

.faq-title {
    width: 90%;
    transition: all 250ms ease-in-out;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
}

.faq-title.faqblack {
    color: black;
}

.faq-content {
    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    padding: 0.2rem 1rem 1rem 1rem;
}

.faq-content p {
    color: #636363;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.faq-title.faqwhite {
    color: white;
}

.faq-content.faqwhite {
    color: #707070;
}

.expand-icon {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    transition: all 150ms ease-out;
}

/*Blog*/
div#ez-toc-container {
    margin: 30px 0px;
}

/*Form*/
div#app span {
    color: white;
}

/*Nosotros*/
.elementor-element.elementor-element-5ee716a.uael-ba-halign-center.uael-ba-label-hover.elementor-widget.elementor-widget-uael-ba-slider {
    margin-right: 0px;
}
.icons-our {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons-our h3 {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
}

.icons-our p {
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/*Landings*/

.block-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border: 1px solid #7d7d7d30;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    min-height: 140px;
}
.block-b h3 {
    color:#ffffff;
}
.block-b p {
    color:#ffffff;
}
.block-c {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border: 1px solid #7d7d7d30;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    min-height: 140px;
}
.block-c h3 {
    color:#000000;
}
.block-c p {
    color:#000000;
}
.block-c img {
    max-width: 120px;
    margin: 10px;
}

/*Form*/
.pipedriveWebForms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Responsive*/
@media only screen and (max-width: 1024) { 

    .icons-our h3 {
        font-size: 22px;
        padding: 10px 0px 0px 0px;
        margin-bottom: 5px;
    }
    .icons-our p {
        font-size: 18px;
    }

 



}

@media only screen and (max-width: 768px) {

    .icons-our h3 {
        font-size: 20px;
        padding: 10px 0px 0px 0px;
        margin-bottom: 5px;
    }
    .icons-our p {
        font-size: 14px;
    }

    .event1 {
        min-width: 20rem;
    }
    .event1 img {
        height: 17rem;
    }
    .titular-cards {
        font-size: 25px;}
        .icons-why h3 {
            font-size: 22px;
            padding: 10px 0px 0px 0px;
            margin-bottom: 5px;
        }
        .icons-why p {
            font-size: 14px;
        }
        .icons-why img {
            max-width: 60px;
        }
        .faq-content p{font-size: 14px;}
}


/*Slide*/
.sectores-bloque-slide a {
    border: solid #e6e6e6a6 1px;
    border-radius: 10px;
    padding: 15px;
    color: black;
    font-weight: 600;
	margin:10px 10px;
	width:260px;
	min-width:180px;
	height:180px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.sectores-bloque-slide svg {
    background: #F9AF06;
    border-radius: 25px;
    padding: 3px;
}
.sectores-bloque-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
small.text-muted {
    font-weight: 100;
}
@media (min-width: 768px){
.sectores-bloque-slide {
   justify-content: center;
}
}



@media (max-width: 767px){

.sectores-bloque-slide  {
		scroll-snap-type:x mandatory;
		overflow: auto;
		white-space: nowrap;
		    flex-wrap: unset;
	}
	
}