
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
a{
    margin:0;
    padding:0;
    text-decoration: underline;
}
ul{
    list-style: none;
}
p{
    color: gray;
    font-size: 14px;
}
strong{
    color: #020f1f;
}
.clear{
    clear: both;
}

.elementor-70 .elementor-element.elementor-element-465ca95{
width: 11% !important;
    top: 0;
    height: 100vh;
    display: block;
    overflow: hidden;
}
.elementor-70 .elementor-element.elementor-element-465ca95 .elementor-column-gap-default{
    background-color: #FF8C01;
}
#elementor-popup-modal-46{
        background: rgba(0,0,0,0.6);
}
body:not(.rtl) #elementor-popup-modal-46 .dialog-close-button{
    right: 93.8% !important;
    top: 28px;
    background:transparent;
}
.elementor-button-text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: hsla(0,0%,100%,.3);
    height: 50%;
    bottom: 9px;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .4s cubic-bezier(1,0,0,1) 0ms;
}
.elementor-button-text:hover:before {
    transform: scaleX(1);
}
.elementor-button span{
    transition: all .5s;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
a.elementor-button-link:hover{
    background:transparent !important;
}


/*@font-face {
font-family: 'Brandon Grotesque';
font-style: normal;
font-weight: normal;
src: local('Brandon Grotesque'), url('../fonts/Brandon_blk.woff') format('woff');
}*/

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), 
  url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), 
  url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: normal;
  font-style: normal; 
}

/*@font-face {
    font-family: 'lobster_1.4regular';
    src: url('../fonts/lobster_1.4-webfont.eot');
    src: url('../fonts/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lobster_1.4-webfont.woff') format('woff'),
         url('../fonts/lobster_1.4-webfont.ttf') format('truetype'),
         url('../fonts/lobster_1.4-webfont.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*end reset*/

body{
    /*border-top: 4px solid #FC5E40;*/
    /*background: url(../imgs/bg-patron.jpg) repeat;*/
    background: #07192f;
}
.wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box;
}

/*----------------header-------------*/  
header{
    position: relative;
}
nav{
    background:#0bb35d ;
    margin-top: 45px;
    position: relative;
    z-index: 12;
    border-bottom: 1px solid rgb(61, 61, 61);
    border-top: 1px solid #26ff91;
width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
}
nav li{
    float: left;
}
nav li a{
color: #000;
    font-size: 19px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 143px;
    line-height: 16px;
    border-right: 1px solid rgb(92, 148, 87);
    margin-top: 15px;
    font-family: 'Brandon Grotesque';
    box-sizing: border-box;
}
nav li a:hover, nav li a.active{
    color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
nav li a span{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 4px;
    letter-spacing: 0.5px;
}
#espacio{

     width: 215px;
    height: 64px;
    display: block;
    float: left;
}
#logo{
    display: block;
    position: absolute;
    width: 182px;
    height: 140px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    /* left: 50%; */
    /* margin-left: -101px; */
    background: url(../imgs/logo-mentewebs.svg) no-repeat;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#logo a{
    display: block;
    text-indent: -999999px;
    overflow: hidden;
    position: relative;
    width: 203px;
    height: 156px;

}

/*----------------correo-------------*/

a#cotizar{
    display: block;
    position: absolute;
    right: 0;
    top: 65px;
    background: url(../imgs/cotizar.png) no-repeat;
    width: 66px;
    height: 37px;
    color: white;
    
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
    float: right;
    z-index: 10;
    padding: 57px 0 0 15px;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a#cotizar:hover{
    top: 54px;
}
/*----------------info header-------------*/
#info-header{
    position: relative;
        margin-top: 60px;
}
header:after{
    content: "";
    display: block;
    background: url(../imgs/brillo.png) no-repeat;
    width: 404px;
    height: 94px;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    top: 60px;
}

/*----------------informacion-------------*/

.informacion{
    max-width: 530px;
    width: 46%;
    float: left;
    display: block;
    margin: 0 2%;
    margin-bottom: 30px;
}
.informacion h2{
    font-size: 34px;
    color: white;
    font-family: 'bebas_neueregular' , Arial, Helvetica, sans-serif;
    font-weight: normal;  
    margin-bottom: 6px;  

    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 24px;
}
.informacion p{
 color: #c3c3c3;
    font-size: 17px;
    font-family: arial;
    line-height: 23px;
}
.informacion span{
    color: #20B14F;
}
.informacion a{
    color: #00aa54;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.informacion a:hover{
    color: #4FCE5A;
}
#bgwhite{
    background: rgb(246 246 246);
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: 1px solid white;
    padding-bottom: 30px;
}
#servicios-banner{
    padding-top: 12px;
    margin-bottom: 50px;
}
#contenido-interno{
    margin-bottom: 50px;  
}

.titulo-seccion{
    display: block;
    width: 100%;
    max-width: 1000px;
    color: #000;
 font-family: 'bebas_neueregular' , Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: normal;
    margin: 45px auto 45px auto;
    text-align: center;
    padding: 5px 0 10px 0;
border-bottom: 1px solid #cacaca;

font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 24px;
}
.texto{
    color: #515151;
    font-size: 17px;
    font-family: arial;
    line-height: 30px;
}
#porque-elegirme .texto{
    line-height: 28px;
        font-size: 15px;
}
.servicio{
    width: 270px;
    display: block;
    float: left;
    margin: 15px 20px 0 20px;
}
.servicio img{
    display: block;
    float: left;
    cursor: pointer;
}
.servicio h3{
    display: block;
    float: left; 
    margin: 15px 0 14px 16px;
}
.celeste a, .verde a, .naranja a, .azul a, .amarillo a{
    color: #26a2ff;
    font-size: 35px;
    font-family: 'bebas_neueregular' , Arial, Helvetica, sans-serif;
    font-weight: normal;  
    text-decoration: underline;
    line-height: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.verde a{
    color: #20B14F;
}
.naranja a{
    color: #ff4622;
}
.azul a{
    color: #2c63e1;
}
.amarillo a{
    color: #FFAF10;
}
.celeste a span, .verde a span, .naranja a span, .azul a span , .amarillo a span{
    font-size: 20px;
}
.celeste a:hover, .verde a:hover, .naranja a:hover, .azul a:hover, .amarillo a:hover{
    color: #302E2E;
}
#carrusel{
    margin-top: 20px;
}
/*--------------------footer-----------------*/
footer{
    background: rgb(255, 255, 255);
    width: 100%; 
    border-top: 1px solid #dcdcdc;
}
#porque-elegirme{
    max-width: 780px;
    width: 67%;
    display: block;
    float: left;
    margin-top: 20px;
    float: left;
}
#porque-elegirme h4{
/*background: url(../imgs/footer.png) no-repeat 0 0; */
    /* width: 196px; */
    /* height: 26px; */
    display: block;
    color: #020f1f;
    font-size: 22px;
    font-family: 'bebas_neueregular' , Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-bottom: 15px;
/*    float: left;*/
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 18px;
}
.texto strong{
    color: #020f1f;
    font-style: italic;
    margin-right: 4px;
}
#menu-footer{
    margin-top: 20px;
}
#menu-footer li{
    float: left;
}
#menu-footer li a{
    color: #505050;
    font-size: 10px;
    font-family: arial;
    text-transform: uppercase;
    display: block;
    width: 75px;
}
#menu-footer li a.mapasitio{
    font-size: 10px;
    width: 92px;
}
#menu-footer li a:hover{
    color: #20B14F;
}
#info-footer{
/*background: url(../imgs/bg-patron.jpg) repeat;*/
background: #07192f;
    display: block;
    float: left;
    max-width: 328px;
    width: 30%;
    margin-left: 2%;
    padding: 0 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
#info-footer h5{
color: #fff;
    font-size: 29px;
    
    font-weight: normal;
    padding-top: 22px;
    text-align: center;
    margin-bottom: 18px;

    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 20px;
}
.datos-footer{
  color: white;
  font-size: 17px;
  font-family: arial;
  text-align: left;
  font-style: italic;
  line-height: 28px;

}
.datos-footer strong{
    color: #18B44A;
    font-style: italic;
}
#redes{
    margin: 30px auto 10px auto;
    display: block;
    width: 180px;
}
#redes:after, .conten-cli:after{
    content: "";
    clear: both;
    display: block;
}
#redes li{
    float: left;
}
#redes li a.googleplus, #redes li a.facebook, #redes li a.linkedin, #redes li a.twitter{
    display: block;
    background: url(../imgs/footer.png) no-repeat  0 -134px;
    width: 30px;
    height: 36px;
    text-indent: -9999999px;
    overflow: hidden;
    margin: 0 7px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#redes li a.facebook{
    background: url(../imgs/footer.png) no-repeat 0 -40px;
}
#redes li a.linkedin{
    background: url(../imgs/footer.png) no-repeat  0 -226px;
}
#redes li a.twitter{
    background: url(../imgs/footer.png) no-repeat  0 -320px;
}

#redes li a.googleplus:hover{
    background: url(../imgs/footer.png) no-repeat 0 -180px;
}
#redes li a.facebook:hover{
    background: url(../imgs/footer.png) no-repeat 0 -87px ;
}
#redes li a.linkedin:hover{
    background: url(../imgs/footer.png) no-repeat 0 -273px;
}
#redes li a.twitter:hover{
    background: url(../imgs/footer.png) no-repeat 0 -367px;
}
/*------------------quiens soy--------------------*/

.titulo-cabecera{
    color: #fff;
    font-size: 35px;

    font-weight: normal;
    display: block;
    margin-bottom: 15px;
    font-family: 'Brandon Grotesque';
    /* text-transform: uppercase; */
    font-size: 26px;
}
.titulo-cabecera span{
    color: #fff;
}
#quien-soy{
    max-width: 1200px;
    width: 100%;
    display: block;
    margin-right: 2%;
    float: left;
}
.titulo, .titulo-servicio a, .titulo-programacion a, .titulo-cms a, .titulo-seo a, .titulo-contacto, .titulo-verde, .titulo-maquetador a{
    color: #020f1f;
    /*letter-spacing: 0.8px;*/
    font-size: 24px;
    
    font-weight: normal;
    margin-bottom: 10px; 

        font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 24px;
}
.titulo{
color: #020f1f;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 0;
}
/*.titulo span{
    color: #20B14F;
    font-size: 19px;
}*/
#quien-soy a.contactame, .link-servicios, .contactame, .volver, .enviar{
    display: block;
    margin-top: 12px;
    color: white;
    background: #0cc165;
    text-decoration: none;
    /* border: 1px solid #1F9144; */
    font-size: 19px;
    line-height: 18px;
    /* height: 25px; */
    /* width: 170px; */
    /* padding-top: 15px; */
    text-align: center;
    max-width: 230px;
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 13px 18px;
    font-family: 'Brandon Grotesque';
    font-size: 15px;
    margin: 35px 0;
    text-transform: uppercase;
}

.link-servicios:hover, #quien-soy a.contactame:hover{
    background: #05b95e;
}
#conocimientos-contenedor{
margin-top: 18px;
    float: left;
    width: 62%;
    max-width: 690px;
    margin-left: 6%;
}
.servicio h3{
margin: 15px 25px 14px 16px;
}
.conocimientos{
    display: block;
    height: 20px;
    margin: 30px 0 35px 0;
}
.herramienta-web-photoshop, .herramienta-web-html5, .herramienta-web-jquery, .herramienta-web-seo, .herramienta-web-redes, .herramienta-web-php{
    width: 111px;
    height: 29px;
    display: block;
    background-image: url(../imgs/quien-soy/quien-soy.png);
    background-repeat: no-repeat;
    background-position: 0 0 ;
    color: white;
    font-size: 20px;
    font-weight: normal;
    padding-left: 280px;
    letter-spacing: 1px;
    float: left;
}
.herramienta-web-html5{
    width: 135px;
    height: 29px;
    padding-left: 230px;
    background-position:0 -39px ;

}
.herramienta-web-jquery{
    width: 186px;
    height: 29px;
    padding-left: 150px;
    background-position: 0 -78px ;
 
}
.herramienta-web-seo{
    width: 175px;
    height: 29px;
    padding-left: 130px;
        background-position: 0 -117px ;
     
}
.herramienta-web-redes{
    width: 133px;
    height: 29px;
    padding-left: 140px;
        background-position: 0 -156px ;
         
}
.herramienta-web-php{
    width: 107px;
    height: 29px;
    padding-left: 150px;
        background-position: 0 -196px ;      
}
.porcentaje{
    display: block;
    font-size: 22px;
    font-family: arial;
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: 35px;
}
#conoceme{
float: left;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin-left: 0;
}

/*----------------porque tener web----------------*/
#preguntas-frecuentes{
    height: auto;
}
.preguntas, .preguntas1, .preguntas2{
display: block;
    max-width: 530px;
    width: 46%;
    float: left;
    min-height: 235px;
    margin-left: 2%;
    margin-right: 2%;
    /* margin: 0 2% 10px 10px; */
    border-bottom: 1px solid #d8d8d8;
    padding: 18px 0 20px 0;
    /* padding-bottom: 65px; */
}
.preguntas1{
    border-top: none;
}
.preguntas2{
    border-bottom: none;
}
.preguntas img, .preguntas1 img, .preguntas2 img{
    display: block;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
}
.respuesta{
    display: block;
    float: left;
    width: 334px;
}
/*---------------servicios web----------------*/
#contenido-interno{
    margin-top: 30px;
}
.tipo-de-servicio{
    display: block;
       width: 29%;
    height: 400px;
    background: white;
    padding: 25px 20px 15px 20px;
    position: relative;
    float: left;
    margin: 25px 2% 30px 2%;
    box-sizing: border-box;
}
.tipo-de-servicio .texto{
    color: #737373;
}
.tipo-de-servicio > a{
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tipo-de-servicio:hover{
      box-shadow: 0px 6px 18px 10px rgb(214, 214, 214);
}
.tipo-de-servicio .img-serv{
  /*  padding: 0 35px;*/
    margin-bottom: 20px;
    width: 72%;
    display: block;
}
.titulo-servicio, .titulo-programacion, .titulo-cms, .titulo-seo{
    margin-bottom: 5px;
}
.titulo-servicio a, .titulo-programacion a, .titulo-cms a, .titulo-seo a, .titulo-maquetador a, .titulo-sistemas a{
    color: #000;
    text-decoration: underline;
    font-size: 23px;
    font-weight: normal;
    word-break: break-word;

    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
}
.titulo-servicio a:hover, .titulo-programacion a:hover, .titulo-cms a:hover, .titulo-seo a:hover, .titulo-maquetador a:hover{
    color: #363434;
}
/*.titulo-programacion a{
    color: #185AF1;
}
.titulo-cms a{
    color: #FD6145;
}
.titulo-seo a{
    color: #20B14F;
}
.titulo-maquetador a{
    color: #FFAF10;
}
.titulo-sistemas a{
    color: #3e3e3e;
}*/

/*#columna-derecha .subservicios:after{
    content: "";
    display: block;
    width: 100%;
    bottom: -42px;
    position: absolute;
    left: 0;

    height: 44px;
    background: url(../imgs/servicios/sombra.png) no-repeat;
    background-size: 100%;
}*/
/*---------------diseño y desarrollo----------------*/
#detalle-disenoweb{
    max-width: 320px;
    width: 30%;
    float: left;
}
.cont-serv #detalle-disenoweb{
    width: 70%;
    float: left;
    max-width: 100%;
    margin-right: 5%;
}
.cont-serv #columna-derecha{
    width: 320px;
    float: left;
    margin-left: 0;
    width: 25%;
    margin-top: 25px;
}
.cont-serv #columna-derecha .subservicios > img{
    max-width: 50px;
    margin: 0 auto;
    width: 28%;
    margin-bottom: 10px;
}
.subservicios h3{
    text-align: center;
}
.subservicios .subitem{
    margin: 8px auto;
    font-size: 12px;
}
#columna-derecha{
    max-width: 756px;
    width: 68%;
    float: left;
    margin-left: 2%;
}
#columna-derecha img{
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.subservicios{

    position: relative;
    display: block;
    background: white;
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    /* padding-top: 35px; */
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: 0px 16px 10px rgba(0,0,0,0.05);
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.subservicios:hover{
    border: 1px solid #a2a2a2;
    box-shadow: 0px 6px 3px rgba(0,0,0,0.03);
}
.subservicios:after{
    content: "";
    display: block;
    clear: both;
}
.subservicios img{
 /*   float: left;*/
    margin: 20px 0 0 5px;
}
.info-subservicios{
    max-width: 186px;
    width: 66%;
    float: left;
    margin-left: 4%;
}
.info-subservicios .texto{
    line-height: 20px;
    margin-top: 14px;
    font-size: 15px;
}
.sub-titulo-celeste a, .sub-titulo-verde a, .sub-titulo-naranja a, .sub-titulo-azul a, .sub-titulo-amarillo a, .sub-titulo-black a, .sub-titulo-morado a{
    color: #00B8FF;
    font-size: 21px;

    font-weight: normal;
    margin-bottom: 10px; 
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
  font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    display: block;
    margin-bottom: 0;
}
.sub-titulo-celeste a:hover, .sub-titulo-verde a:hover, .sub-titulo-naranja a:hover, .sub-titulo-azul a:hover, .sub-titulo-naranja a:hover, .sub-titulo-amarillo a:hover, .sub-titulo-black a:hover,  .sub-titulo-morado a:hover{
    color: #363434;
}
.sub-titulo-naranja a{
    color: #FD6145;
}
.sub-titulo-morado a{
    color: #9251d8;
}
.sub-titulo-verde a{

     color: #2c63e1;
}
.sub-titulo-azul a{
    color: #20B14F;
}
.sub-titulo-amarillo a{
    color: #FFAF10;
}
.sub-titulo-black a{
    color: #3e3e3e;
}
.link{
    font-weight: bold;
    color: #009047;
}
.link:hover{
   color: #0cc165;
}

/*---------------portafolio----------------*/

#portafolio-galeria{
    margin-top: 25px;
}
.proyecto-web{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    display: block;

}
.proyecto-web:after{
    content: "";
    clear: both;
    display: block;
}
.proyecto-web li{
    width: 48%;
    display: block;
    margin: 10px 1%;
    float: left;
}
.proyecto-web a{
    display: block;
    position: relative;
    z-index: 10;
    background: white;
    padding: 3px;
    width: auto;
    overflow: hidden;
    border: 1px solid rgb(206, 206, 206);
}
.proyecto-web a img{
    display: block;
    width: 100%;  
}
.proyecto-web a:hover{
    border: 1px solid #6B6B6B;
}
.texto-portafolio{
    text-align: center;
    font-size: 22px;

    color: #000000;
    font-weight: bold;
    display: block;
    margin-top: 6px;
    font-family: 'Brandon Grotesque';
}
.proyecto-web li small{
    text-align: center;
    display: block;
    font-size: 12px;
    color: gray;
        font-family: arial;
        letter-spacing: 1px;

}
.texto-portafolio span{
    font-style: italic;
    font-weight: normal;
}
.img-portafolio{
    display: none;
}


/*---------------contacto----------------*/

#info-contacto{
    float: left;
    display: block;
    max-width: 605px;
    width:100%;
    margin-right: 4%;
}
.titulo-contacto{
    font-size: 17px;
    margin: 15px 0 0 0;
}
#formulario{
max-width: 365px;
    width: 36%;
    float: left;
    display: block;
    margin-left: 2%;

}
#formulario .titulo-verde{
    padding-top: 25px;
}
#redes-contacto li{
    margin-top: 10px;
    float: left;
}
#redes-contacto .sig-facebook, #redes-contacto .sig-twitter{
    display: block;
    width: 38px;
    height: 45px;
    margin-right: 15px;
    background: url(../imgs/contacto/redes-sociales.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#redes-contacto .sig-twitter{
    background: url(../imgs/contacto/redes-sociales.png) no-repeat 0 -55px;
}
#redes-contacto .sig-facebook:hover, #redes-contacto .sig-twitter:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/*formulario*/
.caja-contacto{
    margin-top: 20px;
    height: 65px;
}
.etiqueta{
    font-size: 15px;
    font-family: arial;
    color: #363636;
    margin-bottom: 5px;
}
.icono-formulario{
display: block;
    float: left;
    width: 15%;
    max-width: 51px;
}
.camponombre, .comentario{
float: left;
    height: 45px;
    width: 85%;
    /*background: #2C2C2C url(../imgs/bg-patron.jpg) repeat;*/
    background: #07192f;
    border: none;
    color: white;
    font-size: 14px;
    font-family: arial;
    padding-left: 10px;
    box-sizing: border-box;
}
.campo-contacto{
    width: 100%;
}
.comentario{
    height: 150px;
       width:100%;
    padding-top: 10px;
}
.caja-comentario{
    margin-top: 20px;
    height: 185px;
}
.caja-boton{
    margin-top: 10px;
}
/*.enviar, .volver{
display: block;
    background: #20B14F;
    width: 131px;

    color: white;
    font-size: 19px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    border: 1px solid #1F9144;
    margin-top: 20px;
    max-width: 230px;
    padding: 14px 0;
    line-height: 16px;
    font-family: 'Brandon Grotesque';
    text-align: center;
    font-size: 21px;
}*/
/*.enviar:hover{
    background: #22BF55;
}*/
.titulo-verde{
    color: #20B14F;
}
#galeria-imgs{
    display: block;
    height: auto;
    padding: 10px;
    width: auto;
    margin-top: 15px;
}
.sombra-porta{
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 10px;
    left: 0;
}
/*validation*/
#error {
    color:red;
    font-size:10px;
    display:none;
}
.needsfilled {
    background: #ffe2e2;
    color: #da3939;
}
.mapa-secciones{
    display: block;
    margin: 0 auto;
}
.mapa-secciones li{
    color: #2D2D2D;
    font-size: 14px;
    font-family: arial;
    line-height: 22px;
}
.mapa-secciones li ul{
    margin-left: 35px;
    display: block;
}



.mapa-secciones a{
    color: #2D2D2D;
}
.mapa-secciones a:hover{
    color: #20B14F;
}
/*-----------ERROR 404-----------*/
#error404{
     max-width: 528px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 110px;
}
#error404 h3{
    display: block;
    width: 354px;
    height: 57px;
    margin: 0 auto;
    text-indent: -999999px;
    overflow: hidden;
    background: url(../imgs/error404.png) no-repeat center;
}
.mayus{
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}
.caja404{
    display: block;
    padding: 10px;
margin: 40px auto 40px auto;
}
.caja404 .texto{
    text-align: center;
    font-weight: bold;
}
.inicio-error{
color: #20B14F;
    display: block;
    width: 40px;
    font-size: 21px;
    
    font-weight: normal;
    text-decoration: underline;
        font-family: 'Brandon Grotesque';
    float: none;
    margin: 20px auto;
}
.inicio-error:hover{
    color: #FD6145;
}
.caja404 .sig-facebook{
    display: block;
    float: right;
    width: 38px;
    height: 45px;
    margin: -15px 15px 0 0;
    background: url(../imgs/contacto/redes-sociales.png) no-repeat 0 0;
}
.cajainfo{
    display: block;
    float: left;
    width: 191px;
    margin: 20px 59px 10px 0;
}
.margino{
    margin-right: 0;
}
#mapa{
    margin-top: 20px;
    display: block;
    width:100%;


    overflow: hidden;
}
.center{
    margin: 40px auto;
}
#mapa iframe{
    width: 100%;
    display: block;
    border: 1px solid #C3C3C3;
}
.linkweb1{
    color: #01a952;
    font-size: 18px;
    padding: 3px 15px;
    text-decoration: underline;
}
.linkweb1:hover{
      text-decoration: none;
}
.texthid{
    text-indent: -99999999px;
    display: block;
    overflow: hidden;
}
.mifoto{
display: none;
    max-width: 80px;
    width: 13%;
   
    float: right;
    margin: 33px 48px 0 0;
    border: 1px solid rgb(251, 251, 251);
}
.lefto{
    float: left;
        width: 77%;
    max-width: 488px;
}
.bgblue, .bgceleste, .bgamarillo, .bgnaranja, .bgverde{
    padding: 10px 0;
    margin-bottom: 15px;
}
.enviado{
    display: block;
    width: 214px;
    height: 103px;
    margin: 25px auto 25px auto;
}


.servhome .img-serv{
    margin: 0 auto;
    display: block;
}
.servhome .titulo-servicio, .servhome .titulo-programacion, .servhome .titulo-cms, .servhome .titulo-seo, .servhome .titulo-maquetador, .servhome .titulo-sistemas{
    text-align: center;
    margin: 20px 0;
}
.servhome:after{
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: -33px;
    width: 100%;
    height: 44px;
    background: url(../imgs/servicios/sombra.png) no-repeat;
    background-size: 101%;
}
.conocimientos:after, #contenido-interno:after, #info-header:after, #servicios-banner:after, .wrapper:after, #portafolio-galeria:after, #menu-footer:after, nav:after{
    display: block;
    content: "";
    clear: both;
}
.owl-carousel .item img{
    display: block;
    width: 100% !important;
}
.owl-carousel .item p{
    color: #2D2D2D;
    font-size: 16px;
        font-family: 'Brandon Grotesque';
    line-height: 22px;
    display: block;
    margin-top: 10px;
    text-align: center;
}


.item  a img{
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3);
}
.item  a:hover{
    display: block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.owl-carousel .item  a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}
.owl-carousel .item  a img:hover{
  width: 97% !important;
}


.owl-buttons{
    display: none!important;
}
.owl-carousel .owl-wrapper-outer{
        margin-bottom: 30px;
}
nav li:last-child a{
    border-right: 0;
}
#contact-form{
    display: none !important;
}
.left-desc{
    display: block;
    float: left;
    width: 64%;
    margin-right: 6%;
}
.img-dev-center{
    max-width: 336px;
    width: 100%;
    display: block;
    margin: 30px auto;
   /* margin-top: 20px;*/
}
.img-dev{
    display: block;
    float: left;
    width: 30%;
    margin-top: 15px;
    max-width: 306px;
}
.subtitle{
    text-align: center;
    margin: 20px auto;
    margin-top: 0;
        font-family: 'Brandon Grotesque';
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #020f1f;
}
.boxbg{
    background: #f1f1f1;
    padding: 45px 0;
    /* margin: 10px 0; */
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.boxbg p{
    text-align: center;
}
/*.boxbg{
    height: 110px;
    overflow: hidden;
}*/
/*.boxaparece{
    display: none;
}*/
/*.conten-cli, .boxaparece{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.tile-text-container img {
    display: inline-block;

       width: 16.0%;
    margin: 0.15%;
    border-radius: 6px;
    box-shadow: 0px 10px 12px rgba(0,0,0,0.06);
    padding: 4px;
    box-sizing: border-box;
    background: white;
}



/*effect-------------------------------*/

.tile-text-container {
  position: relative;

}
/*.ocultar{
          height: 135px;
    overflow: hidden;
}*/

.tile-text {
  position: relative;
  z-index: 100;
  padding: 0;
}
.description {
  display: none;
}

.clibtn{
display: block;
    margin: 15px auto;
    background: url(../imgs/expandir.svg) no-repeat center left;
    width: 75px;
        background-size: 20px;
    height: 24px;
    text-align: left;
    border: 0;
    padding-left: 33px;
    color: #1E1E1E;
    font-size: 15px;
    font-family: arial;
    line-height: 23px;
    cursor: pointer;
}
.togcliente{
    background: url(../imgs/colapsar.svg) no-repeat center left;
}
.tipo-de-servicio .subitem{
color: #1f1f1f;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    /* font-weight: 700; */
    font-size: 14px;
    /* margin-top: 19px; */
    display: block;
    min-height: auto;

    border-radius: 3px;
    background: #fffad5  url(../imgs/star.svg) no-repeat center left;
    background-size: 19px;
    background-position: 8px 5px;
    /* padding: 10px; */
    padding-left: 19px;

    margin-top: 10px;
    line-height: 15px;
    /* text-align: center; */
    text-decoration: none;
    text-align: center;
    padding: 8px 14px;
    padding-left: 33px;
    box-sizing: border-box;

}
.subitem:hover{
    background: #fff9d0        url(../imgs/star.svg) no-repeat center left;
    background-size: 19px;
    background-position: 8px 5px;
}
#clientes .owl-item .item{
    margin: 0 10px;
}
.btnmobile{
    display: none;
}
:focus{
/*box-shadow: 0px 0px 1px 4px #ff901e;
    color: #ff901e !important;*/
    /*outline: none;*/
/*    padding: 2px;
    box-sizing: border-box;*/
   /* padding: 2px;*/
    box-sizing: border-box;
}
.form-group{
    margin-bottom: 10px;
}
.form-control{
    padding: 11px 14px;
    border-radius: 6px;
    border: 1px solid silver;
    width: 100%;
    display: block;
        box-sizing: border-box;
}
#theform{
    padding-top:20px;
}
.mx-center{
margin: 0 auto;
    display: block;
    max-width: 400px;
    padding: 60px 0;
}
.mx-center img{
  margin: 0 auto;
    display: block;  
}
.mx-center p{
    display: block;
    text-align: center;
}
.d-block{
    display:block;
}
