:root {
    --dorado: #b4a493;
    --gris: #f8f8f9;
}

/*
****************************************************************************************
GENERAL
****************************************************************************************
*/
#sp-main-body{
  margin: 0 0 160px 0;
}
html{
    font-size: 100%;
}
.fondo-gris {
    background: var(--gris);
}

.h-linea {
    width: fit-content;
    margin: 0 auto 55px auto;
}

.h-linea * {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}

.h-linea::after {
    content: " ";
    display: block;
    border-bottom: 1px solid black;
    width: 100%;
    padding: 0 0 4px 0;
    margin: 0 auto;
}

#sp-section-1 {
    z-index: 999;
    position: relative;
}

.intro-page {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.intro-page video {
    width: 100%;
    height: 100%;
}

.intro-page .logo-craneopro-video {
    position: absolute;
    width: 50vw;
    box-shadow: inset 0 0 0 2px #000000, 0 0 0 50vw #000000;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
}

.logos img {
    width: 100px;
    height: 100px;
}

.btn-transparente,
.sppb-form-builder-btn button {
    color: black;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 0px;
    font-size: 1.2rem;
    padding: 10px 25px;
}

.btn-transparente:hover,
.sppb-form-builder-btn button:hover {
    color: white;
    background-color: black;
}

.js-powrMark {
    display: none !important;
}

/*
****************************************************************************************
MENU
****************************************************************************************

.itemid-101 #sp-header:not(.header2) {
    position: absolute;
    top: 100vh;
    box-shadow: none;
}*/
#sp-header.header-sticky {
    border-bottom: 1px solid;
}


#sp-header #sp-logo img {}

#sp-header #sp-menu {
    margin: 0 0 0 auto;
}

#sp-header #sp-menu .sp-menu-item a {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

#sp-header #sp-menu .sp-menu-item.active a {
    text-decoration: underline;
}

#menu-right {
    display: none !important;
}

/*
****************************************************************************************
INICIO
.page-1
****************************************************************************************
*/
.page-1 .sppb-nav-custom {
    margin: 0 auto 20px auto;
    gap: 28px;
    max-width: 600px;
    justify-content: center;
}

.page-1 .sppb-nav-custom li a {
    background-color: transparent !important;
    color: black !important;
    font-weight: bold;
    padding: 0 0 0 0;
    font-size: 1.3rem;
}

.page-1 .sppb-nav-custom li.active a {
    border-bottom: 1px solid black;
}
.page-1 .servicios-btn > .sppb-addon-content{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.page-1 .servicios-btn > .sppb-addon-content a {
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    width: 275px;
    height: 85px;
    padding: 10px 60px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Proyectos*/
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item {
    position: relative;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item div:nth-child(1) {}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(2),
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(3) {
    position: absolute;
    display: none;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(2) p,
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(3) p {
    justify-content: center;
    color: white;
    z-index: 1;
    position: relative;
  text-align: center;
    margin: 10px 0 0 0;
  line-height: 20px;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(2) p {
    font-weight: bold;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(2) {
    top: 40%;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(3) {
    top: 50%;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(4) * {
    width: 100%;
    height: 100%;
}
/*
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item:hover>div:nth-child(2),
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item:hover>div:nth-child(3) {
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
*/
.sppb-dynamic-content-collection .sppb-dynamic-content-collection__item>div:nth-child(4):hover {
    background-color: #0000005c;
}
  .sppb-dynamic-content-collection .content-titulo{
  line-height: 15px;
    font-size: 20px;
}
.sppb-dynamic-content-collection .content-subtitulo{
      margin: 30px 0 0 0 !important;
    font-size: 15px;
      margin: 30px 0 0 0 !important;
    font-family: ibm-plex-serif;
}
#sppb-addon-1742563679913 .sppb-addon-content  {
      font-family: "IBM Plex Serif", serif;
}
.addon-root-dynamic-content-collection .sppb-dynamic-content-text {
    color: transparent;
}
/*
****************************************************************************************
CONTACTO
.page-4
****************************************************************************************
*/
.sppb-addon-form-builder-form .sppb-form-group input,
.sppb-addon-form-builder-form .sppb-form-group textarea {
    background-color: var(--gris);
    border: 2px solid black;
    border-radius: 0%;
}

#sppb-addon-683804bb-96da-43e6-8622-e0d2691ae80f p {
    margin: 0;
}

.sppb-addon-form-builder .sppb-form-check-label::before {
    border: 2px solid #000000;
}
/*
****************************************************************************************
PÁGINAS DE PROYECTOS
****************************************************************************************
*/
.video-proyecto{
  max-width: 900px;
  margin: 75px auto;
}
/*
****************************************************************************************
FOOTER
****************************************************************************************
    position: fixed;
    bottom: -15px;
    z-index: 10;
    width: 100%;
*/
#sp-bottom {
    padding: 15px 0 15px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;

}

#sp-bottom .logos {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 0 0px 0;
}

#sp-bottom .logos img {
    width: 60px;
    height: 60px;
  min-width: 60px;
}

.rrss-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.rrss-logos i {
    color: black;
}

.rrss-logos i.fa-instagram {
    font-size: 40px;
}

.rrss-logos i.fa-facebook-f,
.rrss-logos i.fa-youtube{
    font-size: 32px;
}
#sp-bottom{
  border-top: 1px solid black;
}
#sp-bottom .sp-module {
    margin: 0;
}
#sp-bottom > .container{
    max-width: none;
}
#sp-bottom h4 {
    font-weight: bold;
    margin: 0;
}

#sp-bottom address {
display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    justify-content: center;
}

#sp-bottom address div {}

/*
#sp-bottom address div:first-child {
    width: 100%;
}

#sp-bottom .rrss-logos {
    justify-content: flex-start;
}
*/
#sp-bottom address div i {
    width: 26px;
    font-size: 15px;
}

#sp-bottom address div span {
    font-size: 1rem;
    font-weight: 500;
}

#sp-bottom .img-kit img {
height: 45px;
    object-fit: contain;
    object-position: left;
    width: auto;
}

.footer-contacto {
    display: flex;
    justify-content: space-between;
  justify-content: center;
}

.footer-contacto h4 {
    font-size: 1rem;
    height: fit-content;
}

/**/
#sp-footer {
    z-index: 11;
    position: absolute;
    width: 100%;
}

#sp-footer .container-inner {
    padding: 0px 0;
    border-top: none;
}

/*
****************************************************************************************
MEDIA QUERY
****************************************************************************************
*/
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    #menu-right {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    html{
        font-family: 90%;
    }
    .h-linea * {
        font-size: 1.5rem;
    }

    #sp-section-1 {
        display: none;
    }

    #sp-bottom {
        position: static;

    }

    #sp-bottom .logos {
        justify-content: center;
        margin-bottom: 20px;
    }
    .page-1 .servicios-btn > .sppb-addon-content a {
        width: 160px;
        padding: 0px 25px;
        font-size: 14px;
    }
    #sppb-addon-wrapper-1740732431057 p{
        text-align: justify;
      padding: 0 6%;
    }
  .addon-root-dynamic-content-collection .sppb-dynamic-content-collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
  .sppb-dynamic-content-collection .content-titulo{
  line-height: 15px;
    font-size: 15px;
}
.sppb-dynamic-content-collection .content-subtitulo{
      margin: 30px 0 0 0 !important;
    font-size: 10px;
}
}

@media only screen and (max-width: 575px) {
    #sp-header {
        height: 60px;
    }
#sppb-addon-1741110856938{
      max-width: 380px;
    margin: 10px auto;
}
  #sp-bottom address {
    gap: 5px;
    margin: 0;
    flex-direction: column;
}

}