body{
height: 100vh;
margin: 0;
}
.contenedorprincipal{
height: 100%;
}
.row{
height: 100%;
}
.columnaprincipal{
height: 100%;
}
.titulo{
font-family: 'Turret Road', cursive;
font-size: 14px;
}
.subp{
font-family: 'Turret Road', cursive;
font-size: 10px;
font-weight: bold;
}
.titulof{
font-family: 'Turret Road', cursive;
font-size: 20px;
font-weight: bold;
}
.titulof2{
font-family: 'Turret Road', cursive;
font-size: 12px;
}
.navbar{
background-color: rgba(35,35,35,1);
}
.textom{
font-family: 'Turret Road', cursive;
font-size: 16px;
}
.fa-artstation:before{
font-size: 30px;
color: #13aff0;
opacity: 1;
}
.fa-artstation:hover{
opacity: .5;
}
.fa-twitter:before {
font-size: 30px;
color: #1da1f2;
opacity: 1;
}
.fa-twitter:hover {
opacity: .5;
}
.fa-youtube:before {
font-size: 30px;
color: #ff0000;
opacity: 1;
}
.fa-youtube:hover {
opacity: .5
}
.fa-instagram:before {
font-size: 30px;
color: #f77b1b;
opacity: 1;
}
.fa-instagram:hover {
opacity: .5;
}
.gallery-block.grid-gallery{
  padding-bottom: 20px;
  padding-top: 20px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.85;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}
.imagenes{
	
	border-radius: 5px;
}










@media screen and (min-width: 576px){
.titulo{
	font-size: 26px;
}
.gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
.subp{
font-size: 14px;
}
.titulof{
font-family: 'Turret Road', cursive;
font-size: 26px;
font-weight: bold;
}
.titulof2{
font-family: 'Turret Road', cursive;
font-size: 16px;
}
}
@media screen and (min-width: 768px){
.titulo{
	font-size: 26px;
}
.subp{
font-size: 20px;
}
.titulocontacto{
	font-size: 26px;
}
.contenedorcontacto{
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);	
}
.textom{
	font-size: 20px;
}
.imagenes{
	
	border-radius: 10px;
}
.fa-artstation:before{
	font-size: 40px;
}
.fa-twitter:before {
	font-size: 40px;
}
.fa-youtube:before {
	font-size: 40px;
}
.fa-instagram:before {
	font-size: 40px;
}
}
@media screen and (min-width: 992px){
.titulo{
	font-size: 30px;
}
.textom{
font-size: 22px;
}
.titulocontacto{
	font-size: 40px;
}
.navbar{
background-color: rgba(35,35,35,1);
}
}
@media screen and (min-width: 1200px){
.subp{
font-size: 24px;
}
.titulof{
font-size: 30px;
}
.titulof2{
font-size: 20px;
}
.subp:hover{
text-decoration: underline;
}
}