/**FONT HelveticaNeue*/

@font-face {

    font-family: "HelveticaNeueBlack";

    src: url("../fonts/HelveticaNeue-Black.ttf");

  }

  @font-face {

    font-family: "HelveticaNeueBold";

    src: url("../fonts/HelveticaNeue-Bold.ttf");

  } 

  @font-face {

    font-family: "HelveticaNeueLight";

    src: url("../fonts/HelveticaNeue-Light.ttf");

  }

  @font-face {

    font-family: "HelveticaNeueMedium";

    src: url("../fonts/HelveticaNeue-Medium.ttf");

  }

  @font-face {

    font-family: "HelveticaNeueRegular";

    src: url("../fonts/HelveticaNeue.ttf");

  }

 

 

  :root{
    --animate-duration: 1000ms;
    --animate-delay: 2s;
      --main-bg-color:#252525; 

      --main-bg1-color:#292929; 

      --main-bg2-color:rgba(0, 0, 0, 0.58); 

      --main-secondary-color:#989898;

      --main-light-color:#FFFFFF; 



      --main-font-family-light:'HelveticaNeueLight',sans-serif;

      --main-font-family-regular:'HelveticaNeueRegular',sans-serif;

      --main-font-family-medium:'HelveticaNeueMedium',sans-serif;

      --main-font-family-bold:'HelveticaNeueBold',sans-serif;

      --main-font-family-bold:'HelveticaNeueBlack',sans-serif;

 

      --border-radius:50px;

      --letter-spacing:1px;

      --padding-section:5rem;

      --ani-speed: 2s;

      --ani-delay: 1s;

      

  }
.hidden{
  display: none !important;
}
.ugalde__home{

    padding: 0;

    margin: 0;

    color: var(--main-light-color);

    font-family: var(--main-font-family-medium);

    background-color: var(--main-bg-color);

    overflow: hidden;

}

.ugalde__home main{ 

  min-height: 100vh;

  width: 100%;

  background-position: 85% 0%;

  background-size: 350%;

  background-repeat: no-repeat;

}
.ugalde__home .bg__home{
  background-image: url(../img/fondo-miguel-ugalde.png);
  min-height: 100vh;
  width: 100%;
  background-position: 85% 0%;
    background-size: 300%;
  background-repeat: no-repeat;
  /* height: 100%; */
  position: fixed;
  /* background-color: red; */
  max-height: 100vh;

}
.thank-you-access-w {
  color: #FFFFFF;
  font-family: var(--main-font-family-medium);
  font-size: 19px;
  letter-spacing: -0.24px;
  line-height: 24px;
  width: 292px;
  margin: calc(60% - 12px)  auto 30px auto; 
  text-align: center;
}
.ugalde__home .miguel__ugalde-data{

  /*border:thin solid red;*/

  padding: 1rem;

  width: 100%;

  height: 15vh !important;  

  justify-content: left;

  position: absolute;

}

.ugalde__home .first__section{ 

  /*border:thin solid red;*/

  padding: 1rem;

  width: 100%;

  height: 100vh !important;  

  display: flex;

  justify-content: left;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2; 
}

.first__section h1{

  color: var(--main-light-color);

  font-size: 1.3rem;

}

.first__section h2{

  color: var(--main-secondary-color) !important;

  font-size: 1.3rem;

}

.first__section-quote .title{

  color: #FFFFFF;

  font-family: var(--main-font-family-medium);

  font-size: 2rem;

  letter-spacing: -1.42px;

  line-height: 38px;

  opacity: 1;

  width: 774px;

  text-align: left;

}

.first__section-quote .body{

  color: #989898;

  font-family: var(--main-font-family-medium);

  font-size: 2rem;

  letter-spacing: -1.42px;

  line-height: 38px; 

  text-align: left;

}

.first__section-quote .author{

  color: #606060;

  font-family: var(--main-font-family-medium);

  font-size: 2rem;

  letter-spacing: -1.53px;

  line-height: 38px;

  opacity: 0.27 ;

  width: 774px;

  text-align: left;

}

.first__section .arrow-container {

  width: 54px;

  animation: ease  3000ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);

  cursor: pointer;

  height: 54px;

  display: block;

  border-radius: 50%;

  margin: auto;

  border: 4px solid rgba(151, 151, 151, 0.3);;

  padding: 19px 16px 11px 11px;

}
.rotate{
  transform: rotate(180deg);
}
.contact__section .content-img-something{
 width: 100%;
 width: 100%;
 display: block;
 text-align: center;
 position: relative;
 margin: auto;
 bottom: 13%;
 height: 20vh;
}
.contact__section .arrow-container {

  width: 54px;

  animation: ease  3000ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.5);

  cursor: pointer;

  height: 54px;

  display: block;

  border-radius: 50%;

  margin: auto;

  border: 4px solid rgba(151, 151, 151, 0.3);;

  padding: 19px 16px 11px 11px;

}


.first__section .arrow-down { 

  background:#9E9E9E; 

  transform-origin: 0% 0%;

  border-radius: 5px;

}

 

.arrow {

  opacity: 1; 

  transform-origin: 50% 50%;

  transform: translate3d(-50%, -50%, 0);

} 

.arrow:before, .arrow:after {

  background: #9E9E9E;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0px;
  left: calc(100% - 6px);
  width: 18px;

}

.arrow:before {

  transform: rotate(45deg) translateX(-19%);

  transform-origin: top left;

}



.arrow:after {

  transform: rotate(-45deg) translateX(19%);

  transform-origin: top right;

}

@keyframes bounce {

50% {

    transform: translateY(-15px);

  }

}



.content-img-something{

  width: 100%;

  bottom: 10%;

  margin-left: -15px;

  margin-right: -15px;

  position: absolute;

}

.img-something{

  max-width: 55px;

}



.miguel-ugalde {

  color: #FFFFFF;

  font-family: var(--main-font-family-medium);

  font-size: 19px;

  line-height: 23px;

  width: 128px;

  text-align: left;

}

.role-miguel-ugalde {

     color: rgba(255,255,255,.27);

  font-family: var(--main-font-family-medium);

  font-size: 19px;

  line-height: 23px;

  opacity: 0.27;

  text-align: left;

  margin-bottom: 5rem;

}

#portfolio h3{
  font-family: var(--main-font-family-medium);
  font-size: 2rem !important;
  opacity: 0.8916015625;
 }
 
 #portfolio form {
  font-family: var(--main-font-family-medium);
 
 }
 
 #portfolio .form-control {
  font-family: var(--main-font-family-medium);
  font-size: 1.25rem !important;
 
 }
 #portfolio .btn-block{
  font-family: var(--main-font-family-medium);
  font-size: 1.25rem !important;
 }
 .modal .cancel{
  font-family: var(--main-font-family-medium);
  font-size: 1rem !important; 
opacity: 0.5449451264880952;

}

.sk-fading-circle {
margin-top: 10px;
}
.modal-dialog-full-width {

  width: 100% !important;

  height: 100% !important;

  margin: 0 !important;

  padding: 0 !important;

  max-width:none !important;



}



.modal-content-full-width  {

  height: auto !important;

  min-height: 100% !important;

  border-radius: 0 !important;

  background-color: rgba(0, 0, 0, 0.65)!important;

}



.modal-header-full-width  {

  border-bottom: 1px solid #9ea2a2 !important;

}



.modal-footer-full-width  {

  border-top: 1px solid #9ea2a2 !important;

}

 



.ugalde__home .contact__section {
    padding: 3rem 3rem;
    height: 100vh !important;
    position: relative;
    /* background: rgba(0, 0, 0, 0.65) !important; */
    background: rgba(0, 0, 0) !important;
    background: rgba(0, 0, 0, 0.65) !important;
    width: 100%;
}

.ugalde__home   .contact__section-container{

  height: 100vh !important;

  width: 100%;  

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

 }

 .ugalde__home .contact__section-footer {

  display: none;  

  clear: both;

  margin: 10rem 0 0 0;

}

 .ugalde__home   .contact__section-footer a{

  opacity: 0.4893740699404762;

  color: var(--main-light-color);

  text-decoration: none;

  list-style: none;

  margin: 1rem;

}

.ugalde__home .contact__section .link { 
  opacity: 0.4880022321428572;
  text-align: center;

}
.ugalde__home .contact__section .link:nth-child(3) {
  opacity: .8;
}
.ugalde__home .contact__section .link:hover,.ugalde__home .contact__section .link:active,.ugalde__home .contact__section .link:focus { 
  opacity: 1;
  text-align: center;
  cursor: pointer;

}

.ugalde__home .contact__section .link span{

  color: #FFFFFF;

  font-family: var(--main-font-family-medium);

  font-size: 16px;

  letter-spacing: -0.27px;

  line-height: 19px;

  opacity: 0.75; 

  text-align: center;

  display: block  

}

.ugalde__home .contact__section img{

  max-height: 50px;

  margin-bottom: 1rem;

}

 

.space-title{ 

  position: relative;

  width: 100%;

  height: 15vh;
  display: none;
}

.btn-primary{

  background-color: rgba(255, 255, 255, 0.76) !important;

  border: 0px solid rgba(255, 255, 255, 0.76) !important;

  color: #000000 !important;

  border-radius: 3px !important;

}

.btn-primary:focus,.btn-primary:active,.btn-primary:hover{

  background-color: rgba(255, 255, 255, 0.76) !important;

  border: 0px solid rgba(255, 255, 255, 0.76) !important;

  border-radius: 3px !important;

  color: #000000 !important;

}

@media screen and (min-width: 576px) { 

  .ugalde__home main{  

    background-position: 85% 0%;

    background-size: 350%; 

  }

}

 

@media screen and (min-width: 768px) { 
  .ugalde__home .bg__home { 
    background-size: 100%; 
}
.ugalde__home .contact__section img{

  max-height: 50px;

  margin-bottom: 1.5rem;

}

  .ugalde__home .contact__section {
    padding: 4rem 3rem;
  }
  .ugalde__home main{  

    background-position: 95% 0%;

    background-size: 250%; 

  }

  .contact__section .link{

    width: 20%;

  }

}

 

@media screen and (min-width: 992px) { 
  
.ugalde__home .miguel__ugalde-data{ 

  padding: 80px 120px; 

}

.ugalde__home .first__section{  

  padding: 160px 120px; 
}
  .ugalde__home .bg__home { 
    background-size: 100%; 
}
  .contact__section .content-img-something{
    width: 100%;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 7%;
   }
  .ugalde__home .contact__section-footer {

    display: block !important;

  }
  .thank-you-access-w { 
    margin: calc(15% - 12px) auto 30px auto; 
}
  .ugalde__home main{  

    background-position: 95% 0%;

    background-size: 250%; 

  }

  .contact__section .link{

    width: 20%;

  }

}

 

@media screen and (min-width: 1200px) { 
  .ugalde__home .bg__home { 
    background-size: 100%; 
}
.first__section .content-img-something{
 margin-left: -120px;
}
.contact__section .content-img-something{
  width: 100%;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: -65%;
}
  .ugalde__home main{  

    background-position: 95% 0%;

    background-size: 90%; 

  }

  .contact__section .link{

    width: 20%;

  }

}



@media screen and (min-width: 1200px) { 

  .space-title{

    height: 0%;;

  }

  .ugalde__home main{  

    background-position: 100% 0%;

    background-size: 70%; 

  }

  .ugalde__home .contact__section{
    height: 100vh !important; 
    width: 100%;


  }

  .ugalde__home   .contact__section-container{ 
    display: block;
    height: 100% !important;
    width: 80%;
    margin-left: 10%;
    padding: 8rem;
    margin-top: 40vh;
    z-index: 1;
  }

  .contact__section .link{ 

    float: left;

  }

 

  .ugalde__home .contact__section{

    display: block;

  }

}

