/* Estilos personalizados */
:root {
    --primary-color: #f0381e;
    --secondary-color: #004d7a;
    --accent-color: #f0381e;
    --light-color: #f8f9fa;
	--dark-color: #004d7a;
}

/* <weight>: Use a value from 100 to 900*/
/* <uniquifier>: Use a unique and descriptive class name*/


/*.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
body {
    font-family: "Montserrat", sans-serif;
    padding-top: 0px; /* Espacio para el menú fijo */
	position: relative;
}

/* Menú de navegación */
#mainNav {
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#mainNav.navbar-shrink {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
#navbarNav .active{
	color: #f0381e !important;
}
.navbar-brand img {
    height: 60px;
}
.navbar-nav .nav-link{
    color: var(--dark-color) !important;
    font-weight: 600;
    margin-left: 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.d-flex {
  display: flex !important;
  width: 50%;
  float: left;
}
.bg-light{
	background-color: #ecfaff !important;
}
.bg-dark{
	background-color: #004d7a !important;
}
/* Slider */
.slider-section {
    height: 100vh;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    top: 40%;
    bottom: auto;
    text-align: right;
    right: 10%;
    left: auto;
    transform: translateY(-50%);
    color: white;
    
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}

.carousel-caption p {
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0);
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(177, 205, 219, 0.5);
    border: none;
    transition: all 0.3s;
}

.carousel-indicators .active {
    background-color: red;
    width: 15px;
    height: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

/* Texto Pamela */
.caract{
	color: #ca1d40;
	font-size: 11rem !important;
	float: left;
	text-shadow: none !important;
}

.caract2{
	color: #004d7a;
	font-size: 9rem !important;
	font-weight: bold;
	line-height: 0.2;
	text-shadow: none !important;
}
.caract3{
   color: #ca1d40;
  font-size: 2rem !important;
  letter-spacing: 10px;
  font-weight: 600;
  text-align: center;
	text-shadow: none !important;
}
.caract4{
   color: #ca1d40;
  font-size: 1.3rem !important;
  font-weight: 500;
  text-align: center;
	text-shadow: none !important;
}

.caract5{
	color: #004d7a;
	font-size: 3rem !important;
	font-weight: bold;
	text-align: center;
  text-shadow: none !important;
}
.color{
	color: #004d7a;
}
.mt-6{
	margin-top: 8rem !important;
}
.circular-image{
  width: 140px;
}
/* Títulos de sección */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #3d3d3e
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Sección Quién Soy */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-body {
    padding: 2rem;
	/*background-image: url(../images/fondo.jpg)*/
	border-radius: 5px;
}

.card-title {
  color: #403f3f !important;
	font-weight: 600;
}
.text-center {
  text-align: center !important;
  font-size: 16px !important;
}
.color1{
	background-color: #dbecf4;
  border-right-style: solid;
  border-right-color: #f0381e;
  border-width: 8px;
	
}
.color2{
	background-color: #ecfaff;
	 border-right-style: solid;
  border-right-color: #f0381e;
  border-width: 8px;
	
	
}
.color3{
	background-color: #dbecf4;
	 border-right-style: solid;
  border-right-color: #f0381e;
  border-width: 8px;
	
	
}
/* Sección Proyectos */
#proyectos .card {
    overflow: hidden;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

#proyectos .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

#proyectos .card-img-top {
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

#proyectos .card-body {
    padding: 1.25rem;
    text-align: center;
}

#proyectos .card-title {
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color);
}

/* Formulario de contacto */
#contactForm .form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
}

#contactForm .btn {
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    background-color: var(--primary-color);
    border: none;
}

#contactForm .btn:hover {
    background-color: var(--secondary-color);
}
#mail_success{
	display: none;
	text-align: center;
  color: green;
  font-size: 20px;
  font-weight: 550;
}
#mail_fail{
	display: none;
	text-align: center;
  color: red;
  font-size: 20px;
  font-weight: 550;
}
/* back t0 top */

  .back-to-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f0381e;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

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



/* Footer */
.social-icons a {
    transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
    color: var(--accent-color) !important;
    transform: translateY(-3px);
}

.navbar-toggler{
	color: red !important;
	border: 1px solid #5e5c5c !important;
}

.navbar-toggler:focus {
 box-shadow: none;
  border: 2px solid #ff1a1a !important

}
/* Responsive */
@media (min-width: 1200px) {
.caract{
	
	font-size: 7rem !important;
	float: left;
}

.caract2{
	
	font-size: 5.6rem !important;
	font-weight: bold;
	line-height: 0.2;
}
}

@media (max-width: 991.98px) {
    /*body {
        padding-top: 60px;
    }*/
    
    .carousel-caption {
        top: 53%;
        right: 5%;
        left: 5%;
        text-align: center;
    }
    
    .carousel-caption h1 {
        font-size: 2.5rem;
    }
    
    .carousel-caption p {
        font-size: 1.2rem;
    }
    
    .navbar-nav .nav-link {
        margin-left: 0.5rem;
        font-size: 0.95rem;
    }
.caract {
  font-size: 7.5rem !important;
	margin-left: 45px !important;

}
	.caract2 {
  font-size: 6rem !important;
}
	.w-100 {
  width: 100% !important;
}
	.caract3{
    text-shadow: 1px 1px 2px rgba(4, 4, 4, 0.78)!important;

}
.caract4{
    text-shadow: 1px 1px 2px rgba(4, 4, 4, 0.78)!important;

}

.caract5{
	 text-shadow: 1px 1px 2px rgba(4, 4, 4, 0.78)!important;
  
}
}

@media (max-width: 767.98px) {
    .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    #mainNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
	}
@media (max-width: 810px) {	
	.d-flex {
  display: flex !important;
  width: 100%;
  float: left;
}
}

@media (max-width: 575.98px) {
	
	.navbar-nav{
	width: 100%;
}
    .carousel-caption {
        top: 55%;
    }
    
    .carousel-caption h1 {
        font-size: 1.6rem;
    }
    
    .carousel-caption p {
        font-size: 0.9rem;
    }
    
    .navbar-nav .nav-link {
        margin-left: 0;
        padding: 0.5rem 0;
    }
	.d-flex {
       display: flex !important;
      width: 100%;
     float: right;
}
	.caract{
	 font-size: 3.8rem !important;
	 float: left;
	 margin-bottom: 0px;
	margin-left: 26px !important;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.78)!important;
}

   .caract2{
	font-size: 3rem !important;
	font-weight: bold;
	line-height: 0.2;
	float: left;
	 margin-left: 28px;
	 text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.78)!important;
	  
}
	.caract3{
    color: #ca1d40;
    font-size: 2rem !important;
    letter-spacing: 10px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.78)!important;

}
.caract4{
   color: #ca1d40;
   font-size: 1.3rem !important;
   font-weight: 500;
   text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.78) !important;

}

.caract5{
	color: #004d7a;
	font-size: 3rem !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.78) !important;
  
}
	.circular-image{
     width: 40px;
}
	.w-100 {
  width: 100% !important;

}

	
	
}