body{
  -webkit-user-select: none;
}
*{
  cursor: url("../cursordefault.png"), auto;
}
a, .btn, button{
  cursor: url("../cursorpointer.png"), auto;
  text-decoration: none;
}
/*MENÚ*/
header {
  height:auto;
  background-color:#661859;
  display: flex;
  justify-content: flex-end;
}
#btn-menu {
  display: none;
}
header label {
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.menu ul {
  background-color:#661859;
  display: flex;
  list-style: none;
}
.menu ul ul {
  display: none;
}
.menu a {
  display: block;
  padding: 15px 20px;
  color: #FFF;
}
.menu a:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #971A81;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.menu a i {
  margin-left: 10px;
}
.menu ul li:hover ul {
  transition: all 0.3s ease;
  display: block;
  position: absolute;
}
.nav__logo{
  font-size: 2.5rem;
  z-index: 1;width:100%;
}
@media (max-width: 768px) {
  header label {
    display: block;
    padding-top: 16px;
    padding-right: 16px;
    transition: all 0.4s ease;
  }
  .menu {
    position: absolute;
    top: 120px;
    left: 0;
    width: 50%;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .menu ul {
    flex-direction: column;
  }
  .menu ul li:hover ul {
    display: none;
    position: static;
  }
  .menu a i {
    position: absolute;
    right: 16px;
    line-height: 32px;
  }
  #btn-menu:checked ~ .menu {
    transform: translateX(0%);
  }
}
/*SOMBRA A LAS IMAGENES*/
img{
  filter: drop-shadow(12px 12px 5px rgba(0,0,0,0.7));
}
.img_logo{
  filter: contrast(120%);
}
/*ESTILOS DEL MENU*/
.nav-link {
  font-weight: 600;
}
/*ESTILOS HR*/
.hr_servicios{
  border-top:10px solid;
	width: 200px;
  color:  #E6007E;
}
.hr_nosotros{
  border-top:10px solid;
	width: 200px;
  color: #F6A000;
}
.hr_clientes{
  border-top:10px solid;
	width: 200px;
  color: #009FE3;
}
.hr_contacto{
  border-top:10px solid;
	width: 200px;
  color: #E6007E;
}
/*ESTILOS DE LETRAS*/
.text-justify {
  text-align: justify;
}
#txtComment {
  resize: none;
}
.letter_menu{
  font-family: 'Poppins', sans-serif;
  color: #3a3a3a; 
}
h1,h2,h3,h4{
  font-family: 'Poppins', sans-serif;
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p,li,input, textarea, option, select,div{
  font-size: 16px;
  line-height: 150%;
  font-family: 'Century Gothic', sans-serif;                                       
}
.lm{
  font-family: 'Poppins', sans-serif;
  font-size: 1.8em;
  color: #fff;
}
/*carrusel*/
.midon img{
  height: 76vh;
}
/*IMAGENES CARRUSEL*/
.c-item {
  height: 480px;
}
.c-img {
  height: 100%;
  object-fit: cover;
}
/*BOTONES PERSONALIZADOS*/
.btn-outline-personal{
  outline: .5px solid;   
  outline-color: black;  
  margin: 5px;
}
.boton-cerrar{
  outline: .5px solid;   
  outline-color: gray;  
  margin: 5px;
}
.boton-cerrar:hover{
  background-color: #F2F2F2;
}
/*SECCIÓN DE QUIENES SOMOS*/
.secciones{
  color: rgb(255, 255, 255);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 2px 5px #000;
}
.hero {
  background-image: linear-gradient(rgba(16, 16, 16, .8), rgba(16, 16, 16, .9)) , url(../assets/resources/IMAGENES/Equipo.jpg);
  background-size: cover;
  max-width: 100%;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(8, 1fr);
  position: relative;
}
.hero .info-content {
  color: #fff;
  z-index: 1;
}
.hero .info-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8em;
}
.hero .info-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 5em;
  color: #EDCB54;
}
.hero .info-content p {
  font-family: 'Century Gothic', sans-serif;
}
.hero .info-content .btn {
  font-size: 1em;
  color:#fff;
  background: none;
  padding: 10px 20px;
  border-radius: 30px;
  border:1px solid#EDCB54;
  margin-top: 10px;
}
.hero .info-content .btn:hover {
  background-color: #EDCB54;
  color:#181818;
}
/*quienes somos*/
.carousel-weston-middle {
  top: 35%;
}
/*SECCIÓN CONTACTO*/
.contact-map {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #666;
  display: grid;
  align-items: center;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

/*ESTILOS DE FOTTER*/
.footer {
  background-image: url(../img/foot-01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}