@media only screen and (min-width : 1025px) and (max-width : 4000px){

}
@media only screen and (min-width : 768px) and (max-width : 1024px)
{ 

} 
@media only screen and (max-width: 767px) {
.site-title img {
        padding: 10px 0;
}
p.site-title {
    margin-bottom: 0;
}
.tparrows, div#slide-3-layer-2, div#slide-1-layer-2, div#slide-2-layer-2 {
    display: none;
}
div#slide-3-layer-6, div#slide-1-layer-6, div#slide-2-layer-6 {
    right: -200px !important;
    position: absolute;
}
.wpcf7-form li {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    padding-left: 0 !important;
}
.wpcf7-form li input, .wpcf7-form li input:focus {
    width: 100%;
    color: #000 !important;
}
f7-form ul.list-form .wpcf7-submit {
    width: 100%;
    padding: 15px 0;
    top: 0;
	  color: white !important;
}
span.video-lenght {
    width: 100%;
    text-align: center;
}
#content .mire-video-box .fancybox-youtube {
    width: 100%;
}
#hogar-section-2 a.btn-amarillo {
    width: 80%;
}
.page-id-63 .btn-down span {
    top: -50px;
}
.list-form + div.wpcf7-validation-errors {
    display: inline-block !important;
}
.hogar-seccion-4-box .wpcf7-form ul.list-form .wpcf7-submit {
    top: 0;
}


::-webkit-input-placeholder {
 color: #2C4056;
}
:-moz-placeholder { /* older Firefox*/
 color: #2C4056;
}
::-moz-placeholder { /* Firefox 19+ */ 
 color: #2C4056; 
} 
:-ms-input-placeholder { 
 color: #2C4056;
}
}

