@media only screen and (min-width : 240px) and (max-width : 1000px) {
    
#contenedorPrincipal {
        
 padding: 0 10px;       
    }   
              
header #logo img {
    max-width: 100%;
} 
    
header #logo {
    margin: 0 auto !important;
} 
        

.breadcrumb-item {
    font-size: 0.9em !important;
}    
     
    
#fbsection2 {
    min-height:auto !important; 
    height:auto !important;
}
   
#ptsection-one, #ptsection-two, #ptsection-three, #ptsection-four, #ptsection-five, #ptsection-six {
   text-align:center;
}
    
.navbar-brand {
   display: inline-block!important;
   color: #fff !important;
   font-size: 0.9em !important;
   text-transform: uppercase;
}
    
    
.progress-tracker {
   display: none !important;
}
    
    
.cajaFooter {
margin: 10px 0 40px 0;
}

    
.contenidoFooter {
padding: 0 10px;
}
    
.dropdown-menu {
    min-width: 84vw !important;
}
    

#contenedor-inscribete {
background: #068e89;
background-image: none !important;
padding:  10px 0;   
}    
    

.caption {
  padding: 1em 0.6em !important;
  font-size: 1em;
  line-height: 1.2em;
}

       
#contenedorHexagonos {
    display: none;
}
       
     
}


@media only screen and (min-width : 240px) and (max-width : 414px) {
.caption p {
display: none;
}

}