@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
:root {
    --brand: #EF5350;
    /*--brand: #ff4d29;*/
    --dark: #092032;
    --body: #516171;
    --modalidad: rgb(255, 255, 255);
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: var(--body);
   
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}
a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover {
    color: var(--brand);
}
section {
    padding-top: 10px;
    padding-bottom: 80px;
}
img{
    width: 100%;
}

/*img {
    display: block;
    max-width: 100%;
  }*/
.text-brand {
    color: var(--brand) !important;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro {margin-bottom: 36px;
    text-align: center;}
    
    .intro p {
        max-width: 500px;
    }
    .intro h6{
        color: var(--brand);
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .intro h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .top-nav {
        background-color: var(--brand);
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-nav p {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .top-nav span,
    .top-nav i {
        vertical-align: middle;
    }
    
    .navbar {
        box-shadow: var(--shadow);
    }

.social-icons a {
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content:center;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
}
.social-icons a:hover {
    background-color: #ffffff;
    color: var(--brand);
}


.navbar {
    box-shadow: 0px 6px 30px rgba(0,0,0, 0.08);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}
.navbar-brand2 {
    font-size: 20px;
    font-weight: 600;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
    font-weight: 500;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #2237d6;
    border-color: #2237d6;
    color: #fff;
}
/*.carousel-item> img {
    width: 1200px; 
    height: 460px; 
   }
.carousel { 
    width: 1200px; 
    height: 160px; 
   }*/

   .hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}
   .owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}

.slide {

    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.slide1 {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/ventasss.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.slide2 {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/sacandocopias.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/serviciotecnico.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }
 
 .slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/suministros.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }
 
.slide .display-4 {
   text-transform: uppercase;
   color: #fff;
}

/*equipo*/
.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 300px; /* Altura fija del contenedor */
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho de su columna */
}

.team-member .image img {
    display: block; /* Elimina el espacio extra que podría generar la imagen */
    width: 100%; /* La imagen ocupará todo el ancho del contenedor */
    height: 100%; /* La imagen se ajustará a la altura del contenedor */
    object-fit: cover; /* Recorta la imagen si es necesario para cubrir el contenedor */
    object-position: center; /* Centra la imagen dentro del contenedor */
}

.team-member .social-icons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.team-member .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color semitransparente */
    z-index: 4;
}

h5, p {
    text-align: center; /* Centra el texto debajo de la imagen */
}

/* Estilo general del card */

/* Contenedor de los cards */
.card-container {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten en varias filas */
    gap: 20px; /* Espaciado entre los cards */
    justify-content: center; /* Alinea horizontalmente */
    align-items: flex-start; /* Alinea verticalmente */
    padding: 20px;
}

/* Card individual */
.card {
    width: 350px;
    height: 600px; /* Altura fija del card */
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/* Sección de la imagen */
.card-image {
    height: 350px; /* Altura fija para la imagen */
    overflow: hidden;
}

.miiconofoo img {
    width: 80px; /* Imagen se ajusta al ancho */
    height: 80px; /* Imagen se ajusta a la altura */
}
/* Sección de la imagen */
/* .imagen {
    height: 80px; 
    overflow: hidden;
} */

  .imagen img {
    width: 200px;
    height: 60px;
} 

.card-image img {
    width: 100%; /* Imagen se ajusta al ancho */
    height: 100%; /* Imagen se ajusta a la altura */
    object-fit: cover; /* Se asegura que la imagen no se deforme */
}

/* Sección de contenido */
.card-content {
    height: 250px; /* Altura fija para el contenido */
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra título y párrafo verticalmente */
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #28a745; /* Verde */
}

.card-content p {
    font-size: 12px;
    color: #555;
    text-align: justify;
    margin: 0;
}

/* Sección del pie */
.card-footer {
    height: 50px; /* Altura fija para el pie */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}

.details-btn {
    padding: 8px 15px;
    font-size: 14px;
    background-color: #EF5350;;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.details-btn:hover {
    background-color: #ee8d8a;;
}

/* .team-member .image{
    position: relative;
    z-index: 3; 
    overflow: hidden;
    height: 300px;
} */

/*

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(40, 116, 252, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}
*/
.price_wrapper{
    padding: 20px 0 0;
}
.price_wrapper .pricing_subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--text-light-3);

}

.price_wrapper .pricing_title{
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 25px;
    color: var(--text-black);
}
.price_wrapper .pricing_card{
    background-color:var(--modalidad);
    box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 45px 40px;
    border-radius: 10px;
    
    margin-bottom: 30px;

}
.price_wrapper .pricing_card:hover{
    box-shadow: 0 2px 29px rgb(0 0 0 / 20%);
    z-index: 5;
    cursor: pointer;
}


.price_wrapper .pricing_card img {
    max-width: 75%;
}
.price_wrapper .pricing_text {
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 800;
    color: var(--text-black);
    margin: 0;
}
.price_wrapper .pricing_all_plan li strike{
    color:var(--text-light-4);
}
.price_wrapper .learn-more-btn{
    background: var(--bg-dark-green);
    border-color: var(--bg-dark-green);;
}
.price_wrapper .featureds{
    box-shadow: 0 2px 40px rgb(0 0 0 / 5%);
    background-color:var(--bg-white);
    border:5px solid var(--text-black);
    padding-top: 80px;
    padding-bottom: 80px;

}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}
footer {
   /* background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    background: linear-gradient(0deg, rgba(233, 106, 74, 0.9), rgba(201, 90, 70, 0.9)), url(../img/universidad.jpg), #5361c7;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer .navbar-brand2 {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}
.close{
	color: #f2f2f2;
	font-size:30px;
	font-weight: bold;
}
.close:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

