@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url(menu.css);
@import url(banne.css);
@import url(info.css);
@import url(footer.css);
@import url(contacto.css);
@import url(mapa.css);
@import url(servi.css);
@import url(cd-top.css);
@import url(share.css);
@import url(-superslides.css);
@import url(flexslider.css);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

boby {
    font-family: 'Open Sans', sans-serif;
}

.contenedor {
    width: 98%;
    margin: auto;
}

.contenedor h2 {
    padding-bottom: 20px;
}


.up {
    position: fixed;
    bottom: 83px;
    right: 3px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(141,182,0,0.5);
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    border-style: solid;
    -webkit-border-bottom: solid #fff;
    -moz-border-bottom: solid #fff;
    -ms-border-bottom: solid #fff;
    -o-border-bottom: solid #fff;
    border-bottom: solid #fff;
}

header {
    width: 100%;
    height: 50px;
    background: rgba(141,182,0,0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    -webkit-border-bottom: solid 1px rgba(255,255,255,0.3);
    -moz-border-bottom: solid 1px rgba(255,255,255,0.3);
    -ms-border-bottom: solid 1px rgba(255,255,255,0.3);
    -o-border-bottom: solid 1px rgba(255,255,255,0.3);
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

#bienvenidos h2{
    color: #8DB600; /*Cambiar*/
}

#bienvenidos p {
    color: #8a8a8a;
}

h1 {
    float: left;
}

header .contenedor {
    display: table;
}

section {
    width: 100%;
}

#bienvenidos {
    text-align: center;
}

#blog {
    margin-top: 20px;
}

#blog  h3{
    text-align: center;
    color: #8DB600;
}


#blog  h4 {
    text-align: center;
    color: #8a8a8a;
}

#blog .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#blog article {
    margin: 15px;
    
}

#blog img {
    cursor: pointer; 
	cursor: hand;
    width: 100%;
    max-width: 280px;
}

.pw {
    display: none;
}

footer {
    background: #666666;
}

footer .contenedor2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.copy {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
    
}

.sociales a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

.sociales a:hover{
    color: #8DB600;
}

.socialesW {
    display: none;
}

.btn {
    width: 100%;
    align-content: center;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 10; /*para que se ubique frente a la clase ".flex-control-nav" del slider*/
}

.btn a {
    text-decoration: none;
    padding: 12px;
    background: #8DB600;
    -webkit-border-radius: 4%;
    -moz-border-radius: 4%;
    -ms-border-radius: 4%;
    -o-border-radius: 4%;
    border-radius: 4%;
    color: #fff;
} /*boton de "enviado"*/

.btn a:hover {
    background: #8EC609;
    cursor: pointer;
}

@media (min-width:768px) {
    .sociales {
        display: none;
    }
    .pw {
        display: block;
    }
    
    .socialesW {
        display: block;
        width: 100%;
        text-align: center;
    }
    .socialesW a{
        text-decoration: none;
    }
    .socialesW h4:hover{
        color: #8DB600;
    }    
    .socialesW h4 {
        color: #fff;
        padding-bottom: 4px;
        font-size: 18px
    }    
    
    footer .contenedor2 {
        justify-content: center;
        max-width: 1000px;
        margin: auto;   
    }
    
    .copy {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
    .btn {
        margin-top: 20px;
    }    
    
}

@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
        /*pointer-events: none;
        cursor: default;  */
    }
    #bienvenidos {
        padding-top: 60px;
    }
    .btn {
        padding-top: 80px;
    }
}
