@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

*{ 
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-family: 'Rosario', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-size: 1rem; /*texto responsive*/	
	overflow: scroll;
	font-display: swap;
  }

p{
	font-size: 1rem;
	font-weight: lighter;
	font-display: swap;
	font-family: 'Rosario', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color: var(--titleColor);	
	font-display: swap;
	font-family: 'Great Vibes';
}  

h1{
	font-size: 5.5rem;
	line-height: 5.5rem;
	font-family: 'Great Vibes';
}

h2{
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Rosario', sans-serif;
}

h3, h4, h5, h6{
	font-size: 3rem;
	line-height: 3.5rem;
}

@media (max-width:768px){
	h1{
		font-size: 3.2rem;
		line-height: 3.7rem;
	}
	h2{
		font-size: 2.2rem;
		line-height: 2.7rem;
	}
	h3,h4,h5,h6{
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media (max-width:360px){
	h2,h3,h4,h5,h6{
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
}

section{
	overflow: hidden;
}

/*OBJETOS SELECCIONADOS*/

div::selection{
	background: #b81212;
    color: white;
}

p::selection {
    background: #b81212;
    color: white;
}

h1::selection {
    background: #b81212;
    color: white;
}

strong::selection {
    background: #b81212;
    color: white;
}
br::selection {
    background: #b81212;
    color: white;
}

h2::selection {
    background: #b81212;
    color: white;
}

h3::selection {
    background: #b81212;
    color: white;
}

h4::selection {
    background: #b81212;
    color: white;
}

h5::selection {
    background: #b81212;
    color: white;
}

h6::selection {
    background: #b81212;
    color: white;
}

img::selection {
    background: #b81212;
    color: white;
}

a::selection {
    background: #b81212;
    color: white;
}

b::selection {
    background: #b81212;
    color: white;
}

label::selection {
    background: #b81212;
    color: white;
}

select::selection {
    background: #b81212;
    color: white;
}

li::selection {
    background: #b81212;
    color: white;
}
		/*seleccionados 2*/

p::-moz-selection {
    background: #b81212;
    color: white;
}

/*SCROLLBAR*/
::-webkit-scrollbar{
    width: 10px;
    background-color: #ffffff;
}
::-webkit-scrollbar-track{
	width: 10px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb{
background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(black));
border-radius: 5px;
/*background-image: -webkit-linear-gradient(bottom, darkturquoise 0%, #005c86 100%);
background-image: linear-gradient(to top, darkturquoise 0%, #005c86 100%); */
}

/*PARALLAX*/

.parallax1{
	width: 100%;
	height: 70vh;
    background-image: url('../15\ años\ party.webp');
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.9));*/
	background-position: center;/*  Para centrar la imagen */
	background-size: cover;/*  Para que la imagen cubra todo el fondo */
	background-repeat: no-repeat;
	background-attachment: fixed; /*  Para el efecto parallax */
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

 @media (max-width:768px){
	.parallax1{
	width: 100%;
	height: 30vh;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	background-attachment: scroll; /*  Para el efecto parallax */
	}
}

@media (max-width:360px){
	.parallax1{
	height: 30vh;
	background-attachment: scroll; /*  Para el efecto parallax */
	}
}

 /*PARALLAX*/

/*logo principal*/
.main{
	background-color: white;
}

@media (max-width:768px){
	.logo-main{
		display: none;
	}
}
/*logo principal*/

/*MENU DE NAVEGACIÓN*/

@media screen and (max-width: 992px){
	.medium {
		display: none;
	}
}

  
  @media screen and (min-width: 991px) {
	.big {
		display: none;
	}
  }

header{
	width: 100%;
	z-index: 2000;
	background-image: linear-gradient(to top right, rgba(60, 60, 60, .7), rgba(76, 76, 76, .7));
}

nav{
	  width: 100%;
	  background: white;
	  z-index: 2000;
	  position: fixed;
	  box-shadow: rgba(128, 128, 128, 0.7);
  }

  nav .menu1{
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-size: 0.9rem;
	position:  relative;
	display: inline-block;
  }

  nav .menu1:hover{
	font-weight: 700;
  }

.menu > li > a{
	display: block;
	margin-right: 2rem;
	margin-left: 2rem;
	text-decoration: none;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
	color: #000000;
}

.menu > li > a:hover,
.menu > li > a:active {
	background-color: #b81212;
    color: #fff;
}

/*LINEAS*/
.hr2{ /*izq blanco nuestro estudio index especial*/
	border-top: 2px solid #b81212;
	width: 10%;
	margin-left: 4%;
}

.hr15{ /*centro rosa*/
	border-top: 2px solid #ea4e5d;
	width: 10%;
	margin-left: 45%;
}

.hrb{ /*centro rojo*/
	border-top: 2px solid #b81212;
	width: 10%;
	margin-left: 45%;
}

/*SERVICIOS*/

#service{
	background-color: #000000;
}

.snip1543 {
	background-color: #fff;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
  }
  
  .snip1543 *,
  .snip1543 *:before,
  .snip1543 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
  }
  
  .snip1543 img {
	backface-visibility: hidden;
	width: 100%;
	vertical-align: top;
  }
  
  .snip1543:before,
  .snip1543:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: #b81212;
	opacity: 0.5;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
  }
  
  .snip1543:before {
	-webkit-transform: skew(30deg) translateX(-80%);
	transform: skew(30deg) translateX(-80%);
  }
  
  .snip1543:after {
	-webkit-transform: skew(-30deg) translateX(-70%);
	transform: skew(-30deg) translateX(-70%);
  }
  
  .snip1543 figcaption {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	bottom: 0;
	padding: 25px 40% 25px 20px;
  }
  
  .snip1543 figcaption:before,
  .snip1543 figcaption:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #b81212;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	content: '';
	opacity: 0.5;
	z-index: -1;
  }
  
  .snip1543 figcaption:before {
	-webkit-transform: skew(30deg) translateX(-100%);
	transform: skew(30deg) translateX(-100%);
  }
  
  .snip1543 figcaption:after {
	-webkit-transform: skew(-30deg) translateX(-90%);
	transform: skew(-30deg) translateX(-90%);
  }
  
  .snip1543 h2{
	margin: 0;
	opacity: 0;
  }  
  
  .snip1543 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
  }
  
  .snip1543:hover h2,
  .snip1543.hover h2{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.9;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
  }
  
  .snip1543:hover:before,
  .snip1543.hover:before {
	-webkit-transform: skew(30deg) translateX(-20%);
	transform: skew(30deg) translateX(-20%);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
  }
  
  .snip1543:hover:after,
  .snip1543.hover:after {
	-webkit-transform: skew(-30deg) translateX(-10%);
	transform: skew(-30deg) translateX(-10%);
  }
  
  .snip1543:hover figcaption:before,
  .snip1543.hover figcaption:before {
	-webkit-transform: skew(30deg) translateX(-40%);
	transform: skew(30deg) translateX(-40%);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
  }
  
  .snip1543:hover figcaption:after,
  .snip1543.hover figcaption:after {
	-webkit-transform: skew(-30deg) translateX(-30%);
	transform: skew(-30deg) translateX(-30%);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
  }
 
/*3 ESTUDIO*/
.parallax2{
	width: 100%;
	height: 100vh;
	background-image: url('../img/Web/estudio\ fotografico1.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.estudio{
    position: relative;
    display: inline-block;
    text-align: center;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servicio1{
	text-align: center;
	color: white;
}

/*estudio*/
.page-wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  @media screen and (max-width: 1024px){ /*tamaño grande*/
	.page-wrap{
		display: none;
	}
}

@media screen and (min-width: 1023px){ /*tamaño pequeño*/
	.parallax2{
		display: none;
	}
}
  
  #home-slider {
	height: 80vh;
	width: 90vw;
	position: relative;
  
  }
  .swiper-container {
	height: 100%;
	width: 100%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  
  .swiper-image-one {
	background-image: url('../img/Sin/estudio\ fotografico.jpg');
  }  
  
  .swiper-image {
	width: 50%;
	height: 100%;
  }
  .swiper-image-inner {
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.2);
	background-blend-mode: overlay;
  }
  .swiper-image-inner.swiper-image-left {
	padding: 4rem;
  }
  .swiper-image-left {
	filter: grayscale(0%);
	transition: all 1s linear;
	transition-delay: 1s;
  }
  .swiper-slide.swiper-slide-active .swiper-image-left {
	filter: grayscale(100%);
  }
  .swiper-image-inner.swiper-image-right {
	transition: all 1s linear;
	transition-delay: 1s;
	background-color: #000000;
  }
  .swiper-slide.swiper-slide-active .swiper-image-right {
	filter: hue-rotate(90deg);
  }
  
  .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;	/* Fix of Webkit flickering */
  }
  .swiper-container-no-flexbox .swiper-slide {
	float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
  }
  .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
  }
  .swiper-slide {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	
  }
 	
 /*GALERÍA*/
/*galería con zoom*/
.row.no-gutters [class*=col-12]{
	padding-left: 0;
	padding-right: 0;
  }
  .img-wrapper {
	overflow: hidden;
  }
  .img-wrapper img{
	transition: transform .5s ease;
  }
  .img-wrapper img:hover{
	transform: scale(1.5);
	cursor: pointer;
  }
/*galeria con zoom}*/

 /*GALERÍA*/
/*galería con zoom
.img-fluid {
	transition: transform 0.4s ease;
  }
  .img-fluid:hover {
	transform: scale(1.05);
	cursor: pointer;
  }*/
  
/*galeria con zoom}*/

/*CTA red*/

/*CTA red*/

/*SCROLLBAR CONTACTO*/
::-webkit-scrollbar-track-piece{
    background-color: #ffffff;
}

#form{
	
	justify-content: flex-end;
}

#contact h4{
	font-size: 60px;
}

form {
	width: 500px;
	margin: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}

@media (max-width:900px){
	form{
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;	
	}
}

@media (max-width:480px){
	form{
	margin: auto;	
	width: 100%;	
	}
}

#contacto .label1{
	text-transform: uppercase;
	text-align: left;
	color: white;
	font-size: 12px;
}

input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
	min-width: 100%;
}

#form{
	background-color: white;
}

#form1{
	background-color: transparent;
}

/*WHATSAPP*/
.appWhatsapp{
	position: fixed;
	right: 100px;
	bottom: 100px;
	width: 3em;
	filter: drop-shadow(5px 5px 10px #000000);
	z-index: 4000;
  }
  
#appWhatsapp:hover{
	content: url('../img/whatsapp\ 2.webp');
	}


@media (max-width: 767px){
	.appWhatsapp{
		right: 60px;
		bottom: 50px;
		z-index: 3000;
	  }	  
	  
	#appWhatsapp{
		width: 150%;
	  }
}

@media (min-width: 768px){ /*ESTE PUNTO DE RUPTURA EVITA QUE EN LOS TAMAÑOS +768PX SE DESBORDE*/
	.appWhatsapp{
		right: 60px;
		bottom: 50px;
		z-index: 3000;
	  }	  
	  
	#appWhatsapp{
		width: 150%;
	  }
}

@media (max-width: 360px){
	.appWhatsapp{
		right: 40px;
		bottom: 50px;
		z-index: 3000;
	  }
	  
   	#appWhatsapp{
		width: 150%;
      }
}
.tooltip{
	font-size: 1.2em;
}

/*INSTAGRAM*/

.appInstagram{
	position: fixed;
	right: 100px;
	bottom: 100px;
	width: 3em;
	filter: drop-shadow(5px 5px 10px #000000);
	z-index: 4000;
  }

#appInstagram:hover{
	content: url('../img/insta\ 2.webp');
	}


@media (max-width: 767px){
	.appInstagram{
		right: 60px;
		bottom: 150px;
		z-index: 3000;
	  }	  
	  
	#appInstagram{
		width: 150%;
	  }
}

@media (min-width: 768px){
	.appInstagram{
		right: 60px;
		bottom: 150px;
		z-index: 3000;
	  }	  
	  
	#appInstagram{
		width: 150%;
	  }
}

@media (max-width: 360px){
	.appInstagram{
		right: 40px;
		bottom: 130px;
		z-index: 3000;
	  }
	  
   	#appInstagram{
		width: 150%;
      }
}

 /*contacto*/

 /*BOTONES DE CTA'S*/
 button {
	margin: 20px;
  }
  .custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }

  /* 12 */
.btn-12{
	position: relative;
	right: 20px;
	bottom: 20px;
	border:none;
	box-shadow: none;
	width: 130px;
	height: 40px;
	line-height: 42px;
	-webkit-perspective: 230px;
	perspective: 230px;
  }
  .btn-12 span {
	background: rgb(0,172,238);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
	display: block;
	position: absolute;
	width: 130px;
	height: 40px;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	border-radius: 5px;
	margin:0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
	box-shadow:
	 -7px -7px 20px 0px #fff9,
	 -4px -4px 5px 0px #fff9,
	 7px 7px 20px 0px #0002,
	 4px 4px 5px 0px #0001;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
  }
  
  
   /*BOTONES DE CTA'S*/
   .cta {
	display: flex;/* Habilita flexbox */
	justify-content: space-around; /* Distribuye el espacio entre los elementos */
	align-items: center;/* Alinea los elementos verticalmente en el centro */
  }
  /* 12 */
.btn-12{
	position: relative;
	right: 20px;
	bottom: 20px;
	border:none;
	box-shadow: none;
	width: 130px;
	height: 40px;
	line-height: 42px;
	-webkit-perspective: 230px;
	perspective: 230px;
  }
  .btn-12 span {
	background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
	display: block;
	position: absolute;
	width: 130px;
	height: 40px;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	border-radius: 5px;
	margin:0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
	box-shadow:
	 -7px -7px 20px 0px #fff9,
	 -4px -4px 5px 0px #fff9,
	 7px 7px 20px 0px #0002,
	 4px 4px 5px 0px #0001;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
  }
	/*BOTONES DE CTA'S*/
  
