/**
* Template Name: Gp - v4.1.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Kumbh Sans', sans-serif;
  color: #444444;
}

a {
  color: #5ca0e0;
  text-decoration: none;
}

a:hover {
 
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kumbh Sans', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 19px;
  bottom: 15px;
  z-index: 996;
  background: #133351;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
  color: #ffffff;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #5ca0e0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #5ca0e0;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(19, 55, 81, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #5ca0e0;
}

#header .logo img {
  max-height: 100px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #5ca0e0;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  list-style: none;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 1.5px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #5ca0e0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #5ca0e0;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  background: rgba(19, 55, 81, 0.8);
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-right: 20px;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 27px;
  right: 13px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: rgba(19, 55, 81, 0.8);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 20px 20px;
  font-size: 18px;
  color: #ffffff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #151515;
  background-color: #5ca0e0;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  background-color: #5ca0e0;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* ===== FIX SUBMENU TRABAJOS ===== */

/* Flechita */
.navbar .arrow {
  margin-left: 6px;
  font-size: 12px;
  transition: 0.3s;
}

/* Rotación flecha */
.navbar .dropdown:hover .arrow {
  transform: rotate(180deg);
}

/* Submenu posición fina */
.navbar .dropdown ul {
  border-radius: 6px;
}

/* Animación suave */
.navbar .dropdown ul {
  transition: all 0.25s ease;
}

/* Mobile click */
.navbar-mobile .dropdown > a {
  cursor: pointer;
}




/* ==========================
   HERO SLIDER BACKGROUND
========================== */

/* ==========================
   HERO SLIDER BACKGROUND
========================== */
#hero {
  width: 100%;
  height: 100vh;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 900px;
  padding: 0 20px;
}


.hero-content h1 {
  padding-top: 350px;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: white;
}

.hero-content p {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  margin-top: 2.5rem;
  letter-spacing: 1.5px;
  padding-bottom: 30px;
}


.cta-button{
  display:inline-block;
  padding:10px 20px;
  background:#0b2a45;              /* azul oscuro elegante */
  color:#fff;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:4px;
  transition:all 0.3s ease;
  position:relative;
  overflow:hidden;
}

/* efecto luz sutil */
.cta-button::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition:0.5s;
}

.cta-button:hover::before{
  left:100%;
}

/* hover */
.cta-button:hover{
  background:#143c60;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

/* active */
.cta-button:active{
  transform:translateY(0);
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
}


.hero-bg {
  min-height: 100vh;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  animation: heroZoom 8s ease-in-out infinite;
  transition: background-image 1.5s ease-in-out;
}

#hero .container {
  z-index: 2;
}

/* Overlay opcional para contraste */
#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.hero-bg {
  min-height: 100vh;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;

  animation: heroZoom 9s ease-in-out infinite;

  transition:
    filter 0.6s ease,
    opacity 0.6s ease;
}


.hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(11,42,69,0.0),
    rgba(11,42,69,0.20),
    rgba(11,42,69,0.100)
  );
  z-index:2;
  pointer-events:none;
}


/* estado de transición */
.hero-bg.is-transitioning {
  filter: blur(3px) brightness(0.9);
}

button, input, optgroup, select, textarea {
  margin: 10px;
  font-family: 'Raleway';
  font-weight: 600;
  line-height: inherit;
  font-size: 20px;
  background: #5ca0e0;
  color: #151515;
  border-radius: 4px;
  border: none;
}
.whatsapp {  
position: fixed;
width: 60px;
height: 60px;
bottom: 4rem;
right: 0.6rem;
background-color:#25D366;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
z-index: 100;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased
}

.whatsapp-icon {
  margin-top: 14px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}


/* @media (max-width: 820px){
    #hero h1 {
     font-size: 1.5rem;
     
   }
     #hero h2 {
    font-size: 1.2rem;
   } 
} */


/*   #hero h1 {
    font-size: 3rem;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 2rem;
    line-height: 24px;
  }
 */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #133351;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #5ca0e0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ca0e0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5ca0e0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #5ca0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #5ca0e0;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #5ca0e0;
  border-color: #5ca0e0;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #5ca0e0;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #5ca0e0;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5ca0e0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ca0e0;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #094e8e;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/office.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-color: #133351;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 35px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 25px 0;
  color: #fff;
  letter-spacing: 1.2px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: .5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ca0e0;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 75%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #5ca0e0;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #133351;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5ca0e0;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5ca0e0;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #133351;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #133351;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #5ca0e0;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ca0e0;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5ca0e0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #5ca0e0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5ca0e0;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}










/* SLIDER */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* SECCIÓN */
.slider-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 80px 0 80px 80px;
  align-items: center;
  overflow-x: hidden;
}

.slider-section1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 80px 0 80px 80px;
  align-items: center;
  overflow-x: hidden;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

/* TEXTO */
.text h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #0f172a;
}

.text h2 {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #2563eb;
}

.text h5 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #0f172a;
}

.botonvermas{



}

.text p {
  color: #475569;
  line-height: 1.625;
  max-width: 360px;
}

/* SLIDER */
.slider {
  position: relative;
  width: calc(80vw - 250px);
  margin-left: auto;
}

/* RADIOS */
.slider input {
  display: none;
}

/* CONTENEDOR */
.slides {
  position: relative;
  height: 600px;
}

/* IMÁGENES */
.slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ACTIVACIÓN GENÉRICA */
.slider input:nth-of-type(1):checked ~ .slides img:nth-child(1),
.slider input:nth-of-type(2):checked ~ .slides img:nth-child(2),
.slider input:nth-of-type(3):checked ~ .slides img:nth-child(3),
.slider input:nth-of-type(4):checked ~ .slides img:nth-child(4),
.slider input:nth-of-type(5):checked ~ .slides img:nth-child(5),
.slider input:nth-of-type(6):checked ~ .slides img:nth-child(6) {
  opacity: 1;
}

/* FLECHAS */
.arrows label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  color: white;
  font-size: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev { left: 30px; }
.next { right: 30px; }

.slider input:nth-of-type(1):checked ~ .arrows .s1,
.slider input:nth-of-type(2):checked ~ .arrows .s2,
.slider input:nth-of-type(3):checked ~ .arrows .s3,
.slider input:nth-of-type(4):checked ~ .arrows .s4,
.slider input:nth-of-type(5):checked ~ .arrows .s5,
.slider input:nth-of-type(6):checked ~ .arrows .s6  {
  display: flex;
}

/* DOTS */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dots label {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.slider input:nth-of-type(1):checked ~ .dots label:nth-child(1),
.slider input:nth-of-type(2):checked ~ .dots label:nth-child(2),
.slider input:nth-of-type(3):checked ~ .dots label:nth-child(3),
.slider input:nth-of-type(4):checked ~ .dots label:nth-child(4),
.slider input:nth-of-type(5):checked ~ .dots label:nth-child(5),
.slider input:nth-of-type(6):checked ~ .dots label:nth-child(6) {
  background: white;
}

/* REVERSE */
.slider-section.reverse .text { order: 2; }
.slider-section.reverse .slider { order: 1; margin-left: 0; }
.slider-section.reverse { padding: 80px 80px 80px 0; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .slides { height: 360px; }
}

@media (max-width: 768px) {
  .slider-section {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  .text { padding: 0 20px; }

  .slider {
    width: 100%;
    margin: 0;
  }

  .slides { height: 260px; }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background: #ffffff;
  color: #fff;
}

/* ================= CONTACT SECTION ================= */

.contact-section {
  min-height: 100vh;
  padding: 80px ;
  background: radial-gradient(circle at top, #0f1b33, #050a18 70%);
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: center;
  margin-top: 50px;
}

/* INFO */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #cfd6e6;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* FORM */

.contact-form {
  width: 100%;
}

.form-header {
  text-align: center;
  margin-bottom: 50px;
}

.form-header span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9fb0d6;
}

.form-header h2 {
  font-size: 34px;
  letter-spacing: 2px;
  margin-top: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.row1 {

}

input, textarea {
  font-family: 'Kumbh Sans', sans-serif;
  width: 100%;
  padding: 14px 16px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 14px;
  color: #111;
}

textarea {
  min-height: 130px;
  resize: none;
}

.form-btn {
  display: flex;
  justify-content: flex-end;
}




button{
  font-family: 'Kumbh Sans', sans-serif;
  display:inline-block;
  padding:10px 20px;
  background:#0b2a45;              /* azul oscuro elegante */
  color:#fff;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:4px;
  transition:all 0.3s ease;
  position:relative;
  overflow:hidden;
}

/* efecto luz sutil */
button:before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition:0.5s;
}

button:hover:before{
  left:100%;
}

/* hover */
button:hover {
  background:#143c60;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
}







/* ================= CTA ================= */

.cta-section {
  background: linear-gradient(to bottom, #050a18, #050a18);
  padding: 80px 8% 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.cta-text {
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
  color: #cfd6e6;
  margin-bottom: 70px;
}

/* FOOTER */

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.logo {
  font-size: 20px;
  font-weight: 600;
}

.logo span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #9fb0d6;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-menu a {
  color: #9fb0d6;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-contact {
  text-align: right;
  font-size: 13px;
  color: #9fb0d6;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 900px){
  .contact-container{
    grid-template-columns: 1fr;
  }

  .contact-info{
    align-items: center;
  }

  .footer-bottom{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .footer-contact{
    text-align: center;
  }

  .row{
    grid-template-columns: 1fr;
  }
}




/* ================= SECCION EL ESTUDIO ================= */


.studio-section{
  width:100%;
  background:#0b1f33;
  color:#fff;
  text-align:center;
}

/* ===== TOP BLOCK ===== */
.studio-top-block{
  padding:30px 5% 30px;
  background:#0b1f33;
}

.studio-top{
  font-size:15px;
  letter-spacing:1px;
  opacity:0.85;
}

.studio-top-block h2{
  font-size:1.875rem;
  margin:10px 0;
  letter-spacing:2px;
}

.studio-sub{
  font-size:15px;
  opacity:0.85;
}

/* ===== HERO IMAGE ===== */
.studio-hero{
  position:relative;
  min-height:80vh;
  background:url("https://estudionicolasmiguez.com/wp-content/themes/gridbox/assets/img/logoelestudio1.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;

  padding-top: 600px;
  padding-left: 50px;
  padding-right: 50px;
}

.studio-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(10,30,50,0.65),
    rgba(10,30,50,0.45),
    rgba(10,30,50,0.75)
  );
  z-index:1;
}

.studio-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1300px;
}

/* ===== GRID ===== */
.studio-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;  /* ← ancla los nombres al fondo */
  width: 100%;
  height: 100%;
  padding: 0 40px 30px 40px;
  box-sizing: border-box;
}

.person {
  float: none !important;  /* ← eliminá los floats */
  text-align: left;
}

.person h3 {
  color: white;
  font-size: 16px;
  margin-bottom: 4px;
}

.person span {
  color: #1d9bf0;
  font-size: 12px;
}


.person p{
  font-size:13px;
  line-height:1.6;
  opacity:0.85;

  margin:0 auto;
  text-align: left;
}

/* logo */
.studio-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.studio-logo img{
  width:140px;
  opacity:0.9;
}

/* ===== BOTTOM BLOCK ===== */
.studio-bottom-block{
  padding:60px 5% 80px;
  background:#0b1f33;
}

.studio-bottom-block h4{
  font-size:16px;
  margin-bottom:15px;
  letter-spacing:1px;
}

.studio-bottom-block p{
  max-width:900px;
  margin:0 auto;
  font-size:13px;
  line-height:1.6;
  opacity:0.85;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px){

  .studio-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .studio-logo{
    order:-1;
    margin-bottom:30px;
  }

  .studio-top-block h2{
    font-size:26px;
  }

}


/* ANIMACION LOGO MENU SUPERIOR ---------------------------------------------------------------------------------------------------------*/

.hero-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999;
  transition:
    transform 0.8s cubic-bezier(.4,0,.2,1),
    top 0.8s cubic-bezier(.4,0,.2,1),
    left 0.8s cubic-bezier(.4,0,.2,1);
}

.hero-logo.scrolled {
  top: -10px;
  left: 50px;
  transform: scale(0.7);
}

.hero-logo img {
  height: 100px;
}


/* RESOLUCION PARA TABLETS Y CELULARES ---------------------------------------------------------------------------------------------------------*/
@media (max-width:989px) {


/* SLIDER -----------------------*/

  /* SECCIÓN */
  .slider-section,
  .slider-section1 {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  /* SLIDER ARRIBA */
  .slider {
    width: 100vw;
    margin: 0;
    order: 1;
  }

  .slides {
    height: 500px;
    width: 100vw;
  }

  .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 30px;
    padding-bottom: 25px;
  }

  /* TEXTO ABAJO */
  .text {
    order: 2;
    width: 100%;
    padding: 30px 20px;
  }

  .text p {
    max-width: 100%;
  }

  /* FLECHAS */
  .prev { left: 15px; }
  .next { right: 15px; }



.slider-section.reverse { padding: 00px 00px 00px 0; }


/* FIN SLIDER -----------------------*/

/* ANIMACION LOGO MENU SUPERIOR ------------------*/

.hero-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999;
  transition:
    transform 0.8s cubic-bezier(.4,0,.2,1),
    top 0.8s cubic-bezier(.4,0,.2,1),
    left 0.8s cubic-bezier(.4,0,.2,1);
}

.hero-logo.scrolled {
  top: -10px;
  left: 50px;
  transform: scale(0.7);
}

.hero-logo img {
  height: 100px;
}




/* FIN MENU SUERIOR -----------------------*/


/* ANIMACION CABECERA -----------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(19, 55, 81, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #5ca0e0;
}

#header .logo img {
  max-height: 100px;
}



#hero h1 {
    font-size: 2.5rem;
  }
  #hero h2 {
    font-size: 1.5rem;
   } 



.hero-logo.scrolled {
  top: -10px;
  left: 10px;
  transform: scale(0.7);
}

.hero-logo img {
  height: 100px;
}

/* INICIO FOTO ESTUDIO  -----------------------*/

 .studio-hero{
    min-height: 55vh;                 /* menos alto el contenedor */
    padding-top: 180px;               /* si necesitás separar contenido */
    padding-left: 20px;
    padding-right: 20px;
    background-size: contain;         /* 👈 clave */
    background-position: top center;  /* para que no se corte raro */
    background-size: 170%;
  }

  .studio-grid{
    grid-template-columns: 1fr 1fr;   /* dos columnas */
    gap: 20px;
    align-items: start;
  }

  /* Logo del medio */
  .studio-logo{
    grid-column: 1 / -1;              /* ocupa todo el ancho */
    order: 1;
    margin-bottom: 20px;
  }

  /* Romina */
  .person:first-child{
    grid-column: 1;
    order: 2;
    text-align: center;
  }

  /* Nicolás */
  .person:last-child{
    grid-column: 2;
    order: 3;
    text-align: center;
  }

  .person h3,
  .person span,
  .person p{
    text-align: center;
  }

}



