@import url("reset.css");
@import url("landing.css");
*{
    transition: .3s;
}
html{
    scroll-behavior: smooth;
}
body{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1920px; 
    font-family: Roboto;
    min-width: 320px;} 
/*--------------------------------------BOTON WHATSAPP---*/
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25D366;
    border-radius:50px;
    text-align:center;
    z-index:100; }
.img-wpp { 
    width:60%;
    margin:20%; }

/*---------------------------------------------BOTONERA---*/
header{
	width: 100%;
    height: 80px;
	float: left;
    position: fixed;
    max-width: 1920px; 
    padding: 0px 20px;
    z-index: 100000;
    background: white;}
#btn-menu, #btn-menu2{
    display: none;}
.header-logo{
	float: left;
    height: 50px;
	margin: 18px 0px 0px;}
.idioma{
    width: 70px;
    float: right;
    height: 80px;
    line-height: 80px;
    font-weight: 200;
    text-align: center;}
.idioma a{
    color: black;}
.check{
    font-weight: bold;}
.nocheck:hover{
    background: #E27E7E;
    color: white;}
.nav-insta{
	float: right;
    height: 30px;
	margin: 25px;}
.header-logo:hover{
    opacity: 0.7;
    cursor: pointer;}
.menu{
    float: right;
    height: 80px;
    line-height: 80px;
	list-style:none;}
.menu li{
    float: left;
    font-weight: 300;
    font-size: 16px;}
.menu li:hover {
	color:black;}
.btn{
	color:#383838;
	text-decoration:none;
    margin: 0px 10px;
    border-radius: 15px;
	padding: 8px 20px;}
.btn:hover {
    background: #ee9f8079;}
.btndif{
	color:#383838;
	text-decoration:none;
    border-radius: 15px;
	padding: 8px 20px;
    font-weight: 400;
    background: #F4DAA5;}
.btndif:hover {
    color:white;
    background: #E27E7E;}
.linea1, .linea2{
    width: 40px;
    height: 3px;
    margin-top: 8px;
    float: left;
    transition: .3s;
    background:#383838;}

.inicio{
    width: 100%;
    float: left;
    max-width: 1920px; 
    overflow: hidden;
    height: auto;}
.video{
    width:100%;
    position: fixed;
    z-index: -1000;}
.videomodelos{
    display: none;
    position: fixed;
    width: 100%;
    float: left;
    z-index: -1500;}
.inicio-frases{
    width: 100%;
    float: left;
    background: #38383838;
    padding: 22% 5% 30%;
    color: white;}
.txt-principal{
    font-weight: 200;
    font-size: 70px;}
.detalle-principal{
    font-weight: 300;
    padding: 20px 0px;
    font-style: italic;
    font-size: 40px;}
.btn-inicio{
	color:#383838;
	text-decoration:none;
    border-radius: 15px;
	padding: 8px 20px;
    margin: 15px 0px;
    float: left;
    font-size: 16px;
    background: #F4DAA5;}
.txt1{
    animation-name: ani1;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
.txt2{
    animation-name: ani2;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
.txt3{
    animation-name: ani3;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
@keyframes ani1 {
    0%{opacity: 0;}
    30%{opacity: 1;}
    35%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani2 {
    35%{opacity: 0;}
    60%{opacity: 1;}
    65%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani3 {
    65%{opacity: 0;}
    95%{opacity: 1;}
    100%{opacity: 0;}
}
/*-------------ITEMS------------*/
.items{
    width: 100%;
    height: auto;
    float: left;
    background: white;
    padding: 2% 15% 0%;}
.item{
    float: left;
    width: 28%;
    transition: .5s;
    margin: 2.5%;}
.item:hover{
    transform: scale(1.05);}

/*-------------identidad------------*/
.web-design{
    width: 100%;
    float: left;}
#presencia{
    width: 100%;
    float: left;
    padding: 200px 5% 2%;
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 38%, 
    rgba(255,255,255,.78) 50%, rgba(255,255,255,.16) 70%, rgba(255,255,255,0) 88%), 
    url(../img/fondo-presencia2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: Work Sans;}
.foto-presencia{
    display: none;
}
.txt-sec2{
    padding-right:40%;
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;}
#identidad, #comunicacion{
    width: 100%;
    float: left;
    background: white;
    font-family: Work Sans;
    padding: 5%;}
.conte{
    width: 100%;
    float: left;
    padding: 5% 15% 5% 5%;}
h2{
    font-size: 40px;
    font-weight: 600;}
.txt-sec{
    width: 100%;
    float: left;
    margin: 20px 0px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;}
.btn-conte{
    width: 100%;
    float: left;
    font-size: 20px;
    margin-top: 10px;
    color: black;
    text-decoration: underline;
    font-weight: 400;}
.btn-conte:hover{
    letter-spacing: 2px;}

/*------------------------------BLOG HERO BANNER------*/
.blog-hero-banner{
    position: relative;
    width: 100%;
    min-height: 455px;
    float: left;
    margin-top: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(255,248,239,.98) 0%, rgba(255,248,239,.94) 31%, rgba(255,248,239,.58) 48%, rgba(255,248,239,.12) 68%),
        url("../img/blog/banner-web-emprendimiento.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}
.blog-hero-copy{
    position: relative;
    z-index: 2;
    width: 58%;
    max-width: 760px;
    padding: 64px 7%;}
.blog-hero-copy span{
    display: block;
    margin-bottom: 28px;
    color: #d65764;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;}
.blog-hero-copy h1{
    margin-bottom: 44px;
    color: #202124;
    font-family: Work Sans;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 800;}
.blog-hero-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;}
.blog-hero-meta p{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;}
.blog-hero-meta i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #e07178;
    border-radius: 50%;
    color: #d65764;
    font-size: 14px;}

/*------------------------------BLOG NOTA------*/
.blog-note-page{
    width: 100%;
    float: left;
    padding: 76px 6% 80px;
    background: #fffdfa;
    color: #1d1d1f;
    font-family: Roboto, sans-serif;}
.blog-note-shell{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;}
.blog-note-content{
    width: 100%;
    min-width: 0;}
.blog-note-intro{
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(210, 93, 107, .35);}
.blog-note-intro p{
    max-width: 860px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.65;}
.blog-note-intro strong{
    color: #c8485a;}
.blog-note-section{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 34px;
    width: 100%;
    padding: 34px 0 30px;
    border-bottom: 1px solid rgba(210, 93, 107, .22);}
.blog-note-section-simple{
    grid-template-columns: 1fr;}
.blog-note-number{
    position: absolute;
    top: 32px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e36f7b;
    border-radius: 50%;
    background: #fff4f4;
    color: #d95465;
    font-size: 16px;
    font-weight: 800;}
.blog-note-text{
    padding-left: 54px;}
.blog-note-text h2,
.blog-note-conclusion h2{
    margin-bottom: 16px;
    color: #222;
    font-family: Work Sans, Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;}
.blog-note-text p,
.blog-note-conclusion p{
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.65;}
.blog-note-card{
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 22px;
    padding: 28px;
    border-radius: 12px;
    background: linear-gradient(110deg, #fff1ed 0%, #fbf6f1 100%);}
.blog-note-card > i{
    color: #df6877;
    font-size: 66px;}
.blog-note-card h3{
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 800;}
.blog-note-card ul,
.blog-note-checks{
    list-style: none;}
.blog-note-card li,
.blog-note-checks li{
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.35;}
.blog-note-card li i,
.blog-note-checks li i{
    color: #df6877;
    font-size: 14px;}
.blog-note-image{
    align-self: start;
    overflow: hidden;
    min-height: 250px;
    border-radius: 12px;
    background: #f7e8e1;}
.blog-note-image img{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;}
.blog-note-image-small{
    min-height: 210px;}
.blog-note-image-small img{
    min-height: 210px;}
.blog-note-pills,
.blog-note-mini-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    margin: 24px 0;}
.blog-note-pills span,
.blog-note-mini-grid span{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #353535;
    font-size: 14px;}
.blog-note-pills i,
.blog-note-mini-grid i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e36f7b;
    border-radius: 50%;
    color: #df6877;
    font-size: 15px;}
.blog-note-mini-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    gap: 18px;
    margin-top: 22px;}
.blog-note-mini-grid span{
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;}
.blog-note-quote-card{
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
    padding: 34px 26px;
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,244,240,.86)),
        radial-gradient(circle at 18% 18%, rgba(224,104,119,.32), transparent 28%),
        linear-gradient(140deg, #f7cfbc, #f9e4d9 55%, #f5c6cd);
    color: #62343a;
    text-align: center;}
.blog-note-quote-card span{
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;}
.blog-note-quote-card strong{
    margin-top: 8px;
    font-family: Work Sans, Roboto, sans-serif;
    font-size: 26px;
    line-height: 1.15;}
.blog-note-conclusion{
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    margin-top: 34px;
    padding: 34px;
    border-radius: 12px;
    background: linear-gradient(110deg, #ffe9e7 0%, #fff8f3 64%, #f4cfc5 100%);}
.blog-note-conclusion > i{
    color: #df6877;
    font-size: 34px;}
.blog-note-sidebar{
    position: sticky;
    top: 102px;
    align-self: start;
    min-width: 0;}
.blog-note-index,
.blog-note-cta{
    width: 100%;
    border-radius: 12px;
    background: #fbf2ee;
    box-shadow: 0 18px 36px rgba(73, 41, 34, .05);}
.blog-note-index{
    padding: 5px 15px;}
.blog-note-index h3{
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 800;}
.blog-note-index a{
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(210, 93, 107, .22);
    color: #bf5160;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;}
.blog-note-index a:hover{
    color: #1d1d1f;
    padding-left: 5px;}
.blog-note-cta{
    margin-top: 10px;
    padding: 34px 30px;
    background: linear-gradient(145deg, #ffe6e9, #fff4ee);
    text-align: center;}
.blog-note-cta i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 14px;
    color: #df6877;
    font-size: 20px;}
.blog-note-cta h3{
    margin-bottom: 18px;
    color: #c8485a;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;}
.blog-note-cta p{
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;}
.blog-note-cta a{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 5px 18px;
    border-radius: 8px;
    background: #c8485a;
    color: white;
    font-size: 12px;
    font-weight: 600;}
.blog-note-cta a:hover{
    background: #a93d4c;}

@media (max-width: 1100px){
    .blog-hero-banner{
        min-height: 420px;
        background-position: 58% center;}
    .blog-hero-copy{
        width: 64%;
        padding: 58px 6%;}
    .blog-hero-copy h1{
        font-size: 48px;}
    .blog-note-shell{
        grid-template-columns: 1fr;}
    .blog-note-sidebar{
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;}
    .blog-note-cta{
        margin-top: 0;}
}

@media (max-width: 780px){
    .blog-hero-banner{
        min-height: auto;
        align-items: flex-end;
        background-image:
            linear-gradient(180deg, rgba(255,248,239,.98) 0%, rgba(255,248,239,.92) 48%, rgba(255,248,239,.70) 100%),
            url("../img/blog/banner-web-emprendimiento.png");
        background-position: 66% center;}
    .blog-hero-copy{
        width: 100%;
        max-width: none;
        padding: 76px 7% 52px;}
    .blog-hero-copy span{
        margin-bottom: 20px;}
    .blog-hero-copy h1{
        max-width: 620px;
        margin-bottom: 32px;
        font-size: 42px;}
    .blog-note-page{
        padding: 56px 5%;}
    .blog-note-section{
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 30px 0;}
    .blog-note-text{
        padding-left: 48px;}
    .blog-note-number{
        top: 30px;
        width: 32px;
        height: 32px;
        font-size: 14px;}
    .blog-note-text h2,
    .blog-note-conclusion h2{
        font-size: 23px;}
    .blog-note-card{
        grid-template-columns: 1fr;
        padding: 24px;}
    .blog-note-card > i{
        font-size: 48px;}
    .blog-note-mini-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));}
    .blog-note-image{
        margin-left: 48px;}
    .blog-note-sidebar{
        grid-template-columns: 1fr;}
    .blog-note-conclusion{
        grid-template-columns: 1fr;
        padding: 26px;}
}

@media (max-width: 480px){
    .blog-hero-banner{
        margin-top: 60px;
        background-size: auto 100%, cover;
        background-position: center, 70% center;}
    .blog-hero-copy{
        padding: 56px 6% 42px;}
    .blog-hero-copy h1{
        font-size: 35px;}
    .blog-hero-meta{
        gap: 14px;}
    .blog-hero-meta p{
        width: 100%;}
    .blog-note-page{
        padding: 44px 5%;}
    .blog-note-intro p,
    .blog-note-text p,
    .blog-note-conclusion p{
        font-size: 14px;}
    .blog-note-text{
        padding-left: 42px;}
    .blog-note-image{
        margin-left: 0;}
    .blog-note-mini-grid{
        grid-template-columns: 1fr;}
    .blog-note-pills{
        gap: 12px;}
    .blog-note-pills span{
        width: 100%;}
    .blog-note-quote-card strong{
        font-size: 23px;}
    .blog-note-index,
    .blog-note-cta{
        padding: 24px;}
}

    
.cta-web {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 80px 8%;
    background-image: url("../img/fondo-necesitas.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;}



.cta-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
}

.cta-content h2 {
  font-size: 50px;
  line-height: 0.95;
  font-weight: 700;
  color: #111;
  max-width: 850px;
}

.cta-content p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  max-width: 520px;
}

.cta-button {
  width: fit-content;
  padding: 16px 32px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #2b2b2b;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-web {
    min-height: 620px;

    align-items: flex-end;

    padding: 60px 24px;
  }

  .cta-overlay {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.72) 0%,
      rgba(255,255,255,0.88) 100%
    );
  }

  .cta-content h2 {
    font-size: 48px;
  }

  .cta-content p {
    font-size: 16px;
  }
}

/*-------------modelos------------*/
.modelos{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #E27E7E;
    float: left;}
.contenidomodelos{
    width: 100%;
    float: left;
    padding: 10% 5% 10%;
    position: relative;
    background: rgba(0, 0, 0, 0.295);}
.item-modelo{
    width: 30%;
    margin: 1%;
    background: rgba(255, 255, 255, 0.959);
    color: black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.418);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;}
.item-modelo2{
    width: 34%;
    margin: -.5% 1% 1% 1%;}
.item-modelo:hover{
    transform: scale(1.03);
    opacity: .9;
    cursor: pointer;}
.mascontratado{
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;}
.header-modelo{
    width: 100%;
    padding: 10px;
    background: #383838;
    color: white;
    text-align: center;}
.header-modelo2{
    background: #000000;}
.ico-modelo{
    width: 40px;
    margin: 10px;}
.contenido-modelo{
     width: 100%;
    float: left;
    text-align: center;}
.titu-modelo{
    font-family: Work Sans;
    font-weight: 300;
    font-size: 30px;}
.txt-modelo{
    font-style: italic;
    font-size: 16px;
    color: #383838;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;}
.img-modelo{
    width: 90%;
    margin: 5%;
    float: left;}
.btn-modelo{
    width: 29%;
    margin: 2% 35%;
	color:#383838;
	text-decoration:none;
	padding: 10px 20px;
    border-radius: 10px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background: #F4DAA5;}
.btn-modelo2{
    width: 80%;
    margin: 2% 10% 5%;
	color:#383838;
	text-decoration:none;
	padding: 10px 20px;
    border-radius: 10px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background: #F4DAA5;}
.btn-modelo:hover{
    opacity: .5;}
.titu-modelos{
    width: 100%;
    float: left;
    text-align: center;
    font-family: Work Sans;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 40px;}
.conte-plan{
    width: 100%;
    float: left;
    text-align: left;
    padding: 0% 10% 3%;
    font-size: 15px;
    line-height: 23px;
    color: #2e2e2e;}
/*----------para todos-----------*/
.tituloseccion{ 
    width: 100%;
    margin: 2% 0%;
    padding: 5%;
    text-align: center;
    background: #EE9F80;
    font-size: 40px;
    font-weight: 200;
    font-family: Work Sans;
    float: left;}
.logosecciones{
    width: 50px;
    float: left;}
p.textosecciones2{
    width: 200px;
    height: 30px;
    margin: 30px 10px;
    float: left;
    font-size: 24px;
    font-weight: 200;}    
p.textosecciones{
    width: 200px;
    height: 30px;
    margin: 20px 10px;
    float: left;
    font-size: 24px;
    font-weight: 200;}
/*-----------Servicios-----------*/
#servicios{
    width: 100%;
    padding: 12% 10% 0%;
    background: linear-gradient(#383838, #E27E7E);
    float: left;}
.txt-servicios{
    width:100%;
    font-weight: 100;
    width:27%;
    margin: 4% 2.5%;
    float: left;
    color:white;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;}
.txt-servicios b{
    float: left;
    width: 100%;
    transition: .3s;
    font-weight: 600;}
.txt-servicios:hover{
    cursor: pointer;}
.txt-servicios:hover b{
    color:white;
    background: #383838;}
.btn-aceso{
    padding: 2%;
    margin: 2% 0%;
    float: left;
    background: #E27E7E;
    color: white;
    text-decoration: none;}
.btn-aceso:hover{
    opacity: .7;}
/*-----------sobre mi-----------*/
#sobremi{
    padding-top: 100px;
    width: 100%;
    float: left;
    background: white;
    height: auto;
    float: left;}
.contenidoemprendedores{
    width: 100%;
    float: left;}
.textoemprendedores{
    width: 45%;
    margin: 3% 3% 1% 10%;
    float: left;
    text-align: justify;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;}
.imgempren{
    width: 30%;
    margin: 0% 2%;
    float: left;}
/*-----------que hacemos-----------*/
#quehacemos{
    width: 100%;
    padding: 10% 0%;
    float: left;
    background: white;
    float: left;}
.conte-quehacemos{
    width: 100%;
    height: auto;
    float: left;}
.texto-quehacemos{
    width:50%;
    padding: 2%;
    float: left;}
.img-quehacemos{
    width:50%;
    float: left;}
.img-quehacemosresponsive{
    display: none;}
.titu-quehacemos{ 
    width:100%;
    float: left;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: 100;}
.titu-queh{
    width:100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #E27E7E;}
.subtitu-queh{
    width:100%;
    float: left;
    font-size: 35px;
    font-weight: 600;}
.txt-quehacemos{
    width:100%;
    line-height: 26px;
    text-align: justify;
    float: left;}
.img-queha{
    width:100%;}
.left{
    float: left;
    text-align: left;}
.right{
    text-align: right;
    float: right;}
.btn-info{
    width:50%;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #e16b42;
    color:black ;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    transition: .3s;}
.btn-info:hover{
    background: #e16b42;
    color: white;}

/*-----------trabajos-----------*/
#trabajos{
    width: 100%;
    padding-top: 100px;
    height: auto;
    background: white;
    float: left;}
#contenidoultimostrabajos{
    width: 100%;
    padding: 2%;}
.cuadrado{
    width: 32.3%;
    height: 350px;
    float: left;
    overflow: hidden;
    margin:.5%;}
    
.textocuadrado{
    width: 100%;
    height: 350px;
    float: left;
    z-index: 100;
    margin-top: 250px;
    transition: .8s;}
.imagentrabajo:hover .textocuadrado{
    margin-top: 0;}
.titulotrabajo{
    width: 100%;
    float: left;
    padding: 25px;
    text-align: left;
    font-size: 20px;
    background: rgba(0,0,0,0.8);
    text-transform: uppercase;
    line-height: 60px;
    color: white;}
.contecuadrado{
    width: 100%;
    float: left;
    padding:10% 5% 50%;
    text-align: left;
    line-height: 30px;
    font-weight: lighter;
    font-size: 18px;
    background-color: rgba(0,0,0,0.8);
    color: white;}
.contecuadrado2{
    width: 100%;
    float: left;
    padding:0% 5% 50%;
    text-align: left;
    line-height: 24px;
    font-weight: 300;
    font-size: 16px;
    background-color: rgba(0,0,0,0.8);
    color: white;}
.contecuadrado span{
    width: 40%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    float: right;
    margin-top: 5%;
    transition: .5s;
    padding: 1%;
    background: white;
    color: grey;
    letter-spacing: 2px;}
.contecuadrado a:hover{
    color: white;
    background: none;}
.imagentrabajo{
    float: left;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -100}
.uno{ background-image: url(../img/trabajos/calypsotarjeta.png);}
.tres{ background-image: url(../img/trabajos/flyerwam.png);}
.cinco{ background-image: url(../img/trabajos/lipoburn.png);}
.seis{ background-image: url(../img/trabajos/tarjetawam.png);}
.siete{ background-image: url(../img/trabajos/ccti.png);}
.ocho{ background-image: url(../img/trabajos/lipoburninstagram.png);}
.nueve{ background-image: url(../img/trabajos/wamweb.png);}
.diez{ background-image: url(../img/trabajos/cctiinstagram.png);}
.once{ background-image: url(../img/trabajos/zurich.png);}
.doce{ background-image: url(../img/trabajos/oceanmedical.png);}
.trece{ background-image: url(../img/trabajos/todozono.png);}
.catorce{ background-image: url(../img/trabajos/beluyseba.png);}
.quince{ background-image: url(../img/trabajos/tanana.png);}
.dieciseis{ background-image: url(../img/trabajos/willy.jpg);}
.diecisiete{ background-image: url(../img/trabajos/malicia-portena4.jpg);}
.dieciocho{ background-image: url(../img/trabajos/dragma.jpg);}
.diecinueve{ background-image: url(../img/trabajos/cdeluprint.jpg);}
.veinte{ background-image: url(../img/trabajos/beautylounge.jpg);}
.veintiuno{ background-image: url(../img/trabajos/dayyemma.jpg);}
.veintidos{ background-image: url(../img/trabajos/roqueled.jpg);}
.veintitres{ background-image: url(../img/trabajos/deviconstellations.jpg);}
.veinticuatro{ background-image: url(../img/trabajos/systemicpath.jpg);}
.veinticinco{ background-image: url(../img/trabajos/wellminars.jpg);}
.veintiseis{ background-image: url(../img/trabajos/blume.jpg);}
.veintisiete{ background-image: url(../img/trabajos/bacaro.jpg);}
.veintiocho{ background-image: url(../img/trabajos/byangels.jpg);}
.veintinueve{ background-image: url(../img/trabajos/map.jpg);}

/*-----------hablemos-----------*/
#hablemos{
    width: 100%;
    padding: 100px 2% 5%;
    background: white;
    float: left;}
#formulario{
    width: 50%;
    margin: 2% 0% 2% 10%;
    float: left;
    height: auto;}
#informacion{
    width: 30%;
    margin: 3% 10% 2% 0%;
    float: right;
    text-align: center;
    height: auto;}
.formu{
    width: 90%;
    height: 40px;
    font-size: 18px;
    float: left;
    border:0px;
    border-bottom: 2px solid grey;
    border-right: 2px solid grey;
    margin: 1%;}
.textformu{
    height: 100px;
    max-width: 90%;
    min-width: 90%;
    min-height: 100px;
    max-height: 100px;}
@keyframes mover{
    0%{transform: translate(0px);}
    50%{transform: translate(10px);}
    100%{transform: translate(0px);}
}
.enviar{
    width: 100%;
    text-align: right;
    padding-right: 50px;
    margin-top: 2%;
    float: right;
    border: 0px;
    background: rgba(0,0,0,0.0);
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 3px;
    animation-name: mover;
    animation-duration: 1s;
    cursor: pointer;
    animation-iteration-count: infinite;}
.enviar:hover{
    animation-play-state: paused;}
.iconohablemos{
    width: 5%;}
.textohablemos{
    width: auto;
    color:black;
    height: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 0%;}


/*-------------footer------------*/
footer{
    padding: 5% 10% 1%;
    width: 100%;
    float: left;
    color: white;
    background: linear-gradient(110deg, #E27E7E, rgb(231, 134, 139));
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;}
.footer-logo{
    width: 50%;
    float: left;}
.footer-ico{
    max-width: 200px;
    float: left;}
.footer-social{
    width: 50%;
    float: left;}
.redesfooter{
    width:40px;
    float: right;
    transition: .3s;}
.redesfooter:hover{
    opacity: .5;}
.footer-legal{
    text-align: center;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    float: left;
    padding-top: 20px;
    margin-top: 2%;
    color: white;}
.footer-legal a{
    color: white;}
.footer-legal a:hover{
    font-weight: bold;
    color: white;}

/*-----------------------------PRESUPUESTO ------*/
.presupuesto{
    width: 100%;
    background: #383838;
    float: left;
    padding: 10% 2% 0%;
    text-align: center;
    color: white;}
.titu-presu{
    width: 100%;
    float: left;
    font-size: 70px;
    font-weight: 200;}
.txt-presu{
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 3% 15%;
    font-style: italic;}
.btn-presu{
    width: 30%;
    float: left;
    padding: 2%;
    background: white;
    text-align: center;
    color: #383838;
    margin: 2% 35%;}
.btn-presu:hover{
    opacity: .7;}
/*------------------------------PREGUNTAS FRECUENTES------*/
.section-preguntas{
    width: 100%;
    background: white;
    float: left;
    padding: 10%;}
button.accordion {
    width: 100%;
    background: #38383800;
    color: #383838;
    font-size: 24px;
    text-align: center;
    padding: 2%;
    font-weight: 100;
    border: 0px;
    border-bottom: 1px solid #383838;
    outline: none;
    cursor: pointer;}
button.accordion:after {
    font-family: FontAwesome;
    content: "\f067";
    transform: rotate(0deg);
    font-family: "fontawesome";
    font-size: 18px;
    margin-top: 10px;
    float: right;}
button.accordion.is-open:after {
    content: "\f067";
    transform: rotate(45deg);}
.accordion-content {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;}
.contenido-acordeon{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    float: left;
    padding: 5%;}
.contenido-acordeon strong{
    font-size: 20px;}
/*------------------------------CONSEJOS------*/
.comunidad{
    width: 100%;
    background: white;
    float: left;
    color: #383838;
    font-family: Work Sans;
    padding: 15% 5%;}
.titu-comunidad{
    width: 30%;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 40px;}
.txt-comunidad{
    width: 50%;
    float: left;}
.btn-comunidad{
    width: 20%;
    float: left;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: #383838;}
.btn-comunidad:hover{
    opacity: .5;}

/*---------------------------------------CONTACTO---------*/
#contacto{
    width: 100%;
    float: left;
    background-image: url(../img/fondo-contacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5%;}
.conte-txt-contacto{
    width: 50%;
    float: left;
    padding: 10% 2%;}
.txt-contacto{
    width: 80%;
    float: left;
    font-family: Work Sans;
    font-size: 38px;
    font-weight: 400;}
.txt-contacto2{
    width: 100%;
    float: left;
    font-size: 28px;
    padding: 5% 0%;
    font-weight: 300;}
.txt-contacto3{
    width: 100%;
    float: left;
    font-family: Work Sans;
    text-align: right;
    font-size: 18px;
    padding: 2%;
    font-weight: 400;}
.form-contacto{
    backdrop-filter: blur(8px);
    background-color: #f4daa533;
    width: 40%;
    float: left;
    padding: 2%;
    margin: 8% 5%;
    border-radius: 20px;}
.form-contacto input, .form-contacto select{
    width: 96%;
    float: left;
    border: 0px;
    height: 40px;
    color: rgb(110, 110, 110);
    margin: 3% 2%;}
.form-contacto button{
    float: right;
    padding: 2% 10%;
    border-radius: 10px;
    margin: 1% 2%;
    background: black;
    font-family: Work Sans;
    color:white;
    border: 0px;
    cursor: pointer;}
.form-contacto button:hover{
    opacity: .7;}
.btn-cont-wapp{
    width: 70%;
    padding: 2%;
    float: left;
    margin-top: 2%;
    font-family: Work Sans;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background: black;}
.btn-cont-wapp:hover{
    padding-left: 6%;}
.txt-contacto4{
    width: 100%;
    float: left;
    text-align: right;
    font-style: italic;
    font-size: 16px;
    padding: 2% 2%;
    font-weight: 300;}
.mensajeneviado{
    width: 100%;
    float: left;
    background: green;
    color: white;
    text-align: center;
    padding: .5%;
    font-size: 12px;
}
/*---------------------------------------BLOG---------*/
#blog{
    width: 100%;
    float: left;}
    
.header-blog::before{
    width: 100%;
    position: absolute;
    height: 400px;
    overflow: hidden;
    content:"";
    inset:0;
    background:url("../img/fondo-blog.png") center/cover no-repeat;

    filter:blur(1px);
    z-index:0;
}
.header-blog::after{
    height: 400px;
    overflow: hidden;
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        0deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.10) 50%
    );

    z-index:1;
}
.titu-header-blog{
    width: 100%;
    position:relative;
    z-index:2;
    padding: 15% 0% 10%;
    text-align: center;
    font-size: 50px;
    color: black;
    font-family: Work Sans;
    font-weight: 300;}
.titu-header-blog strong{
    font-weight: 600;}
.contenidoblog{
    width: 100%;
    float: left;
    padding: 5%;}
.conte-nove{
    background: red;
    height: 350px;
    width: 30%;
    padding: 2%;
    margin: 1.5%;
    float: left;}
.image-conte-nove{
    width: 100%;
    float: left;}
.txt-conte-nove2{
    width: 100%;
    color: #383838;
    font-family: Work Sans;
    text-decoration: none;
    float: left;
    font-size: 18px;
    height: 50px;
    margin: 20px 0px 5px;}
.btn-conte-nove{
    width: auto;
    background: black;
    float: left;
    color: white;
    padding: 2%;
    cursor: pointer;
    font-family: Work Sans;}
.btn-conte-nove:hover{
    opacity: .7;}
.titu-blog{
    background: #F4DAA5;
    color: #383838;
    width: 100%;
    float: left;
    padding: 15% 5% 5%;
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
    font-family: Work Sans;}
.txt-blog{
    width: 60%;
    margin: 5% 20%;
    font-size: 18px;
    line-height: 24px;
    float: left;}
.btn-volver-blog{
    width: 20%;
    text-align: center;
    color: white;
    background: black;
    padding: 1%;
    float: left;
    margin: 5% 40%;}
.btn-volver-blog:hover{
    opacity: .7;}

/*---------------------------NUESTRO TRABAJO*/
#nuestrotrabajo{
    width: 100%;
    float: left;}
.conte-nuestrotrabajo{
    width: 100%;
    margin: 10% 0% 5%;
    float: left;}
.conte-txt-nuestrotrabajo{
    width: 50%;
    padding-left: 5%;
    float: left;}
.img-nuestrotrabajo{
    width: 50%;
    float: left;}
.img-nuestrotrabajo-respon{
    display: none;}
.image-nuestrotrabajo{
    width: 100%;}
.titu1-nuestrotrabajo{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: right;
    padding-right: 20px;
    font-weight: 200;}
.titu2-nuestrotrabajo{
    width: 100%;
    float: left;
    font-size: 50px;
    text-align: right;
    padding-right: 20px;
    font-family: Work Sans;
    font-weight: 400;}
.txt-nuestrotrabajo{
    width: 100%;
    float: left;
    padding: 5%;
    text-align: right;
    line-height: 22px;}
/*--------------------------------------PAGINA PLANES*/
.inicio-web{
    width: 100%;
    padding-top: 5%;
    margin-bottom: 2%;
    float: left;
    background: #f7f2eb;
    color: #171717;
    font-family: Work Sans;
    overflow: hidden;}
.inicio-web-hero{
    width: 100%;
    min-height: 600px;
    float: left;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.65) 38%, 
    rgba(255,255,255,.55) 50%, rgba(255,255,255,.0) 70%, rgba(255,255,255,0) 88%), 
    url(../img/fondo-webservice.png);
    background-size: 100%;
    background-position: center right;
    display: flex;
    background-repeat: no-repeat;
    background-attachment: fixed;
    align-items: center;
    padding: 86px 7% 38px;}
.inicio-web-copy{
    width: 55%;}
.inicio-web-txt1{
    width: 100%;
    float: left;
    margin-bottom: 28px;
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;}
.inicio-web-txt1:after{
    content: "";
    width: 70px;
    height: 1px;
    display: block;
    margin-top: 14px;
    background: #000000;}
.inicio-web-txt2{
    width: 100%;
    float: left;
    margin-bottom: 22px;
    font-size: 64px;
    line-height: .98;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;}
.inicio-web-txt2 span{
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
}
.inicio-web-txt3, .inicio-web-txt4{
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 1.45;
    color: #222;}
.inicio-web-txt4{
    margin-top: 28px;}
.inicio-web-actions{
    width: 100%;
    float: left;
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 42px;}
.inicio-web-btn{
    min-width: 155px;
    padding: 15px 26px;
    border-radius: 999px;
    border: 1px solid #171717;
    text-align: center;
    color: #171717;
    font-size: 16px;
    font-weight: 600;
    transition: .25s;}
.inicio-web-btn-primary{
    background: #171717;
    color: white;
    box-shadow: 0px 12px 28px rgba(0,0,0,.16);}
.inicio-web-btn-primary i{
    margin-left: 10px;
    font-size: 13px;}
.inicio-web-btn:hover{
    transform: translateY(-2px);}
.inicio-web-btn-secondary:hover{
    background: #171717;
    color: white;}
.inicio-web-features{
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 28px;
    margin-top: 48px;}
.inicio-web-feature{
    display: flex;
    align-items: center;
    gap: 13px;
    color: #282828;
    font-size: 15px;
    line-height: 1.35;}
.inicio-web-feature i{
    width: 20px;
    font-size: 20px;
    color: #171717;}
.inicio-web-stats{
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: minmax(280px, 1.8fr) 1px repeat(3, minmax(130px, .55fr));
    gap: 58px;
    align-items: center;
    padding: 45px 7% 48px;
    background: rgba(255,255,255,.52);}
.inicio-web-stats p{
    font-size: 18px;
    line-height: 1.55;}
.inicio-web-stats-line{
    width: 1px;
    height: 64px;
    background: rgba(23,23,23,.16);}
.inicio-web-stat strong{
    display: block;
    margin-bottom: 7px;
    font-size: 38px;
    line-height: 1;
    font-weight: 400;}
.inicio-web-stat span{
    font-size: 15px;
    color: #272727;}.mainplanes{
    width: 100%;
    background: white;
    float: left;}
.conte-planes{
    width: 100%;
    padding: 100px 0px;
    float: left;}
.conte-item-modelo{
    background: white;
    width: 90%;
    margin: 2% 5%;
    overflow: hidden;
    float: left;
    border-radius: 10px;}
.conte-header-modelo{
    width: 100%;
    background: #383838;
    text-align: center;
    padding: 0.5%;
    float: left;}
.conte-ico-modelo{
    width: 20px;
    float: left;
    margin: 5px 10px;}
.txt-header{
    font-size: 18px;
    float: left;
    margin-top: 7px;
    color: white;
    font-family: Work Sans;}
.conte-img-modelo{
    width: 30%;
    margin: 3% 2%;
    float: left;}
.conte-image-modelo{
    width: 100%;}
.conte-contenido-modelo{
    width: 90%;
    float: left;}
.conte-conte-plan{
    width: 65%;
    float: left;
    padding: 3% 2% 1.5%;
    line-height: 20px;}
.conte-botones{
    width: 70%;
    float: right;}
.conte-btn-modelo2, .conte-btn-modelo3{
    width: 45%;
    margin: 1% 2.5%;
    text-align: center;
    padding: 1%;
    border-radius: 10px;
    float: left;
    background: #383838;
    color: white;}
.conte-btn-modelo3{
    background: #777bb3;}
.conte-btn-modelo2:hover, .conte-btn-modelo3:hover{
    opacity: .7;}
.conte-txt-detalle-modelo{
    width: 100%;
    float: left;}
.conte-contenido-txt{
    width: 100%;
    float: left;
    margin: 2% 0%;}
.conte-contenido-txt ul{
    padding: 1% 0% 1% 2%;}
.txt-detalle-modelo{
    width: 100%;
    float: left;}
.precio{
    font-size: 12px;
    margin: 2% 0%;
    width: 100%;
    float: left;}
.contelegal{
    width: 80%;
    float: left;
    margin: 10%;
    line-height: 20px;}
h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;}


.headerplanes{
    width: 100%;
    height: auto;
    float: left;
    padding: 10% 0% 7%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: white;}
.fondoempren{
    background-image: url(../img/packemprendedor.jpg);}
.fondonegocios{
    background-image: url(../img/packnegocios.jpg);}
.fondopro{
    background-image: url(../img/packpro.jpg);}


.ico-headerplanes{
    width: 4%;
    float: left;
    margin: 50px 48% 0%;}
.titu-planes{
    font-size: 55px;
    margin: 15px 0px;
    width: 100%;
    float: left;
    font-family: Work Sans;
    font-weight: 600;}
.txt-planes{
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 200;
    font-style: italic;}
.btn-headerplanes{
    width: 20%;
    margin: 2% 40%;
    background: #F4DAA5;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 1%;
    float: left;}
.btn-headerplanes:hover{
    letter-spacing: 1px;
    background: black;
    color: white;}
.conte-planes{
    width: 100%;
    float: left;
    padding: 5% 15%;}
.titu-conte-planes{
    width: 100%;
    float: left;
    font-size: 24px;
    padding: 2% 0% 0%;
    text-align: center;
    font-weight: bold;
    color: #5c5c5c;}
.txt-conte-planes{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 24px;
    padding: 1% 10%;
    font-size: 16px;}
.items-conte-planes{
    width: 100%;
    float: left;}
.items-conte-planes p{
    width: 30%;
    margin: 1.5%;
    text-align: center;
    float: left;}
.espacio{
    width: 100%;
    height: 50px;
    float: left;}
.conte-como-trabajamos{
    width: 100%;
    float: left;}
.ico-comotraba{
    width: 20%;
    margin: 2.5%;
    float: left;}
.conte-pack-ideal{
    width: 100%;
    float: left;
    background: #F2D8A5;
    padding: 0% 2% 2% 2%;
    border-radius: 10px;
    margin: 5% 0%;}
.noincluye{
    font-size: 16px;}
.contenoincluye{
    background: #dadada;
    text-align: center;}
.btn-headerplanes2{
    width: 30%;
    margin: 0% 35% 5%;
    background: black;
    color: white;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 2%;
    float: left;}
.btn-headerplanes2:hover{
    letter-spacing: 1px;
    background: black;
    color: white;}
.pack-modelos{
    width: 100%;
    float: left;
    background-image: url(../img/poster-video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 20%;}
.item-modelo-dos{
    background: rgba(255, 255, 255, 0.959);
    color: black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.418);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 45%;
    float: left;
    margin: 1% 2.5%;}
.btn-vermastrabajos{
    width: 30%;
    margin: 2% 35%;
    background: black;
    color: white;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 1%;
    float: left;}
.btn-headerplanes2:hover{
    letter-spacing: 1px;
    background: black;
    color: white;}
.plantrabajos{
    width: 100%;
    float: left;
    padding: 5%;
    background: #f2d8a580;}

/*------------------------------COMPARATIVA DE PACKS------*/
.pack-compare{
    width: 100%;
    float: left;
    padding: 7% 5%;
    background: white;
    color: #171717;}
.pack-compare-wrap{
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;}
.pack-compare-heading{
    width: 100%;
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;}
.pack-compare-heading p{
    margin-bottom: 14px;
    color: #c19a70;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;}
.pack-compare-heading h2{
    margin-bottom: 18px;
    font-family: Work Sans;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;}
.pack-compare-heading span{
    display: block;
    font-size: 16px;
    line-height: 1.55;
    color: #333;}
.pack-compare-table{
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(23,23,23,.09);
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 24px 60px rgba(23,23,23,.08);}
.pack-compare-row{
    display: grid;
    grid-template-columns: 1.05fr repeat(3, 1fr);
    min-height: 72px;
    border-bottom: 1px solid rgba(23,23,23,.08);}
.pack-compare-row:last-child{
    border-bottom: 0;}
.pack-compare-row > div{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 16px 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1.32;
    border-left: 1px solid rgba(23,23,23,.08);}
.pack-compare-row > div:first-child{
    justify-content: flex-start;
    text-align: left;
    border-left: 0;
    background: rgba(244,237,228,.58);}
.pack-compare-head{
    background: rgba(245, 222, 179, 0.685);
    min-height: 200px;}
.pack-compare-feature-title{
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;}
.pack-compare-plan{
    position: relative;
    flex-direction: column;
    gap: 4px;}
.pack-compare-plan i{
    margin-bottom: 8px;
    color: #1f1f1f;
    font-size: 38px;}
.pack-compare-plan small{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;}
.pack-compare-plan h3{
    margin: 0;
    font-family: Work Sans;
    font-size: 31px;
    line-height: .95;
    text-transform: uppercase;}
.pack-compare-plan p{
    margin: 0;
    font-family: Work Sans;
    font-size: 18px;}
.pack-compare-plan a{
    display: inline-flex;
    color: black;
    max-width: 92%;
    padding: 4px 14px;
    border: 1px solid rgba(193,154,112,.55);
    border-radius: 999px;
    background: #EE9F80;
    font-size: 13px;
    line-height: 1.2;}
.pack-compare-plan a:hover{
    opacity: .7;
    letter-spacing: 1px;}
.pack-compare-featured{
    border-left-color: rgba(193,154,112,.5) !important;
    border-right: 1px solid rgba(193,154,112,.5);
    box-shadow: inset 0 0 0 1px rgba(193,154,112,.46);}
.pack-compare-featured strong{
    position: absolute;
    top: -16px;
    left: 50%;
    min-width: 132px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #c9a77e;
    color: white;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateX(-50%);}
.pack-compare-feature{
    gap: 18px;}
.pack-compare-feature i{
    flex: 0 0 28px;
    color: #222;
    font-size: 22px;
    text-align: center;}
.pack-compare-feature span{
    display: flex;
    flex-direction: column;
    gap: 3px;}
.pack-compare-feature b{
    font-size: 16px;
    line-height: 1.25;}
.pack-compare-feature small{
    color: #333;
    font-size: 14px;
    line-height: 1.25;}
.pack-check{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(193,154,112,.72);
    border-radius: 50%;
    background: #fbf5ee;
    color: #bd9164;
    font-size: 12px;}
.pack-compare-includes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 22px;
    width: 86%;
    margin: 44px auto 0;
    padding: 20px 28px;
    border: 1px solid rgba(193,154,112,.28);
    border-radius: 10px;
    background: #f6f1eb;
    font-size: 16px;
    line-height: 1.3;
    box-shadow: 0 12px 34px rgba(23,23,23,.06);}
.pack-compare-includes i{
    color: #c59b6e;
    font-size: 30px;}
.pack-compare-includes span:not(:last-child):after{
    content: "|";
    margin-left: 22px;
    color: rgba(23,23,23,.42);}

@media (max-width: 1100px){
    .pack-compare{
        padding: 9% 4%;}
    .pack-compare-heading h2{
        font-size: 52px;}
    .pack-compare-table{
        overflow-x: auto;
        border-radius: 12px;}
    .pack-compare-row{
        min-width: 980px;}
}

@media (max-width: 700px){
    .pack-compare{
        padding: 70px 5%;
        background: #fbfaf8;}
    .pack-compare-heading{
        margin-bottom: 32px;}
    .pack-compare-heading p{
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: 2px;}
    .pack-compare-heading h2{
        font-size: 42px;}
    .pack-compare-heading span{
        font-size: 16px;}
    .pack-compare-table{
        display: flex;
        flex-direction: column;
        gap: 18px;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;}
    .pack-compare-row{
        display: grid;
        grid-template-columns: 1fr;
        min-width: 0;
        min-height: 0;
        overflow: hidden;
        border: 1px solid rgba(23,23,23,.09);
        border-radius: 12px;
        background: white;
        box-shadow: 0 16px 36px rgba(23,23,23,.07);}
    .pack-compare-head{
        display: none;}
    .pack-compare-row > div{
        justify-content: space-between;
        gap: 16px;
        padding: 14px 16px;
        border-left: 0;
        border-bottom: 1px solid rgba(23,23,23,.07);
        text-align: right;
        font-size: 15px;}
    .pack-compare-row > div:last-child{
        border-bottom: 0;}
    .pack-compare-row > div:first-child{
        justify-content: flex-start;
        background: #f4eee7;
        text-align: left;}
    .pack-compare-row > div:not(:first-child):before{
        content: attr(data-label);
        flex: 0 0 108px;
        color: #9b744d;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: left;
        text-transform: uppercase;}
    .pack-compare-feature{
        width: 100%;}
    .pack-compare-feature i{
        flex-basis: 24px;
        font-size: 19px;}
    .pack-compare-feature b{
        font-size: 15px;}
    .pack-compare-feature small{
        font-size: 13px;}
    .pack-check{
        width: 20px;
        height: 20px;
        font-size: 11px;}
    .pack-compare-includes{
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
        padding: 18px;
        gap: 12px;
        font-size: 15px;}
    .pack-compare-includes i{
        font-size: 24px;}
    .pack-compare-includes b{
        width: calc(100% - 42px);}
    .pack-compare-includes span{
        width: 100%;
        padding-left: 42px;}
    .pack-compare-includes span:not(:last-child):after{
        content: "";}
}

@media (max-width: 420px){
    .pack-compare-heading h2{
        font-size: 35px;}
    .pack-compare-row > div:not(:first-child):before{
        flex-basis: 96px;}
}
