@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

:root {
  --primary-color: #f60f20;
  --secondary-color: #1b206e;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root{
  --header-height: 3rem;
  --font-semi: 600;
}
/*===== Colores =====*/
:root{
    --first-color: brown;
    --second-color:black;
  }
  /*===== Fuente y tipografia =====*/
:root{
    --body-font: 'Poppins', sans-serif;
    --big-font-size: 2rem;
    --h2-font-size: 1.25rem;
    --normal-font-size: 0.938rem;
  }
  /*===== Margenes =====*/
:root{
    --mb-1: 0.5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
  }

/* BASE STYLES */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

/* optional icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  
  color: blue;
}

.fa-twitter {
  
  color:dodgerblue;
}

.fa-whatsapp {

  color: green;
}

.fa-instagram {
  
  color:darkred;
}

.optional-icons .fa {
  
  font-size: 30px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.optional-icons {
  display: flex;
justify-content: center;

}

html,
body {
  font-family: 'Poppins', sans-serif;
  color: #111;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

h1 {
  font-size: 30px;
  font-weight: 500;
}

p {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.container {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 20;
}
.logo-img {
  position: absolute;
  width: 10%;
  top: 0;
}

/* NAVIGATION */
.navigation {
  height: 100%;
  width:0;
  position: fixed;
  z-index:50;
  top: 0;
  background-color:#282a35;
  right:0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: orange;
}
.navigation a{padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color:#ffffffff;
  display: block;
  transition: 0.3s;
  list-style: none;
}
.navigation li {
 
  list-style: none;
}

/*.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}*/
/*.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}*/

/* HOMEPAGE */
.home-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-top: 130px;
  margin-left: 30px;

 
}
#about-content p{
 font-size: 20px;

}
#about-h1{
 font-size: 80px;

}

.home-img {
  z-index: -1;
  left:400px;
  height: 100%;
 
}

.home-title{
  text-shadow:black 2px 0px 20px;
  color:#fff;
  font-size: 70px;
}
.home-content .about-usp{
font-size:35px;
max-width: 2000px;
}

.home-title-about{
  position: relative;
  margin-top: 20px;
  text-shadow:black 2px 0px 20px;
  color:#fff;
  font-size: 200px;
 line-height: 250px;
 font-weight: 700;
 z-index: -20;
 animation: myfirst 30s linear 2s infinite alternate;
}

@keyframes myfirst {
  0%   {font-size: 100px;color: dodgerblue; left:0px; top:0px;}
  25%  {font-size: 80px;color: #96d4d4; left:10px; top:0px;}
  50%  {font-size: 20px;color: #b48484; left:20px; top:30px;}
  75%  {font-size: 100px;color: antiquewhite; left:0px; top:30px;}
  100% {font-size: 100px;color: bisque; left:0px; top:0px;}
}

/*scroll*/
.bg-text {
  color:#b48484;
  font-weight: 900;
  font-size: 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 500px;
  padding: 20px;
  text-align: center;
}
.footer__icons {
  
  font-size: 50px;
  border: 2px solid #f1f1f1;
  width: 300px;
}
 /* ===== FOOTER =====*/
 .footer{
  background-color: #96d4d4;
  text-align: center;
  font-weight: var(--font-semi);
  padding: 2rem 0;
}
.footer__title{
  font-size: 2rem;
  margin-bottom: var(--mb-4);
}
.footer__social{
  margin-bottom: var(--mb-4);
}
.footer__icon{
  font-size: 2.5rem;
  color: green;
  margin: 0 var(--mb-2)
}

.bg-image {
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.img1 { background-image: url("../images/swedi\ tech.png"); }
.img2 { background-image: url("../images/Doc2.png"); }
.img3 { background-image: url("../images/Doc5.png"); }

/* SERVICES PAGE */
.services {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
  
}

.services .service {
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.services .service :nth-child(even){
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -ms-transform: rotate(-10deg); /* IE 9 */
  transform: rotate(3deg); /* Standard syntax */
}
.services .service h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  color: var(--secondary-color);
}

.services .service .icon img {
  max-width: 100px;
}


/* CONTACT */
.contact {
  position: relative;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-form {
  position: relative;
  background: #f9f9f9;
  width: calc(100% - 400px);
  padding: 60px 40px 20px;
}

.contact-form form {
  width: 85%;
}

.contact-form .row {
  width: 100%;
  display: flex;
}

.contact-form .input50 {
  width: 50%;
  padding:0 10px;
}

.contact-form .input100 {
  width: 100%;
  margin: 0 10px;
}

.contact-form .row input,
.contact-form .row textarea {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
  background: transparent;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  resize: none;
}

.contact-form .row textarea {
  height: 150px;
}

.contact-form .row input[type='submit'] {
  background-color: var(--first-color);
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  border: 0;
  cursor: pointer;
}

.contact-info {
  width: 350px;
  background: #f9f9f9;
  padding: 60px 40px 20px;
}

.contact-info .info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact-info .info-box .contact-icon {
  width: 20px;
  margin-right: 40px;
}

.contact-info .info-box .details h4 {
  color: var(--secondary-color);
}

.contact-info .info-box .details p,
.contact-info .info-box .details a {
  color: #111;
}


@media (max-width: 1068px) {
  .home-img {
    display: none;
  }
  .bg-text{
    font-size: 50px;
  }

  .logo {
    top: 10px;
    left: 40px;
    font-size: 1.5rem;
  }
  .home .home-content h1{
position: relative;
    text-shadow:black 2px 0px 20px;
    color:#fff;
    font-size: 60px;
   line-height: 50px;
   font-weight: 900;
  align-content: center;
  }
  .home .home-content{
    position:relative;
    margin-top: 5px;
    margin-left: 10px;
   
  }
  

  .bg-image {
    /* Full height */
    height: 50%;
  }

  section {
    padding: 100px 40px;
  }

  .navigation ul li a {
    font-size: 2rem;
  }

  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .contact-form .row {
    flex-direction: column;
  }

  .contact-form .input50,
  .contact-form .input100 {
    width: 100%;
    margin: 0;
  }

  .contact-info {
    width: 100%;
    margin-top: 20px;
    padding: 30px 30px 20px;
  }
}

@media (max-width: 768px) {
  .services {
    grid-template-columns: 1fr;
  }
.bg-image {
    /* Full height */
    height: 50%;
  }

  
.home-title-about{
  position: relative;
  margin-top: 2px;
  text-shadow:black 2px 0px 20px;
  color:#fff;
  font-size: 50px;
 line-height: 50px;
 font-weight: 900;
align-content: center;
}
  .services .service {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
