/*Servicios */
.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}
.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.single-services>h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}
.single-services>p {
    color: #333;
    font-size: 14px;
}
/*Arregla problema de columnas con boostrap*/
.inline-block{
  display: inline-block;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url(../img/call-to-action-bg.jpg) no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

.circle-team{
  /*border-radius: 50%;
  width: 200px;
  height: 200px;*/
}
.img-clients{
    height: 153px;
    width: auto!important;
}


/*Barra de progreso circular*/
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.purple .progress-bar{
    border-color: #4F0093;
}
.progress.purple .progress-left .progress-bar{
    animation: loading-1 1.8s linear forwards 1.8s;
}
.progress.bluecomp .progress-bar{
    border-color: #48b3e8;
}
.progress.bluecomp .progress-left .progress-bar{
    animation: loading-1 1.8s linear forwards 1.8s;
}

.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-6 0.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
/*==============================================================================
cambio de colores 
===============================================================================*/
.section-header h3::after {
    background: #4F0093;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #4F0093;
}
a:hover, a:active, a:focus {
    color: #4F0093;
    outline: none;
    text-decoration: none;
}
#call-to-action {
    background: linear-gradient(rgba(53, 148, 201, 0.1), rgba(53, 148, 201, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center no-repeat;
}
#call-to-action .cta-btn:hover {
    background: #4F0093;
    border: 2px solid #4F0093;
}
#contact .contact-info i {
    color: #4F0093;
}
#contact .form button[type="submit"]:hover {
    background: #4f0070;
}
#contact .form button[type="submit"] {
    background: #4F0093;
}
#footer {
    /*background: #194895;*/
    background: #3594c9;
}
#footer .footer-top {
    /*background: #3594c9;*/
    background: #48b3e8;
}
.back-to-top {
    /*background: #3594c9*/
    background: #48b3e8;
}
.btn-purple {
    color: #fff;
    background-color: #4F0093;
    border-color: #4F0093;
}
.btn-purple:hover {
    color: #fff;
    background-color: #4f0070;
    border-color: #4f0070;
}
#header {
    /*background: #3594c9;*/
    background: #48b3e8;
}
#header.header-scrolled {
    /*background: rgba(53, 148, 201, 0.9);*/
    background: rgba(72, 179, 232, 0.9);
}
#mobile-nav {
    background: rgba(53, 148, 201, 0.8)!important;
}
#mobile-nav ul li.menu-active a {
    color: #4F0093;
}
#footer .footer-top .social-links a:hover {
    background: #4F0093;
    color: #fff;
}

/*=================================================
imaagen principal==============================*/
#intro {
    display: block; 
    width: 100%;
    height: auto;
    background: #000;
}
/*=================================================
icono barra principal==============================*/
#logo{
    width: 10%;
    padding-top: 10px;
    /*padding-top: 15px;*/
    margin-left: 10%;
    transition: all 0.5s;
}
#header{
    padding: 0px 0px!important;
}
#nav-menu-container {
    padding-top: 30px;
}
#header.header-scrolled #logo{
   width: 8%;
   transition: all 0.5s;
}
@media (min-width: 1024px){
    #nav-menu-container {
        padding-right: 0%;
    }
}

@media (max-width: 768px){
    #header.header-scrolled #logo{
       width: 15%;
       transition: all 0.5s;
    }
    #logo{
        width: 25%;
    }
    #header #logo img {
        max-height: 80px;
    }
    #footer .footer-top .footer-info {
       text-align: center!important;
    }
    .padding-10-mobile{
        padding: 10px;
    }
    
    
    #header #logo {
        margin-left: 10px!important;
        margin-top: 10px;
    }
}

.error{
    color:red;
}
.spacer-30px{
    margin-top:30px;
}

/*======================================MAIN a todo el sitio============================
@media (max-width: 768px){
    #main{
        padding: 0 10px;
    }
}
*/
#about .about-col .icon {
    background-color: #4F0093;
}
#about .about-col:hover i {
    color: #48b3e8;
}
#about .about-col h2 a:hover {
    color: #4F0093;
}
.divider-hr{
    border-bottom: 5px solid #4F0093;
    width: 100%;
}

#header #logo {
    padding-left: 0px;
    margin-left: 65px;
}

.intro-container{
    background: white;
    padding-top: 100px;
}

.img-intro-container{
    margin: auto;
    display: block;
    margin: auto;
    max-width: 70%;
    width: 70%;
}

/*========IDENTIDAD===========*/
#identidad{
    background: url(/assets/img/IDTIagua_15-light.png) center top no-repeat fixed;
    background-size: contain;
    padding: 60px 0 40px 0;
    position: relative;
}
.identidad-text{
    color: black;
}



