@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

/*Backgraound Body*/
body {
    padding-top: 57px;
    font-family: 'Poppins', sans-serif;
}

#header ul li {
        
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
      
}  

#dropdown-services  {
  background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5472);
}

#header img {
   width: 40px; 
}


#main .carousel-inner img {
    max-height: 70vh;
    object-fit: cover;
    filter: grayscale(95%);
  }
  
  #carousel {
    position: relative;
  }
  
  #carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1;
  }
  
  #carousel .overlay .container,
  #carousel .overlay .row {
    height: 100%;
  }

#header {
    padding-bottom: 0%;
    background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5472);
    
    
}

#header a {
    color: #ffffff;
    
}

#headers h2{
    
    padding: 10px;
    text-align: center;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    color: #f6f8f8;
    text-shadow: 0px 4px 0px #050000;
  }

  #headers2 h2{
    
    padding: 10px;
    text-align: center;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 77px;
    color: #f6f8f8;
    text-shadow: 0px 4px 0px #050000;
  }

#headers h1 {
  font-family: 'Poppins', sans-serif;
    font-style: bold;
    font-size: 30px;
    margin-top: -20px;
    text-align: center;
    padding-bottom: 0;
}

#headers span{
    color: rgb(243, 57, 57);
}

#headers2 span{
    color: rgb(243, 57, 57);
}

#main-two {
  font-size: 34px;
  color: #555555;
  text-align: center;
  font-family:Open Sans;
  font-weight:300;
  font-style:normal;
}

.btn-haka {
    background-color: #97c93e;
    color: white;
  }
  
  .btn-platzi:hover {
    background-color: #82ad36;
  }

  #btn-haka2{
    background-color: #97c93e !important;
  }

#iconos-main{
    width: 50px;
}

.card img{
  border-radius: 10%;
}

#main-plan h1{
      
 text-align: center;
 font-size: 35px;
 font-family: 'Poppins', sans-serif;
      
}

#main-plan p{
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 48px;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: center;
  }

.green-haka{
    color: #97c93e;
  }

#barra-plan {
    text-align: center; 
}

#title-top-cards{
    color: #555555;
    font-family: 'Poppins', sans-serif;
    
}

#title-cards{
    color: #3c5360;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

#content-cards{
    color: #546f7f;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

#card-title {
    background-color: #97c93e !important;
    color:#f6f8f8 !important;
}

.w3-container h1{
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
padding-left: 12%;
/* identical to box height, or 117% */

display: flex;

letter-spacing: -1px;
padding-bottom: 2px;
/* Black */

color: #2D3436;
}

.w3-container span{
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 50px;
/* identical to box height, or 117% */

display: flex;

letter-spacing: -1px;

/* Black */

color: #2D3436;
position: relative;
height: 56px;
left: 0px;
right: 0px;
top: 10px;
}

#footer{
    margin-top: 30px;
    background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5472);
}

#footer a{
    color:rgb(250, 250, 250);
}

#footer-logo img {
  width: 40px; 
  justify-content: center;
}

#footer-redes img{
  width: 25px;
}

.icoperfiles {
  width: 25px;
}

footer #footer-questions ul li a {
  text-decoration: none;
  }

  footer #footer-questions ul li {
    list-style-type: none;
    }

