/* ************************** Tipografias ************************** */
/* Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* IBM Plex Sans */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* ************************** Estilos comunes ************************** */

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
main {
    margin: 6rem 0;
}
#inicio main {
    margin: 0;
}
main ul {
    margin-left: 12px;
    padding-left: 0;
}
main li::marker {
    /* list-style-image: url("/assets/img/logo-Tecno-Power.png"); */
    color: var(--bs-primary);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.texto-destacado {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
}
#inicio .texto-destacado {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
}
.subrayado {
    width: 60px;
    height: 4px;
    background-color: var(--bs-primary);
    margin-bottom: 1.4rem;
}
/* .subrayado-chico {
    width: 60px;
} */

.caja-destacado {
    background-color: var(--bs-gray-300);
    padding: 2.5rem 2rem 1.7rem 2rem;
    border-radius: 1rem;
    border: solid 3px white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.caja-destacado .subtitulo-pagina {
    padding-right: 0;
  }


/* ************************** Header ************************** */

/* Topbar */

.topbar {
    /* background-color: var(--bs-primary); */
    background-color: var(--bs-gray-300);
    /* color: var(--bs-gray-600); */
    transition: 0.3s ease-in-out;
}
.topbar, .topbar a:link, .topbar a:active, .topbar a:visited {
    color: var(--bs-gray-700);
}
.topbar a:hover {
    color: var(--bs-primary);
}
.topbar .btn {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10rem;
    padding: 0.2rem 1rem;
    margin: 7px 0;
}
.topbar .btn:hover {
    background-color: #4bc658;
    box-shadow: none;
}
.topbar .btn i {
    font-size: 1rem;
    margin-right: 3px;
}

/* Navbar */

.navbar {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    /* transition: 0.3s ease-in-out; */
    transition: all 0.5s ease;
    margin-top: 43px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.navbar a.active, .navbar a:hover {
    color: var(--bs-primary) !important;
    /* border-bottom: 2px solid var(--bs-primary); */
}
@media all and (min-width: 992px) {
	.navbar .nav-item:hover .dropdown-menu { display: block; transition: 0.5s;}
}
.dropdown-menu a {
    letter-spacing: 0px;
    font-size: 0.8rem;
    font-weight: 700;
}
.dropdown-menu a:hover {
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-primary);
    background-color: transparent;
  }
.navbar.scroll {
    margin-top: 0px !important;
    border-bottom: solid 2px var(--bs-primary);
    padding: 3px 0;
}
.navbar.scroll .navbar-brand img {
    transition: all 0.3s ease-out;
    width: 100px;
}
@media (max-width: 768px) {
    .topbar {
        display: none;
    }
    .navbar {
        margin-top: 0;
        font-size: 1.1rem;
    }
    .nav-item {
        text-align: center;
    }
    .dropdown-menu {
        text-align: center;
        margin-bottom: 15px;
    }
 }

/* ************************** Componentes bootstrap ************************** */

.container {
    max-width: 1210px;
}

/* ***** Button ***** */

.btn {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0;
    border: 0;
    padding: 0.8rem 1.5rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-out;
    /* box-shadow: 0px 0px 10px var(--bs-gray-400); */
    /* border-left: solid 3px var(--bs-secondary); */
}
.btn-primary {
    /* color: white; */
    box-shadow: 0px 0px 10px var(--bs-gray-400);
}
.btn-primary:hover {
    /* color: white; */
    box-shadow: 0px 0px 20px var(--bs-primary);
}
.btn-secondary {
    /* box-shadow: 0px 0px 10px var(--bs-gray-600); */
    border-left: solid 3px var(--bs-primary);
}
.btn-secondary:hover {
    box-shadow: 0px 0px 20px var(--bs-primary);
    border-left: solid 3px var(--bs-primary);
    /* background-color: var(--bs-secondary); */
}
.btn i {
    font-size: 1.3rem;
    /* margin-right: 10px; */
}


/* ************************** Carousel Inicio ************************** */

#carouselInicio {
    width: 100%;
    background-color: var(--bs-secondary);
}
#carouselInicio .carousel-item {
    background-size: cover;
    background-position: center top;
    height: 100vh;
}
#carouselInicio .carousel-content {
    width: 100%;
    height: 100%;
    /* background-color: rgba(30, 30, 30, 0.7); */
    background-color: rgba(46, 50, 56, 0.4);
    text-align: right;
}
#carouselInicio .carousel-content .caja {
    display:inline-block;
    /* text-align: right; */
    margin-right: 50px;
    text-align: left;
}
#carouselInicio .carousel-content .caja .titulo {
    /* font-size: 3rem; */
    /* line-height: 3.2rem; */
    font-weight: 500;
    text-transform: uppercase;
    color: white !important;
    padding-left: 15px;
    border-left: 5px solid var(--bs-primary);
}
#carouselInicio .carousel-content .caja .titulo span {
    font-weight: 700;
}
#carouselInicio .carousel-content .caja .btn {
    box-shadow: 0px 0px 10px var(--bs-gray-900);
}
#carouselInicio .carousel-content .caja .btn:hover {
    /* box-shadow: 0px 0px 10px var(--bs-primary); */
    /* color: var(--bs-secondary); */
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
/* #carouselInicio .carousel-content .caja .titulo::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: var(--bs-primary);
    bottom: 0;
    left: 0;
} */

@media all and (max-width: 768px) {
    #carouselInicio .carousel-content .caja {
        padding: 0 2rem;
        margin-bottom: 5rem;
    }
    #carouselInicio .carousel-content .caja h1 {
        font-size: 1.8rem;
    }
}

/* ************************** Secciones INICIO ************************** */

section {
    padding: 7rem 0 8rem 0;
}
.seccion-clara {
    color: var(--color-default);
    background-color: #eeeeee;
}
.seccion-oscura {
    background-color: var(--color-secondary);
    color: white;
}

  /* Encabezado
--------------------------------*/
.encabezado {
    padding-left: 10px;
    border-left: solid 4px var(--bs-primary);
    margin-bottom: 2rem;
}
.encabezado span {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 0rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-primary);
    padding-left: 2px;
}
.encabezado .titulo {
    font-size: 2.6rem;
    line-height: 2.9rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.3rem;
}
@media all and (max-width: 768px) {
    .encabezado .titulo {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }
}


/* Seccion Servicios */

#servicios .carousel-control-prev {
    width: auto !important;
    margin-left: -50px;
}
#servicios .carousel-control-next {
    width: auto !important;
    margin-right: -50px;
}

#servicios .carousel-indicators {
    margin-bottom: -30px;
}
#servicios .card {
    padding: 20px;
}
#servicios .card img {
    border-bottom-right-radius: 40px;
}
#servicios .card .card-body {
    padding: 3rem;
}
#servicios .card .card-title {
    font-size: 1.8rem;
    text-transform: uppercase;
}

@media all and (max-width: 768px) {
    #servicios .carousel-control-prev {
        /* width: auto !important; */
        margin-left: -15px;
    }
    #servicios .carousel-control-next {
        /* width: auto !important; */
        margin-right: -15px;
    }
    #servicios .carousel-control-next-icon, #servicios .carousel-control-prev-icon {
        background-color: var(--bs-primary);
        /* border-radius: 10px; */
        padding: 20px;
    }
    #servicios .card .card-body {
        padding: 2rem;
    }
    #servicios .card .card-title {
        font-size: 1.2rem;
        text-transform: uppercase;
    }
}

/* Seccion Valores de la empresa */

#valores-de-la-empresa {
    background-color: var(--bs-gray-100);
    margin-bottom: 4rem;
 }
 #valores-de-la-empresa .caja {
    font-size: 1.3rem;
    line-height: 1.75rem;
    text-align: center;
    background-color: white;
    padding: 2.8rem 2rem 2rem;
    min-height: 30vh;
    box-shadow: 0px 0px 30px var(--bs-gray-400);
    border-bottom: solid 4px var(--bs-primary);
 }
 #valores-de-la-empresa img {
    max-width: 160px;
    margin-bottom: 30px;
 }

/* Seccion Enviar-cv */

#enviar-cv {
    background-color: var(--bs-gray-200);
    padding-top: 0;
    padding-bottom: 4rem;
}
#enviar-cv .caja-cv {
    background-image: url("../img/fondo-caja-cv.jpg");
    background-position: left center;
    background-size: cover;
    padding: 3.5rem 2rem;
    box-shadow: 0px 0px 20px var(--bs-gray-500);
    margin-top: -100px !important;
    border-bottom-right-radius: 20px;
}
#enviar-cv .caja-cv .icono {
    font-size: 4.5rem;
}
#enviar-cv .caja-cv img {
    max-width: 110px;
    margin-right: 12px;
}
#enviar-cv .caja-cv h1 {
    text-transform: uppercase;
    font-size: 1.8rem;
    width: auto;
    margin: 0;
}
#enviar-cv .caja-cv p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    border-left: solid 2px white;
    padding-left: 10px;
    margin: 0;
}
@media all and (max-width: 768px) {
    #enviar-cv .caja-cv {
        background-image: url("/assets/img/fondo-caja-cv-vertical.jpg");
        background-position: left top;
        background-size: cover;
    }
    #enviar-cv .caja-cv p {
        border-left: none;
        padding-left: 0px;
    }
}

/* Seccion Contacto */

#seccion-contacto {
    border-top: solid 15px var(--bs-gray-300);
    padding-bottom: 7rem;
}
#seccion-contacto img {
    width: 190px;
}
#seccion-contacto .slogan {
    padding-left: 10px;
}
#seccion-contacto .slogan h4 {
    font-size: 1.3rem;
    text-transform: uppercase;
    border-left: solid 4px var(--bs-primary);
    padding-left: 10px;
}
#seccion-contacto .datos {
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 400;
}
#seccion-contacto .datos a:link,
#seccion-contacto .datos a:visited,
#seccion-contacto .datos a:active {
    color: white;
}
#seccion-contacto .datos a:hover {
    color: var(--bs-primary);
}
#seccion-contacto .datos i {
    color: var(--bs-primary);
}
@media all and (max-width: 768px) {
    #seccion-contacto .slogan h4 {
        font-size: 1.2rem;
    }
}


/* ************************** Paginas ************************** */

.titulo-pagina {
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    /* background-color: var(--bs-gray-200); */
    background-color: var(--bs-secondary);
    padding: 13rem 0 5rem 0;
    border-bottom: solid 5px var(--bs-primary);
}
.titulo-pagina h1 {
    font-size: 1.9rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 0;
    /* border-left: solid 5px var(--bs-primary);
    padding-left: 10px; */
}
.subtitulo-pagina {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-right: 100px;
}
.columna-texto {
    border-left: 2px solid var(--bs-primary);
    padding-left: 20px;
}

/* ***** Página Contacto ***** */

#contacto main {
    margin-bottom: 0;
}
#contacto #enviar-cv {
    margin-top: 150px !important;
}
#contacto .datos-contacto {
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 2rem;
    /* border-left: solid 4px var(--bs-gray-300);
    padding-left: 12px; */
}
#contacto .datos-contacto a:link,
#contacto .datos-contacto a:active,
#contacto .datos-contacto a:visited {
    color: var(--bs-secondary);
}
#contacto .datos-contacto i, #contacto .datos-contacto a:hover {
    color: var(--bs-primary);
}
#contacto ul {
    margin-left: 0px;
}
#contacto .datos-contacto li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

/* ************************** Footer ************************** */

footer {
    color: var(--bs-secondary);
    background-color: var(--bs-primary);
}
footer a:link, footer a:visited, footer a:active {
    color: var(--bs-secondary);
}
footer a:hover {
    color: white;
}

/* *** Icono pie ** */

.icono-pie {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--bs-primary);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.4s;
  }

  .icono-pie i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }

  .icono-pie:hover {
    background:#4BC658;
  }
  /* .icono-pie:hover i {
    color: var(--bs-primary);
  } */

  .icono-pie.active {
    visibility: visible;
    opacity: 1;
  }


  /* ************************** Animacion ************************** */

/* .animar {
    margin-top: -50px;
    transition: all 0.5s ease 0s;
} */

/* .slide-bottom {
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */
.slide-bottom-1 {
	-webkit-animation: slide-bottom 1s ease-out both;
	        animation: slide-bottom 1s ease-out both;
}
.slide-bottom-2 {
	-webkit-animation: slide-bottom-2 1s ease-out both;
	        animation: slide-bottom-2 1s ease-out both;
}
.slide-top {
	-webkit-animation: slide-top 0.3s ease-out both;
	        animation: slide-top 0.3s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-6 12:38:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 1;
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
              opacity: 1;
    }
  }

/**
 * ----------------------------------------
 * animation slide-bottom-2
 * ----------------------------------------
 */
 @-webkit-keyframes slide-bottom-2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
              opacity: 1;
    }
  }
  @keyframes slide-bottom-2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
              opacity: 1;
    }
  }

  /**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
              /* opacity: 0; */
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              /* opacity: 1; */
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
              /* opacity: 0; */
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              /* opacity: 1; */
    }
  }