:root {

--bs-color-blanco:#ffffff;

--bs-color-ama1:#FCFAD6;
--bs-color-ama2:#F8F3A7;
--bs-color-ama3:#F2EC6A;
--bs-color-ama4:#F7E455; /*oficial*/
--bs-color-ama5:#F0D30D;
--bs-color-ama6:#F9CF01;

--bs-color-gris1:#E8E8E8;
--bs-color-gris2:#ADB0B6;
--bs-color-gris3:#878C94; /*oficial*/
--bs-color-gris4:#818181;
--bs-color-gris5:#666666;
--bs-color-gris6:#575757;



--bs-bg-blanco:#ffffff;

--bs-bg-ama1:#FCFAD6;
--bs-bg-ama2:#F8F3A7;
--bs-bg-ama3:#F2EC6A;
--bs-bg-ama4:#F7E455; /*oficial*/
--bs-bg-ama5:#F0D30D;
--bs-bg-ama6:#F9CF01;

--bs-bg-gris1:#E8E8E8;
--bs-bg-gris2:#ADB0B6;
--bs-bg-gris3:#878C94; /*oficial*/
--bs-bg-gris4:#818181;
--bs-bg-gris5:#666666;
--bs-bg-gris6:#575757;




}
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/


.main-banner {
  /*position: relative;*/
  /*position: absolute;*/
  /*width: 100%;*/
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

 .caption {
  position: absolute;
  top: 80%;
  /*margin-left: 10px;
  padding-left: 10px;*/

  margin-left: 0% !important;
  /*margin-top: 200px !important;*/
  z-index: 10050;

  transform: translateY(-50%);
}
.caption_r {
  position: absolute;
  top: 90%;
  /*margin-left: 10px;
  padding-left: 10px;*/
  right: 10px;
  /*margin-left: 85% !important;*/
  /*margin-top: 200px !important;*/
  z-index: 10050;

  transform: translateY(-50%);
}

.caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--bs-color-ama6);
  text-shadow: -4px 3px 0 #575757, -14px 7px 0 #575757;
  letter-spacing: 1px;
}

.caption img {
    width: 171px;
    height: 173px;
  }

.caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.caption .main-button-red {
  margin-top: 30px;
}

/*@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}*/


/*
---------------------------------------------
services
---------------------------------------------
*/













/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

/*===================================media query=========================================*/
/*=======================================================================================*/

/* sm applies to small devices (landscape phones, less than 768px) */
@media (min-width: 50px) and (max-width: 767.98px) {
   .caption img {
    width: 132px;
    height: 133px;
  }
  .caption h2 {
    font-size: 23px;
    color: red;
    text-shadow: -4px 3px 0 #575757, -14px 7px 0 #575757;
    letter-spacing: 1px;
  }
   .caption {
    position: absolute;
    top: 80%;
    margin-left: 0% !important;
    transform: translateY(-50%);
  }

}




/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .caption img {
    width: 116px;
    height: 118px;
  }
   .caption h2 {
    font-size: 26px;
    color: blue;
    text-shadow: -4px 3px 0 #575757, -14px 7px 0 #575757;
    letter-spacing: 1px;
  }

  .caption {
    position: absolute;
    top: 80%;
    margin-left: 0% !important;
    transform: translateY(-50%);
  }
}

/*  lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .caption img {
    width: 157px;
    height: 160px;
  }
  .caption h2 {
    font-size: 29px;
    color: pink;
    text-shadow: -4px 3px 0 #575757, -14px 7px 0 #575757;
    letter-spacing: 1px;
  }

  .caption {
    position: absolute;
    top: 80%;
    margin-left: 0% !important;
    transform: translateY(-50%);
  }

}

/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .caption img {
    width: 178px;
    height: 180px;
  }
  .caption h2 {
    font-size: 32px;
    color: green;
    text-shadow: -4px 3px 0 #575757, -14px 7px 0 #575757;
    letter-spacing: 1px;
  }

  .caption {
    position: absolute;
    top: 80%;
    margin-left: 0% !important;
    transform: translateY(-50%);
  }

}

/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
/*@media (max-width: 1399.98px) { */
  
  /*footer {
    background-color: var(--bs-bg-gris6);
    font-size: 0.8em!important;
    box-shadow: 0 6px 20px 10px grey;
  }*/

}

/*===================================media query=========================================*/
/*=======================================================================================*/







/*@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

}

@media (max-width: 767px) {


}*/