@import url("fontawesome-free-6.5.2-web/css/all.min.css");
.hero-section {
background-image: url("../imagenes/fondoUP.jpg");
    background-size: cover;
    background-position: center;
position: relative;
background-attachment: fixed;
padding: 60px 0;
	display: flex;
    margin-right: auto;
    margin-left: auto;
	  padding-left: 100px;
    padding-right: 100px;
}
.container-fluid{
	margin-left: 20px;
	margin-right: 20px;
}
.nav-link{
	color: white;
}
.nav-item{
	padding-left: 25px;
}
.hero-section h1 {
    font-size:100px;
    font-weight: bold;
    color: #ffffff;
}

.hero-section h1 span {
    color: #007bff; 
}

.hero-section p {
    font-size: 1.2rem;
    color: #dcdcdc;
}

.contact-form-container {
    background-color: #2c1e84;
    padding: 100px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    color: #fff;
    margin: 0 auto;
}
.form-control{
	    line-height: 3.5;
}
.fa-whatsapp{
	color: green;
}
.contact-phone a{
	text-decoration: none;
	color: white;
}
.contact-phone a:hover{
	text-decoration: none;
}


.contact-form-container h3 {
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.contact-form-container .form-control {
    background-color: #e6e6e6;
    color: #333;
    border: none;
}

.contact-form-container .btn-danger {
    background-color: #ff3344;
    border: none;
	padding: 15px;
}

.contact-phone {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
}

.second-section{
    background-image: url("../imagenes/wedding-arrays.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #333;
	    background-attachment: fixed;
}

.second-section .content-box {
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.second-section .content-box h2 {
    color: #333;
}

.second-section .content-box p {
    color: #666;
    font-size: 1rem;
}

.second-section .btn-danger {
    background-color: #ff3344;
    border: none;
}

.second-section .btn-danger:hover {
    background-color: #e02a3a;
}
.third-section {
    background-color: #f8f9fa; 
    padding: 50px 0;
	display: flex;
}
.third-section .container{
	display: flex;
}
.text-box {
    max-width: 500px;
    color: #333;
}

.text-box h2 {
    color: #333;
}

.text-box p {
    color: #666;
    font-size: 1rem;
}

.image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.btn-danger {
    background-color: #ff3344;
    border: none;
}

.btn-danger:hover {
    background-color: #e02a3a;
}
.fourth-section {
    background-color: #f8f9fa;
}

.fourth-section .underline {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #ff3344, #6a1b9a);
}

.fourth-section .card {
    padding: 20px;
	border: none;
	background: none;
}

.fourth-section .image-container {
    overflow: hidden;
    border-radius: 8px;
}

 .fourth-section .image-container img {
    transition: transform 0.3s ease;
}

.fourth-section .image-container:hover img {
    transform: scale(1.1);
}

.fourth-section h3 {
    color: #333;
    font-weight: bold;
}

.fourth-section p {
    color: #666;
    font-size: 0.9rem;
}
.fifth-section{
    background-image: url("../imagenes/colaedit.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #333;
	background-attachment: fixed;
}

.fifth-section .content-box {
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.fifth-section .content-box h2 {
    color: #333;
}

.fifth-section .content-box p {
    color: #666;
    font-size: 1rem;
}

.fifth-section .btn-danger {
    background-color: #ff3344;
    border: none;
}

.fifth-section .btn-danger:hover {
    background-color: #e02a3a;
}
.fifth-section .underline {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #ff3344, #6a1b9a);
}
#sixth-section {
    background-color: #f7f7f7;
}
#sixth-section .container{
	width: 60%;
}
#sixth-section .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a1a1a;
}

#sixth-section .section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
}

#sixth-section .form-contact .form-control {
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    font-size: 1rem;
}

#sixth-section .form-contact .btn {
    background-color: #1a1a1a;
    color: white;
    font-size: 1.1rem;
    padding: 15px;
}

#sixth-section .form-contact .btn:hover {
    background-color: #333;
    color: white;
}

#sixth-section .form-check-label {
    font-size: 0.9rem;
    color: #555;
}
#sixth-section .underline {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #ff3344, #6a1b9a);
}

#seventh-section {
background-image: url("../imagenes/fondo4_4.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	   background-size: cover;
    background-position: center;
	background-attachment: fixed;
	height: 100vh;
}

#seventh-section .section-title {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#seventh-section .btn {
    background-color: #ff4b4b;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    border: none;
}

#seventh-section .btn:hover {
    background-color: #ff1f1f;
    color: white;
}
#eight-section {
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 30px;
}

#eight-section h4 {
    color: #fff;
    font-weight: bold;
}

#eight-section p {
    color: #ddd;
    margin-bottom: 0.5rem;
}

#eight-section a {
    color: #fff;
    transition: color 0.3s ease;
}

#eight-section a:hover {
    color: #ff4b4b;
}

#eight-section i {
    color: #fff;
    transition: color 0.3s ease;
}

#eight-section i:hover {
    color: #ff4b4b;
}

#eight-section p.mb-0 {
    color: #777;
    font-size: 0.9rem;
}
#eight-section .mt-4{
	padding-top: 80px;
	padding-bottom: 80px;
}
#eight-section .col-12
{
font-size: 12px;	
}
/* Ajustes responsivos */
@media (max-width: 768px) {
    .hero-section {
        align-items: center;
        justify-content: space-between;
        padding: 200px 50px;
		
    }
	.hero-section{
		display: grid;
	}
	.hero-section h1{
		font-size: 40px;
	}
	#sixth-section .container {
		width: 100%;
	}
	#sixth-section .section-title{
		font-size: 25px;
	}
	#seventh-section .section-title {
    font-size: 2rem;
}
	.third-section .container {
		display: grid;
	}
	.third-section .image-box{
		padding-top: 50px;
	}
	.nav-item{
	padding: 0;
}

}

