@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);

body{
	text-align: center; 
	background-color: #fff;}


 /*estilos generales*/
 .sinpadding{padding: 0px;}


 /*estilos particulares*/ 
.bg-info{color:#666; padding: 5px; font-size: large; background: #FFF;}
 #caja-1, #caja-2, #caja-3, #caja-4, #caja-5{margin-bottom: 10px;}

.caja-contenedor-general{
  width:100%; 
  max-width: 1200px; 
  margin:0 auto;
  background: #FFF;}

  #caja-1{}


#contenedorEncabezado{
    background:url(../../img/fondo.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*height con mediaqueries*/

  }
#encabezado{ 
  background: rgba(254, 209, 58, 0.9);
  width: 100%;
  margin: 0px;
  /*margin top y bottom con mediaqueries*/
   }
#encabezado h1{
  color:#008FDA;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  font-size: 3em;
  text-shadow: 2px 2px #fff;}
#encabezado span{/*subtitulo*/
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  }

  .descripcion{
  background: rgba(255, 255, 255, 1);
  text-align: left;
}

@media (min-width: 995px) {
  #contenedorEncabezado{height: 500px;}
  #encabezado{margin-top: 8em; padding-top: .5em;padding-bottom: .5em;}
}

@media (max-width: 994px) {
  #contenedorEncabezado{height: 180px; padding-top:20px;}
  #encabezado{ padding-top: .5em;padding-bottom: .5em;}
}



/*PERSONALIZA BOTÓN DE COTIZACIÓN*/
#contenedor-botoncotizacion{
  z-index: 1000;
  width:100%;
  position:fixed;
}
#subcontenedor-botoncotizacion{
  width:100%;
  min-width:240px;
  max-width:1200px;
  margin:0px auto;
  margin-top:0px;
  padding:0;
}
#subcontenedor-botoncotizacion ul{
  display:inline;
  list-style:none;
  padding: 0;
  }
#subcontenedor-botoncotizacion ul li{
  cursor:pointer;
  display:block;
  height:24px;
  letter-spacing:2px;
  font-weight:bold;
  font-size:medium;
  text-align: center;
  max-width:1200px;
  width: 100%;
  padding-top:3px;
  padding-bottom: 3px;
    } 
    
.color-boton{
  background:#7FFF00;
  color:#000;
}
.color-boton:hover{
  background:#FFBF00;
  color:#FFF;
}
@media (min-width: 992px) {
#subcontenedor-botoncotizacion ul li{
  border-radius:0px 0px 5px 5px;
  -webkit-border-radius:0px 0px 5px 5px;
  -moz-border-radius:0px 0px 5px 5px;
  -ms-border-radius:0px 0px 5px 5px;
  -o-border-radius:0px 0px 5px 5px;
  box-shadow:#000 1px 2px 3px;
  -moz-box-shadow:#000 1px 2px 3px;
  -ms-box-shadow:#000 1px 2px 3px;
  -o-box-shadow:#000 1px 2px 3px;
  -webkit-box-shadow:#000 1px 2px 3px;
}
  }

/*PERSONALIZA BOTÓN VOLVER ARRIBA*/
#volverArriba {
    position: fixed;
    padding: 5px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    cursor: pointer;
    background-color: #7FFF00;
    font-size: xx-large;
    border-radius:5px 0 0 0;
    -webkit-border-radius:5px 0 0 0;
    -ms-border-radius:5px 0 0 0;
    -o-border-radius:5px 0 0 0;
    -moz-border-radius:5px 0 0 0;
}


/*COLECCION DE EFECTOS*/
.letrota{color:#008FDA;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  font-size: 2em;}
 @media (min-width: 768px){
 .efecto1, .efecto2{
  -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
 }

 .efecto1:hover{
  -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transform: scale(0.9); /* IE 9 */
  -moz-transform: scale(0.9); /* Safari */
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari */
  transform: scale(0.9);
 }

 .efecto2:hover{
  -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Safari */
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
 }
}/*TERMINA COLECCION DE EFECTOS*/