     
      .certificaciones{
        width:100%;
        display:flex;
        justify-content:center;
        /*background-color:green;*/
        background:linear-gradient(to bottom, #cfcfcf, #E3E3E3);
        padding: 0 40px 100px;
      }
      
      .certificaciones .contenedor{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:47px;
        justify-content:center;
        align-items:center;
        /*background-color:brown;*/
        max-width:1400px;
      }
      
      .certificaciones h2{
        font-size:40px;
        line-height:45px;
        text-align:center;
        max-width:639px;
      }
      
      .certificaciones .bottom{
        width:100%;
        display:flex;
        align-items:center;
        /*background-color:olive;*/
        justify-content:space-between;
      }
      
      .certificaciones .fila{
        width:100%;
        gap:30px;
        display:flex;
        flex-direction:column;
        max-width:513px;
        /*background-color:green;*/
        z-index:2;
      }
      
      .certificaciones .fotoSpace{
        width:100%;
        max-width:397.8px;
        height:666px;
        display:flex;
        position:relative;
      }
      
      .certificaciones .foto{
        width:397.8px;
        height:666px;
        position:absolute;
        top:0;
        left:50%;
        transform:translateX(-50%);
        /*background-color:PINK;*/
      }
      
      .certificaciones img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .certificaciones .cajaFuera{
        width:100%;
        padding:22px 22px 0 0;
        /*background-color:red;*/
        display:flex;
      }
      
      .certificaciones .caja{
        width:100%;
        padding:30px 0 30px 30px;
        display:flex;
        background-color:white;
        border-radius: 25px;
      }
      
      .certificaciones .textos{
        width:100%;
        display:flex;
        flex-direction:column;
        /*background-color:pink;*/
      }
      
      .certificaciones .iconSpace{
        width:53px;
        height:38px;
        /*background-color:black;*/
        position:relative;
        z-index:0;
      }
      
      .certificaciones .icon{
        position:absolute;
        bottom:0;
        right:-24px;
        width:95px;
        height:95px;
        /*background-color:darkblue;*/
      }

      .certificaciones h3{
        font-size: 26px;
        line-height: 28px;
        color: #AC344D;
        padding-bottom: 15px;
      }

      .certificaciones p.sub{
        font-size: 18px;
        line-height: 21px;
      }

      .certificaciones p.text{
        font-size: 16px;
        line-height: 20px;
        padding-top: 13px;
      }


      @media(max-width:1000px){

        .certificaciones{
          padding:0 30px 84px;
        }

        .certificaciones .contenedor{
          gap:34px;
        }

        .certificaciones .bottom{
          flex-direction:column;
          gap:28px;
          align-items:center;
        }

        .certificaciones .fila{
          max-width:100%;
          gap:22px;
        }

        .certificaciones .fotoSpace{
          max-width:460px;
          height:520px;
        }

        .certificaciones .foto{
          width:100%;
          height:100%;
          max-width:460px;
        }

        .certificaciones img{
          object-position: top;
        }

        .certificaciones .cajaFuera{
          padding:18px 18px 0 0;
        }

        .certificaciones .caja{
          padding:24px 0 24px 24px;
          border-radius:22px;
        }

        .certificaciones .iconSpace{
          width:42px;
          height:30px;
        }

        .certificaciones .icon{
          width:78px;
          height:78px;
          right:-18px;
        }

        .certificaciones h3{
          font-size:19.5px;
          line-height:21px;
          padding-bottom:12px;
        }

        .certificaciones p.sub{
          font-size:16px;
          line-height:21px;
        }

        .certificaciones p.text{
          font-size:16px;
          line-height:20px;
          padding-top:10px;
        }


      }


      @media (max-width:700px){

        .certificaciones{
          padding:0 28px 70px;
        }

        .certificaciones .contenedor{
          gap:25px;
        }

        .certificaciones h2{
          font-size:30px;
          line-height:33.75px;
          max-width:100%;
        }

        .certificaciones .bottom{
          gap:22px;
        }

        .certificaciones .fila{
          gap:18px;
        }

        .certificaciones .fotoSpace{
          max-width:100%;
          height:340px;
        }

        .certificaciones .foto{
          max-width:100%;
        }

        .certificaciones .cajaFuera{
          padding:14px 14px 0 0;
        }

        .certificaciones .caja{
          padding:20px 0 20px 18px;
          border-radius:18px;
        }

        .certificaciones .iconSpace{
          width:35px;
          height:26px;
        }

        .certificaciones .icon{
          width:66px;
          height:66px;
          right:-14px;
        }

        .certificaciones h3{
          font-size:19.5px;
          line-height:21px;
          padding-bottom:10px;
        }

        .certificaciones p.sub{
          font-size:16px;
          line-height:18px;
        }

        .certificaciones p.text{
          font-size:16px;
          line-height:18px;
          padding-top:8px;
        }

      }
