#principal_container {
    background-image:url(../images/imagen_principal.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top;
    height:601px;
    margin-top:62px
}
.flex-container {
    display:flex;
    display:-webkit-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    height:601px
}
.flex-container h1 {
    color:#fff;
    font-size:50px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    margin:0;
}
#paginasmedida {
    height:auto;
    padding:100px 0
}
.title {
    color:#a8b8c8;
    font-size:25px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    margin-bottom:0
}
.titletwo {
    color:#435b6f;
    font-size:25px;
    font-weight:700;
    font-family:'Muli', sans-serif
}
.descripcion {
    color:#676767;
    font-size:17px;
    font-weight:lighter;
    font-family:'Open Sans', sans-serif
}
#nuestro-trabajos {
    background-image:url(../images/patron2.png)
}
.backwhite {
    padding-top:40px;
    background-color:rgba(255, 255, 255, 0.03)
}
.backwhite>div>div>div>p:first-child {
    color:#fff;
    font-size:22px;
    font-weight:lighter;
    font-family:'Muli', sans-serif;
    margin-top:10px;
    margin-bottom:30px
}
.backwhite>div>div>div>p:nth-child(2) {
    color:#fff;
    font-size:15px;
    font-weight:lighter;
    font-family:'Open Sans', sans-serif;
    margin-bottom:50px
}
.backwhite>div>div>div>a.btn {
    color:#879eb4;
    font-size:17px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    border:1px solid #879eb4;
    background-color:transparent
}
#textura-azul {
    padding:20px 0;
    background-image:url(../images/patron2.png)
}
#textura-azul>div>div>div>div {
    width:250px;
    height:250px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:transparent;
    border:1px solid #35495c;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:60px
}
#textura-azul>div>div>div>div>h3 {
    color:#35495c;
    font-size:22px;
    font-weight:lighter;
    font-family:'Muli', sans-serif;
    margin-top:10px
}
#nuestrospaquetes {
    overflow: hidden;
    height:1170px;
    padding:60px 0;
    background-color:#f2f4f7
}
.nuesservi {
    color:#889eb4;
    font-size:25px;
    font-weight:700;
    font-family:'Muli', sans-serif
}
.planes {
    background-color:#fff;
    -webkit-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius:5px
}
.planes>p:first-child {
    color:#435b6f;
    font-size:22px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    margin-top:30px
}
.iva{
    color:#435b6f;
    font-size:22px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    margin-top:0px
}
.planes>p:nth-child(2) {
    color:#889eb4;
    font-size:45px;
    font-weight:lighter;
    font-family:'Muli', sans-serif;
    margin-bottom:20px
}
.planes>div {
    border-top:1px solid #dbdbdb
}
.planes>div>p {
    margin-top:10px;
    color:#69737c;
    font-size:18px;
    font-family:'Muli', sans-serif
}
.solicitacotizacion {
    border:none;
    background-color:#889eb4;
    padding:20px 0;
    font-size:18px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px
}
.solicitacotizacion > p.solicitar {
    margin-bottom:0;
    margin-top:0!important
}
.solicitacotizacion > p > a {
    color:#fff
}
.solicitacotizacion > p > a:hover {
    text-decoration:none
}
#nuestroequipo {
    padding-top:80px;
    padding-bottom:60px
}
.zz {
    margin-top:20px
}
.diseno {
    background-image:url(../images/diseno.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:456px;
    padding-top:90px
}
.programacion {
    overflow: hidden;
    background-image:url(../images/programacion.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:456px;
    padding-top:90px
}
.titulodi {
    color:#fff;
    font-size:40px;
    font-weight:lighter;
    font-family:'Muli', sans-serif
}
.nombredi {
    color:#fff;
    font-size:20px;
    font-weight:700;
    font-family:'Muli', sans-serif;
    margin-bottom:30px
}
.nombredi>a{
    color: #fff;
    text-decoration: none;
}
.textdi {
    color:#fff;
    font-size:15px;
    font-weight:lighter;
    font-family:'Open Sans', sans-serif
}
@media (min-width: 992px) and (max-width: 1199px) {
    #nuestrospaquetes {
        height:auto;
    }
    .planes>p:nth-child(2) {
        font-size:35px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #nuestrospaquetes {
        height:auto;
    }
    .planes>p:nth-child(2) {
        font-size:25px
    }
    .planes>div>p {
        font-size:15px;
    }
}
@media (max-width: 767px) {
    #paginasmedida {
        height:auto;
        padding:30px 0
    }
    .backwhite>div>div>div {
        text-align:center
    }
    .slidercompu {
        margin-top:50px
    }
    #textura-azul>div>div>div>div {
        width:200px;
        height:200px;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        border-radius:50%;
        background:transparent;
        border:1px solid #35495c;
        margin:0 auto;
        padding-top:30px;
        padding-bottom:30px
    }
    #textura-azul>div>div>div>div>h3 {
        font-size:18px
    }
    .planes {
        margin-top:20px
    }
    .titulodi {
        font-size:30px
    }
    .backwhite>div>div>div>a.btn {
        font-size:21px
    }
    #nuestrospaquetes {
        height: auto
    }
}
@media (max-width: 480px) {
    #paginasmedida {
        height:auto;
        padding:30px 0
    }
    .backwhite>div>div>div {
        text-align:center
    }
    .slidercompu {
        margin-top:50px
    }
    .planes {
        margin-top:20px
    }
    .titulodi {
        font-size:28px
    }
    .backwhite>div>div>div>a.btn {
        font-size:21px
    }
    .flex-container h1 {
        font-size: 40px
    }
    #nuestrospaquetes {
        height: auto
    }
}
