
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}
li{
    list-style: none!important;
}
.fixed{
    position: fixed!important;
    top: 0!important;
    bottom: auto!important;
}

div.hero{
    background-image: url(../images/portada_imagen.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    flex-wrap: wrap;
}

div.hero{
    width: 100%;
}
div.barra{
    background: rgba(0,0,0,1);
    height: 80px;
    padding: 0px;
    position: fixed;
    bottom: none;
    top: 0;
    margin-bottom: 0;
    width: 100%;
    transition: all 1s ease;
}

.contenedor{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
.menu_hamburguer{
    display: block;
    text-align: left;
    width: 20%;
    height: 100px;
    margin:0;
}
#nav-icon1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#nav-icon span{
    width: 100%;
}

div.barra{
    height: 100px;
    
}
.barra .contenedor{
    width: 90%;
    display: flex;
    justify-content: space-around;
    max-width: 1500px;
    height: 100px;
    align-items: center;
}
.navegacion-principal{
    width: 60%;
    position: fixed;
    left: -70%;
    justify-content: space-around;
    align-content: center;
    height: 100vh;
    text-align: center;
    transition: all 1s ease;
    top:100px;
    background-color: purple;
    

}
.sideMenu{
    position: fixed;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 80%;

}

.navegacion-principal nav > a{
    border-bottom: 2px solid white; 
    padding: 15px;
}
.navegacion-principal nav a:last-child{
    
}

.logoNav{
    width: 80%;
}
.logoNav img{
    width: 250px;
}
.navegacion-principal > nav{
    width: 100%;
    height: 100%;

}
.navegacion-principal nav > a{
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-content: center;
    text-align: center;
    color:white;
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.pagina{
    width: 100%;
    padding-top: 100px;
}
.no-movil{
    display: none;
}
.contenido2{
    width: 100%;
}
.der{
    width: 100%;
    height: auto;
    order:1;

}
.izq{
    width: 100%;
    order:2;
}
.cont-izq p{    
    width: 100%;
    height: auto;
    margin:0;
}
.no-pc{
    display: block;
}
.no-show{
    display: none;
}
#conoceme .flex-around{
    text-align: center;
    margin:20px 0;
    background: rgba(203,96,179,1);
        background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
        background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 );
    color:white;
    padding: 20px;
    border-radius:10px;
}
#contacto .flex-around{
    text-align: center;
    margin:20px 0;
    background: rgba(203,96,179,1);
        background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
        background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: linear-gradient(to left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 );
    color:white;
    padding: 20px;
    border-radius:10px;
}
#servicioss .flex-around{
    text-align: center;
    margin:20px 0;
    background: rgba(203,96,179,1);
        background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
        background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: linear-gradient(to left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 );
    color:white;
    padding: 20px;
    border-radius:10px;
}
.user-ref img{
    width: 25%;
}
.mt > div{
    margin: 0px 0;
    padding: 10px;
    border-bottom: 3px solid purple;
}
#contacto .flex-around a{
    color:white;
    text-decoration: underline;
}
.pie{
    width: 100%;
    background: purple;
    padding: 10px;
    text-align: center;
    color:white;


}

.pie .der{
    margin: 20px 0px;
}
.pie a{
    text-align: center;
    margin:20px;
    padding: 10px;
    color: white;
}
.der-redes .no-pc{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

@media screen and (min-width: 1000px){
    .no-movil{
        display: block
    }
    .link-1 {
      transition: 0.3s ease;
      color: #ffffff;
      text-decoration: none;

  
    }
    
    
    .menu_hamburguer{
        display: none;
    }
    
    
    div.barra{
        height: 100px;
        background: rgba(0,0,0,.6);

        
    }
    .barra .contenedor{
        width: 90%;
        display: flex;
        justify-content: space-around;
        max-width: 1500px;
        height: 100px;
        align-items: center;
    }
    .navegacion-principal{
        width: 60%;
        position: static;
        height: auto;
        background-color: rgba(0,0,0,0);
        display: flex;
        justify-content: space-around;
        align-content: center;


    }
    .navegacion-principal nav a{
        border-right: 3px solid white; 
        border-bottom: none;
    }
    .navegacion-principal nav a:last-child{
        border-right: none;
    }
    
    .logoNav{
        display: block;
        width: 40%;
    }
    .logoNav img{
        width: 80%;
    }
    .navegacion-principal > nav{
        width: 100%;
        display: flex;
        align-content: center;
        height: 100%;

    }
    .navegacion-principal nav a{
        display: flex;
        font-size: 15px;
        text-transform: uppercase
        justify-content: center;
        align-content: center;
        text-align: center;
        width: 20%;
        height: 20px;
        line-height: 0px;
        text-align: center;
    }
    div.menu-movil{
        display: none;
    }
    div.barra{
        height: 100px;
        padding: 0px;
        position: absolute;
        bottom: 0;
        top: auto;
        margin-bottom: 50px;
        width: 100%;
    }
    .pagina{
        width: 100%;
        margin-top: 50px;
        padding-top:0px; 
    }
    .pagina-cabecera{
        width: 100%;
        display: flex;
        justify-content: space-between;

    }
    .izq{
        width: 26%;
        text-align: right;
        order:1;
    }
    .izq img{
        width: 50px;
        height: auto;
        text-align: left;
        padding-top: 20px;
        animation: mymove 1s infinite;
    }
    @keyframes mymove {
        0%   {filter: brightness(1);}
        25%  {filter: brightness(1.025);}
        50%  {filter: brightness(1.05);}
        75%  {filter: brightness(1.025);}
        100% {filter: brightness(1);}
        
    }
    .der{
        width: 70%;
        height: 100px;
        order:2;

    }
    .der-firma img{
        width: 300px;
        height: auto;
        padding-top: 20px;
    }
    .der-redes{
        display: flex;
        align-items: center;
    }
    .der-redes img{
        width: 35px;
        height: 35px;
    }
    .der-redes a:first-child{
        margin-right: 5px;
    }
    .flex-around{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        
    }
    #conoceme .flex-around,#contacto .flex-around{
        margin:0;
        background: none;padding: 0;
        border-radius: 0;
        color:black;
        text-align: right;
        margin-bottom: 20px;

    }
    #contacto .flex-around a{
        color:blue;
    }
    .flex-center{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .titulo{
        height: 35px;
        color:white;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: purple;
        width: 100%;
    }
    .titulo p{
        margin:0;
        text-transform: uppercase;

    }
    .menu{
        height: 35px;
        border-bottom:2px solid black; 
              
    }
    .menu nav{
        display: flex;
        justify-content: space-between; 
        align-items: center;
        height: 100%;

    }
    .menu a{
        color: black;
        display: flex;
        margin: 0;
        width: 100%;
        align-items: center;
        text-transform: uppercase;
        height: 100%;
        transition: all 0.3s ease;

    }
    .menu a:hover{
        background: purple;
        color: white;
        text-decoration: none;
        padding-left:10px;
    }
    .relativo{
        position: relative;
        width: 100%;
    }
    .pagina-contenido{
        width: 100%;
        height: 600px;
    }
    .pagina-contenido .contenedor{
        
    }
    .absolute{
        position: absolute;
        width: 100%;

    }
    .cont-izq p{
        font-size: 12px;
        width: 210px;
        height: auto;
        margin:0;
    }
    #conoceme{
        width: 100%;
    }
    .cont-izq > div{
        align-items: center;
        height: auto;
        margin-top: 20px;
    }
    #conoceme > div:first-child{
        
        margin-top: 20px;
    }
    .no-show{
        display: none;
    }

    .conoceme-icon{
        border:1px solid purple;
        border-radius: 50%;
        width: 65px;
        height: 65px!important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(203,96,179,1);
        background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
        background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 );
        transition: all 1s ease;
    }
    .conoceme-icon:hover{
        
        background: linear-gradient(to left, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
        
    }
    .conoceme-icon img{
        width: 40px;
        height: auto;
        padding-top:0; 
    }
     #der_conoceme{ box-sizing: border-box; }


    .carousel {
      overflow: hidden;
    }
    .carousel img{
        width: 80%;

    }
    .is-selected{
        
    }
    .carousel-cell {
      width: 66%;
      height: 200px;
      margin-right: 10px;
      border-radius: 0px;
      counter-increment: carousel-cell;
    }

    /* cell number */
    .carousel-cell:before {
      display: block;
      text-align: center;
      content: counter(carousel-cell);
      line-height: 200px;
      font-size: 80px;
      color: black;
    }
    #der_referencia img{
        width: 100%;
    }
    .contenido-servicios{
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .contenido-servicios > div{
        width: 100%;
    }
    .item-c{
        color: white;
        transition: all 0.5s ease;
        
    }
    .item-p{
        background-color: #ff96cc;
        font-size: 12px;
        padding: 10px;
        height:80px!important;
        transition: all 0.5s ease;

    }
    .item-p h1{
        font-size: 12px;
    }
    .item-c img{
        filter: grayscale(1);
        transition: all 0.5s ease;
    }
    .owl-item{
        /*margin-right: 5px!important;*/
    }
    .owl-carousel{
        margin-top: 20px;
        display: flex;
        width: 100%;
        max-width: 1500px;
        justify-content: center;
    }
    .item-c:hover img{
        transform:scale(1.05);
        filter: grayscale(0);
        box-shadow:1px 1px 20px black;


    }
    .item-c:hover .item-p{
        background: purple;

    }
    #contenido2{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top:30px;
    }
    
    #servicios{
        width: 100%;
        opacity: 0;
        z-index: -1;
    }
    .op{
        opacity: 1!important;
        z-index: 1!important;
    }
    .mt > div{
        margin: 0px 0;
        padding: 10px;
        border-bottom: 3px solid purple;
    }
    .pagina-footer{
        width: 100%;
        height: 100px;
        position: relative;
    }
    .pie{
        width: 100%;
        height: 100px;
        background: purple;
        position: absolute;
    }
    .pie .contenedor{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        color:white;
    }
    .pie .contenedor a{
        
        color:white;
    }
    .pie .flex-around{
        height: 100%;

    }
    .der-foot{
        height: 100%;
        display: flex;
        align-items: center;
    }
    #referencia{
        height: 500px;
        overflow: scroll;
    }
    .no-pc{
        display: none;
    }
    .pie .der{
        margin: 0px;
    }
    .pie a{
        text-align: center;
        margin:0px;
        padding: 0px;
        color: white;
    }
    .pie .flex-around{
        margin-top: 0px;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */

