/*
 * Globals
 */

/* Custom default button */
.btn-secondary, .btn-secondary:hover {
  color: rgba(15, 14, 14, 0.5) !important;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #b0adb3 !important;
}

.btn-outline-secondary:hover, .btn-secondary:focus{
  background-color: #b0adb3;
}

/*
 * Base structure
 */
html,body{
  height: 100%;
}
body {
  /* The image used */
  background-image: url(images/bg-sequence.jpg);
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  background-position: absolute;
  background-repeat: no-repeat, repeat-y;
  background-size: cover;
  position: absolute;
}

.cover-container {
  max-width: 55em;

}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(37, 35, 35, 0.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: rgba(157, 141, 172, 0.322);
}

/*For the images of places.html*/
.imgWrapper3 {
  font-size: 0;
}

.imgWrapper3 .imgResponsiva {
  display: inline-block;

}

.imgWrapper3 .imgResponsiva {width: 33.3%; }

.imgResponsiva img {
  height: 100%;
  width: 80%;
}

.px-3{
  margin-bottom: 20%;
}





/*For the "desplegables" images of places*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,700');
*, *::before, *::after {
  box-sizing: border-box;
}
.portfolio__item {
  position: relative;
  flex-basis: 30%;
  margin: 0;
  padding: 0;
  background: white;
}

.portfolio__image,
.portfolio-lightbox__image{
  width: 100%;
  display: block;
}

.portfolio-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0,1); 
  transition: transform 150ms ease-in-out;
  transform-origin: right; 
  padding: 2em;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .25);
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.portfolio-lightbox:target {
  transform: scale(1,1);
  transform-origin: left; 

}

.portfolio-lightbox__content {
  width: 38%;
  padding: .5em;
  background: black;
  position: relative;
}

.portfolio__lightbox__image { margin-bottom: 1em; }

.close {
  position: absolute;
  right: -1em;
  top: -1em;
  border: white 2px solid;
  display: flex;
  width: 2em;
  height: 2em;
  background:  #b0adb3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.close::after {
  content: 'x';
  color: white;
}

[class*="col-"] {
  padding: 1rem;
}
.padding {
  padding-bottom: 5rem;
}


/*Footer copyright*/
footer {
  /* position:fixed; */
  left:0px;
  bottom:0px;
  height:30px;
  width:100%;
}
.social{
  /*las imágenes usadas tienen width de 48px*/
  position:fixed;
  bottom: 10px;
  /* place-content: center !important; */
}
#redes:hover{
  color:#b0adb3;
}

/*CURRICULUM*/
.rounded-circle{
  -webkit-box-shadow: 0 30px 60px 0 rgba(98, 75, 124, 0.3);
  box-shadow: 0 30px 60px 0 rgba(98, 75, 124, 0.3);
}

/**/
.text-justify {
  text-align: justify!important;
}


/*emoji*/
.gif{
  max-width: 15%;
}


/*world*/
#texttype{
  color: rgba(119, 0, 255, 0.3);
  text-align: center !important;
}

.container-bottom{
  position:fixed;
  left:0px;
  bottom: 200px;
  height:30px;
  width:100%;
}

/*Transition to appear*/
.main{
  transition: font-size 3s ease;
}

.fa:hover{
  color: #b0adb3;
}

/* .btn-success:active, .btn-send:active, .btn-block:hover {
  color:#b0adb3 !important;
} */