 
        #comp205207-203173111 .cntb-120-0-fondo-picture img {object-position:bottom;}
        header.sticky .logo_header {mix-blend-mode: difference !important;}
        #comp205207-203173111 .cntb-120-2-capa-element{transform: translate(-50%, -50%);}
        .cntb-34-block p, .cntb-34-block li {color: #787878; font-size: 13px; font-family: "Graphik-Bold";}
        .cntb-120-2-0-texto p {font-size: 13px; font-family: "Graphik-Bold";}

       /* .typewriter h1 {
            overflow: hidden; 
            border-right: .15em solid #fff; 
            white-space: nowrap; 
            margin: 0 auto; 
            letter-spacing: .010em;
            animation: 
                typing 2.5s steps(40, end),
                blink-caret .75s step-end infinite;
        }

        @keyframes typing {
            from { width: 0 }
            to { width: 90% }
        }

        @keyframes blink-caret {
            from, to { border-color: transparent }
            50% { border-color: #fff; }
        }*/
    @media (max-width: 992px) {
        #comp205207-203173111 .cntb-120-2-capa-element {width: 50% !important; height: 60% !important;}
        #comp205207-203173111 .cntb-120-2-0-texto {margin-left: 0;}
    }
    
    @media (max-width: 576px) {
        #comp205207-203173111 img.cntb-img.cntb-120-0-fondo {margin-bottom: 0}
        #comp205207-203173111 .cntb-120-2-capa-element {width: 100% !important;}
       .container .cntb-34-block,
       .container.cntb-34-block .cntb-34-0-texto {margin: 0 10px;}
      img.cntb-img.cntb-120-0-fondo {margin-bottom: 0px;}
    }
      
	@media (min-width: 1200px) {
  		#comp205207-203173112 .cntb-34-0-texto {max-width: 750px; margin: 0 auto;}
	}
  
  #comp205207-203173113 .cntb-5-0-archivo-picture {max-width: 750px; margin: 0 auto;}
  
  #comp205207-203173114 .cntb-120-2-capa-element {transform: translateY(-50%);}

	@media (max-width:820px) {
     #comp205207-203173114 .cntb-120-2-capa-element {top: 25% !important; width: 70% !important;}
   }
     
     @media (max-width:576px) {
     #comp205207-203173114 .cntb-120-2-capa-element {top: 20% !important; width: 100% !important;}
     #comp205207-203173114-row{    margin-bottom: -50px;}
     }
  
  .text-img-full {background-color: #F7F5F5;}
  .text-img-full h3 {font-size: 30px; color: #414141; font-family: 'Graphik-Bold'; letter-spacing: -.5px; line-height: 28px;}
  .text-img-full p{font-size: 13px; color: #787878; font-family: 'Graphik-Bold'; letter-spacing: -.22px; line-height: 17px;}
  .text-img-full .cntb-34-block, .text-img-full .cntb-5-block {flex: 0 0 50%;}
  .text-img-full .cntb-34-block { max-width: min(45%, 500px); margin: 0 auto;}
  .text-img-full.reverse .row {flex-direction: row-reverse;}

  .text-img-full .cntb-5-0-archivo-picture img,
  .text-img-full .cntb-34-block {
    opacity: 0;
  }

  .animated.text-img-full .cntb-34-block {
    -webkit-animation: slide-in-bck-center 1s .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bck-center 1s .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 1;
  }

  .animated.text-img-full .cntb-5-0-archivo-picture img {
    position: relative;
    opacity: 1;
    -webkit-animation: slide-in-right .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-right .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .animated.text-img-full.reverse .cntb-5-0-archivo-picture img {
    position: relative;
    opacity: 1;
    -webkit-animation: slide-in-left 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-left 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  @media (min-width: 1400px) {
    .text-img-full .cntb-5-0-archivo-picture img {max-height: 800px; object-fit: cover;}
  }

  @media (max-width: 1400px) {
    .text-img-full .cntb-5-0-archivo-picture img {max-height: 650px; object-fit: cover;}
  }
                   
   @media (max-width: 992px) {
     .text-img-full h3 {font-size: 26px; }
      .text-img-full p {font-size: 11px; line-height: 11px;}
   }

   @media (max-width: 576px) {
      .text-img-full .cntb-34-block, .text-img-full .cntb-5-block {flex: 0 0 100%;}
      .text-img-full .cntb-34-block {max-width: min(80%, 500px); margin: 2rem auto;}
      .text-img-full p {font-size: 13px; line-height: 17px;}
   }

   @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
  
  #comp205207-203173120 .cntb-120-2-capa-element {transform: translateY(-50%);}

@media (max-width: 820px) {
  #comp205207-203173120 .cntb-120-2-capa-element {top: 25% !important; width: 70% !important;}
}

@media (max-width: 576px) {
  #comp205207-203173120 .cntb-120-2-capa-element {top: 20% !important; width: 90% !important; height: 50% !important;}
}
  
  #comp205207-203173113 .cntb-5-0-archivo-picture {max-width: 950px; margin: 0 auto;}
  
	@media (min-width: 1200px) {
  		#comp205207-203173121 .cntb-34-0-texto {max-width: 750px; margin: 0 auto;}
	}
  
  #comp205207-203173123 .cntb-120-2-capa-element {transform: translateY(-50%);}
  
  #comp205207-203173124 {background-color:#fff;}
  
  #comp205207-203173125 .cntb-120-2-capa-element {transform: translateY(-50%);}
  
  .cntb-437-0-1-respuesta {max-width: 90%; margin: 0 auto;}
  
    #comp205207-203173129 .card-guia-compra {padding: 2rem;background-color: #F3F3F3; border-radius: 25px;}
    #comp205207-203173129 .card-guia-compra h2 {font-size: 50px;}
    #comp205207-203173129 .cntb-34-block, #comp205207-203173129 .cntb-5-block {flex: 0 0 45%;}
  
    @media (min-width: 1200px ) {
      #comp205207-203173129 .card-guia-compra{max-width: 950px; margin: 0 auto;}
    }
    @media (max-width: 576px) {
      #comp205207-203173129 .cntb-34-block, #comp205207-203173129 .cntb-5-block {flex: 0 0 100%;text-align: center;}
      #comp205207-203173129 .card-guia-compra h2 {font-size: 36px; }
    }
   