/*
Theme Name: OceanWP child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
.home #site-header {
    border-bottom: none;
}
.wpforms-submit{
    width: 100%!important;
    font-size: 18px!important;
    height: auto!important;
    line-height: 1.5!important;
    border-radius: 15px!important;;
}
.my-btn > a .text-wrap {
    background: #00651d;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
}
.my-btn > a .text-wrap:hover {
    opacity: 0.8;
}
#colophon ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#colophon a{
	color: #fff;
}
#colophon li{
	margin-bottom: 20px;
    line-height: 1.3;
}
#colophon #contacto-wa a{
	color: #fff;
}

@media (max-width: 1300px) { 

}

@media (max-width: 960px) {	

}
@media (max-width: 768px) {  

}

@media (max-width: 650px) { 
    #colophon #contacto-wa {
        width: 100%;
    }

}

@media (max-width: 450px) { 

}