/*
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
*/
/*
#0077b7 - color principal
#f4993a - secundario
fuentes - 
*/
#toc_container{
    max-width: 1060px;
    margin: 40px auto 20px auto;
}
div#toc_container {
    width: 100% !important;
}
.toc_list > li > a{
    font-weight: bold;
}
body .wpforms-submit{
    width: 100%!important;
    margin-top: 20px!important;
}
.redondeado {
    border-radius: 15px;
}
h1, h2, h3, h4, p, li,
#site-navigation span.text-wrap,
.blog-entry-title a{
	letter-spacing: -.05rem!important;
}
p, li{
	letter-spacing: -.02rem;
}
.container.my-bread{
    width: 1055px;
}
body.single-post ul.meta {
    border-bottom: none;
    margin: 3em auto!important;
}
body.single .entry-title {
    text-align: left;
}
.dropdown-menu .sub-menu {
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin-top: -20px;    
    }

.dropdown-menu .sub-menu:after, 
.dropdown-menu .sub-menu:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu .sub-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.dropdown-menu .sub-menu:before {
    border-color: rgba(133, 133, 133, 0);
    border-bottom-color: #e1e1e1;
    border-width: 11px;
    margin-left: -11px;
}
.home.has-transparent-header #site-header{
    border-bottom: none;
}


body.single .site-breadcrumbs{
    max-width: 1000px;
    position: relative;
    margin: 0 auto 15px 0;

}
.single .entry-content table{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.ancho-personalizado #content-wrap{
	max-width: 900px;
}
.btn-destacado{
    background: #f4993a;
    color: #000!important;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: bold;
    line-height: normal!important;
    letter-spacing: -.02rem;
}
.btn-destacado:hover{
	opacity: 0.8;
}
.boton-envio{
	width: 100%!important;
	font-size: 20px!important;
}
footer#colophon ul{
	list-style: none;
	margin: 0;
}
footer#colophon a{
	color: #fff;
}
footer#colophon a:hover{
	color: #CACACA;
}
footer#colophon a.elementor-button {
    color: #000!important;
}
body .blog-entry.grid-entry .blog-entry-inner {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 0px 2px;
    }
.related-post-media {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 0px 2px;
}
.blog-entry .blog-entry-header{
    padding: 20px 20px 0;
}    
.blog-entry .meta{
    padding: 0px 20px 20px;
} 
body .blog-entry .blog-entry-summary {
    line-height: 1.6;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0 20px 20px;
}
.blog-entry .blog-entry-readmore {
    margin-top: 0!important;
    padding: 0 20px 20px;
}
body .oceanwp-recent-posts li{
    display: block;
    width: 33%;
    float: left;
    clear: none!important;
    padding: 0 0.625rem;
    margin-bottom: 40px;
    border: none;
    text-align: center;  
    margin-top: 0; 
    border-radius: 15px;
}
.oceanwp-recent-posts li .recent-posts-thumbnail {
    width: 100%;
}



@media (max-width: 1300px) { 

}

@media (max-width: 960px) {	

}
@media (max-width: 768px) {  
	footer .hfe-nav-menu{
		display: block!important;
	}
    footer .hfe-nav-menu a{
    	display: block!important;
    	text-align: center;
    }
}

@media (max-width: 650px) { 

}

@media (max-width: 450px) { 

}