.width100{
  width: 100%;
}

.uppercase{
  text-transform: uppercase;
}

.text-right{
  text-align: right;
}

.main-color{
  color: var(--main-color);
}

.white-color{
  color: white;
}

.black-color{
  color: black;
}

.img-logo{
  width: auto;
  height: 100px;
}

.img-responsive{
  width: 100%;
  height: auto;
}

.my-header{
  transition: all 0.5s;
  background: var(--main-color);
  max-width: none;
  /* height: 20vh; */
  height: 25vh !important;
  position: sticky;
  top: 0px;
  z-index: 997;
}

.mision{
  width: 100%;
  /* height: 77vh; */
  height: auto !important;
  background: url(../img/mision/back.jpg) center center;
  background-size: cover;
}

.mision-title{
  font-size: 40px;
}

.mision-text{
  font-size: 26px;
}

@media (max-width: 1400px) {
  .mision-title{
    font-size: 37px;
  }

  .mision-text{
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  .mision-title{
    font-size: 35px;
  }

  .mision-text{
    font-size: 21px;
  }
}

.font-italic{
  font-style: italic;
}

.square-about{
  margin-top: 150px;
}

@media (max-width: 1200px) {
  .square-about{
    margin-top: 0px;
  }
}

.back-skey-blue{
  background-color: var(--main-color);
}

.back-skey-blue::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 50px solid white;
  border-right: 50px solid transparent; 
}

.back-skey-blue::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 50px solid white;
  border-left: 50px solid transparent; 
}

.service-image{
  text-align: center; 
  position: relative; 
  font-size: 50px;
}

.back-services::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  background: rgba(21, 34, 56, 0.6);
}

.first-image{
  width: 95%; 
  background: url(../img/servicios/m01.jpg) center center;
  background-size: cover;
  position: relative;
}

.second-image{
  left: 5%;
  width: 95%; 
  background: url(../img/servicios/m02.jpg) center center;
  background-size: cover;
  position: relative;
}

.third-image{
  width: 95%; 
  background: url(../img/servicios/m03.jpg) center center;
  background-size: cover;
  position: relative;
}

.fourth-image{
  left: 5%;
  width: 95%; 
  background: url(../img/servicios/m05.jpg) center center;
  background-size: cover;
  position: relative;
}

.fifth-image{
  width: 95%; 
  background: url(../img/servicios/m05.jpg) center center;
  background-size: cover;
  position: relative;
}

.back-skey-white{
  background-color: white;
}

.back-skey-white::before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 100px solid var(--main-color);
  border-left: 100px solid transparent; 
}

.back-skey-white::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 100px solid var(--main-color);
  border-right: 100px solid transparent; 
}

.contact-address-font{
  font-size: 26px;
}

.contact-number-font{
  font-size: 30px;
}

.link-contact-number{
  color: rgb(68, 68, 68);
}

.link-contact-number:hover{
  color: rgb(90, 90, 90);
}

.semifooter{
  width: 100%;
  height: 50vh;
  background: url(../img/footer/back.jpg) top center;
  background-size: cover;
  position: relative;
}

.social-div{
  position: absolute;
  top: -20%;
  left: 20%;
  padding: 50px;
  border: 5px solid white;
  background-color: var(--main-color);
  width: 30%;
}

@media (max-width: 992px) {
  .social-div{
    width: 60%;
  }
}