.otros{

    font-weight: 400;
}

.title_otros{

    font-size: 0.9rem !important;
    text-align: center;
}

.preTitulo{

    color: white;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: -10px;
    margin-top: -10px;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.features{

    margin: 0 50px 0 50px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}



/********** Template CSS **********/
:root {
    --primary: #CD1D5A;
    --secondary: #F58020;
    --light: #f6becb;
    --dark: #70001A;
    --color-primary: #CD1D5A;/*Change*/
    --color-primary-light: #f6becb;/*Change*/
    --color-primary-dark: #70001A;/*Change*/
    --color-primary-rgb: 205, 29, 90;
    --color-primary-light-rgb: 30, 195, 224;
    --color-primary-dark-rgb: 1, 137, 161;
    --color-secondary: #485664;/*Change*/
    --color-secondary-light: #8f9fae;
    --color-gray-rgb: 108, 117, 125;
    --color-white: #ffffff;
    --color-secondary-rgb: 72, 86, 100;
    --color-white-rgb: 255, 255, 255;
    --color-gray: #6c757d;
}
/*--------------------------------------------------------------
# Sección de Precios
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--dark);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}




.pricing {
    
    padding: 50px;


}

@media(max-width: 767px){

    .pricing{

        padding: 0px;
    }
}

.pricing .pricing-item {

  padding: 100px 40px;
  box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--color-white);
  border-radius: 0px;
  overflow: hidden;

  &:hover{

    box-shadow:  0 3px 20px -2px rgba(var(--color-gray-rgb), 0.7);
  }
}

.pricing .pricing-header {

  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.9), rgba(var(--color-secondary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin: -60px -40px 0;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--color-white);
}

.pricing h4 {
  font-size: 48px;
  color: white;
  font-weight: 400;
  font-family: Raleway,sans-serif;
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--color-white-rgb), 0.8);
  font-size: 24px;
}

.pricing ul {
  padding: 30px 0;
  list-style: none;
  color: var(--color-gray);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: var(--primary);
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.pricing ul .na {
  color: rgba(var(--color-gray-rgb), 0.5);
}

.pricing ul .na i {
  color: rgba(var(--color-gray-rgb), 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 25px;
  
  
  font-size: 16px;
  font-weight: 700;
  transition: font-size .7s ease;
  
  

  &:hover{

    color: var(--primary);

    font-size: 17px;

  }
}

.buy-btn{


    border-radius: 74px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow:  21px 21px 20px #fcfcfc,
             -21px -21px 20px #ffffff;
    color: #C1B5B5;
    transition: box-shadow ease 0.5s;


    &:hover{

        border-radius: 74px;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        box-shadow:  9px 9px 18px #d9d9d9,
             -9px -9px 18px #ffffff;

        color: #666566 !important;
    }
}


.pricing .featured {
  border-color: var(--primary);
}

.pricing .featured .pricing-header {
  background: linear-gradient(rgba(var(--color-primary-rgb), 0.9), rgba(var(--color-primary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
  &:hover{

    filter: brightness(1.2);
  }
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: var(--color-white);
}

/*Fin Precios*/





.tecnologia-carousel .owl-item .tecnologia-item,
.tecnologia-carousel .owl-item.center .tecnologia-item * {
    transition: .5s;
}

.tecnologia-carousel .owl-item.center .tecnologia-item {
    background: white;
    border-color: var(--light);
}

.tecno{

    font-size: 10rem;
    text-align: center;

}

.tecno i {

    filter: contrast(80%);

    transition: .5s;

   &:hover{

    filter: contrast(120%);

    }
}


.nuestrosServicios{

 
    font-weight: 300;



}

.nuestrosServicios .text-service{

    &:hover{

        color: #423A3A;
    }
}


.nuestrosServicios img{


    &:hover{

       


    }

    
.iconoServicio{

    position: absolute;

    margin-top: -30px;
    background-color: red !important;
    width: 100px;
    height: 50px;
}

}

.btnCategorias{

width: 90px;
height: 90px;
border-radius: 50%;
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;

margin-bottom: 20px;
}

.btnCategorias i{

    justify-content: center;
    align-items: center;
    margin-top:50%;
    
    
}

.verMas{


        border-radius: 21px;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        box-shadow:  7px 7px 11px #f2f2f2,
                     -7px -7px 11px #ffffff;

        &:hover{

            border-radius: 21px;
            background: linear-gradient(145deg, #e6e6e6, #ffffff);
            box-shadow:  5px 5px 7px #d4d4d4,
             -5px -5px 7px #ffffff;

        }
}






.botonCitaServicio{

    border-radius: 18px;
    background: linear-gradient(145deg, #a82242, #c8294e);
    box-shadow:  10px 10px 20px #b22445,
                -10px -10px 20px #c4284d;
    color: white;

    &:hover{
        border-radius: 18px;
        background: linear-gradient(145deg, #a82242, #c8294e);
        box-shadow:  5px 5px 10px #9f203e,
             -5px -5px 10px #d72c54;
        color: #db8ea0;

    }

}

.botonContacto{

    border-radius: 18px;
    background: linear-gradient(145deg, #a82242, #c8294e);
    box-shadow:  10px 10px 20px #b22445,
                -10px -10px 20px #c4284d;
    color: white;

    &:hover{
        border-radius: 18px;
        background: linear-gradient(145deg, #a82242, #c8294e);
        box-shadow:  5px 5px 10px #9f203e,
             -5px -5px 10px #d72c54;
        color: #db8ea0;

    }

}

.repair{

    margin: 10px;
    font-size: 0.75rem;

        
}

.green{

    color: #1DBF73;
    font-size: 1.2rem;
}

.card-second{

    display: flex;
    justify-content: end ;

    margin:10px;

}

.card-second img{



}

.fiverr{

    max-width: 600px;

    
}

    .fiverr img{

        
       height: 100%;

    }


@media (max-width: 768px){


    .fiverr{

        max-width: 480px;
        
        margin-left: 5%;


        
    }
    

    .fiverr img{

        
        height: 340px;   

        display:block;
        margin:auto;

    }


}


@media (max-width: 431px){


    .fiverr{

        max-width: 280px;
        
        margin-left: 8%;
     
        
    }
    

    .fiverr img{

        
        height: 100%;   


    }


}



.somos-inicio{

        position: absolute ;

        width: 50%;
        
        margin-top: -400px;

        right: 0;

    }

@media (min-width: 1190px){

    .somos-inicio{

        

        width: 40%;
        
        margin-top: -620px;
        
        right: 0;

    }
    .cohete{

        width: 400px;

        display: block;

        left:-0;

        margin-left: -150px;

        margin-top: -100px;
    }


}
 

@media (max-width: 991px){
    

    .somos-inicio{

        

        width: 40%;
        
        margin-top: -770px;
        z-index :99;
        right: 0;

    }


}





@media (max-width: 873px){
    

    .somos-inicio{

        

        width: 45%;
        
        margin-top: -755px;
        z-index :99;
        right: 0;

    }


}


@media (max-width: 768px){
    

    .somos-inicio{

        

        width: 48%;
        
        margin-top: -740px;
        z-index :99;
        right: 0;

    }


}

/*@media (max-width: 767px){
    

    .somos-inicio{

        

        width: 50%;
        
        margin-top: -740px;
        z-index :99;
        right: 0;

    }


}*/





@media (max-width: 645px) {
    

    .somos-inicio{

        

        width: 50%;
        
        margin-top: -740px;

        z-index :99;
        
        right: 0;

    }


}




#li_deslizador{

    width: 500px;

}

.deslizadorArticulo{

overflow: hidden;

}

.paginacionArticulo{

    margin-top: 10px;
    margin-bottom: 0;

    color: var(--primary);

    display: flex;

    justify-content: center;

    margin-left: 0px;



}

.paginacionArticulo li{

    padding: 10px;

    list-style: none;
}

.paginacionArticulo ul{


    margin-left: 0px !important;
}



.etiqueta{

    text-align: left;

}

.texto-servicio{

    text-align: justify;

    padding: 30px;


}
.container-servicio{

    border-radius: 30px;
    
}
.servicio-item{

    padding: 20px;
    text-align: center;

}

.service-item label{

    text-align: left;
}

/*************
 * pagination
 * ************/

 .page-item.active .page-link{
    background: #BB2649;
    color:white;
    border:1px solid #bbb;
}

.page-link{
    color:#777;
}





/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 400 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 300 !important;
    
}



/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

/*@media(max-width:575px){

    .btn{
        font-weight: 300;

        font-size: 1rem;

        padding-left: 1.5rem;

        padding-right: 1.5rem;

    }

    

}*/

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.bannerInterno{

    text-align: center;


}
.contenedorEmpresa{
   
    width: auto;
}

.tituloChico{

    color: rgba(255, 255, 255, .6);
}

#tituloPrincipal{

    font-size: 2rem;

    font-weight: 700;

    margin-left: 0;
    padding-top: 2rem;

}

.titulo{

    padding-top: 1rem;

}

.logotipo{

    padding-top: .6rem;

    max-width: 5.5rem ;


}


@media (max-width:991px){


    .logo{

            
           

            }


    #tituloPrincipal{

       padding-top: 2rem;
       font-size: 1.8rem;

    }


}

@media(max-width:368px){


    .botonRepair{

        margin-left: 40px;

        width:100px;
    }
}







.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: white !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {

    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {

    max-height: 45px;
}



@media (max-width: 991.98px) {


    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .logotipo img{

      filter: sepia(100%) brightness(98%) hue-rotate(305deg) saturate(413%) contrast(193%);
    }






}

@media (min-width: 992px) {


    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);

    }

  
}
@media (max-width: 992px){

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        transition: .5s;
        backdrop-filter: blur(5px);
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: white;
        backdrop-filter: blur(5px);
       
        
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
        backdrop-filter: blur(5px);

    }


}


/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    /*position: absolute;
    content: "";
    width: 100px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(162, 195, 40, .5);*/
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/

.text-service{


    padding-top: 1rem;
    color:#959494;


}



.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    /*background: var(--primary1);*/
}

.service-item .service-icon {

    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    
    transition: .5s;
}

.service-item:hover .service-icon {
  
   
}

.service-item h5,
.service-item p {
    transition: .2s;
     font-weight: 400;
}

.service-item:hover h5{

    color: #777777;
    font-weight: 400;

}


.service-item:hover p {
    color: #d5d5d5;
    font-weight: 400;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: white !important;
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
    color: white !important;
}

.service-item:hover a.btn::before {
    
    width: 100%;
    background: var(--primary1);
    color: white !important;
}


/*** Testimonial ***/
.newsletter
 {
    background:
        url(../img/bg-top-new.png),
        url(../img/bg-bottom.png);


    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}


.testimonial{

        background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);


    background-position:
        right top,
        right bottom;
    background-repeat: no-repeat;


}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--light) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/



#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: linear-gradient( rgba(250, 250, 250, 0), rgba(205, 29, 90, 0.6));
    
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url() center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}



.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}




/*** Service ***/

.servicio-item{

    
    padding-top: 2rem;
    top: 0px;
    right: 0px;

    border: none;
    transition: .5s;
    opacity: 1;
  


}
.container-servicio{

    background-color: #f3f6ff ;

}




/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
   
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}


 .btn.btn-socialservice{


    margin-right: 5px;
    width: 40px;
    height: 40px;

    color: var(--primary);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;



}



 .btn.btn-socialservice:hover{

    color: var(--light);

 }


.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}