*{
    font-family: 'Montserrat', sans-serif;
}
html,body,section,article,aside{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}
h1,h2,h3,h4,h5,h6{
    color: #fff;
}
header {
    background: url(../images/bitrix24-crm.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 40px;
    float: left;
}
    
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.mostrar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-contenido {
  background: #ffffff;
  border-top: 3px solid #2b52f0;
  width: 29%;
  max-width: 700px;
  padding: 35px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.modal-contenido h2 {
  margin: 0 0 25px;
  font-size: 32px;
  font-weight: 700;
  color: #111;
margin: 15px;
line-height: 1;
}

.botones {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.botones button {
  border: 1px solid #cfcfcf;
  background: #f7f7f7;
  color: #111;
  border-radius: 10px;
  padding: 14px 22px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  transition: all 0.15s ease;
  box-shadow: 0 4px 0 #d0d0d0;
}

.botones button:hover {
  background: #ececec;
  transform: translateY(-1px);
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d0d0d0;
}

.botones button:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #d0d0d0;

}

.modal.cerrar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#first-block-main h1,
#first-block-main h2,
#first-block-main p.box-white {
	color: #000 !important;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 18px 24px;
	border-radius: 8px;
	display: inline-block;
	margin: 20px auto;
	max-width: 90%;
	box-sizing: border-box;
}

#first-block-main-inframe {
	width: 100%; 
    height: auto;
    color: #000 !important;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	border-radius: 8px;
	display: inline-block;
	margin: 20px auto;
	max-width: 90%;
		}

    img#intro-image {
        width: 60%;
        float: left;
        position: relative;
        margin: 0.5% 20%;
    }
    div#first-block-main {
        width: 80%;
        float: left;
        position: relative;
        margin: 5% 10%;
        text-align: center;
    }
    div#second-block-main {
        width: 80%;
        margin: 5% 10% 5% 10%;
        float: left;
        position: relative;
    }
    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 1.5em;
        width: 100%;
    }
    h2 {
        font-size: 1em;
        line-height: 2;
        margin: 5% 0%;
    }
    h3 {
        margin: 5% 0%;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    h3.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    div.first-content-section {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
        color: #262626;
        border: 0px;
    }
    div.second-content-section {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    div.second-content-section img {
    display: inline-block;
    max-width: 37%;
    height: auto;
    float: none;
    }

    .imgWhyBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 8%;
    }
    .imgWhyBtx>img {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: 200px;
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: 200px;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
    width: 20%;
    float: left;
    position: relative;
    margin: 0.5% 2.5%;
    padding: 0;
    }
    div#share-block {
    width: 90%;
    float: left;
    position: relative;
    margin: 2.5% 5%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
        div#wa-share {
        background-image: url(../images/wa_share.webp);
        width: 40%;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #2FC6F6;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    }
    

    .features-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 40px 0;
		padding: 0 15px;
	}

	.features-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	margin: 40px 0;
	padding: 0 15px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.feature-item {
	background: #fff;
	border-radius: 8px;
	padding: 20px 18px;
	text-align: center;
	box-sizing: border-box;
	flex: 0 0 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	margin: 0;
	float: none;
}

.feature-item img {
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
	display: block;
}

.feature-item h4 {
	font-size: 1.1em;
	line-height: 1.4;
	color: #000;
	margin: 0 0 12px 0;
}

.feature-item p {
	font-size: 0.95em;
	line-height: 1.5;
	color: #333;
	margin: 0;
}
    .section-subtext {
	width: 90%;
	max-width: 850px;
	margin: 10px auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: black;
	float: none;
    }

    .hero-tech-points {
	color: #000;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	border-radius: 8px;
	display: inline-block;
	margin: 10px auto 20px;
	max-width: 90%;
	line-height: 1.6;
	font-size: 0.95em;
    }

    
    .hero-tech-points {
	box-sizing: border-box;
    }

    @media(min-width: 780px){
            div#first-block-main {
        width: 45%;
        float: left;
        position: relative;
        margin: 5% 2.5%;
        text-align: center;
    }
    div#second-block-main {
        width: 30%;
        margin: 5% 5% 5% 15%;
        float: left;
        position: relative;
    }

     #first-block-main-inframe {
	    width: 100%; 
        height: 200px;
        color: #000 !important;
        text-align: center;
        position: relative;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        border-radius: 8px;
        display: inline-block;
        margin: 20px auto;
        max-width: 90%;
		}


    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 1.5em;
        width: 100%;
    }
    h2 {
        font-size: 1em;
        line-height: 2;
        margin: 5% 0%;
    }
    h3 {
        margin: 5% 0%;
    }

    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    h3.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    div.first-content-section {
        width: 55%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        line-height: 1.5;
        color: #262626;
    }
    div.second-content-section {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 200px;
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: 200px;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
        width: 20%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        padding: 0;
    }
    div#share-block {
        width: 50%;
        float: left;
        position: relative;
        margin: 2.5% 25%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #2FC6F6;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 70%;
        float: left;
        position: relative;
        margin: 2.5% 15%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    } 
    .features-container {
		gap: 25px;
    }
   .feature-item {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

    }

@media(min-width: 1024px){
       .whyBtx {
        width: 100%;
        float: left;
        position: relative;
        margin: 2.5% 0%;
    }
    .whyBtx1 {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    .whyBtx3 {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 40%;
    }
    .whyBtxP {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .whyBtxP>p {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .imgWhyBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .imgWhyBtx>img {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }

    div#first-block-main {
        width: 45%;
        float: left;
        position: relative;
        margin: 2% 2.5%;
        text-align: center;
    }

     #first-block-main-inframe {
	    width: 100%; 
        height: 300px;
        color: #000 !important;
        text-align: center;
        position: relative;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        border-radius: 8px;
        display: inline-block;
        margin: 20px auto;
        max-width: 90%;
		}

    img#intro-image {
        width: 40%;
        float: left;
        position: relative;
        margin: 0.5% 60% 0.5% 0%;}
    div#second-block-main {
        width: 30%;
        margin: 5% 5% 5% 15%;
        float: left;
        position: relative;
    }
    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 2em;
        width: 100%;
    }
    h2 {
        font-size: 1em;
        line-height: 2;
        margin: 5% 0%;
    }
    h3 {
        margin: 5% 0%;
        font-size: 1.5em;
        line-height: 1.5;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    h3.body-title {
        margin: 3.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    .feature-item {
	flex: 0 0 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	margin: 0;
}

    div.first-content-section {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
        line-height: 1.5;
        color: #262626;
        text-align: center;
    }
        div.first-content-section-vent {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        line-height: 1.5;
        color: #262626;
    }

    div.second-content-section {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: auto;
    
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: 150px;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
width: 20%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        padding: 0;
    }
    div#share-block {
        width: 60%;
        float: left;
        position: relative;
        margin: 2.5% 20%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
        div#wa-share {
        background-image: url(../images/wa_share.webp);
        width: 25%;
        height: 60px;
        float: left;
        margin: 0.5% 37.5%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #2FC6F6;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 50%;
        float: left;
        position: relative;
        margin: 2.5% 25%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    }

}

@media (max-width: 768px) {
	.section-subtext {
		font-size: 14px;
		padding: 0 15px;
	}

	.hero-tech-points {
		font-size: 14px;
		padding: 10px 15px;
	}
    
.modal-contenido {
    padding: 25px 20px;
  }

  .modal-contenido h2 {
    font-size: 26px;
  }

  .botones {
    flex-direction: column;
  }

  .botones button {
    width: 100%;
    font-size: 18px;
  }


}



