/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: transparent;
}

blockquote {
  text-align: justify;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #000;
  border: 0px solid #000;
}

#mainNav .navbar-brand img {
  margin-top: 10px;
  width: 200px;
  height: auto;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #fff;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(25, 25, 25, 1);
  }

  #mainNav .navbar-brand img {
    margin-top: 20px;
    width: 250px;
    height: auto;
  }

  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(25, 25, 25, 1);
    font-weight: bold;
    text-shadow: 1px 1px 20px white;
  }
  #mainNav .nav-link:hover {
    color: #9d2e1b;
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #9d2e1b;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #9d2e1b;
    outline: none;
    border-bottom: 0.25rem solid #9d2e1b;
  }
}


.navbar-active  {
  color: #9d2e1b;
  outline: none;
  padding-bottom: 1rem!important;
  border-bottom: 0.25rem solid #9d2e1b;
  transition: border-bottom 1s;

}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
/*  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 50%, #ffffff 100%), url("../../imagenes/borrador/IMG_20200102_203722.jpg");*/
  background: url("../../imagenes/portada3/1.jpg");
  opacity: 0.65;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  transition: background 2s ease;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 1px solid white;
}

.btn-primary {
  background-color: transparent;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #9d2e1b;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #9d2e1b;
    border-width: .25rem;
    width: 30%;
  }
}

.proyecto-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../../imagenes/fondo_proyecto.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.proyecto-section p {
color:white;
}


.contacto-section {
  padding: 10rem 0;
  background: white;
  color:black;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.contacto-section form {

  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}


.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #9d2e1b;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #9d2e1b;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #9d2e1b;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #9d2e1b !important;
}

.btn-enviar {
  background-color: #9d2e1b;
  color:white;
}

.btn-primary:hover {
  border:1px solid white;
  background-color: #9d2e1b;
  color:white;
}

.btn-enviar:hover {
  border:1px solid #9d2e1b;
  background: white;
  color:#9d2e1b!important;
}


.text-primary {
  color: #9d2e1b !important;
}

.footer {
  padding: 5rem 0;
}
#menuGaleria {
  font-family: 'Nunito';
/*  text-transform: uppercase; */
}


#menuGaleria > .active, .nav-pills .show > .nav-link  {
  font-weight:700;
  background: #9d2e1b!important;
  color: white;
}


/* [1] The container */
.img-hover-zoom {
  /* height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}


.thum_galeria:hover{
   opacity: 0.5;
 }





 .hvrbox,
 .hvrbox * {
 	box-sizing: border-box;
 }
 .hvrbox {
 	position: relative;
 	display: inline-block;
 	overflow: hidden;
 	max-width: 100%;
 	height: auto;
 }
 .hvrbox img {
 	max-width: 100%;
 }
 .hvrbox .hvrbox-layer_bottom {
 	display: block;
 }
 .hvrbox .hvrbox-layer_top {
 	opacity: 1;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(255, 255, 255, 0.4);
  font-family: 'Open Sans Condensed', sans-serif;
 	color: #fff;
 	padding: 15px;
 	-moz-transition: all 0.3s ease-in-out 0s;
 	-webkit-transition: all 0.3s ease-in-out 0s;
 	-ms-transition: all 0.3s ease-in-out 0s;
 	transition: all 0.3s ease-in-out 0s;
 }
 .hvrbox:hover .hvrbox-layer_top,
 .hvrbox.active .hvrbox-layer_top {
 	opacity: 0;
 }
 .hvrbox .hvrbox-text {
 	text-align: center;
 	font-size: 34px;
  text-shadow: 0px 0px 5px black;
  line-height: 1em;
 	display: inline-block;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-moz-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 }
 .hvrbox .hvrbox-text_mobile {
 	font-size: 15px;
 	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
 	border-top: 1px solid rgba(179, 179, 179, 0.7);
 	margin-top: 5px;
 	padding-top: 2px;
 	display: none;
 }
 .hvrbox.active .hvrbox-text_mobile {
 	display: block;
 }


 .hvrbox2 .hvrbox2-layer_top {
  opacity: 0;
 }
 .hvrbox2:hover .hvrbox2-layer_top,
 .hvrbox2.active .hvrbox2-layer_top {
  opacity: 1;
 }

.navbar-active2 {
    color: #9d2e1b!important;
    outline: none!important;
    padding-bottom: 1rem!important;
    border-bottom: 0.25rem solid #9d2e1b!important;
    transition:  1s;
}
 h1,.modal-title,.card-body,.breadcrumb, nav,p {
   font-family: 'Open Sans Condensed', sans-serif;
 }

p {
  font-size: 1.1em;

}
/* font-family: 'Baskervville', serif; */

.negrita { font-weight: bold!important;}

 /* Colorize-zoom Container */
 .img-colorize img {
   transition: filter 1s ease-in-out;
   filter: grayscale(100%);
 }

 /* The Transformation */
 .img-colorize:hover img {
   filter: grayscale(0);
   transform: scale(1);
 }

.bg-blanco {
  background: #fff!important;
  transition: background 1s;
}

.bg-trans {
  background: transparent!important;
  transition: background 1s;
}




 @media (min-width: 320px) and (max-width: 700px) {

   .navbar-toggler {
     background: white!important;

   }
   .navbar-collapse {
     background: white!important;
     padding-left: 15px;
   }
 }


 .cursor {
 cursor: pointer;
 }
 img.hover-shadow {
 transition: 0.3s;
 }
 .hover-shadow:hover {
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }


.btn-sm {
  font-size: 0.6em!important;
  padding: 0.9em 1.9em!important;
  letter-spacing:inherit!important;
}
