/*
Theme Name: FCM
Theme URI: https://fcm.com
Author: Tu Nombre
Author URI: https://fcm.com
Description: Tema personalizado para la landing page de FCM.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Normalize básico y personalizado */
/*
Azul #0B4A6D  
Naranja #F39200
Blanco #F9F6F2
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    transition: 0.3s;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

/* Quitar márgenes de títulos por defecto */
h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, blockquote {
  margin: 0;
  padding: 0;
}

/* Estilo de listas por defecto */
ul, ol {
  list-style: none;
}

/* Enlaces sin decoración inicial */
a {
  text-decoration: none;
  color: inherit;
}

/* Botones e inputs básicos */
button,
input,
textarea,
select {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* Ajuste visual básico para botones */
button {
  cursor: pointer;
  background-color: transparent;
}

/* Imágenes responsivas */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Títulos con tipografía secundaria */
h1, h2, h3, h4 {
  font-family: "Libre Franklin", sans-serif;
}

.x-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.x-container-left {
  padding-left: calc((100vw - 1200px) / 2);
}
.x-container-right {
  padding-right: calc((100vw - 1200px) / 2);
}

/*header*/
header.site-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.headerflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.logo {
    padding: 10px 0px;
}
.logo img {
	width: 180px;
    margin-top: -35px;
    margin-bottom: -35px;
    position: relative;
    left: -45px;
}
nav.main-menu a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 10px;
    font-family: "Montserrat", sans-serif;
    color: white;
}
a.nav-link:before {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    left: 10px;
    height: 3px;
    background: white;
    bottom: -5px;
    transition: 0.3s;
    width: 0;
}
a.nav-link {
    position: relative;
}
a.nav-link.active:before {
    width: calc(100% - 50px);
}

header.site-header.scrolled .header-inner:before {
    height: calc(100% + 5px);
}
header.site-header .header-inner {
    position: relative;
}
header.site-header .header-inner:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 0px;
    background: white;
    left: -10px;
    z-index: -1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 4px 14px #51515138;
    top: 0px;
    transition: 0.3s;
}
header.site-header.scrolled .logo img {
    width: 150px;
    transition-delay: 0.3s;
    left: -30px;
}
header.site-header.scrolled .main-menu a {
    font-size: 14px;
    color: #0B4A6D;
}
header.site-header.scrolled .main-menu a.nav-link.active {
    color: #F39200;
}
header.site-header.scrolled .main-menu a.nav-link.active:before {
    background: #F39200;
}
header.site-header.scrolled .logo img.coloresblanco {
    display: none !important;
}
header.site-header.scrolled .logo img.coloreslogo {
    display: block !important;
}
.ubication .hero-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ubication p {
    font-size: 20px;
    color: white;
    border-left: solid 2px white;
    padding-left: 20px;
}
a.btn-link:before {
    content: '';
    position: absolute;
    width: 60px;
    left: 0;
    height: 2px;
    background: white;
    bottom: -3px;
}
a.btn-link i {
    margin-left: 5px;
}
a.btn-link {
    color: white;
    font-size: 20px;
    position: relative;
}
a.btn-wsp {
    color: white;
    background: #F39200;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px 15px;
}
.ubication h1 {
    font-size: 75px;
    color: white;
    line-height: 80px;
    margin-bottom: 10px;
}
section#inicio svg {
    position: absolute;
    bottom: -60px;
    transform: rotateY(180deg);
    width: 100%;
}
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 30px;
}
.title .left p {
    color: #F39200;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.title .left h2 {
    color: #0B4A6D;
    font-size: 40px;
}
.title .right {
    max-width: 400px;
    font-size: 18px;
    color: #0B4A6D;
}
section#servicios {
    position: relative;
}

.ubication {
    position: relative;
    top: 120px;
    max-width: 620px;
}
section#inicio:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0B4A6D 0%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}
section#inicio {
    position: relative;
    overflow: hidden;
}
.hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.servicios-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.servicios-text-dad {
   width: 300px;
   flex: none;
}
.servicio-text { display: none; }
.servicios-swiper {
  flex: none;
  width: calc(100% - 320px);
}
.servicios-swiper .swiper-slide {
  width: 80%; /* Esto deja visible el 30% restante del siguiente */
  transition: transform 0.3s ease;
}
.servicio-nav-btn.active img {
    filter: invert(1);
}
.servicio-nav-btn.active img {
    filter: invert(1);
}
.servicios-swiper img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
    box-shadow: 0px 3px 5px #00000038;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5px;
    opacity: 0.7;
    filter: grayscale(1);
}
.servicios-swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
    filter: grayscale(0);
}
.servicios-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
section#servicios {
    padding-bottom: 70px;
}
.servicio-nav-btn {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
}
.servicio-nav-btn.active {
    background: #F39200;
    color: white;
}
.servicio-text p {
    font-size: 20px;
}
.servicio-text h3:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: black;
    bottom: -5px;
}
.servicio-text h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}
.proyectos-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
section#nosotros {
    position: relative;
    z-index: 0;
    background: #0B4A6D;
    margin: 150px 0px;
    margin-bottom: 100px;
}
section#nosotros:before {
    content: '';
    position: absolute;
    background: white;
    bottom: 0px;
    height: 90px;
    width: 100%;
    z-index: -1;
}

section#nosotros .topnosotros {
    position: absolute;
    width: 100%;
    top: -300px;
        z-index: -1;
}
section#nosotros .botnosotros {
    transform: rotate(180deg);
    position: absolute;
    bottom: -200px;
    z-index: -1;
}
.nosotros-img {
    width: 50%;
    flex: none;
    margin-bottom: -40px;
}
.nosotros-item {
    margin-bottom: 20px;
    color: white;
}
.nosotros-content h2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: white;
    bottom: 10px;
}
.nosotros-content h2 {
    color: white;
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nosotros-content span.nosotros-subtitulo {
    color: #F39200;
    font-weight: 700;
    font-size: 16px;
}
a.btn-contacto {
    color: white;
    background: #F39200;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px 15px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
}
section#servicios {
    z-index: 2;
}
.proyectos-text {
  flex: none;
  width: 300px;
}
.nosotros-section {
    display: flex;
    gap: 20px;
}
.proyectos-text {
    font-size: 18px;
}
.proyectos-text h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #0B4A6D;
    bottom: 0px;
}
.proyectos-text h2 {
    color: #0B4A6D;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.proyectos-swiper {
  flex: none;
  width: calc(100% - 350px);
}
.clientes-grid {
    display: flex
;
    gap: 30px;
    flex-wrap: wrap;
}
.cliente-card {
    width: calc(33.33% - 20px);
    flex: none;
}
.cliente-img img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
	box-shadow: 0px 5px 12px #00000047;
}
.cliente-info {
    background: #0B4A6D;
    position: relative;
    left: 10px;
    top: -20px;
    padding: 10px 20px;
    font-size: 18px;
    box-shadow: 0px 4px 8px #bebebe;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
}
.cliente-img {
    position: relative;
}
.cliente-img img.back {
    border-top-left-radius: 22px;
}
section#proyectos {
    margin-top: -100px;
}

#proyectos:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e3e3e3;
    z-index: -1;
    top: 290px;
}
section#proyectos {
    position: relative;
}
section#proyectos .topsvg {
    margin-bottom: -50px;
}
section#proyectos .topsvg path {
    fill: #e3e3e3;
}
section#proyectos .topsvg {
    width: 100%;
    display: block;
}


.cliente-img img.logo {
    position: absolute;
    width: 120px;
    bottom: 30px;
    right: 10px;
}
.modal-swiper-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-swiper-content {
  position: relative;
  max-width: 900px;
  max-height: 90%;
}
section#nosotros .botnosotros {
    width: 100%;
    display: block;
}
.leftcontact .form .detalle {
    margin-bottom: 10px;
}
.leftcontact .form input {
    background: #dedede;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    border-radius: 7px;
}
.leftcontact .form label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #0B4A6D;
}
.leftcontact .form {
    margin-top: 10px;
}
.leftcontact p {
    font-size: 18px;
}
.leftcontact h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #0B4A6D;
    bottom: 10px;
}
.leftcontact h2 {
    color: #0B4A6D;
    font-size: 40px;
    padding-bottom: 10px;
    position: relative;
}
.leftcontact .form .detalle br {
    display: none;
}
.wpcf7-checkbox input {
    display: inline-block !important;
    width: auto !important;
}
.wpcf7-checkbox label {
    font-weight: 400 !important;
}
.wpcf7-checkbox {
    display: flex;
}
.wpcf7-checkbox {
    flex-wrap: wrap;
}
.leftcontact .form textarea {
    background: #dedede;
    width: 100%;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px;
    resize: none;
    height: 80px;
}.leftcontact .form input.btn-enviar {
    color: white;
    background: #F39200;
    font-size: 20px;
    font-weight: 700;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;
}
.leftcontact {
    /*width: calc(100% - 270px);*/
	width: 100%;
}
.rightcontect .social-icons a {
    margin-right: 6px;
}
.rightcontect .social-icons {
    font-size: 25px;
}
.rightcontect li {
    margin-bottom: 18px;
}
.rightcontect h3 {
    font-size: 20px;
    border-bottom: solid 1px white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rightcontect {
    width: 290px;
    background: #0B4A6D;
    color: white;
    padding: 20px;
    border-radius: 20px;
}
.wpcf7-spinner {
    display: none !important;
}
.footer-col.enlaces a {
    display: block;
    border-bottom: solid 1px #ffffff1f;
    margin-bottom: 10px;
}
.footer-col a {
    color: white;
}
.footer-col h4 {
    color: white;
    font-size: 25px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ffffff66;
    padding-bottom: 10px;
}
.footer-col.contacto {
    color: white;
}
.footer-col.enlaces {
    width: calc(25% - 40px);
}
.footer-container {
    display: flex;
    gap: 40px;
}
.contactocontent {
    display: flex;
    gap: 20px;
}
.wpcf7-list-item {
    width: 25%;
    flex: none;
    margin: 0px;
    margin: 5px 0px;
}
.modal-swiper-content img {
  width: 100%;
  height: auto;
  display: block;
}
.swipdeproyect {
    overflow: hidden;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
section#contacto svg {
    display: block;
    width: 100%;
}
.contactocontent {
    display: flex;
}
.modal-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.swipdeproyect {
    background: white;
    box-shadow: 0px 3px 5px #00000030;
    margin-left: 7px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.swipdeproyect h4 {
    padding: 20px;
    font-size: 25px;
}

section#contacto {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}
section#contacto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F39200;
    top: 290px;
    z-index: -1;
}
section#contacto svg path {
    fill: #F39200;
}
.contactocontent {
    background: white;
    border-radius: 25px;
    padding: 50px 40px;
    margin-top: -200px;
    position: relative;
}
footer.site-footer {
    position: relative;
    z-index: 2;
    /* background: #0B4A6D; */
}
footer.site-footer:before {
    content: '';
    width: 100%;
    background: #0B4A6D;
    height: calc(100% - 290px);
    z-index: -1;
    position: absolute;
    top: 290px;
}
footer.site-footer svg {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: 3;
}
footer.site-footer svg {
    margin-bottom: -150px;
}
.logo-desc {
    width: calc(50% - 20px);
}
.logo-desc img {
    max-width: 320px;
    display: block;
    margin-bottom: 20px;
}
.logo-desc p {
    font-size: 14px;
    color: white;
}
.footer-col.contacto li {
    margin-bottom: 14px;
}
.footer-col.contacto .social-icons a {
    font-size: 35px;
    margin-right: 15px;
}

div#modalVisitaTecnica .modal-content {
    max-width: 800px;
    background: white;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}
div#modalVisitaTecnica {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00000069;
    display: flex;
    align-items: center;
}
#modalVisitaTecnica .modal-content {
    position: relative;
}
#modalVisitaTecnica span.close-modal {
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 10px;
    cursor: pointer;
}
div#modalVisitaTecnica h3 {
    text-align: center;
    font-size: 24px;
}
div#modalVisitaTecnica input, div#modalVisitaTecnica textarea {
    background: #dedede;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    border-radius: 7px;
}
div#modalVisitaTecnica .btn-enviar {
    background: #F39200;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
div#modalVisitaTecnica .detalle br {
    display: none;
}
div#modalVisitaTecnica textarea {
    resize: none;
    height: 80px;
}
div#modalVisitaTecnica .detalle {
    margin-bottom: 20px;
}
div#modalVisitaTecnica label {
    display: block;
    font-weight: 700;
}
.footer-bottom.x-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 12px;
    padding-bottom: 10px;
    color: white;
}

a.btn-floating1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgb(37, 211, 102);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}

.btn-floating2 {
     position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #F39200;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}
.footer-container.x-container {
    position: relative;
    z-index: 4;
}
@media (max-width: 1367px) {
	section#inicio svg {
		bottom: -140px;
	}
}
@media (max-width: 768px) {
	nav.main-menu {
		display: none;
	}
	.headerflex {
    justify-content: center;
}
.x-container {
    padding: 0px 20px;
}
.ubication h1 {
    font-size: 45px;
    line-height: 50px;
}	
.title {
    display: block;
}
.x-container-left {
    padding-left: 20px;
}
.servicios-wrapper {
    display: block;
}
.servicios-swiper {
    width: 100%;
}
.servicios-swiper img {
    height: auto;
}
section#inicio svg {
    bottom: -170px;
}
.title .left h2 {
    font-size: 30px;
    line-height: 35px;
}
.title .left p {
    margin-bottom: 0px;
}
.nosotros-section {
    display: block;
}
.nosotros-img {
    display: none;
}
section#nosotros .topnosotros {
    position: absolute;
    width: 100%;
    top: -235px;
    z-index: -1;
}
section#nosotros .topnosotros {
    position: absolute;
    width: 100%;
    top: -235px;
    z-index: -1;
}
.nosotros-content h2 {
    font-size: 30px;
    line-height: 35px;
}
section#nosotros .botnosotros {
    bottom: -220px;
}
section#nosotros:before
 {
    bottom: -100px;
}
.clientes-grid {
    display: block;
}
.cliente-card {
    width: 100%;
}
section#contacto:before {
    top: 220px;
}
.wpcf7-checkbox {
    display: block;
}
.wpcf7-list-item {
    width: 100%;
}
.footer-container {
    display: block;
}
footer.site-footer:before {
    top: 220px;
    height: calc(100% - 220px);
}
header.site-header.scrolled .logo img {
    left: 0px;
}
.logo img {
    left: 0px;
}
footer.site-footer svg {
    margin-bottom: -200px;
}
.logo-desc {
    width: 100%;
}
.logo-desc img {
    margin-top: -40px;
    margin-bottom: -50px;
}
.footer-col.enlaces {
    width: 100%;
}
}


