body {
    background-color: #989898; /* white #1d2c57 */
}

h3.carousel {
    color: white;
    text-align: left;
    font-size: 2.5vw;
    background: rgba(200, 200, 200, 0.2);
    padding: 2px 8px;  
    line-height: 1.5;
    display: inline;
    margin: 20px 0px 20px 0px;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;    
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  color: #fff;
  text-align: left;
}

p.slider
{
    color: white; /* #C8C8C8 */
    line-height: 0.5;
    text-align: left;
    font-size: 2vw; 
    margin: 0px 0px 10px 8px;
}

div.sm_vw_fix
{   
    padding-bottom: 20px;
}

.header{
    
}

/*+
.container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.5);
} 
**/

.logo {
    text-decoration: none;
    margin-bottom: 10px;
    display:inherit;
}

/*MENU*/
.navbar {
    border: none;
    margin-top: 1em;
    margin-bottom: 0;
    border-radius:0;
    font-size: 15px;
}

.navbar-default {
    background-color: #484848; /* #1d2c57 */
    color:white;
}

.navbar-default .navbar-nav>li>a {
    color:white;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover {
/*    color:#f3c20f; */
    color: #C8C8C8;
    font-weight: 700;    
    cursor: pointer;
}

.navbar .navbar-header,
.navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav>li>a.breadcrum {
    color:#f3c20f;
    font-weight: 700;    
}

@media (max-width: 768px) {
    .navbar-collapse  {
        display: block;
    }
}

.nav>li {
    padding-right: 20px;
}

/*Slider*/

.banner {
    position: relative;
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top:00px;
    margin-bottom: 00px;
}



/*Iconos*/
.centraricns {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-variant: small-caps;
    font-weight: 900;
}

/*Links sin decoracion*/
.nodecoration {
    text-decoration: none;
}
.nodecoration a{
    font-weight: 500;
    text-decoration: none;
    color:inherit;    
}
.nodecoration a:hover{
    font-weight: 500;
    text-decoration: underline;
    color:inherit;
}
.nodecoration a:visited{
    font-weight: 500;
    text-decoration: none;
    color:inherit;
}

.imagen { 
    max-height: 200px;
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
}


.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

.espaciado {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 15px;
}


.logos {
    padding-top: 15px;
    padding-bottom: 30px;
}

.form-texto {
    font-size: 1em;
    font-weight: normal;
}

/**Footer**/

footer {
    background-color:#484848; 
    padding:4em 0 4em 0;
}

.text-mecolor{
    color:#f3c20f;
}

.center {
    margin: 0 auto;
    width: 90%;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}

.flex-item {
  margin: auto;
}

/* Pagina About Us */

p.readable_txt {
    color: #003247;
/*    line-height: 0.5; */
    text-align: justify;
    text-justify: inter-word; 
    font-size: 18px;       
}

.img_filter
{
  opacity: 0.9;      
}

/* Pagina P&S */

h3.section {
    color: #003247;
    line-height: 0.5;
    text-align: center;
}

.section_txt {
    color: #003247;
    padding: 10px 10px 10px 10px;
/*    line-height: 0.5; */
    text-align: justify;
    text-justify: inter-word; 
    font-size: 15px;   
/*    background-color: blue; */
}

/* Pagina Productos y Servicios */
@media only screen and (min-width: 576px) {
  .p_y_s_txt {
    color: #003247;
    padding: 0px 50px 15px 50px;
/*    line-height: 0.5; */
    text-align: justify;
    text-justify: inter-word; 
    font-size: 17px;     
    }
}
@media only screen and (min-width: 1200px) {
  .p_y_s_txt {
    color: #003247;
    padding: 0px 55px 15px 0px;
/*    line-height: 0.5; */
    text-align: justify;
    text-justify: inter-word; 
    font-size: 17px;     
    }
}


img.logo_off {
  filter: grayscale(100%);
}

/* Pagina Contacto */

.contact_msg {
    padding: 10px 20px 10px 20px;
/*    line-height: 0.5; */
    text-align: justify;
    text-justify: inter-word; 
    font-size: 15px;   
/*    background-color: blue; */
}

#status {
   color:#f3c20f;
}