@charset "utf-8";
/* CSS Document */
.texto-vertical{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
body {
	line-height: 1;
	background-color: #020202; 
}
.textotitular{
	font-family: 'Black Ops One', cursive;
	font-size: 6.5em;
	text-align: center;
	color: floralwhite;
}
.textocool{
	font-family: 'Black Ops One', cursive;
	font-size: 4em;
	text-align: left;
	color: floralwhite;
}
.textoplus{
	font-family: 'Black Ops One', cursive;
	font-size: 10em;
	text-align: left;
	color: floralwhite;
}
.textomed{
	font-family: 'Black Ops One', cursive;
	font-size: 6em;
	text-align: left;
	color: floralwhite;
}
.style-1 {
	text-align: center;
}
.textonav{
	font-family: 'Black Ops One', cursive;
	font-size: 1em;
	color: lightpink;
}
.paddingup {
	padding-top: 2em;
} 
.btd{
  color:#999;
  background:rgba(0, 0, 0);
  padding:10px 20px;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.btd:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background: #F800FF;
  padding:20px 20px #000;
  color:#1b1b1b;
}
.btf{
  color:#999;
  background:rgba(0, 0, 0);
  padding:10px 20px;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.btf:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background: #FF5F00;
  padding:20px 20px #000;
  color:#1b1b1b;
}

.jumbotron h1 {
	color: #353535;
}
span.icon {
	margin: 0 5px;
	color: #D64541;
}
h2 {
	color: #BDC3C7
}
.mrng-60-top {
	margin-top: 60px;
}

a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



a.animated-button.thar-one {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid orangered;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-one:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
}
a.animated-button.thar-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
a.animated-button.thar-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid orangered;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: ntwo;
}
a.animated-button.thar-two:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
a.animated-button.thar-two:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: orangered;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid orangered;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
0s;
}
a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: orangered;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
0s;
}
a.animated-button.thar-four {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
0s;
}
a.animated-button.thar-four:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nfour;
}
a.animated-button.thar-four:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
a.animated-button.thar-four:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)
0s;
}

.naranjito{
	background-color: orangered;
}
.cuchi{
    width:700px;
    height:600px;
    cursor:pointer;
    overflow:hidden;
   
    border-radius:10px;
	align-content: center;
}
.blackbaby{
	color:black;
	
}
.imgs{
    transition:0.3s all;  
}
.cuchi:hover .imgs{
    margin-top:-700px;
}
.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:400px;
}
 
input {
    width:380px;
    height:27px;
    background-color: floralwhite;
    border:2px solid #df0cc9;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color: deeppink;
}
.opacidad{
	opacity: 0.5
}
.margin2{
	padding-bottom: 6em;
	padding-top: 6em;
	padding-left: 18em;

	
	align-content: center;
}


textarea {
    width:380px;
    height:27px;
    background-color: floralwhite;
    opacity:0.5; 
		border:2px solid #df0cc9;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:deeppink;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
.col-md-6 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.davide {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.davinci {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textoniquelao{
	text-align: center;
	font-size: 1.6em;
	font-family:'Major Mono Display', monospace;
	color: deeppink;
}
.textoright{
	text-align: right;
	font-size: 1.8em;
	font-family:'Montserrat', sans-serif;
	color: whitesmoke;
	padding-right: 1em;
}
.textoleft{
	text-align: left;
	font-size: 1.8em;
	font-family:'Montserrat', sans-serif;
	color: whitesmoke;
}
.padding1{
	Paddingtop: 1em;
	padding-bottom: 1em;
}
.margin2{
	margin-left: 1em;
	margin-right: 1em;
}
.textonews{
	text-align: left;
	font-size: 1.5em;
	font-family:'Montserrat', sans-serif;
	color: whitesmoke;
}

.tati {
	background-image:  url("../images/bati.jpg");
}
.naomi {
	background-image: url("../images/call.jpg");
}
.paddingizdo{
	padding-left: 2.5em;
}
.menu-wrap {
  background-color: #61C03B;
  width:px;
  height: 0vh;
  position: absolute;
  top: 0px;
  right: 0px;
}

.menu {
	background-color: orangered;
  height: 100vh;
  width: 130px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;

}
.fixcontent{
	position: fixed;
	
}
.fijocontenido{
	position: fixed;
	width: 100%;
		z-index:999;
}
.menu span {
  color: #000000;
  line-height: 12px;
  font-size: 18px;
  transform: rotate(270deg);
}

 .button {
        position: center ;
        left:78px;
        top:11px;
    }
.btn-borde {
  padding: .375rem .75rem;
  border: 1px solid #FF4C00;
  border-radius: .25rem;
  color: orangered;
  transition: color .15s ease-in-out,
    background-color .15s ease-in-out;
}

.btn-borde:hover, .btn-borde:active, .btn-borde:focus {
  color: #fff;
  background-color: orangered;
}

.naranja{
	font-family: 'Montserrat', sans-serif;
	color:orangered;
}
.blanco{
	font-family: 'Montserrat', sans-serif;
	color: white
	
}
.paddingtitle{
	padding-top: 1em;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 1em;
}
.paddingbotop{
	padding-bottom: 2em;
		padding-top: 2em;
	
}
.paddingplus{
	padding-bottom: 8em;
		padding-top: 8em;
	
}
.paddingform{
	padding-bottom: 2em;
		padding-top: 2em;
	
}
.paddingmed{
	padding-bottom: 4em;
		padding-top: 4em;
	
}

.paddingtitulo{

padding-top: 0.5em;
	

}


.textosub{
	font-family: 'Black Ops One', cursive;
	font-size: 4.5em;
	text-align: left;
	color: floralwhite;
}
.textosong{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	text-align: center;
	color: floralwhite;
	text-shadow: 2px 2px 2px black;
}
.textoform{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	padding-left: 2em;
	font-size: 1.5em;
	color: deeppink;
	opacity: 0.5;
}
.paddingdcho{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 6em;
	padding-bottom: 1em;
}
.paddingbotom{
	padding-bottom: 1em;
		
	
}




.accordion {
  width: 100%;
  max-width: 1080px;
  height: 850px;
  overflow: hidden;
  margin: 0px auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.pinky{
	background-color: deeppink;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul li:nth-child(1) {
  background-image: url("../images/beach.jpg");
	height: 650px;
}
.accordion ul li:nth-child(2) {
  background-image: url("../images/down.jpg");
	height: 650px;
}
.accordion ul li:nth-child(3) {
  background-image: url("../images/playa.jpg");
	height: 650px;
}
.accordion ul li:nth-child(4) {
  background-image: url("../images/naomita.jpg");
	height: 650px;
}
.accordion ul li:nth-child(5) {
  background-image: url("../images/caras.jpg");
	height: 650px;
}
.accordion ul li:nth-child(6) {
  background-image: url("../images/red.jpg");
	height:650px;
}
.accordion ul:hover li, .accordion ul:focus-within li {
  width: 100%;
}
.accordion ul li:focus {
  outline: none;
}
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus {
  width: 100%;
}
.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a *,
.accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li {
  width: 8% !important;
}
.accordion ul:hover li a * {
  opacity: 0 !important;
}
.accordion ul:hover li:hover {
  width: 60% !important;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 800px) {
  body {
    margin: 0;
  }

  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.about {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666;
}
.about a {
  color: blue;
  text-decoration: none;
}
.about a:hover {
  text-decoration: underline;
}
footer {
  background: #222;
  color: #aaa;
  padding-top: 5px;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer h3 {
 color: orangered;
  letter-spacing: 1px;
  margin: 15px 0 10px;
}

footer .three-column {
 overflow: hidden;
}

footer .three-column li{
 width: 33.3333%;
  float: left;
  padding: 5px 0;
}

footer .socila-list {
  overflow: hidden;
  margin: 20px 0 10px;
}

footer .socila-list li {
  float: left;
  margin-right: 3px;
  opacity: 0.7;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

footer .socila-list li:hover {
  opacity: 1;
}

footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  background: #333;
  margin-top: 20px;
  font-size: 15px;
}

footer .copyright span {
  color: orangered;
}

@media screen and (orientation:portrait) {
.textotitular{
	
	font-size: 2.5em;

}
	.tati {
	background-image:  url("../images/bati.jpg");
		background-position: center;
}
	
	.textosong{

	font-size: 0.7em;
	text-align: center;
	color: floralwhite;
	text-shadow: 2px 2px 2px black;
}
	.menu {
	background-color: orangered;
  height: 100vh;
  width: 50px;


}
	.blackbaby{
		font-size: 0.8em;
	}
.naomi {
	background-image: url("../images/call.jpg");
	background-position:center;
	}
	.col-md-6 {
  width: 70%;
  display: block;
  margin-left: 1em;
  margin-right: 0;
}
	.davide{
  width: 90%;
  display: block;
  margin-left: 0em;
margin-right: 6em;
}
		.davinci{
  width: 100%;
 
}
 input {
    width:180px;

    padding:3px;

}


	textarea {
    width:200px;
    
}
	#submit {
 align-content: center;
}
 .cuchi{
   
    height:300px;
	
   
    border-radius:0px;
	align-content: left;
}
	.textoplus{

	font-size: 8em;

}
.textomed{
	
	font-size: 3em;
	}

.paddingplus{
		padding-bottom: 3em;
		padding-top: 3em;
}
.paddingizdo{
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}
.textoright{
	text-align: justify;
	font-size:  0.8em;

}
.textoleft{
	text-align: justify;
		font-size: 0.8em;
	
}
	.textonav{
	font-family: 'Black Ops One', cursive;
	font-size: 0.5em;
	color: lightpink;
}
.imgs{
    transition:0.3s all;  
}
.cuchi:hover .imgs{
    margin-top:-350px;
}
	.fixcontent{
		z-index:999;
	}
	.btf{

  padding:5px 20px;

  letter-spacing:0px;

}
	.btd{
 
  padding:5px 10px;

  letter-spacing:0px;

}
	.margin2{
	padding-bottom: 6em;
	padding-top: 6em;
	padding-left: 6em;

	
	align-content: center;
}
.textotitular{
	
	font-size: 2em;
	text-align: revert;
	color: floralwhite;
}
	.paddingtitulo{

padding-top: 2em;
	

}
	.textosub{
	
	font-size: 3em;

}
	.textocool{

	font-size: 2em;
	
}
	.paddingmed{
	padding-bottom: 1em;
		padding-top: 1em;
	
}

.accordion ul:hover li {
  width: 0% !important;
}
.accordion ul:hover li a * {
  opacity: 0 !important;
}
.accordion ul:hover li:hover {
  width: 0% !important;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
	.accordion ul li:nth-child(1) {
  background-image: url("../images/beachpe.jpg");
	height:350px;
}
.accordion ul li:nth-child(2) {
  background-image: url("../images/downpe.jpg");
	height:350px;
}
.accordion ul li:nth-child(3) {
  background-image: url("../images/playape.jpg");
height:350px;
}
.accordion ul li:nth-child(4) {
  background-image: url("../images/naomitape.jpg");
height:350px;
}
.accordion ul li:nth-child(5) {
  background-image: url("../images/caraspe.jpg");
height:350px;
}
.accordion ul li:nth-child(6) {
  background-image: url("../images/pruebi.jpg");
	height:350px;
	
}
}