* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}

@font-face {
  font-family: 'EngraversGothicBT';
  src:
  local('EngraversGothicBT'), 
  url(../assets/typography/engraversgothic_bt/EngraversGothicBT.ttf);
}

body {
  font-family: 'EngraversGothicBT';
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.677), rgba(0, 0, 0, 0.677)), url(../assets/img/fondojpg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
 */
}
:root{
  --cl_white: #fff;
  --cl_black: #000;
  --bg_black: #000;
}

.mainTitle {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  /* font-family: 'Bebas', cursive; */
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: var(--bg_black);
  color: var(--cl_white);
  padding: 10px 0 10px 0;
  margin: 0;
}
.navbar {
  border-bottom: 1px solid var(--cl_black);
  padding: 0.1rem 0.5rem;
}

.navbar 
.navbar-brand 
img{
  width: 50px;
  height: 50px;
}

.nav .nav-item .nav-link{
  color: var(--cl_black);
  cursor: pointer;
  font-weight: 600;
} 
.home
#carouselExampleCaptions
.carousel-inner{
  height: 100vh;
  width: 100%;
  background-color: #000;
}

/*CARRUSEL HOME*/
.home
#carouselExampleCaptions
.carousel-inner
.carousel-item
img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}
/* #carouselExampleSlidesOnly{
  display: none;
} */

/* Cartas de presentacion home*/
.coverLetters {
  margin-bottom: 44px;
}
.coverLetters h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  /* font-family: 'Bebas Neue', cursive; */
  letter-spacing: 0.2rem;
  margin: 25px 0px;
  background-color: #fff;
}
.coverLetters 
.card-deck {
  display: flex;
  justify-content: space-around;
}
.coverLetters 
.card-deck 
.card
.card-body
.card-text{
  text-align: justify;
  font-size: 1.2rem;
}

/* OBRAS */
/*Footer*/
.footer{
  padding-top: 50px;
  background-color: var(--bg_black);
}

.footer
.container
.row{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer
.container
.row
.col-md-4
img{
  width: 250px;
  height: 250px;
  margin-top: 50px;
}
.footer
.container
.row
.col-md-4
ul 
li{
  list-style: none;
  color: var(--cl_white);
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.footer
.container
.row
.col-md-4
ul 
li
i{
  margin-right: 8px;
}
.footer
.container
.row
.col-md-4
ul 
li
a{
  text-decoration: none;
  color: var(--cl_white);
}
.pie{
  text-align: center;
  color: var(--cl_white);
}
.pie .pie1{
  padding: 10px 0 0 0;
}
.pie .pie2{
  padding: 0 0 10px 0;
}
/*Seccion obras*/
.obras
.row
.photosWorks{
  overflow-x: scroll;
  height: 100vh;
}

.obras
.row
.col-md-3{
  max-width: 23%;
}
.obras
.row
.photosWorks
img {
  width: 400px;
  min-height: auto;
  max-height: 400px;
  display: block;
}

.obras
.row
.photoShows{
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 100vh;*/
  width: 800px;
  background-color: #000;
  vertical-align: baseline;
}

/*Seccion Contacto*/
.infoContact{
  margin: 50px 0 50px 0;
  text-align: center;
  font-size: 2rem;
  /* font-family: 'Bebas'; */
  letter-spacing: 0.1rem;
}

#obrasShow h1 {
  text-align: center;
  color: var(--cl_white);
  margin-top: 20px;
  margin-bottom: 25px;
}
/* Media queries */
@media only screen and (max-width:1200px){
  .mySlides img {
    width: 100%;
    max-height: 100vh;
  }
  .prev,
  .next {
    top: 35%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: 20px;
    margin-bottom: 25px;
  }
  /* .footer2 .container {
    margin-top: 90px;
  } */
  .mySlides img {
    width: 90%;
    max-height: 100vh;
    background-color: blue;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
  }
  
}

@media only screen and (max-width: 992px) {
  
  .card-deck .card{
    margin: 0 5px 0px 5px;
  }
  .prev,
  .next {
    top: 28%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
  }
}
@media only screen and (max-width:820px) {
  #obrasShow {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .imgClick .columna img:hover {
    width: 100%;
  }
  .caption-container{
    display: none;
  }
  .coverLetters {
    margin-top: 100px;
  }
  .coverLetters h1 {
    margin-top: -60px;
    font-size: 2rem;
  }
  /* .mySlides img {
    display: none;
  } */
  /* .prev, .next {
    display: none;
  } */
  .columna img{
    display: none;
  }
  .prev,
  .next {
    top: 55%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
  }
  
}
@media only screen and (max-width: 768px){
  .card-deck{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
  .card-deck .card{
    margin: 0 0 20px 0;
    width: 70%;
  }
  .pie {
    margin-top: 0;
    font-size: small;
  }
  .prev,
  .next {
    top: 55%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  /* .card-deck .card{
   flex:  0 0 100%;
  } */
}
@media only screen and (max-width: 767px){
  .card-deck{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
  .card-deck .card{
    margin: 0 0 20px 0;
    width: 90%;
  }
 
  .prev,
  .next {
    top: 55%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }

  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  /* .card-deck .card{
   flex:  0 0 100%;
  } */
}
/* TITULO CABECERA */
@media only screen and (max-width: 700px){
  .mainTitle {
    font-size: 2rem;
  }
 /*  .coverLetters{
    margin-top: 600px;
  } */
  .prev,
  .next {
    top: 55%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 650px){ 
  .card-deck .card{
    margin: 0 0 20px 0;
    width: 85%;
  }
  /* .coverLetters{
    margin-top: 590px;
  } */
  .prev,
  .next {
    top: 56%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  /* .card-deck .card{
   flex:  0 0 100%;
  } */
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 500px){
 /*  .coverLetters {
    margin-top: 500px;
  } */
  .coverLetters h1{
    font-size: 1.5rem;
    font-weight: bold;
  }
  .prev,
  .next {
    top: 56%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (max-width:475px){
  .mainTitle {
    font-size: 1.5rem;
  }
  .nav .nav-item .nav-link{
    color: var(--cl_black);
    font-size: small;
  } 
 /*  .coverLetters{
    margin-top: 500px;
  } */
  .prev,
  .next {
    top: 56%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .footer
  .container
  .row
  .col-md-4
  ul{
    margin-left: -30px;
  }
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  /* #carouselExampleCaptions{
    display: none;
  }
  #carouselExampleSlidesOnly{
    display: block;
  } */
  .home
  #carouselExampleSlidesOnly
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (max-width:375px){
  .mainTitle{
    font-size: 1.2rem;
  }
  .coverLetters h1{
    font-size: 1.2rem;
    font-weight: bold;
  }
  .prev,
  .next {
    top: 55%;
  }
  #obrasShow h1 {
    text-align: center;
    color: var(--cl_white);
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .mySlides img {
    width: 100%;
    max-height: 100vh;
    background-color: blue;
  }
  .footer
  .container
  .row
  .col-md-4
  ul{
    margin-left: -30px;
  }
  /* #carouselExampleCaptions{
    display: none;
  } */
  /* #carouselExampleSlidesOnly{
    display: block;
  } */
  .home
  #carouselExampleInterval
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  /* .carousel-inner{
    height: 700px;
    object-fit: contain;
    
  } */
}

@media only screen and (max-width: 340px){
  .navbar{
    display: flex;
    flex-direction: column;

  }
  /* #carouselExampleSlidesOnly{
    display: block;
  } */
  .home
  #carouselExampleSlidesOnly
  .carousel-inner
  .carousel-item
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}



/*ESTILOS PARA EL JS*/
.hidden {
  display: none;
}

.nohidden {
  display: block;
}

.obras1 a:hover {
  filter: sepia(100%);
  transform: scale(1.2);
  transition: all .3s; }


  .obras1 {
    margin: 20px 20px; }
  
  .obras1 a:hover {
    filter: sepia(100%);
    transform: scale(1.2);
    transition: all .3s; }
  
  .card {
    overflow: hidden; }
  
  .gallery {
    margin: 40px; }
  
  .volver {
    font-family: arial;
    font-weight: bolder;
    font-size: 20px; }
  
  .volver:hover {
    background-color: black; }
  
  .nosotros {
    position: relative; }
  
  .nosotrosLogo {
    margin: 10px;
    display: inline-block;
    align-items: center; }
  
  .obrasGallery:hover {
    transform: scale(1.2); }
  

.obritas 
.obras1{
  margin-left: -1px;
}
.fObras
.container
.row {
  margin-right: -28px;
}
.somos h1 {
  text-align: center;
}
.somos
p {
  text-align: justify;
}