@import url('https://fonts.googleapis.com/css?family=Arvo|Oxygen');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Oxygen', sans-serif;
}

/*header {
    width: 100%;
    height: 50px;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}*/
/*CONTENT TWO*/

.content-two{
    width: 100%;
    padding: 40px;
    background: #f2f2f2;
}

.content-details{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.content-item2{
    width: 300px;
    text-align: center;
    margin: 20px;
    
}

.content-item2 p{
   text-align: justify;    
}

.content-item2 a{
    text-decoration: none;
    color:dimgray;
}


.icon-heart, .icon-laptop, .icon-support{
    color: #e47171;
    font-size: 40px;
}
/*------------------------*/
.contenedor a {
    text-decoration: none;
    color: black;
}


.contenedor {
    font-size: 16px;
    width: 97%;
    margin: auto;
}
.contenedor1{
  width:80%;
  margin:auto;
  overflow:hidden;
}

.contenedor2{
  width:90%;
  margin:auto;
  overflow:hidden;
}
.contenedor2 p{
    text-align: justify;
}

.contenedor2 .oscuro1{
    text-align: justify;
}

article#main-col{
  float:left;
  width:65%;
}
aside#lateral{
  float:right;
  width:30%;
  margin-top:10px;
     
}
#lateral{
 
  background-image: url('../rav_img/interrogacion.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
.oscuro1{
  padding:15px;
  /*background:#000345;*/
   
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}
/*h1 {   
    transition: all 1.5s;
    /*transition: all 0.9s;*/
   /* transform: translateX(-100%); */
    /*transform: translateX(0%);*/
    /*float: left;*/
/*}*/
h1.ver {
    color:#000574;
    transition: all 4.9s;
}
#boletin form {
  float:right;
  margin-top:15px;
}
#boletin input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}
input, textarea{
  width: 100%;
  height: 35px;
  border: 1px solid gray; 
  margin-bottom: 5px;
}

textarea{
  height: 120px;
}

input[type='submit']{
  transition: all 0.8s;
  background-color: #00FFF7;
  font-weight: bold;
  color: #000;  
}
input[type='submit']:hover {
  transition: all 1.0s;
  background-color: #000345;
  font-weight: bold;
  color: #fff;  
}
h1 {    
    color: #fff;
     transition: all 1.5s;
   /* transform: translateX(-100%); */
    transform: translateX(0%);
    float: left;
}
h2.icon-basket{    
    color: #fff;
     transition: all 1.5s;
   /* transform: translateX(-100%); */
    transform: translateX(0%);
    float: right;
}
h2.icon-basket:hover {
    color: red;
    transition: all 0.9s;
    
}
h1:hover {
    color: skyblue;
    transition: all 0.9s;
}
h2.icon-basket{
   color: #fff;
    text-align:right;
}
header .contenedor {
    display: table;
}
section {
    width: 100%;
    margin-bottom: 25px;
}
#bienvenidos {
    text-align: center;
}
footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}
.sociales1 a {
    color: dimgrey;
    font-size: 19px;
}

.copy {
    font-size: 17px;
    color: dimgrey;
}
.sociales {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 23px;
    margin-top: -24px;

}
.sociales a {
    font-weight:bold;
    color:dimgray;
    text-decoration: none;
 
}
@media (min-width:768px) {
    
    footer .contenedor {
        justify-content: space-between;
    }
    .contenedor {
        font-size: 14px;
        width: 96%;
    }
}
@media (min-width:1024px) {
    .contenedor {
        font-size: 16px;
        width: 79%;
    }
}
@media (max-width:900px) {
    .contenedor1 {
        width: 96%;
        font-size: 13px;
        
    }
    .contenedor {
        font-size: 14px;
        width: 96%;
    }
}
@media (max-width:900px) {
article#main-col{
  float:left;
  width:60%;
  font-size: 13px;
}
    aside#lateral{
        width:38%;
     font-size: 10px;   
    }
    .content-item2{
    width: 100%;
    text-align: center;
    margin: 0px;
    
}
    
    .content-details{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

}