/*
 * Globals
 */

 * {

  list-style: none;


 }

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
   
}
body {
  color: #949492;
  font-size: 11px;
  text-align: center;
  
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  background: url(../imagenes/encabezados/inicio.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 590px; /* For at least Firefox */  
  
}

.site-wrapper-contacto {
  display: table;
  background: url(../imagenes/encabezados/contactanos.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 367px; /* For at least Firefox */  
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.site-wrapper-nosotros {
  display: table;
  background: url(../imagenes/encabezados/nosotros.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 367px; /* For at least Firefox */  
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {  
  margin-left: 10%;
  
  
}

.masthead-nav {
    float: right;
    margin-right: 50px;
    margin-top: 60px;

  }

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 25px;
}
.masthead-nav > li > a {  
  font-size: 17px;
  font-family: "WeblySleek UI Semibold"; 
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
 background-color: rgba( 144, 148, 151, 0.600 );

 

}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: #cc0000;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  background-color: #cc0000;
}

@media (min-width: 813px) {
  .masthead-brand {
    float: left;
  }
  
}

@media (max-width: 768px) {
  .logo-pie {
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
}

/* Responsive del Menú */

@media (max-width:956px) {

.masthead-nav { 

    margin-right: 0px;
    margin-top: 60px;   
  
  }

  .masthead-nav > li + li {
  margin-left: 5px;
}

}



/*
 * Cover
 */

.cover {
  padding: 50px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

.masthead {
   overflow: hidden;
  background-color: rgba( 158, 158, 158, 0.529 );
  height: 100%;
  width: 100%;
  padding: 10px;
}

.dropdown {
  position: absolute;
  left: 7px;
  top: 7px;
}

.ti-prin {

  font-size: 50px;
  font-family: "WeblySleek UI Semibold"; 

}

.ti-sen {

  font-size: 30px;
  font-family: "WeblySleek UI Semibold"; 

}

.titulo-encabezado {
    text-align: right;
    
}

.titulo-encabezado h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0,0,0,2);
    line-height: 1.3;
}

.titulo-encabezado h4 {
    color: #fff;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    line-height: 1.8;
    padding: 0 10px;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.jumbotron1 {

  background-color: #2A65AF;
}

.jumbotron1 p {

 

  font-size: 16pt;  
  padding-left:12%; 
  padding-right:12%;


}

.jumbotron2 {

  overflow: hidden;  
  padding-left:5%; 
  padding-right:5%;
}

.jumbotron3 {

  overflow: hidden;  
  padding-left:20%; 
  padding-right:20%;
}

.texto-nosotros {
  text-align: justify;
  color: #727272;
}

.texto-nosotros h1 {

  color: #717171;
  font-size: 48px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;

}

.jumbotron-footer {

  background: #524C50;
  border-top: 3px solid #42A933;
  overflow: hidden;
  padding-left:5%; 
  padding-right:5%;

}

.jumbotron-footer1 {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: 100%;
    font-family: "WeblySleek UI Semibold";
    background: #191312;
}
.rs-com {

  float: left;
  
  padding-left: 10%;

}

.rs-pie {
  float: left;

}
/* responsive text queries joder */
@media screen and (max-width: 992px) {
  div {
    font-size: 95%;
  }

}

@media screen and (max-width: 768px) {
  div {
    font-size: 90%;
  }

}



.column {

  float: left;  

}

.column h2 {
  font-size: 20px; 
  line-height:1em; 
  color:#fff; margin:0; 
  font-weight: normal; 
  text-transform: uppercase;
}

.column ul {
  margin:0 0 0 4px; padding:0;
}

.column ul li {
  margin-bottom: 10px; 
  position: relative; 
  font-size: 24px; 
  line-height: 1.250em; 
  letter-spacing:.03em; 
  padding-left: 0;
}


.column ul li a {
  color:#fff;
}

.column ul li a:hover {
  color:#7AB672;
}

.column img {

  margin-bottom: 10px;
}

.line {
    display: block;
    width: 100%;
    border-top: 1px solid #817D7F;
    border-bottom: 1px solid #D3D3D3;
    margin: 15px 0;
    position: relative;
}

.line::before {
  content:''; 
  background:#1dbb90; 
  height: 3px; 
  width:13%; 
  position: absolute; 
  left:0; 
  top:-1px;
}

.form-inicio {

  width: 100%;
  float: right;
}

.form-text {

width: 100%; 
color: #000;
border:none; 
-webkit-border-radius:5px; 
border-radius:5px; 
height: 30px; 
margin-bottom: 12px; 
padding:0 15px; 
box-sizing:border-box; 
-webkit-box-sizing:border-box; 
-moz-box-sizing:border-box; 
font-size: 0.813em; 
letter-spacing: 0.05em; 
transition:all .3s; 
-webkit-transition:all .3s;

}

.form-area {
  height: 85px;
 resize: none;
 padding: 7px 15px;
 

}

  .form-text:focus, .form-area:focus {

    opacity:.8;
  }


 .form-inicio > input[type='submit']{appearance:button; -moz-appearance:button; -webkit-appearance:button; float: right; background:#42A933 /* url(../imagenes/bg-arrow-submit.png) no-repeat right 8px top 10px */; color:#fff; font-size: 0.7em; letter-spacing:0.1em; text-transform: uppercase; border:none; webkit-border-radius:5px; border-radius:5px; width:75px; height: 30px; text-align: left; padding-left: 15px; transition:all .3s; -webkit-transition:all .3s;}
  .form-inicio > input[type='submit']:hover{background-color: #191312;
  }

  #choice {

width: 100%; 
color: #000;
background: #fff;
border:none; 
-webkit-border-radius:5px; 
border-radius:5px; 
height: 30px; 
margin-bottom: 12px; 
padding:0 15px; 
box-sizing:border-box; 
-webkit-box-sizing:border-box; 
-moz-box-sizing:border-box; 
font-size: 0.813em; 
letter-spacing: 0.05em; 
transition:all .3s; 
-webkit-transition:all .3s;
}

.empty { color: #999999 !important; }


@media screen and (max-width: 510px) {
  .ti-prin{
    font-size: 40px;
  }

  .ti-sen {

    font-size: 25px;
  }

}

.formulario  {

  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background-color: #e4e4e4;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);

}

.contacto-derecha  {

  float: right;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background-color: #e4e4e4;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);

}

.formulario h1  {

  padding: 5px;
  background-color: #4f5d74;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);

}

.formulario-cubridor {
  padding: 15px 5px 15px;
  margin: 2px;  
  background-color: #efefef;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
  
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 26px;
  margin: -3px 0 0 12px;
}
/* Required field END */

MAC Address:  00-26-18-53-5F-F1
IP Address: 190.37.80.79  Dynamic IP
Subnet Mask:  255.255.224.0  
Default Gateway:  190.37.64.1 Release  
DNS Server: 8.8.8.8 , 8.8.4.4