/*
 Theme Name:     lapiztema
 Description:    Divi Child Theme
 Author:         Jueves
 Author URI:     https://lapizmente.com/
 Template:       Divi
 Version:        1.0.0
*/
 


@font-face {
  font-family: 'et-line';
  src: url('fonts/et-line.eot');
  src: url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
       url('fonts/et-line.woff') format('woff'),
       url('fonts/et-line.ttf') format('truetype'),
       url('fonts/et-line.svg#et-line') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.seccion-bloques-servicios{

}
.bloque-servicios i{
    font-size: 40px;
    margin-bottom: 20px;
    position: absolute;
    margin-top: 0px;
    color: #000;
}
.icon-et {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-et.icon-telescope:before {
    content: "\e02a";
}
.icon-et.icon-paintbrush:before {
  content: "\e03b"
}
.icon-et.icon-strategy:before {
  content: "\e044";
}
.icon-et.icon-laptop:before {
  content: "\e000";
}
.icon-et.icon-calendar:before {
  content: "\e021";
}
.icon-et.icon-chat:before {
  content: "\e02e";
}
.bloque-servicios a{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    color: #000;
    display: block;
}
.bloque-servicios p{
    margin-top: 10px;
    color: #686868;
    line-height: 25px;
    font-size: 13px;
}
.bloque-servicios a,
.bloque-servicios p{
    margin-left: 80px;
    margin-right: 13px;
    font-weight: 400;   
}

#main-content{
    padding-top: 85px;
}

/*MENU*/
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li{
    margin-right: 5px;
    padding: 0;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    color: #686868;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:hover {
    color: #558b03;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after {
    content: ".";
    font-size: 24px;
    padding-left: 17px;
    margin-top: -7px;
    position: absolute;
    color: #000000;
    right: -7px;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li:last-child>a:after {
    content: "";
}
/*
 *	AJUSTES HOME
*/

/*SWIPER SLIDER*/
.swiper {
	margin-top: 16px;
	width: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
	margin-bottom: 80px;
    object-fit: cover;
}
.swiper-slide h2{
	font-size: 36px;
	font-weight: 300;
    height: 185px;	
    letter-spacing: 8px;
    line-height: 1.1;
}
.swiper-pagination-bullet-active {
    background: #558b03;
}



/*Carrusel equipo*/
.caarrusel-equipo .tarjeta-equipo img{
    margin-bottom: 15px;
}
.caarrusel-equipo .tarjeta-equipo .contenido .nombre{
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.caarrusel-equipo .tarjeta-equipo .contenido .cargo{
    color: #558b03;
    font-size: 14px;
}
.caarrusel-equipo .tarjeta-equipo .contenido .parrafo{
    color: #686868;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
}


/*Estilos portfolio*/
/* === SLIDER DE PROYECTOS === */

.projectSwiper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 50px;
}

.projectSwiper .swiper-wrapper {
  display: flex;
}

.projectSwiper .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
}

.projectSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Paginación del slider */
.project-pagination {
  text-align: center;
  margin-top: 1rem;
}

.project-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #558b03;
    opacity: 0.3;
    margin: 0 5px;
    transition: opacity 0.3s;
}

.project-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* === MAQUETACIÓN DEL CONTENIDO === */
.proyecto-detalle{
    padding-top: 64px !important;
}
.proyecto-detalle .titulo-portfolio h1{
    font-weight: 400;
    font-size: 34px;
    color: #333333 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.proyecto-detalle .categorias-portfolio .categoria{
    font-weight: 300;
    font-size: 14px;
    color: #333333 !important;
    letter-spacing: 3px;
}
.proyecto-detalle {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.portfolio-columns .col {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .portfolio-columns .col {
    flex: 1 1 48%;
  }
}




.btn-ver-web {
    padding: 10px 20px 10px 20px;
    border: 2px solid #e1e1e1;
    color: #a3a3a3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.btn-ver-web:hover {
    border: 2px solid #558b03;
    color: #558b03;
}
.elaboracion {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.elaboracion li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.elaboracion li::before {
    content: "➔";
    color: #558b03;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
}
.col-elaboracion h3,
.col-enlace h3{
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}
.biruta{
    padding: 30px 0px 30px 0px;
}
.biruta a{
    color: #558b03;
}
.top-footer{
    padding-top: 64px;
}
.top-footer .asoc-dise{
    color: #686868;
}
.top-footer .asoc-dise:hover{
    color: #558b03;
}
.et_overlay:before {
    color: #558b03;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: #686868;
    text-transform: uppercase;
}


/*RESPONSIVE*/
@media (max-width: 980px) {
.swiper-slide h2 {
    font-size: 28px;
    height: 180px;
}
#main-content {
    padding-top: 0px;
}

.swiper-slide{
}
.swiper-slide img {

}
}
