
body{
    overflow-x: hidden;
}
.logo{
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0));
}
.letter-font{
color: white;
letter-spacing: 1.2px;
font-weight: bold;
text-shadow: 5px 5px 5px var(--c-blue-dark);
}

.bg-imgF{
  background-size: cover;
  background-position: center;
  transition-duration: 0.4s;
  background-attachment: fixed;
    filter: brightness(0.8);
}
.bg-image{

    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(0.6);
}
.navbar{
    transition: all 0.5s;
}

.navbar-scrolled{
    background-color: #49599b;
    box-shadow: 0 3px 10px rbg(0, 0, 0, 0.15);
}
.c-item {
    height: 600px;
  }
  
  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    position: relative;
  }
  .c-itemsomos {
    position: relative;
    height: 700px;
  }
  .txArriba{
    position: absolute;
   
    color: #fbfbfb;
    font-weight: bold;
  }
  
  .c-imgsomos {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }
  .img-con{
    height: 300px;
  }
  .img-cont{
    height: 100%;
    object-fit: cover;
  }
  
   .cont-pro{
      height: 100px;
    }

    .img-css{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /*colores para insatgram*/
    .instagram {
  color: #fff;
  vertical-align: middle;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
/*titulo del modal*/
#heading2{
font-weight: bold;
text-transform: uppercase;
}
/*centrado*/
.centrado{
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.letter-cent{
display: flex;
align-items: center;
justify-content: center;
}
.absol{
  position: absolute;
}
#sw-contacto{
text-shadow: 3px 3px #558ABB;
letter-spacing: 1.2px;
}
#sw-contacto2{
text-shadow: 3px 3px #0B1E27;
letter-spacing: 1.2px;
}
#sw-contacto3{
text-shadow: 3px 3px #0B1E27;
letter-spacing: 1.2px;
}
.sw-contac{
  text-shadow: 2px 2px 2px black;
}
.conta-x{
  width:370px;
  height:230px;
}
.img-x{
  object-fit: cover;
  width:100%;
  height:100%;
}
.letter-carr{
  font-size: 20px;
padding-bottom: 218px;
text-shadow: 5px 5px 5px black;
letter-spacing: 1.2px;
}

@media (min-width: 576px) {

  .letter-carr{
  font-size: 35px;
  padding-bottom: 230px;
  text-shadow: 5px 5px 5px black;
  letter-spacing: 1.2px;
}
}
.letter-carr2{
  font-size: 20px;
padding-bottom: 150px;
text-shadow: 5px 5px 5px black;
letter-spacing: 1.2px;
}

@media (min-width: 576px) {

  .letter-carr2{
  font-size: 35px;
  padding-bottom: 190px;
  text-shadow: 5px 5px 5px black;
  letter-spacing: 1.2px;
}
}
.letter-carr3{
  font-size: 20px;
padding-bottom: 180px;
text-shadow: 5px 5px 5px black;
letter-spacing: 1.2px;
}

@media (min-width: 576px) {

  .letter-carr3{
  font-size: 35px;
  padding-bottom: 190px;
  text-shadow: 5px 5px 5px black;
  letter-spacing: 1.2px;
}
}

.cent-x{
  display: flex;
 /* align-items: center; */
  justify-content: center;
  min-height: 100vh;
}

 .video-1{
    height:100%;
}

@media (min-width: 576px) {

  .video-1{
    height:75%;
}
}