img {
    max-width: 100% !important;
}
.shape {
    z-index: -1 !important;
}

.default-btn {
    color: black;
    background-color: #e1c62c !important;
}

.single-services .services-content span {
    color: #e1c62c !important;   
}

.about-content ul li i {
    color: #e1c62c !important;
}

.prevent-content ul li::after {
    background-color: #e1c62c;
}
.single-process span {
    background-color: #e1c62c;
}
.single-widget h3::before {
    background-color: #e1c62c;
}
.single-project .project-content i {
    background-color: #e1c62c;
}
body {
    font-family: "Montserrat", "bold" !important;
}
.nav-area .navbar-area .main-nav {
    background-color: #190f3c !important;
}

.redes-flotantes {
position: fixed;
right: 20px;
top: 81%;
z-index: 20;
}

@media (max-width: 576px) {
    
    .redes-flotantes {
        position: fixed;
        right: 0px;
        top: 80%;
        z-index: 20;
    }
}


.redes-flotantes img {
float: right; clear: right;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
width: 70px !important;
}

.redes-flotantes img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}

a_custom {
    color: #e1c62c;
}
.nice-select{
    line-height: 26px !important;
}
.header-contacto{
    background-image: url(../img/img_team.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #232350;
    z-index: -1;
}