
.vertical-menu {

    float: right;
    margin-top: 90%;
    position: relative;
    z-index: 11;
    margin-right: 2%;
   
  }


  .vertical-menu-home {
    margin-top: 45%;

  }
  
  .vertical-menu a {
    color: rgb(255, 255, 255); /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-family: "TitliGothic";
    font-size: 195%;
    text-align: center;
  
  }
  
  .vertical-menu a:hover {
    background-color: rgba(255, 255, 255, 0); /* Dark grey background on mouse-over */

  }
  
  .vertical-menu a.active {
    color: #fb0c08;
  }
  

/* Local Styles*/



@font-face{
  font-family: TitliGothic;
  src: url(../fonts/TitlingGothicFBComp-Regular.ttf);
}

.p-canvas{

}
html, body{
  height: 100%;
}

.container-c{
  height: 100%;
  width: 100%;
  background-color:white;
}


html , .row{
  height: 100%;
  width: 100%;
  

}

html , .col-md-8-new{
  height: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}


html , .col-md-8-new-section{
  height: 100%;
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;

}


html , .col-md-4-new {
  height: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

html , .col-md-2-new {
  padding-left: 0px;
  padding-right: 0px;
}


.img-background {
  
  height: 100%;
  width: 100%;
  background-image: url(../img/lar2.0.jpeg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-y: 40%;
}



/* Constome styles*/



.diag-izq {
  height: 100%;
  background-image: url(../img/diag-izq.png);
  background-size: contain;
  background-repeat: no-repeat;

}


.izq-diag {
  height: 100%;
  z-index: 4;
  position: relative;
  
}





.diag-der-container{
  height: 100%;

}


.diag-der-home{
  height: 100%;
  background-image: url(../img/diag-der1.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo-home {
  background-color: white;
  height: 28%;
  margin-top: 375px;
  margin-left: 0%;
  z-index: 13;
  position: relative;

}


.logo-section {
  background-color: white;
  height: 20%;
  margin-top: 2%;
  margin-left: 2%;

}

.img-container{
  height: 100%;
}

.row-new {
  margin-left: 0px;
  margin-right: 0px;
  background-image: url(../img/logo-background.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position-y: center;
  
}

.img-principal{
  height: 130%;
  z-index: 1;
  position: fixed;
  margin-top: -5%;
  margin-left: 0%;
}


.img-principal-home{

  height: 120%;
  z-index: 1;
  position: fixed;
  margin-top: -5%;

}

.img-50{
  height: 50%;
  z-index: 10;
  position: absolute;
  
}

.img-100{
  height: 100%;
  z-index: 10;
  position: absolute;
  width: -webkit-fill-available;
  
}

.col-50{
  width: 20%;
  height: 100%;
  float: left;
  margin-left: 685px;
  overflow-y: auto;

}

.img-selector{

  z-index: 3;
  position: relative;
  object-fit: contain;
  

}

.div-selector{

  width: 200px;
  height: 133px;
  margin-top: 85px;
}

.col-50::-webkit-scrollbar {
  display: none;
}

.text-container {

  position: absolute;
  z-index: 13;
  margin-left: 66%;
  margin-top: 170px;
  font-family: "TitliGothic";
  

}

.text-container h3{

  color: gray;
  font-size: 24px;

}

.text-container h1{

  color: black;
  z-index: 1;

}

.text-sold{
  position: absolute;
  margin-left: 21%;
  opacity: 60%;
  margin-top: -10%;
}

.text-sold h1{
  color: #fb0c08;
  font-size: 80px;
  z-index: 3;
}

.video-container {
  position: absolute;
  z-index: 4;
  margin-left: 15%;
  height: 67%;
  margin-top: 130px;
}

.video-height {
  height: auto;
  width: 85%;
}

.form-contact {
  position: absolute;
  z-index: 4;
  margin-left: 19%;
  height: 67%;
  margin-top: 13%;
 
}

.form-contact .form-control{
  border: solid 2px #000;
}

.form-contact label{

  font-size: 50px;
  font-family: "TitliGothic";
  margin-top: -20px;
}

.form-contact .btn-primary{

  background-color: #000;
  border: 0px !important;

}

.form-contact .btn-primary:active{

  background-color: #f00 !important;

}

.form-contact .btn-primary:focus{

 box-shadow: 0 0 0 0rem !important;

}