@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@media screen and (max-width: 960px) {
  nav a {
    font-size: 13px;
  }
  
  header div {
    display: none;
  }
  
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
  #inicio .div-title p {
    font-size: 13px;
  }
  .div-title h1 {
    font-size: 25px;
  }
  #certificaciones .card .name {
    font-size: 16px;
  }
  #certificaciones .card .description {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}

header {
  position:fixed;
  display:inline-flex;
  width: 100%;
  height: 60px;
  top:0;
  right: 0;
  left: 0;
  font-family: 'Poppins', sans-serif; 
  z-index: 2;
}
nav {
  display:inline-flex;
  width: 100%;
  padding: 30px auto;
}
nav a {
  margin: 0 20%;
  font-weight: bolder;
  text-align: center;
  margin:auto;
  text-decoration: none;
  color: #bf360c;
  text-shadow: 2px 2px #ddd;
  letter-spacing: 1px;
}
nav a:hover {
  color: #ffccbc;
}

#space-nav {
    width: 50%;
  }
main {
  color: whitesmoke;
}
h1 {
  font-size: 30px;
}

#logo {
  width: 200px;
  height: 100%;
}
li {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.div-padding {
  padding: 40px 0;
}

.div-title {
  padding: 30px 5%;
}

.div-wrap {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.div-wrap  * {
  margin: 0 auto;
}

.color-theme {
  background-color: white;
}
.color-theme-2 {
  background-color: #ff5722;
}
.title {
  padding: 5%;
}

.img-background {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: fill;
}

#inicio {
  padding-top:80px;
  height: 10%;
  padding: 10% 10%;
  font-family: 'Poppins', sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/back.png");
}
#inicio p {
  font-size: 20px;
}

#servicios .card {
  width: 420px;
  box-shadow: none;
}
.paragraph {
  text-align: center;
}
#servicios .card * {
  justify-content: center;
  margin: 0 auto;
  color: dimgray;
}

#talleres {

}

#certificaciones {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/img2.png");
}

#certificaciones .card {
  padding: 10px 2%;
  margin: 40px 40px 0 30px;
  width: 100%;
  box-shadow: none;
  font-size: 20px;
}
#certificaciones .card h3 {
   font-size: 30px;
}
#certificaciones .card p {
   text-align: left;
   margin-top: 30px;
   font-size: 22px;
}
#contactos {
  margin: 35px 40px 10px 40px;
  min-width: 300px;
}
.div-list {
  display: inline;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  border: 6px solid whitesmoke;
}
.div-list li {
  margin-top: 16px;
  margin-bottom: 50px;
  list-style: none;
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
}
#logo2 {
  width: 100px;
  margin: 0px auto;
}
footer .img-publisher {
  width: 50%;
  margin: 5px auto;

}
footer hr {
  height: 3px;
  background-color: #ff5722;
  border: none;
  width: 90%;
}

@media screen and (max-width: 780px) {
  .img-background {
  background-size: 100% 100%;
}
  h2 {
    font-size: calc(0.2vw + 0.8em);
  }
  footer .img-publisher {
  width: 100%;
  margin: 5px auto;
  }
}

/* Swiper */
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
  margin: 30px auto;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 5px;
  padding: 12px;
}
.card{
  border-radius: 5px;
  background-color: white;
  box-shadow: 5px 5px 5px 5px #ddd;
}

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 0;
}

.card-image{
  position: relative;
  height: auto;
  width: auto;
  border-radius: 5px;
  padding: 10px;
}
.card-image .card-img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.name
{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  font-family: 'Poppins', sans-serif;
  
}
.description{
  font-size: 14px;
  color: #333;
  text-align: center;
  font-family: 'Poppins', sans-serif; 
}
.button{
  border: none;
  font-size: 16px;
  color: white;
  padding: 8px 16px;
  background-color: #ff5722;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:hover{
  background-color: #d84315;
}
.swiper-navBtn{
  color: #ff5722;
  transition: color 0.3s ease;
  border-width: 20px;
}
.swiper-navBtn:hover{
  color: #e64a19;//#6e93f7;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}




/* Icons (css.gg)*/
.gg-mail,
.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 28px; 
    border: 4px solid;
}
.gg-mail {
    overflow: hidden;
    transform: scale(var(--ggs,1.4));
    position: relative;
    width: 36px;
    border-radius: 4px;
}
.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 6px;
    width: 28px;
    transform: rotate(-45deg);
    bottom: 6px;
    left: 0;
}

 /* Phone */
 .gg-smartphone {
    background:
        linear-gradient(to left,
            currentColor 10px,transparent 0)
            no-repeat 8px 24px/4px 4px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1.4));
    width: 28px;
    height: 40px;
    border: 4px solid;
    border-radius: 4px;
  }

/* Profile */

.gg-profile,
.gg-profile::after,
.gg-profile::before {
    display: block;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 100px
}
.gg-profile {
    overflow: hidden;
    transform: scale(var(--ggs,1.6));
    width: 44px;
    height: 44px;
    position: relative
}
.gg-profile::after,
.gg-profile::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 16px;
    height: 16px
}
.gg-profile::after {
    border-radius: 200px;
    top: 22px;
    left: 0px;
    width: 36px;
    height: 36px
}

