@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;600&family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@200;500&display=swap');

body{
    background: rgb(255, 255, 255);
}

h1{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	color: #fdfbfb;
}
h2{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
}
p{
	font-family: 'Lora';
}
/*-------------Navbar----------------------*/
.navbar-brand img{
    width: 7rem;
}
.nav-link{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    color:#ffffff
}
.navbar-toggler{
    color: white; /* Cambia el color de fondo del ícono a blanco */
}
  /* Agrega este estilo para cambiar el color del ícono del botón hamburguesa a blanco al pasar el mouse (hover) */
.navbar-toggler:hover .navbar-toggler-icon {
    color: white;
}
  /* Agrega este estilo para cambiar el color del ícono del botón hamburguesa a blanco cuando está activo (pressed) */
.navbar-toggler:focus .navbar-toggler-icon {
    color: white;
}
/*-------------/Navbar----------------------*/
/*-------------Whatsapp----------------------*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}
.my-float{
	margin-top:16px;
}
/*-------------/Whatsapp----------------------*/
/*-------------Inicio----------------------*/
.c-item {
    height: 700px;
  }
  
  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }

  .text-ini{
    padding-top: 4rem;
    color: #ffffff;
  }
/*-------------/inicio----------------------*/
/*-------------Empresa----------------------*/
.empresa{
    margin-top: 6rem;
}
.text-empresa{
    font-size: 1.5rem;
}

.btn{
    position: relative;
    padding: 20px 50px;
    text-decoration: none;
    color:#ff0000;
    letter-spacing: 5px;
    border: 3px solid;
    transition: all 0.6s;
}
.btn:hover{
    background-color: rgb(185, 3, 3);
    box-shadow: 0 0 20px #b40101;
    border-color: #fdfdfd;
    color: #fdfdfd;
}
.btn span:nth-child(n){
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid;
    transition: all 0.6s ease;
}
.btn span:nth-child(1){
    right: 10%;
    top: -10px;
    background-color: #ff0000;
}
.btn span:nth-child(2){
    left: 10%;
    bottom: -10px;
    background-color: #fdfcfc;
}
.btn:hover span:nth-child(1){
    right: 80%;
    transform: rotate(90deg);
    color: #ff0000;
    background-color: #ff0000;
}

.btn:hover span:nth-child(2){
    left: 80%;
    transform: rotate(90deg);
    color:#fdfcfc ;
}
/*-------------/Empresa----------------------*/
/*-------------servicios---------------------*/

.servicios{
	background: #181818;
}
.card{
    width: 100%;
    height: 38rem;
	box-shadow: 11px 9px 15px #000000;
	position: relative;
	overflow: hidden;
	display: flex;
    border-radius: 1.5rem;
}
.card-title{
    font-size: 1.5rem;
}

.card-body{
	height: 11rem;
	background-color: #101010;
	color: white
}

.text-stand{
	font-size: 1.5rem;
    letter-spacing: 3px;
	color: white;
    text-align: center;

}
/*-------------/servicios---------------------*/
/*-------------Logos--------------------------*/
.logos {
    background: #f8f8f8; /* Fondo para resaltar los logos */
    padding: 60px 0;
  }
  
  .text-log {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #333; /* Color de texto oscuro */
    display: block;
    text-align: center;
    margin-bottom: 30px; /* Espacio entre el texto y los logos */
  }
  
  .log {
    width: 5rem;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; /* Centrar los logos */
  }

  @media (max-width: 575px) {
    .logos .col-lg-2 {
      flex: 0 0 50%; /* Establece el ancho de la columna al 50% en pantallas menores a 500px */
    }
  }
  
  
/*-------------/Logos--------------------------*/
/*-------------Contacto--------------------------*/
.contacto{
    background-color: #101010;
    color: #ffffff;
    .text-contacto{
        font-size: 1.2rem;
    }
}
/*-------------/Contacto--------------------------*/
/*-------------footer--------------------------*/
.footer{
    background-color: #101010;
    color: #ffffff;
    
}
/*-------------/footer--------------------------*/

@media only screen and (max-width: 986px) {
	.navbar-nav {
		text-align: center;
	}
	.inicio {
		padding-top: 0.1rem;
	}
	.img-container img{
        width: 100%;
    }
	.col-md-5{
		padding-top: 3rem;
	}

    .card{
        width: 100%;
        height: auto;
    }
}