@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);

@import url(libs/cssmenu/menupro.css);

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
  }

.contenedor {
    width: 100%;
    margin: auto;
}
   
/*SEPARACION DE SECCIONES*/
section {
    width: 100%;
    margin-bottom: 10px;
}

#bienvenidos {
    text-align: center;
    font-size: 20px;
    color: rgba(243, 245, 247, 0.863);
}

footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.copy {
    font-size: 30px;
    color: rgba(243, 245, 247, 0.863);
    
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.sociales a {
    font-size: 30px;
    color: rgba(73, 13, 238, 0.904);
    text-decoration: none;
}

@media (min-width:768px) { 
    .sociales {
        width: auto;
    }
    
    footer .contenedor {
        justify-content: space-between;
    }
}

@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
}

/*  
    blog = fondomedio2
*/

#blog {
    background-image: url("../../imagenes/f1.jpg");
    background-size: cover;
    background-position: center;
    
/*  
    background-color: rgb(153,102,153);
    color: rgb(255,255,204);
*/
    text-align: center;
    padding: 20px;    
}

#blog h2, h3 {
    text-align: center;
    font-size: 20px;
    color: #f81414f3;
}

#blog .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#blog article {
    margin: 15px;
}

#blog img {
    width: 100%;
    max-width: 280px;
}

#banner {
    margin-top: 100px;
    position: relative;
}

#banner img {
    width: 100%;
    height: 100%;
}

#banner .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: rgba(3, 3, 248, 0.918);
}

#banner h2 {
    font-size: 30px;
}

#banner a {
    display: block;
    width: 100px;
    color: rgba(244, 244, 248, 0.904);
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border: 3px solid rgb(247, 6, 6);
}

#banner a:hover {
    background: rgba(26, 10, 252, 0.932);
}

@media (min-width:480px) {
    #banner h2 {
        font-size: 40px;
    }
    
    #banner a {
        margin-top: 25px;
    }
}

@media (min-width:768px) { 
    #banner {
        height: 300px;
        overflow: hidden;
    }
    
    #banner img {
        height: auto;
        margin-top: -100px;
    }
}

@media (min-width:1024px) { 

#banner img {
        margin-top: -150px;
    }
}

#info {


/*  
    blog = fondomedio2
*/
   
    background-image: url("../../imagenes/fmar3.jpg");
    background-size: cover;
    background-position: center;
    
/*  
    background-color: rgb(153,102,153);
    color: rgb(255,255,204);
*/
    text-align: center;
    padding: 20px;    
}

#info .contenedor {
    
      
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
}

.info-pet {
    margin: 20px;
}

.info-pet img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid rgb(9, 243, 231);
}

@media (min-width:480px) {
    .info-pet {
        width: 40%;
    }
}
