/*------FOOTER--------*/
.flexCenterfooter{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

footer{
    background-color:var(--principalHover);
    color:var(--white);padding:30px 0px;
    padding-bottom:0px;
}

.itemFotter{
    width:250px;
    margin:20px;
}

.itemFotter .dflexItemFotter{
    display:flex;
    align-items:center;
    font-size:16px;
    color:var(--silverExtraLight);
    font-weight:400;
}

.itemFotter .dflexItemFotter i{
    font-size:18px;padding-right:10px;
}

.itemFotter .dflexItemFotter a{
    font-size:16px;
    color:var(--silverExtraLight);
    font-weight:300;
}

.itemFotter img{
    margin-bottom:20px;
    width:170px;
    border-radius:20px;
}

.itemFotter h4{
    width:100%;
    font-size:18px;
    padding-bottom:15px;
    font-weight:600;
}


.itemFotter a{
    width:100%;
    display:block;
    color:var(--white);
    font-size:14px;
    padding:8px 0px;
    font-weight:300;
    transition: all ease-in .3s;
    text-decoration:none;
}
.itemFotter a:hover{color:var(--secundary);}

.flexCenterfooter .itemFotter:nth-child(1){
    width:330px;
}


.dNoneIconFooter{display:block;}

.rdsFooter{
    display:flex;
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.rdsFooter a{
    width:40px;height:40px;
    border-radius:50%;
    display:flex;justify-content:center;
    align-items:center;
    background-color:transparent;
    border:2px solid var(--secundary);
    background-color:var(--secundary);
    color:var(--white);
    text-decoration:none;
}

.rdsFooter a:nth-child(n+1){
    margin-right:15px;
}

.rdsFooter a:hover{
    transform:scale(1.1);
    color:var(--white);
}

.copyRight{
font-size:13px;letter-spacing:2px;
padding:20px;text-align:center;color:var(--white);
background-color:var(--principal);margin-top:30px;
font-weight:300;
}

.copyRight a{color:var(--silverDark);
   }

/*---- ICONO DE WHATSAPP FLOTANTE -----*/
.whastsAppBtnFlotante{
    position:fixed;
    bottom:30px;right:30px;
    z-index:1;
    font-size:30px;
    color:var(--white);
    border-radius:50%;
    width:70px;height:70px;
    display:flex;justify-content:center;
    align-items:center;
    background-color:var(--green);
    cursor: pointer;
    text-decoration:none;
}
.whastsAppBtnFlotante:hover{
    background-color:var(--greenHover);
}


/*---- botÃēn ir arriba -----*/

.btn-scrolltop {
    position: fixed;
    bottom:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1;
    left: 20px;
    width:45px;height:45px;
    border:none;
    border-radius:50%;
    background-color: var(--white);
    border:2px solid var(--principal);
    color: var(--principal);
    font-size:18px;
    cursor: pointer;
    transform: translateY(100px);
    transition: 0.3s;
  }
  
  .btn-scrolltop-active {
    transform: translateY(0);
  }

  .btn-scrolltop:hover{
    color:var(--white);
    background-color:var(--principal);
  }


  .dflexItemFotter p{
    font-size:15px;
    width:75%;
  }




  @media(max-width:1243px){
.flexCenterfooter .itemFotter:nth-child(1){
    width:300px;
}
  }
    
  @media(max-width:910px){
    .itemFotter,.flexCenterfooter .itemFotter:nth-child(1){width:100%;}.rdsFooter{justify-content:left;}
    .flexCenterfooter .itemFotter:nth-child(1){width:100%;}
    }


