/*
 Theme Name:   SoyMarketing Child
 Theme URI:    http://www.soymarketing.org
 Description:  SoyMarketing Child Theme
 Author:       Daniel Figueroa
 Author URI:   http://www.soymarketing.org
 Template:     Foxy
 Version:      1.0.1
 Text Domain:  soymarketing-child
*/

/* @import url("../Foxy/style.css"); */

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Estilos del back to top */
#menuventajas { 
height: 40px; 
width: 48px; 
position:fixed;
bottom:50px;
right:60px;
display:none;
text-indent:-9999px;
background: url("http://www.soymarketing.org/wp-content/uploads/2014/10/arrow_up_double.png"); 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}

#menuventajas:hover {
-webkit-transform: rotate(360deg);
background: url('') no-repeat;
}
#mc4wp-form-1 {
    margin-top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 15px;
	    padding-top: 10px;
}
p {
    padding-bottom: 15px;
}
.grecaptcha-badge { visibility: hidden; }
.captchasoy {
    font-size: 11px;
    color: #808080b5;
    padding-bottom: 10px;
    margin-top: -10px;
}
@media screen and (max-width: 479px) {
.container {
    width: 100%;
}
}
.page-id-3958 .post-heading {
    display: none;
}
.et-db #et-boc .et-l .et_pb_module input[type=text] {
    width: 92%;
}