/* --------------------------------------------- */

.footer{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background-color: #fcfcfc;
   }
  
   .contFoo1{
    width: 100%;
    height: auto;
   }
  
   .contFoo1 img{
    width: 200px;
    height: auto;
    margin: auto;
    display: block;
   }
   .contFoo1 p{
     font-size: 20px;
     padding: 15px 0px;
     text-align: center;
   }
  
   .contFoo2{
    width: 100%;
    height: auto;
   }
  
   .contFoo2 h3{
    color: #333;
    font-weight: 700;
    padding: 10px 0px;
   }
  
   .contFoo2 p{
    font-size: 17px;
    text-align: justify;
   }

   .contFoo3{
    width: 100%;
    height: auto;
   }
  
   .contFoo3 p{
    font-size: 19px;
   }
  
   .contFoo3 h3{
    color: #333;
    font-weight: 700;
    padding: 10px 0px;
   }
  
   .contFoo3 a{
    width: 35px;
    height: 35px;
     background-color: var(--colorPrimario);
     color: white;
     border-radius: 50px 50px 50px 0px;
     /* padding: 5px; */
     display: inline-block;
     font-size: 1.1rem;
     margin-right: 5px;
     
   }
  
   .contFoo3 a i{
    line-height: 35px;
    text-align: center;
    margin: auto;
    display: block;
   }
  
   .copyright{
    font-size: 1.2rem;
    text-align: right;
   }

/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:768px){
   
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){

    .contFoo1 p{
        width: 90%;
        margin: auto;
    }

    .contFoo2{
        width: 90%;
        margin: auto;
    }
    .contFoo3{
        width:unset;
        margin: auto;
        /* background-color: antiquewhite; */
      }
}

/* Media Querie desktop */
@media screen and (min-width:1200px){
    
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}


@media screen and (min-width:1920px){
  
  

}

@media screen and (min-width:2560px){


}

