* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: serif, sans-serif;
    font-size: 16px;
    min-height: 100vh;
  }

 /* == Menu== */

  .navbar{
    margin-top: 0%;
    width: 100%;
    position: fixed;
    height: 12%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:10;
    background-color: #00355C;
    font-size: 1.5em;
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    text-decoration: none;
    font-weight: 500;
    transition: top 0.4s ease-out;
  } 
  #logo{
    width: 19rem;
    height: auto;
    margin-left: 5rem;
  }
  .full-width-img {
    width: 100%;
    }
  
  .nav_items a{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    margin: 20px;
    color: #f2f2f2;
    position: relative;
    text-decoration: none;
  }
  
  a.active{
    background-color: #4CAf50;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    -webkit-border-radius: 27;
    -moz-border-radius: 27;
    border-radius: 27px;
    color: #fafafa;
    padding: 13px 30px 13px;
    text-decoration: none;
    transition: 0.5s;
  }
  
  .nav_items .active:hover{
    color: #00355C;
   }

  .nav_items a:hover{
   color: #27BFD9;
  }

  .nav_items a:hover::before{
    width: 100% !important;
  }
  .nav_toggle{
    display: none;
  }


   /* == Video == */

  .video{
    background-size: contain;
    top: 0%;
  }

  .top {
    margin-top: 0;
	  position: relative;
	  height: 65px;
    background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
    width: 100%;
}
  

   /* == Whatsapp == */

  .whatsapp-icon {
    margin-top:13px;
    animation: beat 2s ease-in-out infinite;
  }

  .whatsapp {
    position:fixed;
    width:3.75rem;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    animation: breathe 2s ease-in-out infinite;
  }

/*Estilos con animation contorno respirando*/
@keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

 /* == main == */

  main{
    width: 100%;
    height: auto;
   }


 /* == Nosotros == */

 .nosotros{
   width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   background-color: #f2f2f2;
  }

  .contenedor-nosotros{
    width: 80%;
    margin: 0 auto;
    height: auto;
    
  }

  .imagen-nosotros{
    max-width: 590px;
    float: right;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .conocenos h1{
    text-align: left;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #00355C;
    float: center;
    font-size: 3.5em;
    margin-top:15%;
    animation-duration: 3s;
  
    animation-name: entrada;
  }

  @keyframes entrada {
    from {
      margin-left: -50%;
      
    }
  
    to {
      margin-left: 0%;
      
    }
  }

  article{
    width: 50%;
    display: inline-block;
    padding: 0%;
    margin-top: 5%;
    margin-left: 0%;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #000000;
    font-size: 1.125rem;
    line-height: 160%; /*interlineado*/
}



 /* ==SERVICIOS== */

 .services-section{
    background-color: var(--white);
    display: flex;
    justify-content: center;
  }

  .services__cards-container{
    width: 80%;
  }

  .services__cards{
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 100%;
    height: auto;
  }

  .info h1 {
    text-align: center;
    padding: 15px 0px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #00355C;
    font-size: 3.5em;
    margin-top:10%;
    float: center;
    animation-duration: 3s;
    animation-name: entrada;
  }

  @keyframes entrada {
    from {
      margin-left: -50%;
      
    }
  
    to {
      margin-left: 0%;
      
    }
  }

  .info p {
    float: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 1.125rem;
    line-height: 160%; /*interlineado*/
    text-align: left;
    margin-top: 5%;
  }

  .services__cards{
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 5%;
  }

  .service__card {
    max-width: 35%;
    border: 1px solid var(#000000);
    margin: 3rem 1rem;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: #f2f2f2;
    transition: 0.3s;
    height: auto;
  }
  
  .service__card:hover {
    background-color: var(--light-pink);
  }
  
  
  .service__card h3 {
    font-size: 1.875em;
    font-weight: 700;
    color: #00355C;
    margin-bottom: 2rem;
  }
  
  .service__card p {
    font-size: 1.125rem;
    margin-top: 5%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

  .boton-servicio{
    padding: 13px 30px;
    background-color: #25d366;
    text-align: center;
    border-radius: 0.8rem;
    color: #ffffff;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    transition: all 0.2s;
    text-decoration: none;
    margin-top: 15%;
  }

  .boton-servicio:hover{
    color: #ffffff;
    background-color: #27BFD9;
    -webkit-box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
    box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
  }

  /* ==Banner== */

  .banner-container {
    width: 100%;
    height: 20rem;
    padding: 6.25rem;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    background: rgb(189, 189, 189);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,143,38,1) 0%, rgba(150,126,197,1) 48%, rgba(0,255,222,1) 100%);
    background-size: 300% 100%;
    animation: gradient 15s ease infinite;
  }

  .container-img {
    width: 18.75rem;
    height: auto;
  
  }
  
  .hero-text {
    width: 80%;
  }

  .hero-text p {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: "Monteserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    height: auto;
    margin-bottom: 3rem;
    line-height: 160%; /*interlineado*/
    text-align: left;
  }
  
  .button-banner {
    padding: 13px 35px;
        background-color: #25d366;
        text-align: center;
        border-radius: 0.5rem;
        color: #ffffff;
        font-family: "EB Garamond", serif;
        font-weight: 500;
        font-style: normal;
        transition: all 0.2s;
        text-decoration: none;
        font-size: 2rem;
  }
  
  .button-banner:hover {
    color: #ffffff;
    background-color: #27BFD9;
    -webkit-box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
    box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.67);
  }

  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
  }

/* == Proceso == */

.proceso-container{
  background-color: var(--white);
  display: flex;
  justify-content: center;
}

.proceso-cards{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

@keyframes entrada {
  from {
    margin-left: -50%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.proceso-cards-info h1 {
  text-align: center;
  padding: 15px 0px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #00355C;
  font-size: 3.5em;
  margin-top: 8%;
  line-height: 120%; /*interlineado*/

  view-timeline-name: --entra;
  view-timeline-axis: block; 
  animation-duration: 3s;
  animation-timeline: --entra;
  animation-name: entrada;
  
}


.proceso-cards-info p {
  margin-top: 5%;
  margin-left: 0;
  margin-bottom: 0;
  float: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #000000;
  font-size: 1.1rem;
  line-height: 160%; /*interlineado*/
  margin-bottom: 2rem;
}

.proceso-cards-card {
  display: flex;
  justify-content: center;
  height: auto;
}

.proceso-card{
  max-width: 20%;
  border: 1px solid var(#000000);
  margin: 3rem 1rem;
  padding: 2rem 1rem;
  border-radius: 5px;
  background-color: #f2f2f2;
  transition: 0.3s;
  height: auto;
}

.proceso-card:hover {
  background-color:#00355C;

}
.proceso-card:hover h3 {
color: #25d366;

}

.proceso-card:hover p {
  color: #faf8f8;
}

.proceso-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color:#00355C;
  margin-bottom: 2rem;
}

.proceso-card p {
  font-size: 1.1rem;
  color: #000000;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
}

.iconos{
  width: 3.75rem;
  height: auto;
  color: #00355C;
}


/* == Footer == */

footer {
  grid-area: "footer";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #00355C;
  margin-top: 8%;
}
.logofooter{
  display: flex;
  width: 20em;
  height: 7em;
  float: left;
  position: relative;
  margin-top: 0;
  margin-left: 0em;
}

footer ul {
  list-style: none;
}

footer p {
  color: #fff;
  max-width: 25em;
  font-size: 0.9em;
  line-height: 23px;
  
}
footer a {
  color: #fff;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.media-icons li{
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}

.media-icons a {
  font-size: 1.1em;
  width: 2em;
  height: 2em;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.media-icons a:hover {
  background: #25d366;
  color:#fff ;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid #25d366;
  padding: 2em;
}

.footer .menu {
  margin-bottom: 2em;
}

.footer .menu p{
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footer .col3 p{
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footer .menu li {
  display: inline-block;
  margin: 0 0.8em 0.8em 0;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: light;
  font-size: 1.2em;
}

.footer .menu a {
  transition: 0.3s;
  font-weight: 500;
}

.footer .menu a:hover {
  color: #25d366;
}

.input-wrap {
  margin: 1em 0;
  display: flex;
}

.input-wrap input:focus {
  outline: none;
}

.mekk{
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: light;
}



  @media screen and (max-width: 920px) {

     /* == Menu == */

     .navbar{
        height: 11%;
     }

    .nav_items{
        position: absolute;
        padding: 40px;
        top: 74px;
        left: 0;
        background: #00355C;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 15em;
        transform: translateX(-100%);
        transition: 0.3s ease all;
        z-index:10;
   }

   #logo{
    width: 9.5em;
    height: auto;
    margin-left: .1em;
   }
   .nav_items a{ 
    top: 40px;
    text-align: center;
    font-size: 16px;
   }

   .nav_toggle{
        display: flex !important;
        flex-direction: column;                
        margin:15px;
   }
   .nav_toggle span{
        width: 28px;
        height: 3px;
        background: white;
        margin-bottom: 5px;
        border-radius: 2px;             
        transform-origin: 5px 0px;
        transition: all 0.1s linear;
   }
  .close span{
        transform: rotate(45deg) translate(0px, 0px);
   }
   .close span:nth-child(2){
        display: none;
   }
   .close span:nth-child(3){
        transform: rotate(-45deg) translate(-5px, 1px);
   }
   .open{ transform: translateX(0) !important}

 /* == video == */

 .video{
    margin-top: 0%;
    position: relative;
  }

  .top {
    height: 30px;
  }


  /* == nosotros == */
  .contenedor-nosotros{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .imagen-nosotros{
    max-width: 24.125rem;
    left: 0%;
  }
  .conocenos h1{
    font-size: 2.625em;
    margin-top: 10%;
    margin: 0 auto;
  }
  article{
    width: 100%;
  }

  /* == Servicios == */

  .info h1 {
    text-align: left;
    font-size: 2.625em;
    line-height: 100%; /*interlineado*/
  }
  .info p {
    width: 100%;
  }
  .services__cards{
  flex-direction: column;
}
 .service__card {
    max-width: 90%;
}


.service__card h3 {
  line-height: 110%; /*interlineado*/
}

 /* == Banner == */

.banner-container {
  width: 100%;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-top:10%;
  
}
.hero-text {
  width: 100%;
  text-align: center;
}
.container-img {
  width: 200px;
  height: auto;
  font-weight: bold;

}
.hero-text p {
  font-size: 20px;
  text-align: center;
 
}
.button-banner {
  font-size:1.25em;
  padding: 5px 15px;

}

 /* == Proceso == */

 .proceso-cards-card {
  flex-direction: column;
  align-items: center;
  max-width: 37.5rem;
}

.proceso-card {
  max-width: 100%;
  margin: 1rem 1rem;
}

.proceso-cards .button {
  margin-top: 2rem;
}

.proceso-cards-info h1 {
margin-top: 10%;
margin-bottom: 10%;
font-size: 2.625em;
text-align: left;
line-height: 90%; /*interlineado*/
  }

/* == Footer == */

  .footer .container {
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    margin-top: 20%;
  }
  }


@media (min-width: 925px) {
    .imagen-nosotros{
       float: center;
       margin-right: 15%;
       margin-top: 15%;
      }
      .service__card {
        flex-direction: column;
        max-width: 40%;
      }
      .hero-text p {
        font-size: 1.6rem;
        font-weight: bold;
      }
      .button-banner {
        font-size: 1.2rem;
      }
}
  

/*Descripcion de DISEÑO GRAFICO*/

.top {
  margin-top: 0;
	position: relative;
	height: 80px;
	background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
  width: 100%;
}

.nosotro{
  padding-bottom: 90px;
  background-color: #f2f2f2;
 
}

.nosotro .contenedors{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
   height: auto;
}


.conocenoss h1{
  margin-top: 10%;
  margin-left: 10%;
  width: 80%;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #00355C;
  font-size: 3rem;
  text-align: center;
  float: center;
}

.nosotr{
  width: 80%;
  margin-left: 10%;
  padding-right: 0;
  text-align: left;
  display: inline-block;
  margin-top: 4%;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.1rem;
 
}


@media all and (min-width:930px){
  .nosotro{
    padding-top: 80px;
    
  }
  .conocenoss{
    padding-left: 0px;
    text-align: left;
  }
  article{
    padding-left: 5rem;
    padding-right: 3rem;
    text-align: left;
}

.conocenoss h1{
  text-align: left;
}
}

/*Tabla de precios DISEÑO GRAFICO*/

.tablas{
  width: 100%;
  height: auto;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
}

.paquete{
  position: absolute;
  width: 100%;
  padding-top: 1em;
  text-align: center;
  color: #00355C;
  font-size: 1.5rem;
  margin-bottom: 0;
 margin-left: -14%;
 font-family: "EB Garamond", serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
 font-size: 3.4rem;
}

.precios{
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #e4e4e4;
    color: #ffffff;
    margin-top:10%;
    margin-bottom: 10%;
   
  }
  

  .precios h1{
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    width: 100%;
    margin-top: 3em;
    text-align: center;
    color: #00355C;
    position: relative;
    margin-bottom: 3%;
    padding-left: 1em;
  }
  
  .coll{
    vertical-align: top;
    position: relative;
    width: 30%;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 25% ;
    margin-bottom:7%;
    margin-left: 4em;
  }
  
  .price-boxx{
    background: #fff;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .price-boxx:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  

  .price-boxx:hover, .price-boxx.best{
    box-shadow: 0 10px 15px 0 #000;
  }
  
  .price-boxx .headers {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  
  .price-boxx .headers{
    background-color: #00355C ;
    color: #25d366 ;
    font-style: bold;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 1.7rem);
  }
  
 

  .price-boxx li{
    padding: 21px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
  
  .price-boxx .emphh{
    background-color: #f4f4f4;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   
  }
  
  .button{
    background-color: #25d366;
    border: none;
    color: #fff;
    padding: 11px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
  
  .button-contratacion{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    margin-left: 40%;
    width: 20%;
    margin-top: 100%;
    background-color: #25d366;
    border: none;
    color: #fff;
    padding: 18px 18px;
    text-decoration: none;
    font-size: clamp(1rem, 2vw, 1.2rem);
    border-radius:8px;
  }
  
  @media(max-width:1300px){

    .tablas{
      width: 100%;
      height: auto;
      flex-direction: column;
      align-items: center;
      margin-top: 0em;
}
.precios h1{
  font-size: 2.5rem;
}

.paquete{
  width: 100%;
  margin-top: 1em;
  
  text-align: left;
  float: center;
  margin-left: 66%;
}
    .coll{
      width: 95%;
      margin-bottom: 10%;
      margin-left: 2em;
    }
    .price-boxx{
      margin-top: 7em;
    }

    .button-contratacion{
      width: 40%;
      margin-top: 65em;
    }
    .precios{
      height:125em;
      margin-bottom: 10%;
    }
  
   .button-contratacion{
     margin-left: 30%;
     margin-bottom: 10%;
  }
  .headers{
    font-size: 2.5rem;
  }
  
  }

  @media(max-width:930px){
    .paquete{
      width: 80%;
      margin-top: 2em;
      text-align: center;
      float: center;
      margin-left: 50%;
    }

    .price-boxx .headers{
      font-size: 1.5rem;
    }

    .coll{
      width: 95%;
      margin-bottom: 15%;
      margin-left: 0em;
      margin-top: 10em ;
    }
  }


  /*Descripcion de DISEÑO WEB*/

  .top {
    margin-top: 0;
	  position: relative;
	  height: 100px;
	  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
    width: 100%;
}

 .web{
    padding-bottom: 90px;
    background-color: #f2f2f2;
    width: 100%;

}

 .contenedor-web{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
   height: auto;
   
}

 .imagen-web{
  position: absolute;
  height: auto;
  float: center;
  width: 48%;
  margin-left: 30%;
  margin-top: 5em;
  margin-bottom: 5em;
}


.conoce-web h1{
   margin-top: 68%;
   padding-left: 0%;
   width: 100%;
   font-family: "EB Garamond", serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
   color: #00355C;
   font-size: 3rem;
   text-align: center;
   margin-bottom: 10%;
}


.bold{
  color: #27BFD9;
}

.article-web{
   width: 80%;
   margin-left: 10%;
   margin-right: o;
   text-align: left;
   display: inline-block;
   margin-top: 1%;
   margin-bottom: 0;
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   color: #000000;
   font-size: 1.1rem;
   line-height: 160%; /*interlineado*/

}


.lista-ordenada{
  display: inline-block;
  margin-top: 10%;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
}

.lista-ordenada .name{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #00355C;
  font-size: 1.5rem;
}

@media all and (min-width:900px){
  .web{
    padding-top: 80px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left;
    padding-bottom: 15%;
  }
  
  .conoce-web{
    padding-left: 0px;
 
  }

  .article-web{
    flex-wrap: wrap;
    padding-left: 2%;
    padding-right: 0;
    text-align: left;
    float: left;
    width: 70%;
}

.conoce-web h1{
  margin-top: 15%;
  position: relative;
    text-align:left;
    float: left;
    padding-left: 10%;
    width: 70%;
}

.imagen-web{
  float: right;
  width: 24%;
  margin-right: 0%;
  margin-top: 3%;
  margin-bottom: 5% ;
  margin-left: 60%;
 
}

.lista-ordenada{
  display: inline-block;
  margin-top: 15%;
  text-align: left;
   display: inline-block;
}
}


.tabla-web{ /*Tabla precios web*/
  width: 100%;
  height: auto;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
}

.paquete{
   position: absolute;
   width: 100%;
   padding-top: 3em;
   text-align: center;
   color: #00355C;
   margin-bottom: 0;
   font-family: "EB Garamond", serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
   font-size: 2.5rem;
}

.co{
    vertical-align: top;
    position: relative;
    width: 30%;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 25% ;
    margin-bottom:7%;
    margin-left: 4em;
  }
  
  .price-web{
    background: #fff;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .price-web:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  

  .price-web:hover, .price-web.best{
    box-shadow: 0 10px 15px 0 #000;
  }
  
  .price-web .head {
    font-size: clamp(1rem, 2vw, 1.7rem);
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  
  .price-web .head{
    background-color: #00355C;
    color: #25d366;
    font-style: bold;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 1.7rem);
  }
  
 

  .price-web li{
    padding: 21px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
  
  .price-web .emphh{
    background-color: #f4f4f4;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   
  }
  
  .button{
    background-color: #25d366;
    border: none;
    color: #fff;
    padding: 11px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
  
  .button-contratacion{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    margin-left: 40%;
    width: 20%;
    margin-top: 100%;
    background-color: #25d366;
    border: none;
    color: #fff;
    padding: 18px 18px;
    text-decoration: none;
    font-size: clamp(1rem, 2vw, 1.2rem);
    border-radius:8px;
  }
  
  @media(max-width:1300px){

  .tabla-web{
     width: 100%;
     height: auto;
     flex-direction: column;
     align-items: center;
     margin-top: 0em;
}
  .precios h1{
     font-size: 2.5rem;
}

  .paquete{
  width: 80%;
  margin-top: 1em;
  text-align: left;
  float: left;
  margin-left: 25%;
}
    .co{
      width: 95%;
      margin-bottom: 10%;
      margin-left: 2em;
    }
    .price-web{
      margin-top: 7em;
    }

    .button-contratacion{
      width: 40%;
      margin-top: 65em;
    }
    .precios{
      height:125em;
      margin-bottom: 10%;
    }
  
   .button-contratacion{
     margin-left: 30%;
     margin-bottom: 10%;
  }
  .head{
    font-size: 2.5rem;
  }
  
  }

  @media(max-width:930px){
    .paquete{
      width: 80%;
      margin-top: 0em;
      text-align: center;
      float: center;
      margin-left: 0%;
      font-size: 2rem;
    }
    .co{
      width: 95%;
      margin-bottom: 15%;
      margin-left: 0em;
      margin-top: 10em ;
    }

    .price-web .head{
      font-size: 1.5rem;
    }
    
  }

  .faqs{
     width: 90%;
     position: relative;
     background-color: #f2f2f2;
     margin: 0 auto;
     padding-top: 5%;
     padding-bottom: 5%;
  }

  .preguntas-frecuentes{
    width: 85%;
    margin: 0 auto;
  }

  .preguntas-frecuentes h1{
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1em + 2.5vw);
  text-align: center;
  color: #00355C;
  margin-bottom: 10%;
  }

  details{
    list-style: none;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 1rem;   
    border-radius: 8px;  
    border: 1px solid #d8e0e9;
    color: #364f6b;
    position: relative;
  }

  details > summary::-webkit-details-marker { /*se utilizo para quitar flecha de summary*/
    display: none;
  }
  
  details summary h2{ 
    list-style: none;
    appearance:none;
    font-weight: 400;
    font-size: calc(1em + .8vw);
    padding: 1rem;
    cursor: pointer;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: left;
  }
  
  details p{
    padding: 1rem;
    margin: 0 1rem 1rem 1rem;
    background: #f6f8fa;
    border-left: 2px solid #364f6b;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: 1rem;
  }
  
  details:hover,
  details[open] {
    box-shadow: 1px 1px 9px #d9d9d9;
    list-style: none;
    appearance:none;
  }
  
  details[open] {
    list-style: none;
    background: #ffffff;
    appearance:none;
  }
  
  details[open] summary {
    list-style: none;
    font-weight: 600;
    appearance:none;
  }
  
  details summary::before {
    list-style: none;
     position: absolute;  
      font-size: 1rem;
      top: 10px;
      right: 16px;  
      appearance:none;
  }
  
  .preguntas-frecuentes p{
    margin-top: 1em;
    font-size: 18px;
    margin-left: 10%;
  }

 