/**
Theme Name: Sebastián Cerro
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sebastian-cerro
Template: astra
*/


.zindex1000 { z-index:10000 !important}

.sombraIzq {
  box-shadow:  6px 0 14px rgba(0, 0, 0, 0.20) !important;
}

/* Slider (fila superior) */
.rev_slider_wrapper,
.rev_slider_wrapper.fullscreen-container {
  position: relative;
  z-index: 1;
}

/* Fila de los tres destacados que se solapa */
.row-destacados {
  position: relative;
  z-index: 5;
  transform: translateY(-30%);   /* sube la fila un 50% de su propia altura */
}

/* Opcional: en móvil no solapar */
@media (max-width: 768px) {
  .row-destacados {
    transform: none;
    margin-top: 1.5rem;
  }
}

/* Igualar altura columnas de la fila destacada */
.row-destacados.vc_row {
  display: flex;
  align-items: stretch;
}

.row-destacados .wpb_column {
  display: flex;
}

.row-destacados .vc_column-inner {
  width: 100%;
}

/* En móvil, que vuelvan a apilarse normal */
@media (max-width: 768px) {
  .row-destacados.vc_row {
    display: block;
  }
}


.textoSebastian { font-style: italic;}

ul.lista li {list-style-type:none; margin-bottom:15px;}

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



.ast-single-post .entry-content .contacto a { text-decoration:none;
color:#333;}
.ast-single-post .entry-content .contacto a:hover { text-decoration: underline; color:#000;}

.imgDetras .vc_column-inner { z-index:-1 !important;}

/* Columna con imagen de fondo */
.imgDetras .vc_column-inner {
  position: relative;
  overflow: hidden;         /* por si algo se sale */
}

/* Capa negra encima de la imagen */
.imgDetras .vc_column-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);  /* negro 70% */
  z-index: 0;
}



.cajaSup .vc_column-inner { 
    margin:50px 0 0 -50px !important; 
    padding:50px 15% 30px 5% !important;
}

.cajaSupIzq .vc_column-inner { 
    margin:50px -50px 0 0px !important; 
    padding:50px 5% 30px 15% !important;
}

.sombra { box-shadow:
    -14px 0 28px rgba(0, 0, 0, 0.18),   /* sombra / resplandor hacia la izquierda */
    0 16px 32px rgba(0, 0, 0, 0.22);    /* sombra hacia abajo */
  border-radius: 8px; 
}

.serviciosMov { display: none;}

@media (max-width: 767px) {
  .cajaSup .vc_column-inner { 
    margin:50px 0 0 0px !important;     
	}
	.cajaSupIzq .vc_column-inner { 
    margin:50px 0px 0 0px !important; 
    }
	.serviciosMov { display: block;}
	
}




.card {
background: #fff;
  border-radius: 14px;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.08),
    0 14px 36px rgba(0, 0, 0, 0.08);
}


