/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
   /* line-height:2em;*/
    font-size:0.8em;
   line-height:2em;
    /*line-height:2em;*/
     background: #f5861a; /*- background body*/
   /* background: #f5861a;*/
   /*  background-color: linear-gradient(to top, rgba(254, 147, 0, .5) 0%, #044587 100%);*/
     background-color: rgba(115, 115,115, 0.7);
}
a {
    color:#181A1C;
    color:#fff;
    text-decoration: none;
}
a:hover {
    color: #f5861a;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;

}
h1 {
    text-align: center;
    margin: 10px;
}
p {
    padding: 0.2em;
    font-weight: 500;
    color: orangered;
    
}



.navbar {
 
    background:#f5861a;
    margin-bottom:0;
    min-height:.5em; /* espacio de la flecha de arriba hacia abajo - 
  min-height:;*/
}

.navbar-fixed-top {
    min-height:3em;
    height:3em;/*naranja -baja con el menu*/
   width: 100%;
/*    padding-top:0;*/
     background-color: olivedrab;/*al bajar cambia de color*/
      background-color: rgba(11, 15, 39, .69);

}
/*MENU PRINCIPAL*/
.navbar-inner {
 background:; /*- background menu*/
   background: #f5861a;
   /*  background-color: linear-gradient(to top, rgba(254, 147, 0, .5) 0%, #044587 100%);*/
/* background-color: rgba(11, 15, 39, 0.36);*/
   /* background: #f5861a;*/
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
/* padding: -1.4em;*/
  margin-top:3em;/*baja el menu*/
 width: 100%;
   /*  background-color: blue;/*al bajar cambia de color*/
     /*background-color: rgba(255, 153, 51, 0.86);*/
}
/*ubicacion del logo*/
.navbar .brand img {
    width:4em;
    height:4em;
     position: fixed;
    margin-top:-0.9em;
    margin-left:-0.9em;
    padding: 0;
    z-index: 99999999;
  


}


.navbar .nav > li > a {/*botones menu*/
   text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #f5861a;/*al bajar cambia de color*/
     background-color: rgba(255, 153, 51, 0.76);
    box-shadow: none;
    font-size:0.9em;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border-top: 0.2em solid  #4A6006;
    border-bottom: 0.2em solid #4A6006;
   /* color:#304986;*/
        color:   black;

  
}
.navss {background: olive;
/* border-radius:none;*/
 
}
.nav-pills {
    margin-bottom: 1em;/*menu de ss - espacio entre ventanas de abajo*/   

}
.nav-pills > li > a {/*MENU SS*/
     background:#f5861a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:;
    font-size: 1em;
    padding-left:0.56em;
    padding-right:0.55em;
    border: 1px solid #181A1C;
 
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
   /* background: #181A1C;
    background:#d21800;*//*vanesa 13/01 19hs*/
       background: #f5861a; /*- background menu*/
                /* background: #f5861a;*/
                /*  background-color: linear-gradient(to top, rgba(254, 147, 0, .5) 0%, #044587 100%);*/
                background-color: rgba(11, 15, 39, .16);
    color: #fff;/*MENU SERVICIOS SOCIALES*/
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
 
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    background-color: aqua;/*Elegance is not....*/
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 2px solid rgb(128, 0, 0);
     background: -webkit-linear-gradient(left, rgba(245,134,26,0),  rgba(245,134,26,0.5)); /* For Safari 5.1 to 6.0 */
                 background: -o-linear-gradient(left, rgba(245,134,26,0),  rgba(245,134,26,0.5)); /* For Opera 11.1 to 12.0 */
                 background: -moz-linear-gradient(left, rgba(245,134,26,0),  rgba(245,134,26,0.5)); /* For Firefox 3.6 to 15 */
                 background: linear-gradient(left, rgba(245,134,26,0),  rgba(245,134,26,0.5)); /* Standard syntax (must be last) */
                        }
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #A0A9B6; opacity:0.8;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
   /* border:1px solid #181A1C;*/
    border:1px solid #f5861a;
  /* color:#181A1C;*/
    color:#f5861a;
    /*background-color:transparent;*/
    background-color:#800000;/*color botones*/
 /* padding:1em 2em;*/
    /* height: 2.3em;*/
   /* padding:1em 1.5em;*/
   /* padding:1em 1.5em;*/
    font-size:1.5em;/*tamaño de letra cuando hover*/
  /*  line-height:auto;*/
}
.button:hover, .button:active{
    background-color:#181A1C;
    background-color:olive;
    /* background: -webkit-linear-gradient(left, rgba(114,119,29,0), rgba(114,119,29,1)); /* For Safari 5.1 to 6.0 */
                /* background: -o-linear-gradient(left, rgba(114,119,29,0), rgba(114,119,29,1)); /* For Opera 11.1 to 12.0 */
                /* background: -moz-linear-gradient(left, rgba(114,119,29,0), rgba(114,119,29,1)); /* For Firefox 3.6 to 15 */
                /* background: linear-gradient(left, rgba(114,119,29,0), rgba(114,119,29,1)); /* Standard syntax (must be last) */
                     

font-size:1.1em;/*agranda la letra cuando hover*/
   }
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
/* SS_f */
.ficha {
    
    color:white;
    font-size: 0.8em;
}

 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:2px solid #f5861a;
    border-radius:0;
    box-shadow:none;
    text-align:center;/*cuadrados pequeños*/
     background: #f5861a;}


 
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#f5861a;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
  
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
    
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
   /* margin:5px; auto;*/
}
.social li {
    display:inline-block;
    line-height: 32px;
  /*  font-family:'Porta';*/
    font-size: 3em;
    padding-top:0em;
  /*  padding-left: 0.6em;*/
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color:#3B5998;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
   
    
}
.section .title {
    position: relative;
 text-align:center;

    padding:10px;
    margin-bottom: 30px;
   /* background-image: url(../images/back_escudos.jpg);*//***************Quiero poner la foto con la tela y no me sale**********************/
    background: orange;
    background-color: rgba(11, 15, 39, 0.13);
    background-repeat: no-repeat;
    background-size: 100%;
  
}
.section .title h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0;
    text-align: center;
    
}
.section .title > p {
    font-size: 0.7em;
    color: #c4c5ce;
    font-weight: bolder;/*texto seccion SS*/
}
 .primary-section {
   /* background:#181A1C;*/
  /*  background: olive; /*url(../images/bg_municipios_mancomunados.png) no-repeat center;/*imagen y fondo naranja*//* background escudos*/
    100% 100%;
}
.primary-section .triangle {
    border-top: 40px solid #f5861a;
}
.primary-section .title {
    border-bottom: 3px solid #800000;/*linea que divide las secciones*/
}
.primary-section, .primary-section .title p, .primary-section h3 {
   
        color:#4C4C4C;
 
    font-weight: bold;
    text-transform:uppercase;
    
    z-index: 9999999;
   
}
.primary-section h1 {/*seccion escudos*/
    color:#f5861a;   
    font-size: 1.7em;
   /* border: 60px;*/
}
.secondary-section {
   /* background:#FECE1A;*/
  /* background:red;*/
   
  
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #f5861a;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 0.3em;
   /* background: #181A1C url(../images/brand-bg.png) no-repeat center;*/
 
    border-top:6px solid #FECE1A;
   
}
.third-section .container {
    padding-top:20px;
    position:relative;
  
     
}
.third-section .title {
    border-bottom: 6px/*linea fina de seccion newsletter*/ solid #A1AAB7;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
     
}
.sub-section .title {
    padding:0;
   
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:10px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:.5em;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info h4{
    color: white;
    text-align: justify;
    
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info, .project-info p {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
    display: inline;/*vanesa 14/01 - 13:27*/
}
.project-info div {
    margin-bottom:5px;
 
}
.project-info ul, .project-info li {
    text-align:justify; 
    margin-top:0.7em;; 
font-size: 1.1em;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
 /*   margin-left:15px;*/
    
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;/*redes sociales cuando hover*/
    font: #fff;
}
.team .thumbnail .mask {
    background-color: #3C1414;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
.zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 2s, height 2s, transform 2s;
        -moz-transition: width 2s, height 2s, -moz-transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        -o-transition: width 2s, height 2s,-o-transform 2s;
    }
    .zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tamaño con scale(2). */
        transform : scale(2);
        -moz-transform : scale(2);      /* Firefox */
        -webkit-transform : scale(2);   /* Chrome - Safari */
        -o-transform : scale(2);        /* Opera */
    }
 .client-slider img {
    border:3px solid #f5861a;/*bordes fotos paseines*/
}
.client-slider img:hover {
    background-color:#FECE1A;
    position: relative;
    z-index: 7777777;
    
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {/*flecha slider paseines*/
    display:inherit;
    padding:px;
    background:#FECE1A;
    background:#f5861a;
    border-radius:1px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}

#historiamancomunidadresponsive {
	display: none;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:5em;
    height:5em;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{/*perfeccion is Achieved*/
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
    color:darkorange; text-decoration-skip: spaces;
}



/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:orange;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    /*font-size:31px;*/
    font-size:31px;
    background-color:orangered;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;/*txt arriba del boton*/
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #747c89;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color:  #304986;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(245,134 , 26, 0.2);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:1em;
}
.contact-form h3 {
    color:#800000;
    padding-bottom:20px;
}
.message-btn {
    border:2px solid #800000;
    color: #800000;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
   /* background-color:#FECE1A;*/
    background-color: rgba(245,134 , 26, 0.7);
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:0px solid #304986;
    width:60%;
    margin:0 auto;
    padding:0.1em;
    font-size: 1.5vw;
    color:#fff;
}
.black {
    color:#304986;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background:#FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

/* otros */
    img.cartel{margin-top:2em;width:50vw;}


/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) and (max-width: 1300px){
    .navbar .brand img {
        
  
    margin-top:em;
    margin-left: 6em;/*HACER RESPONSIVE---LOGO--------------------*/
   
    z-index: 99999999;
    /*width:100px;
    height:100px;*/
}
    #logo {width: 7em;
    height: 7em;}
    
    
}
@media (min-width: 980px) and (max-width: 1199px){
    .navbar .brand img {
    /*width:4em;
    height:4em;
     position: fixed;
    margin-top:-0.9em;
    margin-left:-0.9em;
    padding: 0;
    z-index: 99999999;*/
    position: fixed;
    margin-top:-1.9em;
 /*   margin-left: -7em;*/
    padding: 0;
    z-index: 99999999;
}
    
    
}



@media (max-width: 979px) {
     
      
    body {
        padding-left:0;
        padding-right:0;
    }
      .navbar .brand img {
          width: -20%;
  
    margin-top:em;
    margin-left: 3em;/*HACER RESPONSIVE---LOGO--------------------*/
   
    z-index: 99999999;
    /*width:100px;
    height:100px;*/
}
      
     body {
    
         font-size:0.6em;
     }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
    
    img.cartel{margin-top:0.5em;width:100vw;
    }
      .logo {
    
          width:20%;}
          
         
    .navbar .brand img {
          width: -20%;
  
    margin-top:em;
    margin-left: 2em;/*HACER RESPONSIVE---LOGO--------------------*/
   
    z-index: 99999999;
    /*width:100px;
    height:100px;*/
}
      

}
@media (max-width: 480px) {
  img.cartel{margin-top:0em;width:100vw;}   
    
    .info-mail {
    
    width:100%;
    padding:1px;
    font-size: 0.5em;
   
}
    .navbar .brand img {
        font-size:;
  
    margin-top:-4em;
    margin-left: 1em;/*HACER RESPONSIVE---LOGO--------------------*/
   margin-top: -1em;
    z-index: 99999999;
    /*width:100px;
    height:100px;*/
}
      
    
}