:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}


p { 

  margin-left: 25px;
  margin-right: 25px;
  
}

*{margin: 0; padding: 0; }
color: white;

a {
    text-decoration: none;
    }
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: yellow;
}

/* selected link */
a:active {
    color: black;
}

a.ex1 {
    text-decoration: none;
    }
a.ex1:link {
    color: black;
}

/* visited link */
a.ex1:visited {
    color: black;
}

/* mouse over link */
a.ex1:hover {
    color: black;
}

/* selected link */
a.ex1:active {
    color: black;
}

h1{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 110%;
    text-align: center;
    color: #FFB60C;
}

h2{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 130%;
    text-align: left;
    color: #FFB60C;
}
* {
  box-sizing: border-box;
}

table {

    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}

td, th {

    text-align: left;
    padding: 8px;
}

body{
    max-width: 97%;
    margin: auto;
    position: relative;
    top: 5px;

}
#botonDemo{
    position: relative;
    top: -50px;
    left: 820px;
    width: 160px;
    height: 30px;
    background-color: #FFB60C;
    color: white;
    border-radius: 15px;
    text-align: center;
    padding-top: 8px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 130%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
   
}
#textoBoton{
    color: azure;
}
#logo{
    position: relative;
    top: 0px;
    left: 0px;
    padding-left: 20px;
}

#telefono{
    padding-left: 20px;
    position: relative;
    top: 0px;
    left: 0px;
}
#textoSup{
    position: relative;
    top: -100px;
    left: 500px;
    font-family: serif; 
    width: 280px;
    height: 50px;
    background-color: white;
    padding: 6px;
    border: solid;
    border-width: 1px;
    border-color: #a8a8a8;
    font-style: italic;
    font-size: 90%;
}



#barraSup {
    max-width: 100%;
    height: 20px;
    background-color:cornflowerblue;
    border-bottom-color: #d8d8d8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-right-style: solid;
}
#barraMed{
    text-align: center;
    align-content: center
    max-width: 100%;
    height: 85px;
    background: -webkit-linear-gradient(#f8f8f8, #d8d8d8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #d8d8d8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #d8d8d8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #d8d8d8); /* Standard syntax */
    border-bottom-color: #bdbdbd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-right-style: solid;
}
.navigation{
 top: 0;
 width: 15em;
 position: absolute;
 overflow: hidden;
 background:white ;
 height: 280px;

}
@media only screen and (min-width: 37.53em){
    .navigation{
     top: 100px;
     right:inherit;
     width: 99.8%;
     height: 75px;
     position: absolute;
     background: white;
    }
}
nav{
    align-content: left;
    height: inherit;
    background: -webkit-linear-gradient(white, #d8d8d8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #d8d8d8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #d8d8d8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #d8d8d8); /* Standard syntax */
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
}
.navigation{
     max-height: 0%;
}
@media only screen and (min-width: 37.53em){
    nav{
    left: 0.5px;
    align-content: center;
    height: 60px;
    background: -webkit-linear-gradient(white, #d8d8d8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #d8d8d8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #d8d8d8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #d8d8d8); /* Standard syntax */
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }
}
nav ul{
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: left;
    
    
}
@media only screen and (min-width: 37.53em){
   nav ul{
    position: relative;
    margin: auto;
    max-width: 90%;
    text-align: center;
    
} 
}
nav ul li {
    position: relative;
    width: 15em;
    display: block;
    color: #1d1d1d;
    overflow: hidden;
    height: 100%
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 100%;
  
}
@media only screen and (min-width: 37.53em){
    nav ul li {
    position: relative;
    width: auto;
    right: inherit;
    display: inline-block;
    color: #1d1d1d;
    cursor:pointer;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 90%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    background-color: white;
  
}
}
nav ul li:hover {
    height: 20px;
    background-color: #1d1d1d;
    color: white;
    border-radius: 5px;

        
}
nav ul li a {
    text-decoration: none;
}


.hamb{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}
@media only screen and (min-width: 37.5em){
 .hamb{
   right: -200px;

 }
}

.hamb-line {
    background: black;
    display: block;
    height: 3px;
    position: absolute;
    top:0;
    width: 30px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: black;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 8px;
}

.hamb-line::after{
    top: -8px;
}



.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}



#nservicios {
    position: absolute;
    top: 520px;
    left: 0px;
    width: 100%;
}
#clientes {
    position: absolute;
    top: 1220px;
    left: 0px;
    width: 100%;
 }
hgroup{
    font-family: sans-serif; 
    font-size: 100%;
    text-align: center;
    color: #FFB60C;
    font-style: italic;
}
#botones{
 

}
@media only screen and (min-width: 37.53em){
    #botones{
    max-width: 96%;
    height: 60px;
    margin: auto;
    background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #f2f2f2); /* Standard syntax */
    border-radius: 15px;
    padding-top: 10px;
    position:relative;
    top: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    }
}
#informacion{
    
    max-width:100%;
    height:auto;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-right-style: solid;
}
#informacion2{
    
    max-width: 1024px;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-right-style: solid;
}
.div-informacion{
    margin-left: 5px;
    margin-right: 5px;
    }
@media only screen and (min-width: 37.53em){
    .div-informacion{
        margin-left: 100px;
        margin-right: 100px;
    }
}
article{
    position:absolute;
    background-color: #F5F6CE;
    top: 200px;
    left: 5%;
    
   
    border-radius: 20px;
    max-width: 85%;
    padding: 30px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    text-align:justify;
    line-height: 20px;
    font-size: 80%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    }


#captioned-gallery{
    text-align: center;
    align-content: center;
    position: relative;
    max-width: 100%; overflow: hidden; 
}



@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -300%; }
}
figure { 
  margin: 0; background: #101010;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}

figure.slider { 
  position: relative; width: 400%;
  font-size: 0; animation: 60s slidy infinite; 
}
figure.slider figure { 
  width: 25%; height: auto;
  display: inline-block;  position:relative; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: relative; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 1.5rem; padding: .6rem;
  font-weight: 400;
}
.flex-container {
 justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-container > div {
  margin: 15px;
  padding: 8px;
  }

.titulo-resaltado {
    margin: auto;
    position:relative;
    width:100%;
    background-color:cornsilk;
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color:blue;
    border: 3px solid;
    border-color:coral
      
}
.precio{
    margin-left: auto;
    text-align: center;
    font-size: 4rem;
    color: orangered;
    
}
.masiva{
  margin-right: auto;
  line-height: 60px;
  color: black;   
}
.texto-general {
    position:relative;
    width:100%;
    background-color:azure;
    text-align: justify-all;
    margin: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    color:darkslategray
  
}
.texto-resaltado {
    position:relative;
    width:100%;
    background-color:cornsilk;
    text-align: justify-all;
    margin: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    color:darkslategray
  
}
.supertitulo {
    position:relative;
    background-color:cornsilk;
    width:60%;
    text-align:center;
    margin: 10px;
    padding: 2px;
    font-size: 1.8rem;
    font-weight: bold;
    color:coral;
    border: 3px solid;
    border-color:coral
}
.subtitulo {
    position:relative;
    text-align:left;
    margin: 10px;
    padding: 2px;
    font-size: 1.6rem;
    font-weight: bold;
    color:coral;

}
.imagen-izquierda {
    width: 200px;
    height: 200px;
    border: 2px solid;
    border-color:coral;
    background-color:azure;

}
.oferta {
    color: black;
    font-size: 1.1rem;
    background-color: #adc5e7;
    width: 20em;
    height: 12em; 
    border: 1px solid;
    border-color:black;
}
.oferta-titulo {
    text-align: center;
    color: white;
    font-size: 25px;
    background-color: #00599d;
    width: 100%;
    height: 1.5em;   
}
.oferta-precio {
    text-align: center;
    color: white;
    font-size: 23px;
    
   
}
.oferta-texto {
    text-align: center;
    font-size: 17px;
   
}
.piedepagina{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    }
@media only screen and (min-width: 37.53em){
    .piedepagina{
        text-align: center;
        margin-left: 100px;
        margin-right: 100px;
    }
}

