

.contact_btn {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    background: #e8a516;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    width: 250px;
    border-radius: 4px !important;
    text-align: center;
    padding: 16px 0px;
    margin: 36px auto 40px;
}


.contact_btn:hover {
    background:#f3b635;
}

.campos{
    font-size: 15px;
    color: #555555;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px 10px;
}

.listas{
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.listas li a{
    font-size: .9em;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.separador{
    height: 10px;
    background-color: #f2f2f2;
    width: 100%;
}
.imputstil{
    width: 100%;
    padding: 10px 8px;
    font-size: 16px;
    color: #555;
    border: 1px solid #E0E0E0;
}

input::-webkit-input-placeholder {
    color:    #c7c7c7;
    font-size: .9em;
}
input::-moz-placeholder {
    color:    #c7c7c7;
    font-size: .9em;
}
textarea::-webkit-input-placeholder {
    color:    #c7c7c7;
    font-size: .9em;
}
textarea::-moz-placeholder {
    color:    #666;
    font-size: .9em;
}
.contenidosint ul{
    margin-left: 30px;
}
.contenidosint h1{
    font-size: 1.3em !important;
}
.contenidosint ul li{
    font-size: .9em;
    text-align: justify;
}

.aches h1{
    font-size: 1em;
    color: #989090;
    margin: 6px 0px;
}
.aches h2{
    font-size: .9em;
    color: #7e7373;
    margin: 6px 0px;
}
.contenidoscroll{
    overflow-y:scroll;
    height: 200px;
    padding: 10px;
    font-size: .8em;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.btns{
    width: 300px;
    margin: 0px auto;
}


.coloh1{
    background-color: #ff830f ;
    color: #fff;
    text-align: center;
}
.coloh2{
    background-color: #0c133f ;
    color: #fff;
    text-align: center;
}
.coloh3{
    background-color: #2a7a25 ;
    color: #fff;
    text-align: center;
}
.coloh4{
    background-color: #6c0000 ;
    color: #fff;
    text-align: center;
}
.coloh5{
    background-color: #d1a50e ;
    color: #fff;
    text-align: center;
}

.otralis{
    text-align: right;
}
.otralis ul li{
    font-size: 1.2em;
    color: #415258;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

.cosacaja{
    border-top: 10px solid #ededed;
    padding: 10px;
}
.caja{
    border:1px solid #ededed;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.caja:hover{
    border:1px solid #ededed;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fcfcfc;
}


@-moz-keyframes blockzoom{
  0% {
      width: 100%;
  }

  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}



.caja:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);


}



.bloquess{
    border-left: 1px solid #f3f3f3;
    padding-left: 20px;
    height: 210px;
}
.bloquess h1{
    font-size: 1em;
    font-weight: bold;
}
.ticonblo{
    font-size: 3em;
    color: #05173b;
}
.ticonblo2{
    font-size: 1.5em;
    color: #05173b;
}
.bloquess p{
    font-size: 1em;
}
.direcs p{
    font-size:.9em;
}
.bloquecon{
    padding: 10px;
    background-color: #f8f8f8;
}
.bloquess a{
    position: absolute;
    bottom: 5px;
    display: block;
    background-color: #124076;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bloquess a:hover{
    color: #00e2ff;
    text-transform: uppercase;
}

.bordertop{
    border-top: 20px solid #f3f3f3;
}
.lifooter{
    font-size: .8em;
    line-height: 20px;
    color: #7a858d;
}
.contbtn{
    width: 150px;
    margin: 0px auto;
}
.contbtn a{
    background-color: #05173b  ;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 10px;
    display: block;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px; 
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}
.contbtn a:hover{
    background-color: #388ed4;
    color: #fff;    
}

.bg_colora{
    background-color:#05173b  ; 
    background-image: url(../img/footerBkg.png);
}

/***************************************************/
#itservice{
}
#webdesign{
}
#softweare{   
}
#hosting{ 
}
#apps{
}
#apps{
}
#seo{
}
#remote{
}
#tresd{
}
/***************************************************/
#inshop{
}
#onsite{
}
#remotes{
}


.headerhost{
    color: #fff;
    text-align: center;
}
.headerhost h1{
    font-size: 1.2em;
    font-weight: bold;
    color:  #fff;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3); 
}
.headerhost h2{
    font-size: 2em;
    margin: 0px;
}
.headerhost h3{
    font-size: 1em;
}
.infoshost h4{
    font-size: .8em !important;
    text-transform: uppercase;
}
.infoshost p{
    font-size: .9em;
    margin: 0px;
}

.infoshost{
    text-align: center;
}
.headerhost a{
    text-decoration: none;
    width: 150px;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 10px;
    font-size: .9em;
 
    color: #fff;

}
.headerhost a:hover{
 
}

.bloqueh{
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.bloqueh:hover{
    zoom: 1.05;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.titutable{
    color: #fff;
    background-color: #05173b  ;
    font-size: .9em;
}

.titutable td{
    padding: 20px 20px !important;
}
.tcontens td{
    padding: 15px 10px !important;
    font-size: .9em !important;
}


.cuadroli{
    background-color: #efefef;
}


.otrostile{
    font-size: 25px !important;
    color: #77a71d !important;
    font-family: 'font-family: Arial,Helvetica Neue,Helvetica,sans-serif' !important;
}

.conbg{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    font-size: 4em !important;
}

.clientes{
    margin-bottom: 20px;
}

.bpicc{
    border:1px solid #f3f3f3;
}

.paral1{
    background-image:url(../img/parallax/1.jpg);
    background-position: center top;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -ms-transition: background 2s ease;
    -o-transition: background 2s ease;
    transition: background 2s ease;
}
.paral1:hover{
    background-image:url(../img/parallax/1.jpg);
    background-position: center;
}
.paral2{
    background-image:url(../img/parallax/1.jpg);
    background-position: center top;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -ms-transition: background 2s ease;
    -o-transition: background 2s ease;
    transition: background 2s ease;
}
.paral2:hover{
    background-image:url(../img/parallax/1.jpg);
    background-position: center;
}

.paral3{
    background-image:url(../img/parallax/1.jpg);
    background-position: center top;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -ms-transition: background 2s ease;
    -o-transition: background 2s ease;
    transition: background 2s ease;
}
.paral3:hover{
    background-image:url(../img/parallax/1.jpg);
    background-position: center;
}
.paral4{
    background-image:url(../img/parallax/1.jpg);
    background-position: center top;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -ms-transition: background 2s ease;
    -o-transition: background 2s ease;
    transition: background 2s ease;
}
.paral4:hover{
    background-image:url(../img/parallax/1.jpg);
    background-position: center;
}
.paral5{
    background-image:url(../img/parallax/1.jpg);
    background-position: center top;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -ms-transition: background 2s ease;
    -o-transition: background 2s ease;
    transition: background 2s ease;
}
.paral5:hover{
    background-image:url(../img/parallax/1.jpg);
    background-position: center;
}

.technologies h1{
    font-size: 1.2em;
    color: #fff;
    padding: 10px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px; 
    background-color: rgba(16, 211, 237, 0.34);
}
.technologies h2{
    font-size: 1em;
    color: #acbcc7;
    text-transform: inherit;
}

.phonespeke ul li{
    font-weight: bold;
    color: #78a73a;
    text-align: center;
}

.special{
    font-size: 1.4em !important;
    font-style: italic;
    color: #4f799d !important;
    line-height: 50px;
}
.bg_head{
    width: 100%;
}
