body, h1,h2,h3,h4,h5,h6 
{font-family: 'Crimson Text',Georgia,"Times New Roman",serif;
margin: 13px 0px;}

h1, h2, h3, h4 {
    font-weight: 300;
   
}

.w3-button {
    font-size: 20px;
}

.w3-row-padding img {margin-bottom: 12px}

.w3-content{
    max-width:1200;
    min-width: 300px;
}

.w3-text-white, .w3-hover-text-white:hover {
  color: #fff!important;
  text-shadow: 1px 1px 1px #000;
}

/* .side-form {
  margin-top: 0px;
}

@media only screen and (min-width: 998px) {
  .side-form {
    margin-top: -200px;
  }
} */

#main {margin-left: 120px}

@media only screen and (max-width: 600px) 
{#main {margin-left: 0}}

.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

p, li {
    letter-spacing: 1px;
}

.text-shadow-black {
    text-shadow: 1px 2px 2px #000;
}

.text-shadow-white {
    text-shadow: 0px 2px 2px #fff;
}

.w3-text-black{color:#000!important;}

.w3-jumbo {
    font-size: 54px!important;
    font-style: italic;
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
}

.mb-80 {
    margin-bottom: 80px;
}

.w3-bar .w3-bar-item {
    padding: 8px 5px;
    font-size: 16px;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 70vh;
}

.rama {
    margin-left: 900px;
    margin-top: 50px;
}

.flex-container {
    margin: 0 auto;
    width: 100%;

    height: 600px;
    resize: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;

    
}
.flex-item {
    flex-basis: 100px;
    flex-grow: 1;
    display: flex;
    
    
}

@media only screen and (max-width: 1120px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-item {
        flex-basis: auto;
        flex-grow: 1;
        display: flex;
        
        
    }
}


@media only screen and (max-width: 767px) 
{
    .rama {
        max-width: 200px;
        opacity: 0.5;
    }
    .w3-jumbo {
        font-size: 30px!important;
    }

}


    
.bgimg{
  height: 600px;
  background-position: center;
  background-size: cover;
}

.w3-bar {
    width: 100vw;
    overflow: hidden;
}

.midisplay {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  /*   gap: 150px; */
    font-weight: bold;
    align-items: end;
    justify-content: space-evenly;
    align-content: end; 
}

.mt-first {
      max-width: 30%;
}


 @media only screen and (min-width: 1100px) {
  .inicio {
    margin-top: 40px;
    margin-bottom: 30px;
  
  }
  .inicio h3 {
    font-size: 25px;
  }
 }

@media only screen and (max-width: 997px) {
        
    .bgimg {
        background-image: url("https://cdn.pixabay.com/photo/2020/02/24/22/47/mother-4877609_640.jpg");
        height: 1300px;
    }

    .midisplay {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-evenly;
    font-weight: bold;    
    }
}

@media only screen and (max-width: 767px) {

    /* .midisplay {
      gap: 550px;
    } */
    .mt-first {
        max-width: 100%;
    }
    .midisplay h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .midisplay h4 {
        font-size: 20px;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 996px)  {

  /*   .midisplay {
      gap: 450px;
    }
 */
    .mt-first {
        max-width: 100%;
        margin: 0 auto;
    }

    .midisplay h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .midisplay h4 {
        font-size: 18px;
        line-height: 1.3;   
    }
}

.modalidad {
    margin-top: 40px;
}

.titulo {
    font-size: 24px;
}

.ancho {
    width: 35px;
    padding-top: 20px;
    padding-bottom: -20px;

}

#beneficio p {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;        
}

.pasos p {
  margin-top: 5px;
  margin-right: 5px;
  letter-spacing: 2px;
}

.big {
   font-size: 30px;
}

.pasos img {
   width: 50px;
   height: auto;
}

.modulos {
    margin-bottom: 120px;
}
.modulos p {
    font-weight: 200;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.bg-2 {

    padding-left: 30px; 
    padding-right: 0px; 
    height: 100%; 
    display: flex; flex-direction: column;justify-content: flex-start; align-content: center;
}

.bgimg2 {


    background-size: cover;
    overflow: visible;
}

.bgimg2 h2 {
    letter-spacing: normal;
}

.bg-2 ul li {
    font-size: 18px;
    margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
    .bgimg2 {
        height: 900px;
    }
}

@media screen and (min-width: 768px)   {

    .pasos img {
        width: 80px;
        height: 80px;
    }



   .modulos p {
        font-weight: 200;
        font-size: 26px;
    }
}

@media screen and (min-width: 1200px) {
    .bg-2 {
        padding-left: 150px; 
        padding-right: 450px;  
    }

}

  .button {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    border-radius: 100px;
    border: 2px solid black;
    border: 0;
    color: #fff!important;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
    box-shadow: 0 30px 85px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
    cursor: pointer;
    font-size: 1.5em;
    margin-top: 20px;
    outline: none;
    overflow: hidden;
    padding: 1em 2em;
    position: relative;
    text-decoration: none;
  }

  .button--white {
    color: white;
  }



  @keyframes animate {
    0%, 20%
    {
        transform: scaleX(0);
    }
    40% {
        transform: scaleX(1);
        transform-origin: left;
    }
    40.000001%, 60% {
        transform: scaleX(1);
        transform-origin: right;
    }
     80%,100% {
        transform: scaleX(0);
        transform-origin: right;
    }
  }

  .h1 {
    position: absolute;
    left: -20px;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;    
  }


  .frame {
    /* background-color: #ddc; */
    border: solid 5vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.frame:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin;
}

.frame:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin;
}

.marco {
    background-color: #ddc;
    border: solid 5vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    
    text-align: center;
}

.marco:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin;
}

.marco:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin;
}


@media (max-width: 470px) {
    h1 {
      font-size: 40px;
    }
  }



.w3-secondary {
    color: #fff!important;
    background-color: var(--third-color)!important;
}

.w3-hover-black:hover{color:var(--secondary-color)!important;background-color:var(--primary-color)!important;}

.w3-sidebar {width: 120px;}

hr {
    border: 1px;
    border-top: 1px solid var(--third-color);
}

.text-primary {
    color: var(--primary-color)!important;
}

.bg-cta {
    background-color: var(--secondary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.w3-button:hover {
    color: #000;
    background-color: var(--secondary-color);
}

.numero {
    border-radius: 50%;
    background: var(--secondary-color);
    padding: 5px 5px 5px 15px;
}

.bgimg {background-image: url("https://cdn.pixabay.com/photo/2020/02/24/22/47/mother-4877609_640.jpg")}

.bgimg2 {background-image: url("../img/mandala1TAYU.png"); }

.bgimg3 {
    background-color: var(--primary-color);
    background: linear-gradient(90deg, rgb(94 131 116 / 30%) 20%, rgb(var(--primary-color)) 100%), url("https://cdn.pixabay.com/photo/2018/08/13/03/21/family-3602245_640.jpg") fixed center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
    height: 200px;
    margin-top: 80px
}

@media only screen and (max-width: 997px) {
        
    .bgimg {
        background-image: url("https://cdn.pixabay.com/photo/2020/02/24/22/47/mother-4877609_640.jpg");
        height: 1300px;
    }
    .midisplay {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-evenly;
    font-weight: bold;    
    }
}

#beneficio .llevas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#beneficio .llevas .letras{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}



#beneficio .llevas .letras p::first-letter  {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    color: var(--third-color);
    letter-spacing: 5px; 
    text-transform: uppercase;
    webkit-text-stroke: 5px var(--secondary-color);

}

#beneficio .llevan {
    padding: 0 50px;
}

#beneficio .llevan  p  {
    font-size: 22px;
    line-height: 33px;
    margin-top: 25px;
    margin-bottom: 65px;

}

#who p {
    color: var(--primary-color);
    font-size: 20px;
    margin: 20px;
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid var(--third-color);
    width: 100%;
}

marquee {
    margin-top: 50px;
    display: flex;
    text-align: center;
    background-color: var(--primary-color);
    border-top: 1px solid #2a2a2a;
    border-bottom: 3px solid var(--primary-color);
    text-transform: uppercase;
    color: var(--secondary-color)!important;
    letter-spacing: 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.w3-button {
    background-color: var(--secondary-color)!important;
    color: var(--primary-color)!important;
    border-radius: 5px;
    box-shadow: 0 30px 85px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
    transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
    padding: 10px 20px;
}

.w3-button:hover {
    background-color: var(--primary-color)!important;
    color: white!important;
    box-shadow: 0 30px 85px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
}

  .loader {
    position: relative;
    width: 300px;
    height: 4px;
    background: var(--primary-color);
  }

  .loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transform-origin: left;
    animation: animate 8s linear infinite;
  }

  .loader::after {
    content: '';
    position: absolute;
    top: 50%;
    translate: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    border-radius: 50%;
    animation: animateDot 8s linear infinite;
  }

  
  @keyframes animateDot{
    0% {
        transform: translateY(-50%) scale(0);
    }
     5% {
        transform: translateY(-50%) scale(1);
    }
     15%,20% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 4px #79e730,
         0 0 10px #79e730,
        0 0 20px var(--secondary-color),
        0 0 40px 5px var(--secondary-color);
    }
    40% {
        transform: translateY(-50%) translateX(305px) scale(1) ;
    }
    80% {
        transform: translateY(-50%) translateX(305px) scale(1) ;
        box-shadow: 0 0 0 4px #79e730,
        0 0 10px var(--primary-color),
        0 0 20px #79e730,
        0 0 40px 5px var(--primary-color);

    }
    95% {
        transform: translateY(-50%) translateX(305px) scale(1) ;
        box-shadow:none;
    }
    100% {
        transform: translateY(-50%) translateX(305px) scale(0) ;
    }

  }

  .floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}


  .video {
    width: 100%;
    max-width: 600px;
    margin:  30px auto;
    text-align: center;

}


.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%;height:100%;}
.video-responsive::before{content:"";display:block;padding-bottom:56.25%}
.video-responsive embed,.video-responsive iframe,.video-responsive object{border:0;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}
video.video-responsive{height:auto;max-width:100%}video
.video-responsive::before{content:none}
.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}
  
    /* The Modal (background) */
.modalg {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    }

    /* Modal Content/Box */
.modalg-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    }

    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      .close-en {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      .close-es {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }

.close-sub {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }

.close-sub:hover,
.close-sub:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }

.cookies-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    width: 80vw;
    margin: 0 auto;
    }

.cookies-content p {
    margin-bottom: 0;
    }

.cookie-consent-modal {

    width: 100vw;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
    line-height: 16px;
    padding: 30px;
                
    } 

    .cookie-consent-modal.active {
        display: flex;
    }

    .content-modal {
        border-radius: 10px 10px 0 0;
        background-color: #fff;
        padding: 5vw 3vw;
    }

    @media (max-width: 600px) {
        .modalg-content {

            max-width: 350px;
    }
}

    .btns-cookies {
        display: flex;
        justify-content: flex-end;
        margin-top: 2em; 
    }
    .btn-cookie {
        border: none;
        outline: none;
        width: 100px;
        margin-right: 1em;
        border-radius: 3px;
        text-transform: uppercase;
    }
    .accept{
        background-color: var(--primary-color);
        color: #fff;
        padding: 8px 12px;
    }
    .cancel {
        background-color: transparent;
        color: #999;   
        padding: 8px 12px;        
    }

    .add_w_h {
        width: 100%;
        height: 100%;
    }
    .add_h {

        height: 100%;
    }

    @media (max-width: 767px) {
        .cookies-content {
            flex-direction: column;
            font-size: 12px;
            line-height: 12px;
            width: 100%;
        }
        .contenido {
            padding:5px;
                line-height: 12px;
            
                font-size:12px;
            
        }
        p {
            margin-bottom: 0px;
        }
        .btns-cookies {
                display: flex;
                justify-content: flex-end;
    
            }

            #beneficio .llevan {
                padding: 0 20px;
            }
      }

    button:not(:disabled), [type=button]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer;
    }

    /* Style the form element with a border around it */

    #contacto {
        border: 10px solid;
        border-image: linear-gradient(45deg,var(--primary-color),var(--secondary-color)) 10;
        padding: 20px;
      }

#subscribeForm {
   
    padding: 30px;
    border: 10px solid;
    border-image: linear-gradient(45deg,var(--third-color),var(--primary-color)) 10;
  }
  
  /* Style the input elements and the submit button */
   input[type=text], input[type=submit] {
    width: 99%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  input::selection { background:rgba(231,105,105,0.7) }
  
  /* Add margins to the checkbox */
   input[type=checkbox] {
    margin-top: 16px;
  }

    input[type=radio][checked]:before {
    content: "\25C9";
    border: 1px solid var(--primary-color)!important;
    color: var(--primary-color);
  }
  
  /* Style the submit button */
   input[type=submit] {
    background-color: var(--primary-color)!important;
    color: var(--secondary-color)!important;
    border: none;
  }
  
   input[type=submit]:hover {
    opacity: 0.8;
  }

  

.faq {
   
    width: 100%;
    border-radius: 12px;
    padding: 5em;
    margin: 60px 0px;
    background-color: white;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
    border: 10px solid;
    border-image: linear-gradient(45deg,var(--primary-color),var(--secondary-color)) 10;
  }
  
  .faq h2 {
    color: var(--primary-color);
    margin-bottom: 50px;
  }
  
  .faq-container {
    display: grid;
    gap: 1em;
  }
  
  .faq-header {
    padding: 1.2em 1em;  
    font-weight: 600;
    color: var(--primary-color); 
    background-color: whitesmoke;  
    user-select: none;
    cursor: pointer;
  }
  
  .faq-content {
    padding: 1em;
  }

  @media only screen and (max-width: 550px){
    .faq {
   
        padding: 1em;
      }
  }

  /* TESTIMONIALS */


  figure.snip1139 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
  figure.snip1139 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  figure.snip1139 img {
    max-width: 100%;
    vertical-align: middle;
  }
  figure.snip1139 blockquote {
    position: relative;
    background-color: #ffffff;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
  }
  figure.snip1139 blockquote:before,
  figure.snip1139 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1139 blockquote:before {
    top: 25px;
    left: 20px;
  }
  figure.snip1139 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
  }
  figure.snip1139 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
  }
  figure.snip1139 .author {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 25px;
    color: var(--primary-color);
    background-color: #ffffff;
    margin: 0;
    text-transform: uppercase;
  }
  figure.snip1139 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
  }
  figure.snip1139 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
  }

  figure.snip1139 .author small {
    font-weight: 300;
    text-transform: none;
    text-align: center;
    padding-left: 5px;
    font-size: 16px;
  }
  /* Demo purposes only */
  
  
  
  /* Demo purposes only */
  .testimonials {
    height: 100%;
  }
  .testimonials {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 0;
    height: 100%;
    border-radius: 10px;
  }


  .card-container {

    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    
  }
  .service-card {
    position: relative;
    width: calc(50% - 20px);
    min-height: 300px;
    background: #fff;
    margin: 10px;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 2px 2px 2px 0px hsla(0, 0%, 0%, 0.2);
    border-radius: 20px;
  }
  
  .service-card:hover {
      transform: scale(1.03) rotateZ(1deg);
    cursor: pointer;
      transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
      box-shadow: -20px 20px 12px 6px hsla(0, 0%, 0%, 0.2);
  }
  
  .service-card &:hover img {
      transition: opacity .3s ease-in;
      opacity: 1;
    }
  
  
  .service-card .imgBx {
    position: absolute;
    width: 50%;
    height: 100%;
  }
  .service-card .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-card .details {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-card .details .content {
    padding: 20px;
    box-sizing: border-box;
  }
  .service-card .details .content h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 0.85em;
    font-weight: 600;
    color: var(--third-color);
    text-shadow: 1px 1px 1px #000;
  }
  .service-card .details .content h2 span {
    font-size: 14px;
    color:var(--text-color);
    text-shadow: 0px 0px 1px #000;
  
  }
  .service-card .details .content ul {
    margin: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .service-card .details .content ul li {
    list-style: none;
    margin-left: 2px;
    margin-bottom: 5px;
  }
  .service-card .details .content ul li a {
    color: #fff;
    border: none;
  }
  .service-card .details .content ul li:nth-child(1) a {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 5px;
  }
  .service-card .details .content ul li:nth-child(2) a {
    background: var(--secondary-color);
    color:  var(--primary-color);
    padding: 6px 8px;
  }
  .service-card .details .content ul li:nth-child(3) a {
    background: #b31217;
  }
  .service-card .details .content ul li:nth-child(4) a {
    background: #0077b5;
  }
  .service-card .details .content .studio-button-label {
    display: inline-block;
  
    text-decoration: none;
    padding: 8px 12px;
    margin-top: 10px;
    border: 1px solid #262626;
    color: var(--primary-color);
    font-weight: 500;
    border: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    float: right;
          position: relative;
  
  }
  .service-card .details .content .studio-button-label:hover {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: 0.35s ease all;
    overflow: hidden;
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
    }
  }
  @media (max-width: 991px) {
    .service-card {
      width: calc(70% - 20px);
      margin: 10px auto;
    }
  }
  @media (max-width: 768px) {
    .service-card {
      width: calc(70% - 20px);
      margin: 10px auto;
    }
    .service-card .imgBx {
      position: relative;
      width: 100%;
      height: 200px;
    }
    .service-card .details {
      position: relative;
      width: 100%;
      height: 200px;
    }
  }
  @media (max-width: 480px) {
    .service-card {
      width: calc(100% - 40px);
      margin: 10px auto;
    }
  }


  @media only screen and (max-width: 998px) {
    .rama {
        display: none;
    }
  }

  .whatsapp {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 100;
  }