/*
Theme Name:   OnePress Child
Theme URI:    https://feresinmarseyasociados.com/onepress-child/
Description:  Child theme para modificaciones varias
Author:       LG Systems
Author URI:   https://feresinmarseyasociados.com
Template:     onepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         bootstrap
Text Domain:  onepress-child
*/


.entry-meta .posted-on, .entry-meta .byline {
	display: none;
}

.entry-meta .comments {
	display: none;
}

.single .default-wp-page {
	display: none;
}
/*
.followWrap {
	height: 75px !important;
}*/

.table-striped>tbody>tr:nth-child(odd)>td {
   background-color: #cfdbf5;   
 }
 
 th, td {
	border: 0px !important;
}

.thead-color thead th {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #435781;
}

th {
	text-align: inherit;
}

.centrar-td>tbody>tr>td {
   text-align: center;
   vertical-align: middle;
}
 
.hero-slideshow-normal .container {
	padding: 7px !important;
}

.section-services {	
	color: #ffffff !important;
	background: #155a3b !important;
	/*background: linear-gradient(180deg, rgba(67,87,129,1) 0%, rgba(94,105,127,1) 100%) !important;*/
}

.section-services .section-title-area .section-title{
	color: #ffffff !important;
}

.section-services .section-title-area .section-subtitle{
	color: #ffffff !important;
}

.section-services a{
	color: #ffffff !important;
}

.section-services a:hover{
	color: #cccccc !important;
}

.section-contact {	
	color: #ffffff !important;
	background: #155a3b !important;	
}

.section-contact .section-title-area .section-title{
	color: #ffffff !important;
}

.datos-contacto {
	text-align: justify;
	font-size: 18px;
}

.contenedor-mapa {
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
}

@media screen and (max-width: 1000px){	
	.contenedor-mapa {
		margin-left: 15%;
		margin-right: 15%;
		width: 70%;
	}
}

@media screen and (max-width: 850px){	
	.contenedor-mapa {
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
}

@media screen and (max-width: 625px){	
	.contenedor-mapa {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;				
	}
}


/* Equipo - Custom */

.team-style1 {
	margin-top: 12px;
    position: relative;
    display: block;
    overflow: hidden
}

.team-style1 .team-info {
	margin-bottom: 2px;
    bottom: 1px;
    left: 15px;
    right: 15px;
    border-radius: 5px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 800ms ease 0.35s;
    /*padding: 25px 30px;*/
    box-shadow: 0px 5px 24.25px 0.75px rgba(0,0,0,0.1);
    /*background: #155a3b;*/
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	font-weight: bold;
    position: absolute
}

.team-style1 .team-overlay {
    left: 15px;
    right: 15px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    transform: translate3d(0px, -110%, 0px);
    transition: all 700ms ease 0.35s;
    box-shadow: 0px 5px 24.25px 0.75px rgba(0,0,0,0.1)
}

.team-style1:hover .team-overlay {
    transform: translate3d(0px, 0, 0px);
    transition-delay: 0.1s;
    /*background: rgba(21,90,59,0.75);*/
	background: rgba(0,0,0,0.4);
    border-radius: 5px
}

.team-style1:hover .team-info {
    transform: translate3d(0px, 130px, 0px);
    transition-delay: 0.2s
}

.team-style1 .social-icon-style1 {
    border-top: 2px dotted rgba(255,255,255,0.3);
    margin-top: 15px;
    padding-top: 20px
}

.team-bg-shape img {
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 0
}

/*@media screen and (max-width: 991px) {
    .team-style1 .team-info {
        padding:20px
    }
}*/

.team-style1 .social-icon-style1 {
    border-top: 2px dotted rgba(255,255,255,0.3);
    margin-top: 15px;
    padding-top: 20px;
}

.social-icon-style1 {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.social-icon-style1 li {
    display: inline-block;
    margin-right: 5px;
}

.social-icon-style1 li a {
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    color: #155a3b;
    background-color: #ffffff;
}

.blanco {
	color: white;
}

.dorado {
	color: #b8860b !important;
}

.gris {
	color: #999999 !important;
}

.negro {
	color: black !important;
}

/* Marca */
.logo-container {
  position: relative;
  display: inline-block;
}

.logo-container::after {
  content: "®";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: 155a3b;
  padding: 2px 5px;
  border-radius: 50%;
  z-index: 2;
}

/* Certificados */
.marca-registrada {
  text-align: center;
  padding: 2rem 1rem;
  background: #fdfaf4;
  border: 1px solid #e5e0d0;
  border-radius: 12px;
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.marca-registrada h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
}

.marca-registrada .registered {
  font-size: 1.2rem;
  vertical-align: super;
  color: #d4af37; /* dorado metálico */
}

.marca-container img {
  max-width: 220px;
  height: auto;
  margin: 1rem 0;
}

.leyenda {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.btn-certificados {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-certificados:hover {
  background: #b7942f;
}




