:root {
    --color_1: #009e89;
    --color_2: #1d3b38;
    --color_3: #fddc8b;
    --color_4: #606060;
    --color_5: #65d9c6;
    --color_6: #ff9cb0;

}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto";
    
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contSectionTotal {

    max-width: 1400px;
    background-color: rgb(229, 248, 238);

}

img {
       max-width:100%;
    height:auto;
  
}

button {
    all: unset;
    background-color: var(--color_3);
    padding: 3px 5px;
    border-radius: 10px;
    color: var(--color_2);
    font-weight: 800;
    box-shadow: 2px 2px 5px var(--color_4);
    font-size: 18px;

}

a {
    text-decoration: none;

}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/*-------------------section_1----------------------*/

.section_1 {
    padding: 2rem 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: var(--color_5);
    width: 100%;




}

.contImgPrincipal {

    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contImgPrincipal img {
    width: 100%;
    height: auto;

}

.logo_helados {
    width: 250px;
    height: auto;
}

.contCTA {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 2rem;
    padding: 0 5px;
}

.contCTA h1 {
    font-size: 2.5rem;
    color: var(--color_2);
    text-align: center;
    font-weight: 800;
   
}

.contCTA h2 {
    font-size: 1.5rem;
    color: var(--color_4);
    text-align: center;
    padding: 0 5px;
}

/*-------------------section_2----------------------*/

.section_2{
    padding: 2rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    background: azure;
    padding-bottom: 3rem;
}
.section_2Tex{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 10px;
    

}
.section_2Tex h2{
    color: var(--color_2);
    font-size: 2rem;
    text-align: center;

}

.section_2Tex p{
    color: var(--color_4);
    font-weight: 500;
    font-size: 1rem;
    max-width: 800px;
    text-align: center;
    

}

.contProblemas{
    display: flex;
    gap: 2rem;
        flex-wrap: wrap;
    justify-content: center;
}

.contProblemas ul{

    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px;
    

}
.contProblemas ul li{
 color: var(--color_1);
 font-weight:900;
 font-size: 1.2rem;
}

.contFraseImpacto{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.logo_globo{
    width: 90px;
    height: auto;
}
.globo{
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
    width: 170px;
    height: auto;
    max-width:100%;
    margin-top: -60px;
}


/*-------------------section_3----------------------*/

.section_3{
    padding: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
 
}
.contFunciona{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;

}

.pantalla{
    width: 250px;
    height: auto;
}

.contA{
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  border: 1px solid gainsboro;
     filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
}

.contA h3{
   
    background-color: var(--color_2);
  
    color: var(--color_1);
    width: 100%;

        display: flex;
    align-items: center;
    gap: 1rem;
  
}
.contB{
    background-color: var(--color_2);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 0 0;
    flex-wrap: wrap;
}

.contB h3{
    color: var(--color_1);
    font-size: 2rem;
}
.contB p {
    color: var(--color_5);
    text-align: center;
}

.modelo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; 
    width: 500px;
}
span{
    font-size: 3.8rem;
    background-color:var(--color_3) ;
    color: var(--color_1);
    padding: 0 3px;
}

.imgPedido{
    position: relative;
    display: inline-block;
    filter: drop-shadow(5px 5px 30px var(--color_3) );
    margin-bottom: -4px;
}



.zoomWsp{
    position:absolute;
    bottom:0;
 
    left: 20px;
    width:70%;

    opacity:0;
    transform:scale(.8);
    transition:.3s;
}

.zoomWsp img{
    width:100%;
    filter: drop-shadow(0px 10px 10px var(--color_5));
}
.imgPedido:hover .zoomWsp{
    opacity:1;
    transform:scale(1.3);
}
/*--------------------section control-------------------*/

.section_control{
    padding: 4rem 1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2rem;
    background-color: var(--color_5);
}

.section_control_text{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:.5rem;
}

.section_control_text h2{
    color: var(--color_2);
    font-size: 2rem;
    text-align:center;
}
.contFrase{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.section_control_text p{
    color: var(--color_4);
    font-size: 1rem;
    font-weight: 500;
    max-width:700px;
    text-align:center;
}

.contControl{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1.5rem;
}

.fraseImpacto{
    font-size:1.4rem;
    font-weight:800;
    color: var(--color_2);
    text-align:center;
    background-color: var(--color_6);
    padding: 20px 10px;
    border-radius: 0 25px 0 25px;
        margin-top: 49px;
}

.contControl ul{
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.contControl ul li{
    font-size:1.1rem;
    color: var(--color_2);
    font-weight:600;
}
/*----------------Section_2B------------------------------------*/

.section_2B {





    padding: 2rem 0;

}



.contTituloSec_2B {



    background-color: var(--color-Terceario);

    color: var(--color-Primario);

    display: flex;

    flex-direction: column;

    align-items: center;



    padding: 2rem;

}



.Sec_2BH2 {



    color: var(--color_2);
    font-size: 2rem;
    text-align: center;


}



.Sec_2BP {

      color: var(--color_4);
    font-weight: 500;
    font-size: 1rem;
    max-width: 800px;
    text-align: center;

}



.contCard {

    padding-top: 3rem;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 1rem;



}



.card {



    width: 310px;

    height: 652px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 1rem;

    border: 1px solid var(--color_1);

    border-radius: 10px;

    box-shadow: 5px 5px 5px var(--color_5);



    justify-content: space-between;



}



.card h3 {

    background-color: var(--color_2);

    width: 100%;

    text-align: center;

    padding: 5px 0;

    color: var(--color_1);

    border-radius: 10px 10px 0px 0px;

    font-size: 2rem;

}



.card h5 {

    color: var(--color_2);

    font-size: 3.8rem;

    text-align: center;

}



.card p {

    color: var(--color_3);

    background-color: var(--color_2);

    padding: 5px;

    text-align: center;

    font-size: 14px;




}



.aclaracion {

    color: var(--color-Primario);

    font-size: 1.7rem;

    font-weight: 600;

}



.mes {

    font-size: 1rem;

    font-weight: 400;

}



.contItem {

    display: flex;

    flex-direction: column;

    color: var(--color_2);

    gap: 0.5rem;





}
.svg-inline--fa.fa-w-16{
    width: 1em;
}


.item_plan {

    all: unset;

    font-size: 18PX;

    font-weight: 400;

    color: var(--color-Primario);

    font-style: italic;

}



.desactivado {

    color: #6a6a6b;

}



.contItem {

    padding: 10px;

}



.leyenda {

    text-align: center;

    font-style: italic;

    font-size: 0.8rem;

    width: 100%;

    border-radius: 0px 0px 10px 10px;



}



.verde {

    color: var(--color_5);

    margin-right: 15px;



}



.car_P {

    color: var(--color_1);

    font-size: 1rem;

    font-weight: 600;

    text-align: center;

    font-style: italic;
}

.tituloItem{

  
    font-size: 1.1rem;
    color: var(--color-Primario);

}



.spanPlan{
    font-size: 18px;
}




/*--------------------section addons---------*/

.addons {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.addonsH2{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--color_2);
}

.addons-subtitle {
  text-align: center;
  color: var(--color_4);
  margin-bottom: 40px;
  font-size: 1.5rem;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.addon-card {
  background: #e1fffb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.addon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.addon-icon {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 10px;
}

.addon-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--color_2);
}

.addon-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 14px;
}

.addon-card ul {
  padding-left: 18px;
  margin: 0;
  list-style: initial;
}

.addon-Item {
  font-size:  0.9rem  ;
  color: #444 ;
  margin-bottom: 6px;
}

.addons-note {
  text-align: center;
  font-size: 0.85rem;
  color: #777;
  margin-top: 30px;
}

/*------------footer----------*/
footer{
    display: flex;
   justify-content: center;
   background-color: #d9eaec;
}
.contfooter{
    padding:3rem 0;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
footer img{
    width: 150px;
    height: auto;
}

footer p{
    text-align: center;
      color: var(--color_2);
}


.contContacto{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;

}

.estudio img{
    width: 45px;
    height: auto;
}

.dinamico img {
     width: 100px;
    height: auto;
    padding-bottom: 6px;
}

.dinamico, .estudio{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.linea{
    width: 2px;
    height: 134px;
    background-color: var(--color_2);
}



.contRedes{
    display: flex;
    gap: 0.5rem;
}


.icono1{

     color: var(--color_2)  !important;
    font-size: 25px;

}

/*-------MEDIA---------------*/

@media(max-width:900px) {

    .section_2{
        gap: 2rem;
    }

  .contProblemas{
    flex-direction: column-reverse;
    align-items: center;
    gap: 5rem;
}
.contProblemas ul{
    text-align: center;
}
}
@media(max-width:750px) {

    .section_1 {
        flex-direction: column-reverse;
        gap: 1rem;

    }


    .contCTA {
        width: 100%;
        gap: 2rem;

    }

    .contCTA h1 {
        font-size: 2.3rem;
    }

    .contCTA h2 {
        font-size: 1.3rem;

    }

    .contImgPrincipal {
        width: 100%;
    }

    .zoomWsp{
    opacity:1;
    transform:scale(1);
    right:0;
    bottom:-40px;
}

}


@media(max-width:500px){
    .modelo{
        width: 100%;
        padding-bottom: 170px;
    }

    .zoomWsp{
        left: 4px;
        width: 100%;
    }

    .imgPedido:hover .zoomWsp{
 
      left: -60px;
}
}



@media(max-width:350px){
   .contB h3{
    font-size: 1.5rem;
   }
}