@charset "UTF-8";
/* CSS Document */


/**
 * index.scss
 * - Add any styles you want here!
 */


/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

#logo-disenhi {
    width: 100%;
    height: auto;
    max-width: 80px;
    margin-top: -23px;
}

#logo-disenhi-mobile {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #000000;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  align-content: center;
}

.main-header.fixed-nav {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
}
.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}
/* main-header end */
@media (max-width: 991px) {
  /*header starts*/
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }

  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 70px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }

  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #000000;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #000000;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #C5585A;
  }

  /*header ends*/
}

#menu-container {
    position: relative;
    height: 140px;
    box-shadow: 0px 1px 27px #00000057;
    display: flex;
}

.one {
	font-size: 40px!important;
	font-weight: bold!important;
	line-height: 15px;	
}

.ig-icon {
	width:20px;
	height: auto;
	float: right;
}

#contenido {
	margin-top: 60px;
	width: 100%;
}

.title-uno {
    font-size: 70px;
    font-weight: bold;
    line-height: 75px;
}

.body-copy {
	font-size:16px;	
}


.modal-backdrop {
  background-color: rgba(0, 0, 0, 9.0) !important; /* Cambia el 0.6 por lo que quieras */
}


.video-thumb {
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video-thumb:hover {
  transform: scale(1.03);
}

.modal-content {
  background-color: transparent;
  border: none;
}


/* Botón circular de cierre */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #ffffffcc;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.close-btn:hover {
  background-color: #ffffff;
}

/* Ajuste de proporción 9:16 */
.modal-video-custom {
  max-width: 400px;
  width: 100%;
}

.modal-content {
  background-color: transparent;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 16:9 -> 56.25% | 9:16 -> 177.77% */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#txt-footer-01 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.txt-footer-02 {
    font-size: 14px;
    text-align: right;
    line-height: 6px;
}

.txt-footer-02 a{
	color: #1470af;
}

#footer {
	margin-top: 100px;
}


.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6); /* círculo negro con transparencia */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#menu-mobile {
	display:none;
}



/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 1000px) {
  
	#txt-footer-01 {
    text-align: center;
}
	.txt-footer-02 {
    text-align: center;
}
	 #footer {
        margin-top: 30px;
        margin-bottom: 30px;
    }
	
	#menu-container {
    display:none;
}
	#mainMenu li:not(:last-of-type) {
    margin-right: 0;
}
	
	.title-uno {
    font-size: 49px;
    line-height: 48px;
}
	.body-copy {
    font-size: 15px;
    line-height: 18px;
    width: 79%;
}
	
	#menu-mobile {
	display:block;
}
	.one {
        font-size: 15px !important;
        line-height: 0;
        margin-bottom: 18px;
        padding-top: 17px;
    }
	
	#contenido {
    margin-top: 90px;
}
	
	.modal-video-custom {
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
}
	
}



















