a .logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.bgportafoli_nav{
    background-color: rgb(7, 150, 2);
}

#navbarNav a{
    color: #fff;
}

.btn-primary-p{
    padding: 6px 25px;
    color: #fff;
    background-color: rgb(23, 53, 3);
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    margin: 22px 0;
    transition: .5s;
}

.btn-primary-p:hover{
    background: #666;
    border-radius: 0;

}

.carousel-inner{
    width: 100%;
    height: 90vh;
}

header .container{
    background: none;
    text-align: center;
    padding: 10px 10px;
    display:flex;
    flex-direction: row;
    align-items: center;
    
}

main .container{
    background: rgb(177, 198, 128);
    text-align: center;
    padding: 30px 20px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

#servicios{
    text-align: center;
    padding: 20px o;
}

h2{
    color: rgb(22, 22, 24);

}

.about{
    padding-top: 50px;
}



#servicios{
    text-align: center;
    padding: 30px 0;
    }
    
    #servicios h2{
        margin-bottom: 20px;
    }
    
    #about {
        padding-top: 10px;
    
    }
    
    #about h2{
        color: rgb(21, 168, 33);
        padding-bottom: 20px;
    }
    h2{
        padding-bottom: 10px;
    }
    
    
    .footer{
        text-align: center;
        color: white;
        background-color: black;
        padding: 20px 0;
    }
    
    
    
    
    #carouselheroCaptions .carousel-caption{
        bottom: 50%;
    }
    
    #carouselheroCaptions .carousel-caption h5{
        font-size: 60px;
    }
    
    #carouselheroCaptions .carousel-caption p{
        font-size: 30px;
    }
    
    #carouselheroCaptions .carousel-indicators{
        bottom: 10%;
    }
    #carouselheroCaptions .carousel-indicators button{
        width: 13px;
        height: 13px;
        border-radius: 50%;
    }
    
    
    #about img{
        width: 500px;
        max-width: 100%;
    }
    
    #servicios .item-servicio{
        transition: .5s;
        padding-top: 10px;
        padding-bottom: 30px;
        border-radius: 10px;
    }
    
    #servicios .item-servicio:hover{
        -webkit-box-shadow: 9px 11px 25px -11px rgba(0,122,204,1);
        -moz-box-shadow: 9px 11px 25px -11px rgba(0,122,204,1);
        box-shadow: 9px 11px 25px -11px rgba(0,122,204,1);
    }
    
    body a img{
        width: 40px;
        height: 40px;
    } 
    .whatsapp{
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 99;
        border-radius:50%;
        
    }
    
    .whatsapp:hover{
    -webkit-box-shadow: 0px 0px 25px 11px rgba(17, 13, 211, 0.76);
    -moz-box-shadow: 0px 0px 25px 11px rgba(17, 13, 211, 0.76);
    box-shadow: 0px 0px 25px 11px rgba(17, 13, 211, 0.76);
    }

#javascript{
    width: 100%;
    height: 120vh;
    padding: 120px 0 ;
    position: relative;
    background: #1da00c;
    overflow: hidden;
    z-index: 0;
}

#panel-lateral{
    width: 30%;
    height: 100vh;
    background: black;
    border-right: 4px solid aquamarine ;
    position: absolute;
    left: -30%;
    top: 0;
    z-index: 9;
    transition: .5s;
}
#panel-lateral .close-panel{
    position: absolute;
    right: 30px;
    top: 30px;
} 

#panel-lateral h3{
    margin-top: 60px;
    text-align: center;
    color: #fff;
}

#panel-lateral ul{
    width: 60%;
    margin: 100px auto;
    text-align: center;
}

#panel-lateral li{
    list-style: none;
}

#panel-lateral li a{
    text-decoration: none;
    display: block;
    padding: 12px;
    background: #000;
    border: 1px solid aquamarine;
    color: #fff;
    margin: 15px;
}
#panel-lateral.active{
    left: 0;
}
#javascript h2{
color: #fff;
margin-bottom: 70px;
}

#javascript button{
    color:rgb(13, 109, 219);  
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgb(240, 230, 230);
    border-radius: 20px;
    transition: .5s;
    
}

#javascript hr{
    border-color: #fcfcfc;
    
}

#javascript button:hover{
 background: #087a04;
}


#figura{
    width: 200px;
    height: 200px;
    background: rgb(13, 204, 204);
    margin: 40px auto;
    transition: 1s;
}


#figura.circulo{
    border-radius: 50%;
    transform: rotate(-360deg);
    rotate: (-360deg);
}

#figura.Rombo{
    transform: rotate(-45deg);
    transition: .5s;
}

#figura.Triangulo{
    border-left: 100px solid;
    border-right: 100px solid ;
    border-bottom: 200px solid rgb(13, 204, 204);
}

#figura.hor{
    width: 400px;
    transition: .5s;
}

#figura.ver{
    height: 400px;
    transition: .5s;
}

#figura.top{
    transform: translateY(-100px);
    transition: .5s;
}

#figura.Button{
    transform: translateY(100px);
    transition: .5s;
}

#figura.Right{
    transform: translateX(100px);
    transition: .5s;
}

#figura.Left{
    transform: translateX(-100px);
    transition: .5s;
}

#figura.Gif{
    background-image: url('../IMG/flower.gif');
    background-size: cover;
    width: 200px;
    height: 200px;
}

#figura.Degradado{
    background: linear-gradient(to bottom, blue, white);
    border: #000 2px solid;
    transition: .5s;
}