body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

.flex-parent{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
 
.flex-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;   
  flex-direction: column;
}

.flex-child-left{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.flex-child-right{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.TextoSubrayado:hover{color:#c5003f;}

.titulos{color:#c5003f;}

.lineatitulos{
    -webkit-transition: width 1s ease-out; /* For Safari 3.1 to 6.0 */
    transition: width 1s  ease-out;
    width : 0%;
}

hr{
    margin-left: 0;
    margin-top: 10px;
    padding: 2px 0;
    border: none; 
    background-color: #818181;
    letter-spacing: 1px;  
}

.creciendo{
    width:100%;
}

.container-fluid p{
    font-size: 17px;
    color: #303030;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0 20px 0;
}

.container-fluid {
    padding: 60px 50px;
}


.bg-grey {background-color: #f6f6f6;}
.bg-black {background-color: #2f2f2f;}
.bg-black2 {background-color: #000000;}

#ContenedorCabeceraTexto h1 {
    color: #818181;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 200px;    
}

#ContenedorCabeceraTexto h4 {
    color: #818181;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 200px;
}

.container-fluid li{
    font-size: 17px;
    color: #303030;
    font-weight: 400;
    line-height: 1.2;
    text-align: justify;
    margin: 10px 0 9px 0;
}

.navbar {
    font-family: Lato, sans-serif;
}

.navbar {
    margin-bottom: 0;
    background-color: #F9F9F9;
    z-index: 9999;
    border: 1;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #330000 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: #c5003f !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-brand span.glyphicon{
    color: #c5003f;
    font-size: 23px;
    left: 20px;
}

/*
.navbar-brand{
    position: absolute;
    width: 100%;
    left:0;
    text-align: left;
    margin: auto;
}
*/

.carousel-control span.glyphicon {
    color: #fff;
    opacity: 0; 
}


.logonosotros{color: #c5003f;font-size: 10vw;}
.logoprogramacion{color: #c5003f;font-size: 14vw;}
.logoequipamiento{color: #c5003f;font-size: 11vw;}
.logodelsol{color: #c5003f;font-size: 12vw;}
.logoservicios{color: #c5003f;font-size: 10vw;}



.navbar-toggle{
    background-color: #c5003f;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
  padding-top: 70px;
}

/* Por debajo de */
@media screen and (max-width: 1350px){
#ContenedorCabeceraTexto h2 {padding-left: 150px;}
#ContenedorCabeceraTexto h4 {padding-left: 150px;}
}

/* Por debajo de */
@media screen and (max-width: 1290px){
#ContenedorCabeceraTexto h2 {padding-left: 100px;}
#ContenedorCabeceraTexto h4 {padding-left: 100px;}
}

/* Por debajo de */
@media screen and (max-width: 1250px){
#ContenedorCabeceraTexto h2 {font-size: 22px;}
#ContenedorCabeceraTexto h4 {font-size: 16px;}
}

/* Por debajo de */
@media screen and (max-width: 1190px){
#ContenedorCabeceraTexto h2 {padding-left: 70px;font-size: 20px;}
#ContenedorCabeceraTexto h4 {padding-left: 70px;font-size: 15px;}
}

/* Por debajo de */
@media screen and (max-width: 1024px){
#ContenedorCabeceraTexto h2 {font-size: 19px;}
#ContenedorCabeceraTexto h4 {font-size: 14px;}
#slide1,#slide21 {visibility: hidden;}
}

/* Por debajo de */
@media screen and (max-width: 950px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display: block !important;
  }
}

/* Por debajo de */
@media screen and (max-width: 850px){
#ContenedorCabeceraTexto h2 {font-size: 17px;}
#ContenedorCabeceraTexto h4 {font-size: 14px;}
}

/* Por debajo de */
@media screen and (max-width: 645px){
#ContenedorCabeceraTexto h2 {padding-top: 50px;padding-left: 50px;font-size: 15px;}
#ContenedorCabeceraTexto h4 {visibility: hidden;}
}

@media screen and (max-width: 600px){
#ContenedorCabeceraTexto h2 {padding-top: 55px;padding-left: 40px;font-size: 14px;}
}

@media screen and (max-width: 535px){
#ContenedorCabeceraTexto h2 {padding-top: 65px;padding-left: 40px;font-size: 14px;}
}

@media screen and (max-width: 483px){
#ContenedorCabeceraTexto h2 {padding-top: 70px;padding-left: 40px;font-size: 14px;}
}

@media screen and (max-width: 400px){
#ContenedorCabeceraTexto h2 {padding-top: 105px;padding-left: 40px;font-size: 13px;}
#ContenedorCabeceraTexto h4 {visibility: hidden;}
}

@media screen and (max-width: 365px){
#ContenedorCabeceraTexto h2 {padding-top: 125px;padding-left: 40px;font-size: 13px;}
}

@media screen and (max-width: 325px){
#ContenedorCabeceraTexto h2 {padding-top: 130px;padding-left: 40px;font-size: 12px;}
}


.panel {
    border: 1px solid #c5003f; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-body p{
    font-size: 17px;
    color: #303030;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0 20px 0;
}

.panel-footer .btn{
    margin: 15px 0;
    background-color: #c5003f;
    color: #fff;
    font-size: 17px;
}

.panel-footer .btn:hover {
    background: rgba(0,0,0,0);
    color: #c5003f;
    box-shadow: inset 0 0 0 3px #c5003f;
}

.logosdeservicios{color: #c5003f;font-size: 30px;}

.logosdelpie{color: #D8D7D7;font-size: 20px;}

#servicios .col-sm-4 p{
    font-size: 17px;
    color: #303030;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0 10px 0;    
}

#servicios .col-sm-4 h4{
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    text-align: center;  
}

#servicios .col-sm-4{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

#servicios .col-sm-4:hover {
    border: 1px solid #c5003f; 
    border-radius:0;
    transition: box-shadow 0.5s;
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

#piedepagina h5 {
    font-size: 16px;
    text-align: left;
    line-height: 2.0;
}

#piedepagina h6 {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #D8D7D7;
}

#piedepagina2 h5 {
    font-size: 14px;
    text-align: left;
}


    
.menupie:focus {width:0px;height:0px;outline:0px;}
    
.menupie:link {
    text-decoration: none;
    color:#D8D7D7;
}

.menupie:visited {
    text-decoration: none;
    color:#D8D7D7;
}

.menupie:hover {
    text-decoration: none;
    color:#c5003f;
}

.menupie:active {
    text-decoration: none;
    color:#D8D7D7;
}

 
.modal-dialog-center {
    margin-top: 5%;
}

#ModalAvisoLegal p{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align:justify;
    color: black;
    margin: 0px 0 18px 0;    
}

#ModalAvisoLegal ul{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align:justify;
    color: black;
    margin: 0px 0 10px 0;       
}

#ModalPrivacidad p{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align:justify;
    color: black;
    margin: 0px 0 18px 0;    
}

#ModalPrivacidad ul{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align:justify;
    color: black;
    margin: 0px 0 18px 0;       
}


#ModalCookies p{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align:justify;
    color: black;
    margin: 0px 0 18px 0;    
}


.logoscontacto{font-size: 20px; color: #c5003f;}

.logosinformacion{font-size: 20px; color: #c5003f;}

#ModalContacto h6 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    color: #818181;
}

/* Del Carrusel OWL de Logos de Clientes */
.LogoCliente {
    display: block;
    width: 70px;
}

.LogoCliente img {
    height: 100%;
    width: 100%;
}

.owl-prev { 
    height: 40px;
    width: 40px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
    position: absolute; 
    top: 70%; 
    margin-left: -20px; 
    display: block!IMPORTANT;
} 

.owl-next { 
    height: 40px;
    width: 40px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
    position: absolute;
    top: 70%;
    right: -35px; 
    display: block!IMPORTANT;
} 


/*
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
}  

*/


    