/*
Theme Name:   onepress child theme
Description: Tema hijo para hacer personalizaciones de código
Author:       Marcelo Bastante
Author URL:  https://marcelobastante.com/
Template:     onepress
Version:      1.0
Text Domain:  onepress-child
*/

@media only screen and (max-width: 480px){
.service-content ul {
    list-style: none !important;
}
}


@media only screen and (max-width: 480px){
.hero-content-style1 h3 {
        font-size: 30px !important;
    padding-left: 20px !important;
}
	
	.hero-content-style1 h2 {
        font-size: 32px !important;
    padding-left: 20px !important;
}
	
	.site-logo-div img {
  height: 74px;
  width: auto;
}
}

@media screen and (min-width: 940px){
	
.hero-content-style1 h2 {
    font-size: 55px !important;

}
}

div#newsletter {
    padding-top: 4rem;
}

.section-services .service-item .service-image {
    float: left;
    margin-right: 30px;
    font-size: 1.5rem;
}

.servicios h4.service-title {
    display: block;
    color: #7FBD4E !important;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}

.section-services .service-item:hover {
    box-shadow: none !important;
}

.section-services .service-item {
    background: content-box !important;
}

.servicios {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 100ms ease-out 0s;
    transition: all 100ms ease-out 0s;
}

h4.service-title {
    display: none;
}

.instabio {
    color: #fff;
    font-size: 19px;
}

.instabio .fa {
    font-size: 28px;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    color: #7FBD4E;
    border-radius: 5px;
}

.section-about {
  background-color: #7FBD4E;
    background-image: url(https://marcelobastante.com/wp/wp-content/uploads/2020/12/flecha_04.png);
    background-position-x: left;
    background-repeat: no-repeat;
}

.section-about h1 {
    color: #ffffff;
    text-transform: uppercase;
}

h2.section-title {
    color: #7FBD4E;
}

.pum-title {
    display: none;
}
.subscription-form-control {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}
input.submit-button {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    font-weight: bolder;
}

.subscription-form-control p {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

.onepress-menu a{
	
	font-size: 15px !important;
}

.site-header {
    line-height: 95px !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  color: #fff !important;
  font-size: 18px;
  line-height: 28px;
  box-shadow: none;
  text-align: center;
  background-color: #7fbd4e;
  width: fit-content;
  margin: 0 auto;
}

.ea-card.sp-ea-single {
  background-color: unset !important;
  border: 0px !important;
}

.ea-body p {
  text-align: center;
  color: #777;
}

.ea-header a .ea-expand-icon.fa {
  color: #fff !important;
}

.experto h2 {
  line-height: 100% !important;
  margin-bottom: 2px;
}

.experto {
  margin-bottom: 0px !important;
}