

.footer-color{
	background: black;
}

.titulos{
    font-size: 10em;
    opacity: 0.03;

}


.caja{
	box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.34);
	background: url(../img/triangulo-azul.png) no-repeat top left #ffff;
}

.card:hover{
	color: #ffffff;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
	background-color: #00aaff;

}




body{
	background-image: url(../img/inicio-img.jpg);
	background-repeat: no-repeat
}

nav{
	margin-top: 33px;
}
.nav-link.menu:hover{
	color: white;
    background-color: #00b0ff;
    text-decoration: none;
}



.navbar-nav{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
}
.fondo-contenido{
	background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,transparent 50%,transparent 100%);
}

.titulos.instagram{
	font-size: 5em;
}

.card{
	border-color: var(--bg-border-color);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07)
}

.about {
    height: 1020px;
    background-image: linear-gradient(white, white), url(../img/about-img.jpg);
    background-position: left bottom, center 140px;
    background-repeat: no-repeat, no-repeat;
    background-size: 50% 58%, auto;
}

.row.contenido-about{
	padding-top: 16.8em;
}


.card-item:hover{
	    color: blue;
		box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07)
}

.card-item p{
	padding: 15px;
	
}



.video-cont{
	    width: 350px;
    height: 220px;
    position: absolute;
    top: 1840px;
    left: 700px;
}


.p-about{
	    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 33px;
}


svg{
	    margin-top: 10px;
    margin-bottom: 10px;
}



.titulo-about{
	line-height: 143px;
	font-size: 10em;
    opacity: 0.03;
}

.subtitulo-about{
	padding-top: 55px;
}


.titulo-principal{
	font-family: 'Playfair Display';
    font-style: italic;
}

.titulo-principal h1{
	font-size: 50px;
    margin-bottom: 10px;
}

.titulo-principal p{
	    font-size: 24px;
}



.nav-underline{
	    border-bottom: 1px solid #ddd;
}



.nav-underline .nav-link.active{
	border-bottom: 3px solid #00b0ff;
    color: #000;
}


.nav-underline .nav-link{
	color: #a0a0a0;
	font-weight: 700;
}

.nav-underline .nav-link:hover{
	border-bottom: 3px solid #00b0ff;
    color: #000;
	font-weight: 700;
}

.galleria-img{
	padding: 118px 90px;
}

.galleria-img img{
	    margin: 0 auto 5px auto;
}


.nav-underline{
	padding-left: 11px;
}


.btn-about{
	color: #00b0ff;
}


.p-caja{
	margin-top: 6px;
    margin-bottom: 10px;
    font-size: 15px;
}

.galeria-info{
	    padding-left: 100px;
    padding-right: 50px;
}


.enlace-caja{
	color: #00b0ff;
	margin-top: 50px;
}



.btn-caja{
	color: #ffffff;
    padding: 10px 30px;
    background-color: #00b0ff;
    text-transform: uppercase;
    border: 1px solid #00b0ff;
	font-weight: 700;
}

.about-me{
	margin-top: 100px;
}


.card-arriba{
	margin-bottom: 30px;
}

.card-abajo{
	margin-top: 30px;
}

.section-latest{
	    margin-bottom: 560px;
}


.section-instagram{
	    padding-left: 10px;
    width: 1257px;
    height: 220px;
    position: absolute;
    top: 3404px;
}


.footer-color{
	padding: 30px 0px 30px 0px;
}


.redes{
	background-color: #ffffff;
	    margin-left: 0px;
    margin-right: -49px;
}




.form-footer h5 {
  color: white;
  margin-bottom: 20px;
  
}

.input-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #555; /* Subtle bottom border for the input field */
  padding-bottom: 5px; /* Space between input and border */
}

.input-container input[type="email"] {
 
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  outline: none; /* Remove outline on focus */
}



.input-container button {
  background-color: #007bff; /* Bright blue color for the button */
  border: none;
  border-radius: 50%; /* Make it a circle */
  width: 40px; /* Adjust size as needed */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}



.input-container button svg {
  fill: #fff; /* White arrow icon */
  width: 24px;
  height: 24px;
}