:root {
  --primary-color: #010041;
  --secondary-color: #00FC64;
  --tertiary-color: #8218FF;
}

/* reseteo los estilos del navegador //////////////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ajusto font-size para usar rem como px //////////////////////////////////////////////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  position: relative;
}

/* body /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 23px;
  color: white;
  font-size: 1.6rem;
  background-color: var(--primary-color);
}

h1 {
  font-size: 4.5rem;
  font-weight: bold;
}

.paragraph-title {
  font-size: 2.0rem;
  font-weight: 400;
  color: var(--tertiary-color);
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

a.more {
  font-weight: 500;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-primary {
  background-color: var(--tertiary-color);

}
/* navbar //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.container-logo {
    position: absolute;
    top: 0;
    width: 139px;
    height: 168px;
    /*background-image: url("../assets/img/logo-top-bg.jpg");*/
    background-repeat: no-repeat;
    background-position: bottom;
    object-fit: fill;
    
}

.custom-navbar {
  z-index: 999; 
  background: var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-navbar ul {
  margin-left: 170px;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff !important;
  opacity: .7;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #ffffff;
    height: 3px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

/* Intro section ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.bg-animation {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 1.6rem;
  color: white;
  background-image: url('../assets/img/backgrond.gif');
  background-position: center;
  background-repeat: none;
  object-fit: cover;
}

.bg-logo {
  width: 349px;
  height: 176px;
  background-image: url('../assets/img/boole-logo.png');
  background-position: center;
  background-repeat: none;
  object-fit: cover;
}

/* Nosotros section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#nosotros-section {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

#nosotros-section .nosotros-container-img {
  position: relative;
}

#nosotros-section .col-nosotros-left .nosotros-picture {
  position: absolute;
  z-index: -2;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: top;
}
#nosotros-section .col-nosotros-left .nosotros-circle {
  position: relative;
  z-index: -1;
  width: 85%;
  margin-left: -50%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* Servicios section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#servicios-section {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#servicios-section .servicios-card-img-top {
  margin-bottom: 2rem ;
}

#servicios-section .servicios-card-title {
  font-size: 1.4rem;
  color: var(--secondary-color);
}

#servicios-section .servicios-card-text {
  font-size: 1.4rem;
}

/* Proyectos section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#proyectos-section {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

#proyectos-section img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid var(--tertiary-color);
}
/* Clientes section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#clientes-section {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#clientes-section .logo-clientes {
  width: 250px;
  height: 200px;
  padding: 5px;
  background-color: white;
  aspect-ratio: 1/1;
  object-fit: contain;
  
}

/* Slider Logos Clientes */

.slider {
  background: #efeef200;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  touch-action: none;
}

.slider:before {
  left: 0;
  top: 0;
}
/* .slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      #efeef2 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
} */
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
/* .slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      var(--primary-color) 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
} */

.slider .slide-track-1 {
  animation: scroll-l 30s linear infinite;
  display: flex;
  width: 4500px;
}
.slider .slide-track-2 {
  animation: scroll-r 30s linear infinite;
  display: flex;
  width: 4500px;
}

.slider .slide {
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
}
.slider .slide img {
  width: 180px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 10px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes scroll-l {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll-r {
  100% {
      transform: translateX(0);
  }
  0% {
      transform: translateX(calc(-250px * 7));
  }
}

/* Contacto section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#contacto-section {
  padding-top: 18rem;
}

#contacto-section .contacto-left {
  width: 100%;
  height: 500px;
  background-color: var(--tertiary-color);
}

#contacto-section .contacto-left img {
  margin-top: -20%;
  margin-left: 10%;
  width: 80%;
}

#contacto-section .contacto-right {
  height: 500px;
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 10%;
  border: 3px solid var(--tertiary-color);
}
#contacto-section .contacto-right h2 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}

#contacto-section .social-child img{
  width: 35px;
  padding-right: 6px;
  padding-left: 6px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.form-control {
  width: 80%;
	background-color: var(--tertiary-color);
	border-radius: 0;
	padding: 5px 10px;
  margin-top: 8px;
	border: 0 none;
	color: white;
  font-size: 1.4rem;
}

.form-control::-webkit-input-placeholder, 
.form-control::-webkit-select-placeholder {
	/*  Chrome, Safari, Opera  */
	color: #ddd;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #ddd;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ddd;
}

.form-control:-ms-input-placeholder,
.form-control:-ms-select-placeholder {
	/*  Internet Explorer  */
	color: #ddd;
}

#contact-submit {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  margin-top: 8px;
}

#contact-icons {
  margin-top: 15rem;
}

/* Footer section ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer-section {
  margin-top: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: black;
}