*{
    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;
}
li {
    font-weight: normal;
}
em{
    font-style: normal;
}
header {
    background: url(../images/analisis-de-riesgo-cibernetico-avanzado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    float: left;
}
img#intro-image {
    width: 60%;
    float: left;
    position: relative;
    margin: 0.5% 20%;
}
.video-container iframe {
      height: 300px; 
      max-width: 300px;
    }

    .video-section {
      padding: 25px 10px; 
    }
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); 
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.3s, opacity 0.3s;
    }
    .popup-content {
      background: linear-gradient(135deg, #0078d7, #00a1d7); 
      color: #ffffff; 
      padding: 30px;
      border-radius: 15px; 
      text-align: center;
      max-width: 400px;
      width: 90%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
      position: relative;
      animation: popIn 0.5s ease-out;
      font-family: 'Arial', sans-serif;
    }
    .popup-header {
      text-align: right;
    }
    .close-popup {
      background: #ffffff;
      border: none;
      color: #0078d7;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 10px;
      right: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background 0.3s, color 0.3s;
    }

    .close-popup:hover {
      background: #ff0000; 
      color: #ffffff; 
    }
    .popup-content h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .popup-content p {
      font-size: 1rem;
      margin-bottom: 20px;
      line-height: 1.5;
    }
    .popup-button {
      background: #ffffff;
      color: #0078d7;
      padding: 15px 25px;
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.1rem;
      font-weight: bold;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: background 0.3s, color 0.3s, transform 0.2s;
    }

    .popup-button:hover {
      background: #005fa3;
      color: #ffffff;
      transform: scale(1.05);
    }
    .close-link {
      color: #ffffff;
      text-decoration: underline;
      font-size: 0.9rem;
      cursor: pointer;
      margin-top: 10px;
      display: inline-block;
    }

    .close-link:hover {
      color: #ffcccc; 
      text-decoration: none;
    }
    @keyframes popIn {
      from {
        transform: scale(0.8);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }
    .popup-overlay.active {
      visibility: visible;
      opacity: 1;
    }
    .video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px; 
    background-color: #f9f9f9; 
  }
  .video-container {
    
    width: 100%;
    text-align: center;
  }
  .video-container iframe {
    width: 100%; 
    height: 450px; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  }
  .credibility-section {
        background-color: #ffffff;
        padding: 10px 20px;
        margin: 20px auto;
        max-width: 1200px;
        border-radius: 8px;
    }
    .credibility-section h2 {
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .credibility-section p {
        color: #555555;
        margin-bottom: 15px;
        font-size: 1.2em;
    }
    .credibility-section ul {
        list-style: none;
        padding: 0;
    }
    .credibility-section ul li {
        margin: 10px 0;
        color: #555555;
    }
    .credibility-section ul li:before {
        content: "✔";
        color: #4CAF50;
        margin-right: 10px;
    }
    .cta {
        text-align: center;
        margin-top: 30px;
    }
    .cta a {
        background-color: #4CAF50;
        color: #ffffff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 16px;
        transition: background-color 0.3s;
    }
    .cta a:hover {
        background-color: #45a049;
    }

div#first-block-main {
    width: 95%;
    float: left;
    position: relative;
    margin: 5% 2.5%;
}
    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%;
    }
    span.faqs {
        font-weight: bolder;
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    p.faqs {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
    }    
    a.requireARCA {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
        background: #337AB7;
        color: #ffffff;
        text-decoration: none;
        border-radius: 25px;
        height: 45px;
        text-align: center;
        font-weight: bolder;
        font-size: 1em;
        line-height: 2.5;
    }
    a.consultingBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        background: #337AB7;
        color: #262626;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        height: auto;
        font-weight: bolder;
        padding: 1px;
        font-size: 1.2em;
        word-wrap: break-word;
    }
    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;
    }
    h5.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    div#form-Block {
        width: 95%;
        float: left;
        position: relative;
        margin: 8.5% 2.5%;
    }
    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#share-block-stories {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        color: #fff;
    }
    img#calendarBtx {
        width: 20%;
        margin: 0.5% 2.5%;
        float: left;
    }
    div.first-content-section {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
        color: #262626;
    }
    div.second-content-section {
        float: left;
        position: relative;
        width: 80%;
        margin: 0.5% 10%;
    }
    .second-content-section>img {
        width: 100%;
        float: left;
    }
    .tools {
        width: 95%;
        margin: 0.5% 2.5%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .whyBtx>a {
        width: 100%;
        float: left;
        position: relative;
    }
    img.bestImplementations {
        width: 95%;
        float: left;
        position: relative;
        margin: 1.5% 2.5%;
    }
    .imgWhyBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .imgWhyBtx>img {
        width: 50%;
        float: left;
        position: relative;
        margin: 0.5% 25%;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 2.5% 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: auto;
    }
    div#share-block-stories>a {
        width: 70%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
        margin: 0.5% 2.5%;
        line-height: 1.5;
    }
    .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#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%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 40%;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 40%;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_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%;
    }

    @media(min-width: 780px){
    .whyBtx>a {
        width: 100%;
        float: left;
        position: relative;
    }
    .video-container iframe {
      height: 350px; 
    }

    .video-section {
      padding: 30px 10px; 
    }
  
    img.bestImplementations {
        width: 95%;
        float: left;
        position: relative;
        margin: 1.5% 2.5%;
    }
    div#first-block-main {
        width: 80%;
        float: left;
        position: relative;
        margin: 5% 10%;
    }
    div#second-block-main {
        width: 30%;
        margin: 5% 5% 5% 15%;
        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%;
    }
    a.requireARCA {
        width: 40%;
        float: left;
        position: relative;
        margin: 0.5% 30%;
        background: #337AB7;
        color: #ffffff;
        text-decoration: none;
        border-radius: 25px;
        height: 45px;
        font-weight: bolder;
        font-size: 1.5em;
        line-height: 2;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    a.consultingBtx {
        width: 70%;
        float: left;
        position: relative;
        margin: 0.5% 15%;
        background: #337AB7;
        color: #262626;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        height: auto;
        font-weight: bolder;
        font-size: 1.5em;
    }
    #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;
    }
    h5.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    div#form-Block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
    }
    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%;
        line-height: 1.5;
        color: #262626;
    }
    div.second-content-section {
        float: left;
        position: relative;
        width: 80%;
        margin: 0.5% 10%;
    }
    .second-content-section>img {
        width: 100%;
        float: left;
    }
    .tools {
        width: 30%;
        margin: 0.5% 1%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList{
        width: 100%;
        height: 230px;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .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: auto;
    }
    div#share-block-stories>a {
        width: 70%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
        line-height: 2.5;
        margin: 0.5% 2.5%;
    }
    div#share-block-stories {
        width: 60%;
        float: left;
        position: relative;
        margin: 0.5% 20%;
        color: #fff;
    }
    img#calendarBtx {
        width: 15%;
        margin: 0.5% 2.5%;
        float: left;
    }
    .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: 25%;
        height: 50px;
        float: left;
        margin: 0.5% 37.5%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 25%;
        height: 50px;
        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: 25%;
        height: 50px;
        float: left;
        margin: 0.5% 37.5%;
        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%;
    }
    }

@media(min-width: 1024px){
       .whyBtx {
        width: 100%;
        float: left;
        position: relative;
        margin: 2.5% 0%;
    }
    .video-container iframe {
      height: 400px; 
      max-width: 800px;
    }

    .video-section {
      padding: 40px 0px;
    }
  
    .whyBtx>a {
        width: 100%;
        float: left;
        position: relative;
    }
    img.bestImplementations {
        width: 95%;
        float: left;
        position: relative;
        margin: 1.5% 2.5%;
    }
    .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: 60%;
        float: left;
        position: relative;
        margin: 0.5% 20%;
    }
    .imgWhyBtx>img {
        width: 90%;
        float: left;
        position: relative;
        margin: 0.5% 5%;
    }

    div#first-block-main {
        width: 70%;
        float: left;
        position: relative;
        margin: 0.5% 15%;
        text-align: center;
    }
    div#img-block-intro-bottom {
        width: 30%;
        margin: 2.5% 35%;
        float: left;
        position: relative;
    }
    img#intro-image {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
    }
    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: 3% 0%;
        font-size: 1.5em;
        line-height: 1.5;
    }
    a.requireARCA {
        width: 40%;
        float: left;
        position: relative;
        margin: 0.5% 30%;
        background: #337AB7;
        color: #ffffff;
        text-decoration: none;
        border-radius: 25px;
        height: 45px;
        font-weight: bolder;
        font-size: 1.5em;
        line-height: 2;
    }
    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;
    }
    h5.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    div#form-Block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
    }
    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: 40%;
        float: left;
        position: relative;
        margin: 0.5% 5%;
        line-height: 1.5;
        color: #262626;
    }
    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: left;
        position: relative;
        width: 45%;
        margin: 0.5% 2.5%;
    }
    .second-content-section>img {
        width: 100%;
        float: left;
    }
    .tools {
        width: 30%;
        margin: 0.5% 1%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList{
        width: 100%;
        height: 230px;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .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: auto;
    }
    div#share-block-stories>a {
        width: 80%;
        color: #fff;
        text-align: left;
        float: left;
        position: relative;
        font-size: 20px;
        line-height: 2.5;
        margin: 0.5% 2.5%;
    }
    div#share-block-stories {
        width: 60%;
        float: left;
        position: relative;
        margin: 0.5% 20%;
        color: #fff;
    }
    img#calendarBtx {
        width: 10%;
        margin: 0.5% 2.5%;
        float: left;
    }
    .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#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#in-share {
        background-image: url(../images/in_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#tw-share {
        background-image: url(../images/tw_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: 25%;
        height: 60px;
        float: left;
        margin: 0.5% 37.5%;
        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%;
    }

}
